:root {
	--azure: #0d799b;
	--btn-hover: #48abcf;
}

body {
	background-color: #f2f4f7;
}

h2 {
	font-weight: bold;
}

summary {
	cursor: default;
	list-style: none;
	outline: none;
}

#aside {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	z-index: 5;
}

#Banner_Rectangle, #CDL_Banner_Rectangle, #MC_Banner_Rectangle,
#Banner_Rectangle_BF, #CDL_Banner_Rectangle_BF, #MC_Banner_Rectangle_BF {
	background: #fff;
	border-radius: var(--border-radius);
	margin-bottom: 15px;
}

#Banner_Rectangle>div, #CDL_Banner_Rectangle>div, #MC_Banner_Rectangle>div,
#Banner_Rectangle_BF>div, #CDL_Banner_Rectangle_BF>div, #MC_Banner_Rectangle_BF>div {
	border: unset !important;
}

#D_Header, #CDL_D_Header, #MC_D_Header  {
	display: block;
	position: sticky;
	text-decoration: none;
	top: 0;
	z-index: 90;
}

#marathon .question {
	background: white;
	border-radius: var(--border-radius);
}

#progress_container {
	background: #fff;
	border-radius: var(--border-radius);

	overflow: hidden;
	padding-bottom: 0;

}

#progress_review {
	border: none;
}

#question #prevpage {
	max-width: 310px;
}

#question #prevpage:hover {
	color: white;
}

#question-display {
	font-size: 16px;
}

#result .twitter_share svg {
	width: 16px;
}

#test .progress {
	padding: 20px;
	text-align: center;
}

#test h1 {
	font-size: 22px;
	font-weight: bold;
}

#testHeader {
}

.ad_cont_empty {
	align-items: center;
	background-color: #f5e1a3;
	border: 1px solid #dedede;
	display: flex;
	justify-content: center;
	min-height: 120px;
	padding: 10px;
	margin-bottom: 10px;
}

.answers tr {
	clip-path: xywh(0 0 100% 100% round 6px);
}

.box {
	margin-bottom: 15px;
}

.box-content {
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.box-title {
	background-color: var(--title-bg);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #616161;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
}

.breadcrumb {
	color: #666;
	font-size: 14px;
	padding: 10px 5px;
}

.breadcrumb svg {
	width: 14px;
}

.btnpre:hover {
	color: #fff;
	text-decoration: none;
}

.colcont {
	align-content: space-between;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	position: relative;
	width: 100%;
}

.container {
	background: unset;
	max-width: 1490px !important;
}

.contRes {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	padding-top: 10px;
	padding: 10px;
	text-align: center;
}

.contRes .st {
	border-radius: 9999px;
	display: inline-block;
	font-size: 14px;
	line-height: 1.25rem;
	margin: 0;
	padding: 7px 12px;
	text-transform: uppercase;
}

.contRes.failed>.st {
	background-color: rgb(254 226 226);
	color: rgb(185 28 28);
}

.contRes.incomplete>.st {
	background-color: rgb(254 249 195);
	color: rgb(161 98 7);
}

.contRes.not.started>.st {
	background-color: rgb(229 231 235);
	color: rgb(55 65 81);
}

.contRes.passed>.st {
	background-color: rgb(220 252 231);
	color: rgb(21 128 61);
}

.contRes>div {
	margin: 4px;
}

.contRisp {
	margin-bottom: 0;
	margin-top: 10px;
}

.contRisp span {
	margin-bottom: 0;
}

.contRisp span b, .prev_res b {
	display: block;
	font-size: 19px;
	margin-bottom: -7px;
}

.contRisp span, .prev_res span {

	border-radius: var(--border-radius);
	border: 1px solid #c7c7c7;
	padding: 3px 15px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.contRisp, .prev_res {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.d_top_test {
	box-shadow: 0 4px 12px rgba(59,72,87,.3);
	height: 60px !important;
}

.d_top_test .btnpre {
	margin: unset !important;
}

.d_top_test>div>span:nth-child(1) {
	line-height: 40px !important;
}

.dark #progress_container {
	border-radius: var(--border-radius);
	border: 1px solid var(--light-gray);
}

.dark #progress_review {
	background: none;
	border: 0;
}

.dark .box {
	border-radius: var(--border-radius);
	border: 1px solid var(--light-gray);
}

.dark .box-content {
	background: none;
}

.dark .box-title {
	background: none;
	border-bottom: 1px solid;
	color: var(--light-gray);
}

.dark .breadcrumb {
	color: var(--light-gray);
}

.dark .correct, .dark .correct .answer, .dark .question .correct .answer {
	background: var(--green);
}

.dark .explanation a, .dark .explanation-show a {
	color: var(--light-gray);
}

.dark .explanation-container {
	background: var(--dark-gray);
}

.dark .explanation-link svg {
	fill: var(--light-gray);
}

.dark .head-cont {
	background: none;
	border: 1px solid var(--light-gray);
}

.dark .progress {
	border: none !important;
}

.dark .question {
	background: var(--dark-bg);
	border-radius: var(--border-radius);
	border: 1px solid var(--light-gray);
	margin-bottom: 10px !important;
}

.dark .question .answer {
	background: var(--dark-bg);
}

.dark .questions-container {
	background: none;
}

.dark .questions_number .empty {
	background: none;
}

.dark .test-no {
	background-color: unset;
}

.dark .test-no .passed {
	background: #d8f7d87d;
}

.dark .topass {
	background-color: var(--azure);
}

.dark .wrong, .dark .wrong .answer {
	background: var(--red);
}

.dashboard .test-no .btn {
	font-size: 16px;
	margin: 10px;
	min-width: 120px;
	padding: 2px 10px;
	text-transform: unset;
	width: unset;
}

.dashboard h3 {
	border: 0;
	font-size: 17px;
	padding: 15px 0;
}

.dashTestCont {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.done {
	background: #fdfcc2;
}

.explanation {
	margin-top: 15px;
}

.explanation-container {
	background: #f2f4f7;
	border-radius: var(--border-radius);
	margin-top: 10px;
	padding: 10px;
}

.explanation-link {
	display: inline-block;
	width: 100%;
}

.explanation-link svg {
	height: 13px;
	vertical-align: middle;
	width: 13px;
}

.explanation-show {
	font-weight: bold;
}

.head-cont {
	background: #fff;
	margin-bottom: 15px;
	padding: 20px;
	text-align: left;
}

.head-cont, .questions-container, #Banner_Rectangle, #CDL_Banner_Rectangle, #MC_Banner_Rectangle {
	border-radius: var(--border-radius);
}

.infotest {
	margin-left: 20px;
	width: 340px;
}
.links-bottom, .q-cont-cat{
	font-size: 16px;
	margin-bottom: 20px;
}

.links-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: left;

}
.q-related i{
	margin: 0 6px;
}
.links-bottom a {
	background-color: #fff;
	border-radius: var(--border-radius);
	box-sizing: border-box;
	flex-basis: calc(50% - 5px);
	padding: 10px 0 10px 10px;
}

.links-bottom i {
	margin: 5px;
}

.main {
	margin: unset !important;
	right: unset !important;
}

.main-results {
	margin-top: 60px;
}

.q-cont-title {
	font-size: 20px;
	
	margin: 30px 0px 10px 0;
}

.q-cont-title span {

	font-weight: bold;
}

.q-related {
	background: #fff;
	border-radius: var(--border-radius);
	padding: 10px;
	width: 100%;
}
.q-cont-cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 10px;

}
.q-related img {
	display: inline-block;
	height: auto;
	max-height: 30px;
	max-width: 30px;
	vertical-align: top;
 	 margin: 0 3px;
}

.qtitle {
	font-size: 17px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
	margin: 0;
	margin: 5px;
}

.qtitle .category {
	color: #aaa;
	display: block;
	font-size: 12px;
}

.question {
	background: #fff;
	border-radius: var(--border-radius);
	border: 1px solid #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px;
}

.questions-container {
	overflow: hidden;
}

.questions_number {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.questions_number .firstq {
	border-bottom-left-radius: 6px;
	border-left: 3px solid;
	border-top-left-radius: 6px;
}

.questions_number .lastq {
	border-bottom-right-radius: 6px;
	border-right: 3px solid;
	border-top-right-radius: 6px;
}

.questions_number .onthispage {
	border-bottom: 3px solid;
	border-top: 3px solid;
	border-color: #616161;
}

.questions_number span {
	align-content: center;
	align-items: center;
	display: flex;
	font-size: 12px;
	height: 24px;
	justify-content: center;
	margin-bottom: 3px;
	text-align: center;
	width: 24px;
	flex: 0 1 auto;
	border: 1px solid;
	margin-left: -1px;
	border-color: #616161;
}



.questions_number span.empty {
	background-color: #f2f4f7;
}

.questions_number span:first-child {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.questions_number span:last-child {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.side {
	border-radius: var(--border-radius);
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	width: 376px;
}

.sticky {
	width: unset !important;
	margin-bottom: 10px;
}

.test-name {
	display: flex;
	flex-wrap: wrap;
}

.test-no {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #dedede;
	box-shadow: 0 1px 6px rgba(32,33,36,0.28);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1 1 300px;
	min-height: 167px;
	min-width: 300px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}

.test-page {
	border-radius: var(--border-radius);
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.topass {
	background-color: #d1e1fb;
}

.tr-line {
	height: 2px;
}
.header {
	box-shadow: 0px 2px 4px -4px #9A9A9A;
}

@media (max-width: 429px) {
	
	.header {
		position: fixed;
		width: 100%;
		
	}

	.main-content {
		margin-top: 60px;
	}
}

@media (max-width: 600px) {
	.links-bottom a {
		flex-basis: 100%;
	}
}

@media (max-width:767.98px) {
	#aside {
		order: 4;
		text-align: center;
	}

	.dark .question {
		border: none;
		border-bottom: 1px solid #e1e1e1;
		border-radius: unset;
	
	}

	.dark #progress_container {
		background: none;
		margin: 10px;
	}

	.questions-container {
		/* margin: 0 -10px; */
		padding: 0px;
	}
	#question-display{
		padding: 10px;
	  }
}

@media (min-width: 1200px) {
	.side {
		width: 476px;
	}

	.test-page {
		width: calc(100% - 500px);
	}
}

@media (min-width: 770px) {
	.side {
		margin-left: 8px;
		width: 320px;
	}

	.test-page {
		width: calc(100% - 328px);
	}

	#question-display {	
		padding: 20px;
	  }
}

@media (min-width: 992px) {
	.side {
		margin-left: 20px;
		width: 376px;
	}

	.test-page {
		width: calc(100% - 400px);
	}
}

@media (min-width:1200px) {
	#aside {
		width: 476px;
	}
}

@media (min-width:576px) {
	#aside {
		border-radius: var(--border-radius);
		margin-left: 10px;
		position: -webkit-sticky;
		position: sticky;
		top: 65px;
		width: 334px;
	}
}

@media (min-width:770px) {
	#aside {
		margin-left: 8px;
		width: 320px;
	}
}

@media (min-width:992px) {
	#aside {
		margin-left: 20px;
		width: 376px;
	}
}


.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.main{
	flex: 1;
}
body{
	min-height: 100%;
}

.dark .accordion {
	background: none;
	color: #fff;
}
.dark #progress_container {
	background: none;
}
#marathon.dark .question {
	background: none !important;
  }
#M_Middle_Test > div , #Banner_Rectangle > div{
	background: #fff;
	border-radius: var(--border-radius);
}

#gradethis, #nextpage, #gonextpage, #grademe{
	max-width: 310px;
}
.pager .p {
	width: unset;
}
.mobile-menu a{
	color: var(--azure);
}
.logo{
	margin-right: auto;
}

#menu-links{
	width: 100%;
}

@media (max-width: 839px){
    .logobig {
        width: 120px;
        display: block!important;
      }
      .logomini {
        display: none !important;
      }
    }

	@media (max-width: 388px){
		.logobig {
			width: 90px;
			/* margin-top: 5px; */
		}
		#states .icon-menu{
			display: none;
		}
	}
#M_Middle_Test .btnpre , #Banner_Rectangle .btnpre{
	max-width: 310px!important;
}
#D_Button_Bottom{
	text-decoration: none;
  display: block;
  margin-top: 15px;
}
.container{
	padding: 10px;
}
#progress_container .box-title{
	cursor: pointer;
}
#progress_container .progress{

}
/*
.btnpre{
	max-width: 310px;
	margin: 0 auto;
}
*/

.prev_res > div {
	flex: 1 1 auto;
	min-width: 80px;
	max-width: 150px;
	text-align: center;
	box-sizing: border-box;
}

.round{
	border-radius: var(--border-radius);
}
.open .iconusa path {
	fill: #fff;
  }

  .paging {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.dark .main-content{
	background: none!important;
}

.dark span.tile-signs {
	color: var(--dark-gray);
}
@media (max-width: 500px){

	#manual .show-xs{
		display: none;
	}
	.head-cont{
		padding: 15px;
	}
}

#road-signs.dark #test {
	background: var(--dark-bg);
  }



#road-signs [id], #test [id] {
	scroll-margin-top: 70px;
  }

.warning-complete{
	background: #ffffcc;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;  border-radius: var(--border-radius);
}
.warning-complete .close{
  position: absolute;
  right: 5px;
  top: 0; 
  cursor: pointer;
}
.dark .warning-complete{
	background: #ffffcc40;
}

.buttons-results .btn {
    max-width: 100%;
    margin: 10px auto;
}

.results .btn-cont{
	max-width: 600px;
}

#nextbtn{
	background-color: var(--green);
}
#nextbtn:hover{
	background-color: var(--green-hover);
}