body {
    font: 13px Lato,sans-serif;
    background: #EEEEEE;
    color: #555;
    -webkit-font-smoothing: antialiased;
	margin: 0;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:active{
	color: #FF0000;	
}
a:hover {
	color: #FF0000;
}

.svg {
	margin-right: 15px;
	display: inline-block;
}
.svg-hover:hover {
	fill: #555555;
}

.button {
	background-color:#990000;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	padding:10px 25px;
	width: 100%;
	text-decoration:none;
	margin-right: 20px;
	margin-bottom: 5px;
}
.button:hover {
	background-color:#ff0000;
}
.button:active {
	top:1px;
}

.container {
  position: relative;
  display: block;
  padding-left: 35px;
  margin: 40px 0 40px 0;
  cursor: pointer;
  font-size: 18px;
  width: 85%;
}

.container_fc {
  position: relative;
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
}

.container input {
  position: absolute;
  opacity: 0;
 }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #909090;
  border-radius: 50%;
 }

.container:hover input ~ .checkmark {
  background-color: #990000;
 }

 .container input:checked ~ .checkmark {
  background-color: #990000;
 }
.chk-link {
    display: none;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

 .container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}

.container_ck {
    display: block;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_ck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark_ck {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

.container_ck:hover input ~ .checkmark_ck {
    background-color: #990000;
}

.container_ck input:checked ~ .checkmark_ck {
    background-color: #990000;
}

.checkmark_ck:after {
    content: "";
    position: absolute;
    display: none;
}

.container_ck input:checked ~ .checkmark_ck:after {
    display: block;
}

.container_ck .checkmark_ck:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.print-question {
	width: 90%;
	margin: 30px auto;
	background-color: #818181;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
}

.question-list {
    background-color: #FFFFFF;
    margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 15px;
}

.print-question h3 {
	margin-bottom: 5px;
	margin-top: 5px;
    display: block;
    font-size: 1.0em;
    font-weight: bold;
}
.question-list h4 {
	margin-bottom: 5px;
	margin-top: 5px;
}


.title_banner {
	width: 100%;
	height: 47px;
	background-color: #990000;
}

.title_image {
	text-align: center;
}
.rtk_header {
	width: 100%;
	height: 150px;
}

.rtk_728_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.question_contain {
	width: 90%;
    margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}


.quiz_left {
	float: left;
	display: block;
	Width: 336px;
	vertical-align: top;
}

.banner_300 {
	width: 300px;
	height: 250px;
	margin: auto;
}

.quiz_right {
	width: 800px;
	display: block;
    box-sizing: inherit;
	float: right;
}

.quiz_728_image {
	height: 110px;
	width: 728px;
	display: inline-block;
	overflow: hidden;
}


.ad_surround {
    width: 336px;
    height: 298px;
    background: #f7f7f7;
	margin: 10px 0 6px;
}

.adsTitle {
	background: #f7f7f7;
	width: 320px;
	color: #bdbdbd;
    font-size: 8px;
    line-height: 10px;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
	padding: 5px 0px;
}

.show_question {
	margin-bottom: 40px;
	margin-top: 40px;
	color: #333333;
	width: 100%;
}

.show_question h4{
	font-size: 15px;
}

.stfctleft {
	float: left;
}

.qontest {
	float: right;
}

.showfact {
	background-color:#990000;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	color:#ffffff;
	font-weight: bold;
	font-family:Arial;
	font-size: 8px;
	padding: 2px 9px 2px;
}

.state_info {
	height: 120px;	
	color: #333333;
	margin: 0 auto;
	width: 100%;
}

.stfact {
	width: 100%;
	display: inline-block;
	padding-top: 5px;
}

.sthdr {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;

}

.showfact2 {
		background-color:#009900;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	color:#ffffff;
	font-weight: bold;
	font-family:Arial;
	font-size: 8px;
	padding: 2px 9px 2px;
}

.showfact3 {
	background-color:#000099;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	color:#ffffff;
	font-weight: bold;
	font-family:Arial;
	font-size: 8px;
	padding: 2px 9px 2px;
}

.showfact4 {
	background-color:#909090;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	color:#ffffff;
	font-weight: bold;
	font-family:Arial;
	font-size: 8px;
	padding: 2px 9px 2px;
}

.rtk_container {
	width: 300px;
	height: 250px;
	margin: auto;
	overflow: hidden;
}

.breadcontain {
	width: 90%;
	padding-top: 10px;
	margin: 0 auto;
}

.breadcontain h3{
	padding: 0;
	margin: 0;
	display: inline-block;
}

.breadcrum {
	width: 100%;	
	margin: 0 auto;
	font-size: 15px;
}

.submitbtn {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	display: inline-block;
}

.submitbtn2 {
	text-align: left;
	margin-bottom: 5px;
	display: inline-block;
}

.subbtn_contain {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.centerdiv {
	width: 100%;
	margin: 0 auto;
}

.pntqsthead {
	padding-left: 15px;
	color: #FFFFFF;
}

hr.quiz {
  border-top: 2px solid #990000;
}

hr.midquiz {
  border-top: 2px solid #6D6D6D;
}
.content {
    border: 1px solid gray;
    padding: 10px;
    margin: 5px 5px 20px;
    background: #eee;
	display:none
}

.chk-link:checked + .content {
    display: block;
}

.link {
	background-color:#990000;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	padding:10px 25px;
	text-decoration:none;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.quiz_fin {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	
}

.quizfin {
	display: inline-block;
	padding-left: 5px;
}

.review {
	display: block;
	overflow: hidden;
	font-size: 18px;
	margin-left: 5px;
}

.fbalign {
	overflow: hidden;
	display: inline-block;
	float: right;
}

#navigation {
    margin: 0px;
	padding: 0;
}
#navigation, #navigation ol.nav_list {
    width: 100%;
}

#navigation ol.nav_list, .atW1100 #navigation ol.nav_list li, .atW1100 #navigation ol.nav_list li a {
    width: 100%;
    float: left;
    clear: none;
	margin: 0;
    padding: 0;
    list-style: none !important;
}


#navigation ol.nav_list {
    width: 100%;
}

#navigation ol.nav_list li {
    clear: none;
	border: 1px solid #e3e3e3;
    background: 0;
    border-width: 0 0 1px;
    line-height: 32px;
	width: 100%;
}

ol.nav_list li {
    line-height: 18px;
    list-style-position: outside;
    list-style-type: none !important;
    display: inline-block;
    clear: both;
}

ol.nav_list li a {
    text-decoration: none !important;
}

ol.nav_list li h3 {
    font-size: 15px;
	font-weight: bold;
    display: block;
    padding: 15px 0px;
}

.fa-facebook-square {
	font-size: 50px;
	padding-right: 15px;
} 
.footer a i:hover, a i:active {color: #555555;}
.footer a i {color: #888888;}

.fa-twitter-square {
	font-size: 50px;
	padding-right: 15px;
}
.fa-instagram {
	font-size: 50px;
	padding-right: 15px;
} 

.hrfoot {
	border-top: 2px solid #555555;
	width: 65%;
}

.footer {
	width: 100%;
	background: #333333;
    display: inline-block;
    text-align: center;
	height: 100%;
}
.not-gov {
	text-align: center;
	color: #888888;
	padding-bottom: 30px;
	padding-top: 30px;
	height: 100%;
	
}

.footer-container {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

.footer-nav {
	border-width:1px 0;
	margin-bottom:0;
	padding: 50px 0;
	display: inline-block;
}

.footer-nav dl {
	margin-bottom:50px;
	margin-top:0
}
.footer-nav dl:last-child {
	margin-bottom:0
}

.footer-nav dt {
	color:#fff;
	font-size:18px;
	font-weight:300;
	margin-bottom:30px
}

.footer-nav a, footer a:visited { color: #888888;}
.footer-nav a:hover, footer a:active { color: #555555;}


.footer-nav dd {
	margin:0 0 20px
}

.footer-nav dd:last-child {
	margin-bottom:0
}

.cols-row {
	display:inline-block;
	width: 100%;
}

.cols-row> * {
	flex:0 0 auto;
	-ms-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	box-sizing:border-box;
	padding-left:1.21951%;
	padding-right:1.21951%
}

.col-1 {
	flex-basis:25%;
	-ms-flex-basis:25%;
	-ms-flex-preferred-size:25%;
	-webkit-flex-basis:25%;
	max-width:25%
}

.col-2 {
	flex-basis:50%;
	-ms-flex-basis:50%;
	-ms-flex-preferred-size:50%;
	-webkit-flex-basis:50%;
	max-width:50%
}

.col-3 {
	width:33%;
	display: inline-block;
}

.col-4 {
	flex-basis:25%;
	-ms-flex-basis:25%;
	-ms-flex-preferred-size:25%;
	-webkit-flex-basis:25%;
	max-width:25%
}
.pdf {
	text-align: center;
	align-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-container {
  margin-right: auto;
  margin-left: auto;
  width: 255px;
}
.btn {
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 50px;
  color: #990000;
  font-size: 30px;
  background: #CCCCCC;
  padding: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  border: solid #990000 2px;
  text-decoration: none;
  width: 220px;
  text-align: center
}

.btn:hover {
  background: #EEEEEE;
  text-decoration: none;	
}
.pdf-footer {
	background: #990000;
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bfoot {
	margin-bottom: 50px;
}

.works {
	width: 90%;
	margin: 30px auto;
}

.nav_head {
	font-size: 25px;
}

.quest-image-contain {
	width: 320px; 
	margin: 0 auto; 
	overflow: hidden;
}

.quest-image {
	display: block; 
	margin: 0 auto;
	overflow: hidden;
}

.quest-ans {
	display: block; 
	box-sizing: inherit; 
	float: left;
}

.quest-ans h2{
	margin-top: 0;
}

.test-index-center {
	text-align: center;
	align-content: center;
}

.state {
	border-radius: 20px;	
	padding : 10px;
	margin: 0 auto;
	width: 85%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.state h3{
	margin-bottom: 10px;
}

.banner_300_state {

	width: 300px;
	height: 270px;
	margin: 0 auto;
}

.state-ad {
	width: 300px;
	height: 250px;
}

.state-contain {
	margin: 0 auto;
	text-align: left;
}

.state-nav {
	padding-bottom: 50px;
	width: 90%;	
	margin: 0 auto;
}

.hrnav {
  border: 1px solid #990000;	
}

.state-nav-heading {
	margin-top: 50px;
	text-align: left;
}

.nav-line {
	display: inline-block;
	width:100%;
}

.nav-link {
	border-radius: 20px;	
	display: inline-block;
	width: 90%;
	padding: 10px;
	margin: 10px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.nav-link-head {
	color: #555;
}

.state-nav-link {
	text-decoration: none !important;
}

.nav-link-text {
	color: #999;
}

.nav-link-odd {
	width: 50%;
	border-radius: 20px;
	padding: 14px;
	margin: 0 15px 10px 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tooltip {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  border-radius: 20px;	
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #999;
  width: 200px;
  color: #000;
  text-align: left;
  padding: 15px;
  border-radius: 6px;
  bottom: 100%;
  margin-bottom: 5px;
  left: 50%;
  margin-left: -140px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 102%;
  left: 50%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
}

.tooltiptest_contain {
  width: 90%;
  margin: 40px auto 0px;
  display: block;
}

.tooltiptest_contain h3{
  margin: 0px;
}

.tooltiptexttest h3{
  margin: 0px;
  display: inline-block;
  font-size: 1.17em;
  font-weight: bold;
}
.tooltiptexttest h2{
  margin: 0px;
  display: inline-block;
  font-size: 1.17em;
  font-weight: bold;
}

.tooltiptest {
  position: relative;
  display: block;
  font-size: 10px;
  max-width: 120px;
  padding: 5px;
  text-align: center;
  border-radius: 20px;	
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/* Tooltip text */
.tooltiptest .tooltiptexttest {
  visibility: hidden;
  background-color: #999;
  width: 200px;
  color: #000;
  text-align: left;
  padding: 15px;
  border-radius: 6px;
  top: 100%;
  margin-top: 5px;
  left: 25%;
  margin-left: 0px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltiptest:hover .tooltiptexttest {
  visibility: visible;
}

.tooltiptest .tooltiptexttest::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%; /* To the left of the tooltip */
  margin-top: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #999 transparent;
}

.not-active {
  pointer-event: none;
  cursor: default;
  text-decoration: none;
  color: #555;
  opacity: 0.6;
}

.index {
	padding: 15px;
	margin: 15px 30px 0px 20px;
	text-align: left;
	width: 70%;
}

.box {
  margin: 0 auto;
  padding: 35px;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.state-button {
	background-color:#990000;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #000000;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:18px;
	padding:10px 25px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-decoration: none !important;
}
.state-button:hover {
	background-color:#ff0000;
}


.modal-container {
  margin: 40px 0px 0px;
  position: relative; 
  display: block;
  width: 100px;
  height: 25px;
}
.modal-container h1{
  display: block;
  font-size: 1.10em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.modal-container button {
	background-color:#eee;
	display: block;
	border-radius: 28px;
	border: 1px solid #000000;
	font-size:10px;
	text-decoration: none !important;
	margin: 0 0;
	width: 100px;
  	height: 25px;
	padding: 5px;
  	box-shadow: 0 5px 5px -5px #333;
 	transition: background 0.8s ease-in;
	color: #999999;
}
.modal-container .modal-backdrop {
	height: 0;
  	width: 0;
  	opacity: 0;
  	overflow: hidden;
  	transition: opacity 0.3s ease-in;
}
.modal-h3 {
	font-size: 1.10em;
	color: #990000;
	display: block;
}
.modal-container #modal-toggle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.modal-container #modal-toggle:hover ~ button { background: #eee; }
.modal-container #modal-toggle:checked {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}
.modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 5;
}
.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
  background-color: #fff;
  max-width: 600px;
  width: 80%;
  height: auto;
  padding: 15px;
  margin: 25px auto 0 auto;
  border-radius: 10px;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width : 400px ){
.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
}
.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
}
.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  color: #fff;
  background: #1E824C;
}
.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }


.dlimage-contain {
	width: 100%;
	text-align: center;
}
.dlimage {
	width: 150px;
	height: auto;
}
.homepage {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

.pretrip-head{
  display: block;
  font-size: 1.25em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.m_quiz {
	width: 100%;
}

.m_quiz h1{
  display: block;
  font-size: 1.25em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.quiz_320_image {
	margin: 0px auto 10px auto;
	height: 85px;
	width: 320px;
	overflow: hidden;
}

.quiz_300_image {
	margin: 10px auto 10px auto;
	height: 270px;
	width: 300px;
	display: block;
	overflow: hidden;
}

.adsTitle_300 {
	background: #f7f7f7;
	width: 300px;
	color: #bdbdbd;
    font-size: 8px;
    line-height: 10px;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
	padding: 5px 0px;
}

.select-state {
	margin: 25px auto 0px auto;
	width: 85%;
    position: relative;
    display: block;
    max-width: 500px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
	appearance: none; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.select-state-span {
	display: block;
    font-weight: 700;
    line-height: 1.428571429;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    background-color: #990000;
    padding: 17px 27px;
    font-size: 20px;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
	appearance: none; 
	-webkit-box-shadow:0 8px 16px 0 rgba(83,99,115,.32);
    -moz-box-shadow: 0 8px 16px 0 rgba(83,99,115,.32);
    box-shadow: 0 8px 16px 0 rgba(83,99,115,.32);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	}

.selectState {
	padding-left:0;
	min-height: 2.5em;
    position: absolute;
    top: 0;
    left: 0;
	appearance: none;
    width: 100%;
    height: 3em;
    max-height: 100%;
    margin: 0;
    background-color: #999999;
    font-size: 1.5em;
    outline: 0;
    cursor: pointer;
    z-index: 2;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-state option{
		appearance: none; 
}


.breadcontain2 {
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	color: #888888;
	display: block;
	font-size: 1.25em;
}

.breadcontain2 a {
	color: #888888;
}
.bread {
	float: left; 
	width: 70%; 
	overflow: hidden;
}

.bread2 {
	float: left; 
}

.state-list {
  font-size: 1.17em;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  
}

.state-list a {
  color: #555;
  font-size: 1.0em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0;
  margin-right: 0;
}
.state-list-link {
	text-decoration: none !important;
}
.pretrip-video {
	height: 241px;
	width: 321px;
    margin: 5px auto;	
}
ul.breadcrumb {
  list-style: none;
  padding-inline-start: 0px
}

ul.breadcrumb li {
  display: inline;
  font: 13px Lato,sans-serif
}

ul.breadcrumb li a {
  color: color: #888888;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #555555;
  text-decoration: none;
}

* {box-sizing:border-box}

.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: 20px auto;
  }

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slideshow-img {
	width: 100%;
}

.rating-tooltip {
   margin-top: 0px;
}

.rating-tooltip div {
  color: #FFFFFF;
  background: #000000;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  border-radius: 6px;
  padding: 10px;  
  white-space: nowrap;
}

.rating-tooltip div:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.custom { padding: 0.5em 2.5em 0.8em 0.4em; }

.star-contain {
	height: 45px;
	margin-bottom: 10px;
}

.stars {
	text-align: center;
	margin: 15px auto;
}

.rate-this {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.ads-remind {
	color: #990000;
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

.our-tests-header {
	font-size: 30px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 30px 15px 0px 15px;
	margin: 0;
}

.test-checkmark {
	display: inline-block;
	width: 10%;
	vertical-align: top;
}

.test-checkmark svg {
	margin: 0 auto;
	display: block;
	align-self: center;
}
.our-tests-content {
	display: inline-block;
	width: 80%;
	margin: 0 0 0 25px;
}

.our-test-header {
	font-size: 30px;
	font-weight: bold;
	color: #008800;
	display: block;
    margin-top: 0;
    margin-bottom: .5em;
}

.our-test-contain {
	margin-bottom: 20px;
	padding: 0px 15px 0px 15px;
}

.our-test-text {
	font-size: 18px;
}

.adsTitle a, .adsTitle a:visited { color: #888888; text-decoration: none !important;}
.adsTitle a:hover, .adsTitle a:active { color: #555555; text-decoration: none !important;}

.adsTitle_300 a, .adsTitle_300 a:visited { color: #888888; text-decoration: none !important;}
.adsTitle_300 a:hover, .adsTitle_300 a:active { color: #555555; text-decoration: none !important;}

.nav-chk {
    display: none; !important
}

.label {
    display: block;    
    padding: 20px 20px;
    margin: 3px 0 3px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background: #EEEEEE;
    border-radius: 8px;
	border: 2px solid #990000;
    color: #555;
    transition: ease .5s;
    position: relative; /* ADDING THIS IS REQUIRED */
}

.label:hover {
    background: #990000;
	color: #FFFFFF;
}

.label::after {
    content: '+';
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 16px;
}

input:checked + .label::after {
    content: '-';
    right: 14px;
    top: 16px;
}

.content-nav {
    background: #EEEEEE;
    border: 1px solid #990000;
    margin: 0 0 1px 0;
    border-radius: 8px;
	padding-bottom: 8px;
}

.content-nav ol {
    list-style: none !important;
	text-decoration: none !important;
	padding: 0 0 0 10px;
}

input + .label + .content-nav {
    display: none;
}

input:checked + .label + .content-nav {
    display: block;
}

.content-nav ol li {
    text-decoration: none !important;
    margin: 20px 0 0 0;
    font-size: 18px;
}

.h3-question {
	font-size: 25px;
	
}

.space {
	margin: 30px 0px;
}
.footer-space {
	margin: 100px 0px;
}	

.about-font {
	font-size: 20px;
	width: 90%;
    margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
	