/*otr self assessment styles*/
.featured-heading {
	display: block;
	padding: 0 0 15px;
	width: 100%;
}
.bottom-btns {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #CCC;
}
.bottom-btns .btns {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid white;
	padding: 20px 0;
}
.gray-btn {
	float: left;
	clear: none;
	display: block;
	position: relative;
	padding: 0 14px;
	margin-right: 24px;
	border: 1px solid #999;
	min-width: 72px;
	height: 48px;
	line-height: 51px;

	/*css3 font face*/
	color: #666;
	font-family: "OswaldBold", Helvetica, Arial;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;

	/*css3 gradient*/
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #dbdbdb 50%, #d8d8d8 51%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(50%,#dbdbdb), color-stop(51%,#d8d8d8), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#dbdbdb 50%,#d8d8d8 51%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#dbdbdb 50%,#d8d8d8 51%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#dbdbdb 50%,#d8d8d8 51%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#dbdbdb 50%,#d8d8d8 51%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */

	/*css3 shadow*/
	-webkit-box-shadow: 1px 1px 1px 0px #fff;
	box-shadow: 1px 1px 1px 0px #fff;
}

.start-btn {
	font-size: 18px;
	min-width: 122px;
	margin-right: 0;
	border-right: 0;
}
.rating-scale-btn {
	font-size: 18px;
}
.start-btn img {
	position: absolute;
	display: block;
	z-index: 2;
	top: -1px;
	left: 100%;
}

.domain-select-btn {
	position: absolute;
	top: 15px;
	left: 15px;
	min-width: 52px;
	margin: 0;
}
.domain-list li .checked-ico {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	margin-left: 17px;
}

.domain-list li.active .checked-ico {
	display: block;
}
.domain-list li.active .domain-select-btn {
	border: 1px solid #CECECE;
	color: #ccc;
	background: #E7E7E7;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content .rating-scale-dropdown {
	display: none;
	top: 50px;
	color: #666;
	border-bottom: 1px solid #fff;
	background: #EFEFEF;
}
#content .help-popup-2,
#content .details-popup {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 20;
	clear: both;
	width: 100%;
}
#content .rating-scale-dropdown h2.subheading,
#content .help-popup-2 h2.subheading,
#content .details-popup h2.subheading,
#overlay .email-pop-wrp h2.subheading {
	display: block;
	clear: both;
	padding: 6px 50px 6px 10px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	min-height: 32px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 38px;
	color: #666;
	background: #E6E6E6;
}
#overlay .email-pop-wrp h2.subheading {
	font-size: 15px;
}
.subheading-wrap {
	position: relative;
	background: #e5e7e7;
}
.subheading-wrap .x-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	background: url(../images/x-close.png) no-repeat 50% 50%;
}
.result-orange-wrp {
	position: relative;
	margin: -11px 0 12px;
	border-top: 1px solid #F6921E;
	min-height: 35px;
}
.result-orange-wrp .result-label {
	float: left;
	display: inline;
	margin-right: 10px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	background: #F6921E;
}
.result-orange-wrp .result-txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	height: 35px;
	line-height: 35px;
	color: #333;
}

/*domain list*/
.domain-list {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 82px 0;
	list-style-type: none;
}
.domain-list li {
	display: block;
	clear: both;
	width: 100%;
	background: transparent;
}
.dropdown ul.rating-scale li a,
.domain-list li {
	position: relative;
	display: block;
	clear: both;
	padding: 8px 10px 8px 76px;
	width: auto;
	min-height: 52px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #fff;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
	color: #3F3F3F;
	background: #EFEFEF;
	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:left;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-orient:horizontal;
	box-pack:left;
	box-align:center;
}
.domain-list li {
	padding-left: 116px;
	min-height: 65px;
	line-height: 20px;
	color: #3F3F3F;
}
.dropdown ul.rating-scale li:nth-child(even) a,
.domain-list li:nth-child(even) {
	background: #E6E6E6;
}

.dropdown ul.rating-scale li span.no {
	position: absolute;
	top: 9px;
	left: 14px;
	width: 50px;
	height: 50px;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 31px;
	line-height: 55px!important;
	line-height: 100px;
	text-align: center;
	color: #fff;
	background: url(../images/orange-circle-no.png) no-repeat 0 0;
}

/*.pdu-dropdown*/
.pdu-dropdown {
	float: left;
	clear: left;
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	background: #F6921E;
}
.pdu-dropdown ul.subnav li a {
	display: block;
	color: #333;
	background-color: #EFEFEF;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}

/*info-bar*/
.info-bar {
	clear: both;
	padding: 8px 15px;
	min-height: 34px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	color: #333;
	background: #E6E6E6;
	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:left;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-orient:horizontal;
	box-pack:left;
	box-align:center;
}
.bottom-btn-wrp {
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 15px;
	min-height: 52px;

	-webkit-box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
}
.sticky {
  position: absolute;
/*  bottom: 0;*/
	left: 0;
	right: 0;
	background-color: #efefef;
}
body.otr	.bottom-btn-wrp,
body.cota .bottom-btn-wrp {
  display: none;
}
.bottom-btn-wrp .results-btn.single-btn {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -60px;
	min-width: 100px;
}
.bottom-btn-wrp .results-btn {
	font-size: 18px;
	float: left;
	display: inline;
	margin: 0;
}
.bottom-btn-wrp .next-domain-btn {
	float: right;
	display: inline;
	margin: 0;
}

/*domain-heading-wrapper*/
.domain-heading-wrapper ul.hw-nav li a {
	background: none;
	font-size: 20px;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 50px;
}
.domain-heading-wrapper h1 .domain {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
}
#content h1.double {
	line-height: 23px;
	font-size: 17px;
}

/*progress bar*/
.progress {
	background: #EFEFEF;
	border-bottom: 1px solid #ccc;
	clear: left;
	min-height: 38px;
	padding: 8px 10px 0 58px;
	position: relative;
}
.progress-percent {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 40px;
	color: #999;
	text-align: center;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 34px;
}
.progres-bar-wrap {
	margin-top: 8px;
	width: 100%;
	height: 14px;
	border-bottom: 1px solid #fff;
	background: #D9D9D9;
}
.progress-bar {
	width: 0;
	height: 14px;
	background: #999;
}

/*evaluation-content*/
#content .evaluation-content {
	clear: left;
	padding: 20px 15px;
	min-height: 100px;
	color: #333;
	background: #E6E6E6;
}
#content .evaluation-content h2 {
	display: block;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333;
}
#content .evaluation-content p {
	color: #333;
	font-size: 17px;
	line-height: 24px;
}

/*email popup*/
#overlay {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
	background: rgba(0, 0, 0, .6);
}
.email-pop-wrp {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	min-height: 250px;
	background: #e9e9e9;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
#overlay .submit-btn {
	font-size: 18px;
	margin: 0 0 0 89px;
}
#overlay .email-pop-content {
	position: relative;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	padding: 10px 10px 20px;
	min-height: 168px;
}
#overlay .email-pop-content input {
	padding: 0 14px;
	margin: 0 0 12px;
	width: 248px;
	height: 49px;
	border: 1px solid #c9c9c9;
	border-bottom: 1px solid #fff;
	background: #efefef;
	line-height: 49px;
	color: #999;
	font-size: 14px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #c9c9c9;
	box-shadow: inset 0px 1px 1px 0px #c9c9c9;
}
label.error {
	color: red;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	display: block;
	margin-bottom: 12px;
}
.clb {clear: both;}

/*slider-content*/
.slider-content {
	position: relative;
	display: block;
	padding: 20px 15px;
	-webkit-box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -4px 4px -2px rgba(0, 0, 0, 0.2);
}

/*jq mobile slider - custom styles*/
.ui-controlgroup a.ui-slider-handle, a.ui-slider-handle {
	margin-top: -18px;
	margin-left: -18px;
}
.slider-content .ui-focus,
.slider-content .ui-btn:focus,
.slider-content .ui-shadow,
.slider-content .ui-shadow:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow:	none;
	box-shadow:	none;
	border: 0!important;
}
.slider-content .ui-btn-up-d,
.slider-content .ui-btn-up-d:hover {
	border: 0;
}
.slider-content .ui-btn-corner-all {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.slider-content .ui-slider-handle {
	display: block;
	padding: 35px 0 0 0;
	width: 35px;
	height: 0;
	overflow: hidden;
	background: url(../images/ui-slider-handle.png) no-repeat 0 0;
}
.evaluation-form label,
.evaluation-form input {
	display: none;
	height: 0;
	overflow: hidden;
}
div.ui-slider {
	position: relative;
	display: inline-block;
	overflow: visible;
	height: 10px;
	padding: 0;
	margin: 0;
	top: 4px;
	width: 99.9%;
}
.ui-loader {display: none;}

.slider-step {
	position: absolute;
	top: 22px;
	width: 55px;
	color: #999;
	text-align: center;
	font-family: "OswaldBook", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 31px;
}
.slider-wrp .ui-btn-down-c {
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #FFF;
	height: 6px;
}
.first-step {
	left: 0px;
}
.last-step {
	right: 0px;
}
.btn-wrp {
	float: left;
	clear: left;
	width: 100%;
	padding: 35px 0 25px 0;
}
.btn-wrp .start-btn {
	float: right;
	display: inline;
	margin: 0 17px 0 0;
	min-width: 99px;
	width: 99px;
}
.btn-wrp .cancel-btn {
	float: left;
	display: inline;
	font-size: 18px;
	margin: 0;
	min-width: 97px;
	width: 97px;
}
.step-indicators {
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
}
.step-indicator {
	float: left;
	clear: none;
	display: inline;
	position: relative;
	margin-bottom: 22px;
	height: 55px;
	width: 25%;
}

.step-indicator span {
	position: relative;
	display: block;
	bottom: -56px;
	display: block;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	color: #666;
}
.step-indicator.active span {
	color: #F6921E;
}
.step-indicator span.step-num {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	width: 44px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	background: url(../images/steps.png) no-repeat -80px 0;
	color: #6c6c6c;
}

.step-indicator.active span.step-num {
	background-position: 0 0;
	color: #fff;
}






#content .big-intro p {
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.big-intro {
	border-bottom: 1px solid #ccc;
}
.inner-wrp {
	padding-top: 17px;
	border-top: 1px solid #fff;
}

span.task {
	color: #333;
	text-transform: uppercase;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}
.result {
	position: relative;
	padding: 0 80px 0 0;
	height: 48px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
.result .gray-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	min-width: 54px;
	height: 49px;
	margin: -2px -10px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.result .last-btn {
	border-bottom: 1px solid #999;
}
.result .inactive-btn {
	z-index: 1;
	border: 1px solid #D9D9D9;
	color: #C8C8C8;
	background: #ECECEC;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.result-wrp {
	padding-bottom: 82px;
}
.result .name {
	float: left;
	display: block;
	width: 86px;
	color: #666;
	text-transform: uppercase;
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
}
.overall-score {
	border-top: 0;
	padding: 0;
	height: 86px;
}
.overall-score .name {
	padding-top: 38px;
	line-height: 16px;
}
.result .percent {
	font-family: "OswaldBold", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 52px;
	letter-spacing: -1px;
	color: #F6921E;
}
.overall-score .percent {
	font-size: 75px;
	line-height: 77px;
}

.evaluation-question {
	display: none;
}
.evaluation-question:first-child {
	display: block;
}

.evaluation-wrap {
	overflow: hidden;
}

.email-pop-content p {
	padding-top: 40px;
	font-size: 14px;
	line-height: 20px;
}

/*close btn and new dropdown styles*/
.resources-dropdown .close-btn,
.login-dropdown .close-btn,
.pdu-dropdown .close-btn,
.conversion-chart-dropdown .close-btn {
	display: none;
}
li.first-close,
.subnav li.current {
	position: relative;
}
li.first-close .x-close,
li.current .x-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
	background: url(../images/x-close-white.png) no-repeat 50% 50%;
}
.dropdown ul.subnav li span.dd-heading,
.dropdown ul.subnav li.current span.dd-heading {
	display: block;
	clear: both;
	padding: 8px 10px;
	min-height: 34px;
	border: 1px solid #D67D18;
	border-width: 0 0 1px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: auto;
	color: #fff;
	font-family: .627em Arial, Verdana, Helvetica, sans-serif;
	background: #F6921E;
}
.dropdown ul.subnav li.current span.dd-heading {
	background: #F6921E!important;
	z-index:2;
}
.login-dropdown ul.subnav li span.dd-heading {
	border: 1px solid #2E6A8C;
	border-width: 0 0 1px;
	background: #3C84AF;
}
.dropdown ul.subnav li span.dd-heading {
	display: block;
}
.dropdown ul.subnav li span.dd-heading,
.dropdown ul.subnav li.current span.dd-heading {
	font-family: "OswaldBook", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	color: #FFF;
}
.dropdown ul.subnav li span.dd-heading {
	line-height: 35px;
}

#header-anchor {
  color: #fff;
}


