@charset "utf-8";
/* CSS Document */



body {
	margin:0;
	padding:0;
	font-family: arial;
	color: #333;
}

.header {
	margin: 0 auto;
	padding-top:10px;
	height:60px;
	background-color: #ffffff;
	width:1500px;
}

.logo {
	padding: 9px 40px 0px 10px;
	max-height: 46px;
	float:left;
}

.logomobile {
	padding: 9px 0px 0px 0px;
	max-height: 46px;
	text-align: center;
}

.mobilemenu {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.close {
	float: right;
}

.content {
	width: 94%;
	background-image: url(../images/shadow.png);
	background-repeat:repeat-x;
	padding: 0% 4% 0% 2%;
}

.content2 {
	text-align: center;
	background-image: url(../images/shadow.png);
	background-repeat:repeat-x;
	width: 100%;
}

.assessment {
	width: 1500px;
	margin: 0 auto;
	background-image: url(../images/assessment_shadow.png);
	background-repeat:repeat-x;
	min-height: 730px;
}

.assessment2 {
	width: 1500px;
	margin: 0 auto;
	background-image: url(../images/assessment_shadow.png);
	background-repeat:repeat-x;
	min-height: 830px;
}

.assessment3 {
	width: 1500px;
	margin: 0 auto;
	background-image: url(../images/assessment_shadow.png);
	background-repeat:repeat-x;
	min-height: 950px;
}

.questions {
	width: 85%;
	text-align: center;
	padding-top: 80px;
	padding-left:15%;
}

.progressbar {
	margin-left: 15%;
	background-color: #F58000;
	width: 6%;
	height: 14px;
}

.progressbar2 {
	margin-left: 15%;
	background-color: #F58000;
	width: 12%;
	height: 14px;
}

.progressbar3 {
	margin-left: 15%;
	background-color: #F58000;
	width: 19%;
	height: 14px;
}

.progressbar4 {
	margin-left: 15%;
	background-color: #F58000;
	width: 25%;
	height: 14px;
}

.progressbar5 {
	margin-left: 15%;
	background-color: #F58000;
	width: 31%;
	height: 14px;
}

.progressbar6 {
	margin-left: 15%;
	background-color: #F58000;
	width: 36%;
	height: 14px;
}

.progressbar7 {
	margin-left: 15%;
	background-color: #F58000;
	width: 42%;
	height: 14px;
}

.progressbar8 {
	margin-left: 15%;
	background-color: #F58000;
	width: 48%;
	height: 14px;
}

.progressbar9 {
	margin-left: 15%;
	background-color: #F58000;
	width: 53%;
	height: 14px;
}

.progressbar10 {
	margin-left: 15%;
	background-color: #F58000;
	width: 59%;
	height: 14px;
}

.progressbar11 {
	margin-left: 15%;
	background-color: #F58000;
	width: 64%;
	height: 14px;
}

.progressbar12 {
	margin-left: 15%;
	background-color: #F58000;
	width: 70%;
	height: 14px;
}

.mobile-hide  {
	display: none;
}

.myButtonLink {
	display: block;
	width: 37px;
	height: 56px;
	background: url('../images/next.png') bottom;
	text-indent: -99999px;
}
.myButtonLink:hover {
	background-position: 0 0;
}

.myButtonLink2 {
	display: block;
	width: 37px;
	height: 56px;
	background: url('../images/back.png') bottom;
	text-indent: -99999px;
}
.myButtonLink2:hover {
	background-position: 0 0;
}


.next {
	float: right;
	padding-right: 15%;
	padding-top: 320px;
	position:relative;
}

.back {
	float: left;
	padding-left: 15%;
	padding-top: 320px;
	position:relative;
}


	.dashboardright {
	float: right;
	max-width: 2px;
}
	

.footer {
	max-width: 1277px;
	background-color: #DBDBDB;
	padding: 1% 1% 3% 1%;
	margin: 0 auto;
	font-size: 18px;
    line-height: 160%;
}

.resource-card {
    min-width: 250px
;
    max-width: 340px
;
    text-align: center;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    padding: 12px
;
    margin: auto;
}

.resource-cards{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin-top:18px}@media screen and (min-width: 550px) and (max-width: 890px){.body--lg .resource-cards{-ms-flex-flow:row wrap;flex-flow:row wrap}}.body--sm .resource-cards{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;margin-top:18px}

a.footerlink {
	 color: #333333;
	 font-size: 18px;
	 padding:20px 10px 10px 10px ;
	 text-decoration: underline;
}

a.footerlink:link {
    text-decoration: underline;
}

a.footerlink:visited {
    text-decoration: underline;
}

a.footerlink:hover {
    text-decoration: underline;
}

a.footerlink:active {
    text-decoration: underline;
}

a.footerlink1 {
	 color: #333;
	 font-size: 18px;
	 padding:20px 10px 10px 0px;
	 text-decoration: underline;
}

a.footerlink1:link {
    text-decoration: underline;
}

a.footerlink1:visited {
    text-decoration: underline;
}

a.footerlink1:hover {
    text-decoration: underline;
}

a.footerlink1:active {
    text-decoration: underline;
}

.footerlogo {
	float: right;
	padding-right: 4%;
}


/* 1499 and under */
@media all and (max-width : 1499px) {
	.header {
	margin:0;
	padding:10px 0px;
	height:60px;
	background-color: #ffffff;
	width:100%;
		
}
	
	.assessment {
	width: 100%;
}
	.assessment2 {
	width: 100%;
}
	
	.assessment3 {
	width: 100%;
}

}

/* 1277 and under */
@media all and (max-width : 1277px) {
	.footer {
	width: 98%;
	
}
	
	.next {
	float: right;
	padding-right: 12%;
	padding-top: 320px;
	position:relative;
}

.back {
	float: left;
	padding-left: 12%;
	padding-top: 320px;
	position:relative;
}

}

/* 1100 and under */
@media all and (max-width : 1100px) {
	
	
	.next {
	float: right;
	padding-right: 8%;
	padding-top: 320px;
	position:relative;
}

.back {
	float: left;
	padding-left: 8%;
	padding-top: 320px;
	position:relative;
}

}


/* 900 and under */
@media all and (max-width : 900px) {
	
	
	.next {
	float: right;
	padding-right: 4%;
	padding-top: 320px;
	position:relative;
}

.back {
	float: left;
	padding-left: 4%;
	padding-top: 320px;
	position:relative;
}

}

/* 800 and under */
@media all and (max-width : 800px) {
	
	
	.next {
	float: right;
	padding-right: 0%;
	padding-top: 320px;
	position:relative;
}

.back {
	float: left;
	padding-left: 0%;
	padding-top: 320px;
	position:relative;
}

}


/* 700 and under */
@media all and (max-width : 700px) {
	.mobile-hide {
        display:block !important;
    }
 
.desktop-only {
        display:none !important;
    }
}

