
#quiz{
max-height: 840px;
overflow: hidden;
border: 1px solid #dad9d9;
}
#quiz h2{
	text-align: center;
	margin: 25px 0px -20px;
	color: #737373;
}
#quizheader{
	position: relative;
	z-index: 1000;
}
#quizpage a{
	color: white;
}
#quizpage a:hover{
	color: white;
	text-decoration: none;
}
html{
	height: 100%;
}
.container{
	max-width: 1350px;
}
a:hover{
	text-decoration: none;
}
.resultimg{
	width: 100%;
	height: 235px;
	 background: url(/assets/screens/mfc-352a01ff537be6d91de0549260da5b79afc646248891b84dd66f8b952b3598e3.jpg);
    background-size: cover;
    background-position: center left;
    border-radius: 4px 4px 0px 0px;

}
.result{
	background: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.1);
    padding-bottom: 0px;
    margin-bottom: 10px; 
    cursor: pointer;
    transition: all .15s ease;
    font-size: 16px
}
.result .pull-right{
	padding-top: 13px;
}
.result .result-btns{
	padding: 20px;
}
.result:hover{
	-webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
}
.result h3, .result p{
	margin-bottom: 0px;
}
.result p{
	font-size: 16px;
}
#banner-img{
	width: 100%;
	height: 700px;
	background: url(/banner.jpg);
	background-size: cover;
	background-position: 50% 65%;
}
.center{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.caption{
	display: block;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    padding: 7px 0px 4px;
    font-size: 20px;
   }
#banner-img h2{
	font-size: 46px;
	margin-top:160px;
	margin-bottom: 40px;
	color: white;
}
#mainLogo{
	margin-top: 2px;
}
#banner-img h4{
	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
	color: white;
}
.btn-main{
    background-color: #ff5566;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 40px; 
}
.btn-main:hover{
	color: white;
	background-color: #ce4955;
}
.btn-secondary{
	background-color: #ff5566;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
}
.btn-secondary:hover{
	background-color: #ce4955;
}
#header{
	margin-top: 20px;
    margin-bottom: 0px;
}
#menu{
	list-style-type: none;
	float: right;
	margin-top: -2px;
}
#menu li{
	display: inline-block;
	margin: 0px 15px;
	font-weight: 500;
	font-size: 17px;
}
#menu li a{
	color: #fff;
}
#quizbackground h5{
	font-size: 20px;
}
#menu li a:hover{
	text-decoration: none;
}
#menu li .btn{
	font-size: 17px;
	font-weight: 500;
	color: white;
	background: #ff5566;
}
#menu li .btn:hover{
	background-color: #ce4955;
}
video {
    object-fit: cover;
    width: 100%;
    height: 500px; 
}
#infosect{
	text-align: center;
	max-width: 700px;
	padding: 50px 0px 60px;
}
#infosect h2{
	font-size: 51px;
	margin-bottom: 35px;
}
#infosect p{
	font-size: 21px;
	margin-bottom: 30px;
}

#boxes{
	padding-bottom: 100px;
	border-radius: 4px;
	padding: 0px 70px;
}
#quiz{
	padding: 0px 0px 0px;
	background: white;
	border-radius: 4px;

}
#quiz h3{
	text-align: center;
	font-size: 27px;
	margin: 0px 0px 40px;
	color: white;
	color: #0a725f;
}
#quiz h3 a:hover {
	text-decoration: none;
}
#quizheader{
	z-index: 1000;
	position: relative;
	  
}
#quizheader a:hover{
	  text-decoration: none;
}
#quizheader h3{
	  color: #0b7260;
	    font-size: 38px;
	    font-family: "Proxima Black";
}
#quiz h4{
	text-align: center;
    color: white;
    font-size: 25px;
    font-family: "Proxima Regular";
    color: #0a725f;
}
#quizbackground h1{
   margin: 0px -10px;
    font-size: 36px;
    margin-bottom: 20px;
    background: transparent;
    padding: 14px 0px 10px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #1b1b1b;
    margin-top: 0px;
    background: rgb(40, 53, 82);
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.3);
    color: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
#quizbackground .white{
	color: white;
}
@keyframes slide-out {
    0% { transform: translateX(100px); }
    100% { transform: translateX(0px); }
}

.step.current {
    display: block;
 	-webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
     opacity: 1; 
     animation: slide-out 0.2s both;
    -webkit-animation: slide-out 0.2s both; 

}
.step.remove {
    display: none;
	 -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
     -o-transition: all .2s linear;
     opacity: 0;  
      animation: slide-out 0.5s both;
    -webkit-animation: slide-out 0.5s both;

}

.step {
   opacity: 0;
  -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
     -o-transition: all .2s linear;
  	 -webkit-animation: slide 0.5s both;
    animation: slide 0.5s  both;
}	
.current{
		opacity: 1;
	    transform: translateX(0%);
    

}

#resultscontainer .results h4{
	margin-top: 10px;
}
.tags{
	padding: 2px 5px;
	background: #ffbf2e;
	color: white;
	margin-right: 5px;
	display: inline-block;
	font-size: 13px;
}
.wide{
	margin-bottom: 15px;
	background: #32325d;
	color: white;
	text-align: center;
	cursor: pointer;
	position: relative;
    padding: 12px 20px;
   	 -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
     -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.4);
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}
.wide:hover{
	-webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.04);
    box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0, .4);
}
.box{
	background: #32325d;
	color: white;
	text-align: center;
	cursor: pointer;
	position: relative;
    padding: 0px 0px 0px;
	 -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    height: 500px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.07), 0 7px 17px 0 rgba(0,0,0,.4);
    border-radius: 4px;
    width: 100%;
}
.results{
	background: #fff;
	position: relative;
    padding: 20px 20px 20px;
	-webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out;
    border: 2px solid black;
    margin-bottom: 30px;
    min-height: 490px;
}
.results img{
	height: 100px;
	margin-bottom: 10px; 
	display: block;
	margin-left: auto;
	margin-right:auto;

}
.imageholder{
	border-bottom: 1px solid #000;
	margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
}
.box:hover{
	-webkit-box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0, .5);
}

.box img{
	height: 100px;
	margin-bottom: 10px; 
}



#quizsect{
	background-image: linear-gradient(rgba(0,0,255,0.5),rgba(0,0,255,0.5));
	background-size: cover;
	height: 280px;
	text-align: center;
	padding-top: 43px;
	font-size: 19px;


}
.quiz-header{
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
#quizbackground{
	position: relative;
	z-index: 9999;

}
#quizsection{
	max-width: 700px;
}
#quizsect p{
	margin-bottom: 35px;
	color: white;
}
#quizsect h3{
	font-size: 45px;
	margin-bottom: 25px;
	color: white;
	text-shadow: 0px 1px 5px rgba(0,0,0,.4);
}
.articleBig{
	width: 100%;
	height: 315px;
	margin-bottom: 30px;
	color: white;
	
}



.btnDiv{
	padding: 0px 30px;
}
.btn-article:hover{
	color: white;
}
#box0a, #box0b{
	height: auto;
	padding: 10px 0px;
}
 .onboarding-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.onboarding-nav li {
    display: block;
    position: relative;
    text-align: center;
}

 .onboarding-nav li>div.onboarding-right-line {
    width: 60px;
    height: 23px;
    border-bottom: 2px solid #fff;
    float: right;
}
.onboarding-nav {
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    margin-top: 65px;
}	
.onboarding-nav p.no-right-padding {
    padding-right: 0;
}
.number-circle {
    font-size: .875rem;
    height: 40px;
    line-height: 40px;
    min-height: 40px;
    min-width: 40px;
    transition: all .3s;
    width: 40px;
    background-color: #fff;
    color: #000;
    display: inline-block;
}
.onboarding-nav li.inactive .number-circle {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    line-height: 38px;
}
.number-circle {
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    font-weight: 400;
    font-size: 1.5rem;
    height: 2.625rem;
    line-height: 2.625rem;
    min-width: 4.625rem;
    text-align: center;
    width: 2.625rem;
}
 .onboarding-nav p {
    color: #fff;
    margin: 0;
    transition: color .3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 58px;
}
 .onboarding-nav li.inactive {
    cursor: auto;
}

.A1, .A2, .A3, .A4,.A5, .A6, .A7, .A8, .A9 {
	display: none;
}

#results{
	margin-bottom: 30px;
}
@media(max-width: 991px){
	#banner-img h2 {
   		font-size: 40px;
	}
	.articleBig h3 {
    color: white;
    font-size: 22px;
	}

	.box{
		height: 230px;
		margin-bottom: 10px;
	}
	video{
		height: 230px;
	}

}

@media(max-width: 767px){
	.float-right-img, .float-left-img{
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}
	.result .pull-right{
	display: block;
	float: none!important;
}
	.result .btn-result{
	display: block;
	width: 100%;
}
	#quizheader{
		text-align: center;
	}
	.articleBig h3{
		margin-bottom: 20px;
	}
	#article-background h2 {
    padding: 67px 0px;
	}
	.hidden-mobile{
		display: none;
	}
	.results{
		   min-height: auto;
	}
	.box{
		min-height: 155px;
	
	}
	.box:hover{
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.wide:hover{
		border: 2px solid black;
	}
	#quizbackground h1 {
          position: relative;
    z-index: 800;
    color: #0b7260;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-shadow: white 0px 0px 10px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 20px!important;
	}
	
	.wide h4{
		font-size: 20px;
	}
	.mobile-row{
		display: block;
	}
	.article-info h4 {
    font-size: 33px;
	}
	#header{
		margin-bottom: 10px;
	}
	#banner-img h2 {
    font-size: 28px;
	}
	#banner-img h4 {
    font-size: 20px;
    line-height: 26px;
	}
	#infosect h2 {
    font-size: 28px;
    margin-bottom: 35px;
	}
	#infosect p {
    font-size: 17px;
	}
	#quiz h3{
		font-size: 26px;

	}
	#banner-img{
	height: 420px;
	background: url(/banner-mobile.jpg);
	background-size: cover;
    background-position: 50%;

	}
	#mainLogo{
		width: 125px!important;
	}
	
	#menu li:first-child{
		margin-left: 0px;
	}
	#menu{
		padding-left: 0px;
	}
	#banner-img h2{
		margin-top: 0px;
	}
	#menu li{
		margin: 0px 5px;
		font-size: 16px;
	}
	#menu li .btn{
		font-size: 16px;
		padding: 5px;
	}
	#quizsect p{
		font-size: 17px;
	}
	#article-background h2{
		font-size: 28px
	}
	#article-background{
		height: 210px;
	}
	#quizsect h3{
		font-size: 35px;
	}
	#quizsect{
		padding-top: 30px;
	}
	#footer ul li{
		display: block;
		margin-bottom: 10px;
	}
	.logoimage{
		width: 27px!important;
	}
	#quizheader h3 {
    font-size:  30px;
	}	
	#quiz {
    overflow: hidden;
    height: auto;
    background: transparent;
	}
	.wide{
		width: 100%;
	}


	#article-header {
    max-height: 72px;
}
#quizheader h3{
	margin-bottom: 20px;
}

}
@media(max-width: 500px){
	#quiz h3{
		font-size: 20px;
		margin: 10px 0px 15px;
	}
}
