/*** TALLY STYLES ***/

#tally-box {
	position: relative;
	top: -20px;
	width: 650px;
	height: 70px;
	left: 20px;
	display: none;
	z-index:9999;
	border: solid 0px #ffdd00;	
}

#circles {
	position: absolute;
	height: 70px;
	width: 100%;
	background-image: url('../images/success_circles.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index:2;
	border: 0px solid #958733;
}

#sliver {
	position: absolute;
	top: 30px;
	left: 40px;
	height: 11px;
	width: 20px;
	z-index:1;
	background-color: #103a3a;
}

#tally-scale {
	position: absolute;
	height: 70px;
	width: 100%;
	background-image: url('../images/success_track.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index:0;
	border: 0px solid #958733;
}

#numberbox_1,#numberbox_2,#numberbox_3,#numberbox_4,#numberbox_5,#numberbox_6,#numberbox_7,#numberbox_8 {
	position: absolute;
	top: 9.82em;
	text-align: center;
	font-size: 1.8em;
	z-index:9999;
	color: #ffffff;
	width: 28px;
	height: 28px;
	display: none;
	border-radius: 50%;
	z-index: 9999;
	background-color: #1a5c5c;
	border: 0px solid #958733;
}

#numberbox_1 {
	display: block;
	left: 2.25em;
}

#numberbox_2 {
	left: 5.879em;
}

#numberbox_3 {
	left: 9.652em;
}

#numberbox_4 {
	left: 13.36em;
}

#numberbox_5 {
	left: 17.12em;
}

#numberbox_6 {
	left: 20.9em;
}

#numberbox_7 {
	left: 24.62em;
}

#numberbox_8 {
	left: 28.356em;
}



/*** FONT STYLES ***/

.a-white {
	font-size: 1.2em;
	color: #ffffff;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}

.a-white:hover {
	color: aaaaaa;
}

a {
	font-size: 1.2em;
	color: darkslategrey;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #f2cd14;
	text-decoration: none;
}

.a-logout {
	font-family: "Times";
	font-size: 1em;
	color: #333333;
}

.a-logout:hover {
	color: #aaaaaa;
	text-decoration: none;
}

.a-breadcrumb {
	font-size: 1.2em;
	color: #ffffff;
}

.a-breadcrumb:hover {
	color: #f9d595;
}

.lazy {
	height: 100%;
	width: 100%;
	object-fit: scale-down;
}


h1 { font-size: 3em; font-weight: normal; color: #f2cd14; text-align: center; }
h2 { font-size: 3em; font-weight: light; color: #ffffff; text-align: center; }
h3 { font-size: 2.2em; font-weight: normal; color: #333333; text-align: center; letter-spacing: -.1px;}
h4 { font-size: 1.8em; font-weight: normal; color: #ffffff; text-align: left;}
h5 { font-size: 1.4em; font-weight: normal; font-weight: normal; text-align: center; line-height: 1.4em;}
h6 { font-size: 1.5em; font-weight: normal; color: #ffffff; text-align: left; line-height: 1.4em;}


/***** HEADER STYLES *****/

#header {
	position: relative;
	width: 100%;
	height: 170px;
	margin-bottom: 40px;
	background-color: #ffffff;
	border: solid 0px #dddddd;
}

#header-image_1,#header-image_2 {
	float: left;
	background-color: #ffffff;
	border: solid 0px #ff0000; 
}

#header-image_2 {	
	float: right;
}

#header-text-wrapper {	
	position: absolute;
	top: 40px;
	width: 100%;
	height: 130px;
	text-align: center;
	border: solid 0px #ff0000; 
}

#header-text,#header-sub-text {	
	position: absolute;
	top: 45px;
	margin: 0 auto;
	width: 100%;
	font-size: 3.5em;
	color: #000000;
	font-weight: 300;
	text-align: center;
	letter-spacing: -.025em;
	border: solid 0px #ffa000; 
}

#header-text {
	top: 90px;
}

#header-sub-text {
	font-size: 2em;
	font-weight: 100;
	color: #999999;
	border: solid 0px #fff000; 
}

#header-top-bar {	
	position: absolute;
	width: 100%;
	height: 30px;
	display: none;
	text-align: center;
	background-color: #103a3a;
	border: solid 0px #ff0000; 
}

#header-top-menu {
	position: absolute;
	display: block;
	top: 3px;
	left: 10px;
	width: 40px;
	height: 30px;
	z-index: 9999;
	background-image: url("/assess/success/images/side_menu_icon.png");
	background-repeat: no-repeat;
	background-size: 100%;
	border: solid 0px #ff0000; 
}

#header-side-bar {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 20px;
	bottom: 0;
	width: 160px;
	height: 4000px;
	z-index: 9999;
	line-height: 3em;
	opacity: .97;
	display: none;
	background-color: #103a3a;
	border: solid 0px #ff0000; 
}

#box {
	position: relative;
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
	border: solid 0px #dddddd;  	
}

#login-box {
	 margin: 0 auto;
	 text-align: center;
	 display: block;
	 width: 70%;
	 padding-left: 10px;
	 padding-right: 10px;
	 border: 0px solid #000;
}

#menu-box {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 30px;
	z-index: 9999;
	border: solid 0px #dddddd;  	
}

.menu {
	display: inline-block;
	padding-top: 7px;
	width: 130px;
	height: 30px;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none; 	
	margin-right: -2px;
	margin-bottom: 1px;
	background-color: #103a3a;
	border: solid 0px #dddddd;  	
}

.menu:hover {
	color: #103a3a;
	background-color: #39a1a0;  
	text-decoration: none;	
}


/***** SURVEY STYLES *****/ 

#control-box {
	margin-top: 20px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
	border: 0px solid #000;  	
}

#question-box {
	position:relative;
	width: 90%;
	margin: 0 auto;
	margin-top:-20px;
	text-align: left;
	border: 0px solid #ff0000;  	
}

#survey-box {
	position: relative;
	width: 100%;
	border: 0px solid #000;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: -5px;
  margin-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid #958733;
}

/* Hide the browser's default checkbox */
.container input {
  display: none;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 16px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f2cd14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: -4px;
  width: 8px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/* Create a custom radio button */
.radio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .radio {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .radio {
  background-color: #f2cd14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .radio:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .radio:after {
  left: 8px;
  top: -1px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/***** BUTTON STYLES *****/ 

.btn {
	cursor: pointer;
	color: white;
	font-weight: normal;
	display: inline-block;	
	text-align: center;
	transition: all 500ms ease;
	background-color: #39a1a0;
	display: inline-block;
	min-width: 350px;
	max-width: 400px;
	margin-top: 20px;
	font-size: 1.6em;
	padding: 12px;	
	border-radius: 6px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 4px 5px 6px #00616c;
	border: solid 2px #ffffff;
}

#btn-box {
	height: 50px;
	width: 125px;
	margin-left: 10px;
	display: inline-block;
	border: 0px solid #aaaaaa;
}

#btn-results {
	margin: 0 auto;
	display: block;
}

#btn-submit {
	display:block;
	margin-top: 20px;
}

.btn:hover,.btn-large:hover {
	border: 2px dotted #103a3a;
	color: #1f7695;
	background-color: #ffffff;
}

.btn:active,.btn-large:active {
	position: relative;
	left: 2px;
	top: 2px;
}


/***** BREADCRUMB STYLES *****/

#bread-box {
	position: relative;
	top: -30px;
	text-align: left;
	width: 400px;
	border: solid 0px #dddddd; 
}

#bread-crumb-item {
	padding: 7px;
	height: 35px;
	margin-right: -2px;
	display: inline-block;
	background-color: #ccaf7c;
	border: solid 0px #dddddd; 
}