/* General CSS*/

.questionair *{
	box-sizing: border-box;
}

/* Fancybox takes care of that */
/* #programScrollPopupOverlay{
	width:100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 9999;
} */

/* Fancybox takes care of that */
/* .programScrollPopup {
	position: absolute;
	z-index: 1000;
	top:110px;
} */

.programScrollPopup.fancybox-content {
    padding: 0;
}
.programScrollPopup .fancybox-button , .programScrollPopup .fancybox-button.fancybox-close-small{
	color: #ffffff !important;
}

.closepopup {
	height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0px;
    background: #000 none repeat scroll 0% 0%;
    color: #FFF;
    padding-top: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.closepopup:hover{
	font-size:1.2em;
	}
.questionair{
	position:relative;
	overflow: hidden;
	margin: 0 auto;
	height: 130px;
	background-color:#fff;
}


.resultblock,
.leadgenform{
	display: none;
	position:relative;
	overflow: hidden;
	margin: 0 auto;
	min-height: 130px;
	padding: 10px 50px;
	background: #EDEFED;
}
.leadgenform{
	min-height: 235px;
}


.leadgenform .marketoFormStyle{
	
	max-width: 900px !important;
	width:100% !important;
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	
	-webkit-column-width: 280px;
    -moz-column-width: 280px;
    column-width: 280px;
	
	-webkit-column-rule: 1px dotted #909090;
    -moz-column-rule: 1px dotted #909090;
    column-rule: 1px dotted #909090;
	
	-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
	
	}
	
.leadgenform .marketoFormStyle .mktoFormRow{
	display: inline-block;
}

@media (max-width: 698px) {
	.leadgenform .marketoFormStyle .mktoFormRow{
	display: block;
    }
}

.resultblock ul,
.leadgenform ul{
    list-style: none;
    padding: 0;
}
.leadgenform .mktoForm{
	margin: 0 auto;
	background: #EDEFED;
}
.leadgenform .mktoForm .mktoLabel{
	width:auto !important;
	padding:5px !important;
	}
.results-sent{
	display: none;
	font-size: 1.25em;
	text-align: center;
}
.resultnum-wrap{
	text-align:center;
}
.resultnum{
	padding: 30px;
	font-size: 2em;
	font-weight: bold;
	margin: 0px auto;
	display: inline-block;
}
.resultnum.num20{
	background: transparent url('../img/program/quiz/border-20.png') center center no-repeat;
	background-size: contain;
}
.resultnum.num40{
	background: transparent url('../img/program/quiz/border-40.png') center center no-repeat;
	background-size: contain;
}
.resultnum.num60{
	background: transparent url('../img/program/quiz/border-60.png') center center no-repeat;
	background-size: contain;
}
.resultnum.num80{
	background: transparent url('../img/program/quiz/border-80.png') center center no-repeat;
	background-size: contain;
}
.resultnum.num100{
	background: transparent url('../img/program/quiz/border-100.png') center center no-repeat;
	background-size: contain;
}



.mktoForm input[type="text"], 
.mktoForm input[type="url"],
.mktoForm input[type="email"], 
.mktoForm input[type="tel"], 
.mktoForm input[type="number"], 
.mktoForm input[type="date"], 
.mktoForm select.mktoField, 
.mktoForm textarea.mktoField{
	border-radius: 0px;
}
.mktoForm input.mktoField.mktoInvalid, 
.mktoForm select.mktoField.mktoInvalid, 
.mktoForm textarea.mktoField.mktoInvalid, 
.mktoForm div.mktoLogicalField.mktoInvalid{
	border: none;
}
.leadgenform .mktoForm .mktoGutter{
	display: none;
}
.leadgenform .mktoForm .mktoFormCol{
	margin-bottom: 4px !important;
}
.leadgenform .mktoForm .mktoRequiredField .mktoAsterix{
	    font-size: 1.5em !important;
}
.leadgenform .mktoForm .mktoHtmlText .asterixKey{
	color:inherit !important;
	font-size: 1.5em !important;
	}
.leadgenform .mktoForm .mktoRequiredField label.mktoLabel{
	/*display: none;
	visibility: visible;*/
}
.leadgenform .mktoForm .mktoRequiredField label.mktoLabel[for="Opt_In_Consent__c_quick_prog_check"]{
	visibility: visible;
	display: inline-block;
	float:right;
	max-width:200px !important;
}
.leadgenform .mktoForm label.mktoLabel[for="Social_Consent__c"]{
	max-width:200px !important;
}

.leadgenform .mktoForm .mktoCheckboxList{
	max-width: 40px !important;
	}
.leadgenform .mktoForm .mktoOffset{
	display:none !important;
	}
.leadgenform .mktoForm .cf_widget.cf_widget_socialsignon{
	display: none;
}
.leadgenform .mktoForm .mktoFormRow input{
	box-shadow:none;
	padding: 5px 10px;
	border:none;
	width: 100% !important;
	font-size: 1.5em;
}
.leadgenform .mktoForm .mktoFormRow input::-webkit-input-placeholder {
   color: #55595A;
   font-weight: bold;
}

.leadgenform .mktoForm .mktoFormRow input:-moz-placeholder { /* Firefox 18- */
   color: #55595A;
   font-weight: bold;  
}

.leadgenform .mktoForm .mktoFormRow input::-moz-placeholder {  /* Firefox 19+ */
   color: #55595A;
   font-weight: bold;  
}

.leadgenform .mktoForm .mktoFormRow input:-ms-input-placeholder {  
   color: #55595A;
   font-weight: bold;
   font-size: 1.5em;
}

.leadgenform .mktoForm .mktoFormRow input[name="Opt_In_Consent__c"]{
	float:left;
}
/*.leadgenform .mktoForm .move-left{
	position: absolute;
	top: 10px;
	left: 48%;
}
.leadgenform .mktoForm .mktoButtonRow.move-left{
	top: 60px;
}*/
.leadgenform .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label{
	display: none;
}
.leadgenform .mktoForm input[type="checkbox"], .mktoForm input[type="radio"]{
	opacity: 1;
}
.leadgenform .mktoForm .mktoButtonWrap.mktoCleanGray .mktoButton{
	background-color: #1E6932;
	background-image: none;
	color: #FFF;
	border: 4px solid #FFF;
	text-shadow: none;
	border-radius: 0px;
	font-family:inherit;
	font-size:inherit;
}


.quick-prog-check-header{
	background-color: #006736;
	color: #fff;
	text-align: center;
    width: 1000px;
    /* max-width: 1000px; */
	min-height: 150px;
	margin: 0 auto;
}
.popup-title{
	color: rgb(255, 255, 255);
	font-size: 3.25em;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 10px;
}

.popup-sub-title{
	color: rgb(255, 255, 255);
	font-size: 1.25em;
}

.ac-questions-list{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height:130px;
	list-style: none;
	text-align: center;
}
.ac-questions-list .question{
	font-size: 1.4em;
    line-height: 1.2;
    margin-bottom: 0;
    display: block;
    padding: 0px 20px 15px 20px;
}
.ac-questions-list li{
	position: absolute;
	display: block;
	float:left;
	margin: 0;
	padding: 0 30px !important;
	height:130px;
	width: 100%;
}
.ac-questions-list .ac-question.inactiveli{
	display:none;
}

.ac-questions-list .ac-question:first-child{
	margin-top: 0;
}
.ac-questions-list .ac-question label{
	display: inline-block;
	margin-right: 10px;
	height:20px;
}
.ac-questions-list .ac-question label:before{
	display: inline-block;
	content:'';
	height:20px;
	width:20px;
	border: 2px solid #e2e2e0;
	margin-right: 5px;
	padding:10px;
	vertical-align: middle;
}
.ac-questions-list .ac-question input:checked + label:before{
	background: url('../img/program/quiz/checkmark.svg') center center no-repeat;
	background-size: 15px;
}

.ac-questions-list .ac-question input[type="radio"]{
	display:none;
}

.timeline{
	position: relative;
	background-color: #474747;
	color: #fff;
	height: 60px;
}
.timeline ul{
	margin: 0 auto !important;
	padding: 10px;
	min-width: 400px;
	max-width: 400px;
	width: 400px;
	list-style: none;
}
.timeline ul li{
	display: inline-block;
	width: 33%;
	text-align: center;
}
.timeline ul li:after{
	position: relative;
	z-index: 3;
	display:block;
	content:'';
	width:15px;
	height:15px;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #a9a9a9;
	border-radius: 50%;
}
.timeline ul li.active:after{
	background: #006736;
}
.timeline span.line{
	display: block;
	position: absolute;
	border-bottom: 2px solid #a9a9a9;
	height: 2px;
	width: 265px;
	/* left: 178px; */
	left: 66px;
	top: 43px;
	z-index: 2;
}

.control_prev,
.control_next{
	position:absolute;
	display:inline-block;
	width: 30px;
	height: 100px;
	z-index:100;
	top: 11%;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: #ccc 0 0 2px 0px;
}

.control_prev .arrow,
.control_next .arrow{
	display: inline-block;	
	opacity: 0.6;
	background: transparent url('../img/program/quiz/arrows.png') center  center no-repeat;
	width: 14px;
	height: 23px;
	position: relative;
	top: 38%;
	height: 22px;
	width: 13px;
}
.control_prev:hover .arrow,
.control_next:hover .arrow{
	opacity:1;
}
.control_prev.inactive .arrow,
.control_next.inactive .arrow{
	opacity: 0.4;
}
.control_prev.inactive:hover  .arrow,
.control_next.inactive:hover  .arrow{
	opacity: 0.4;
	cursor: default;
}
.control_prev{
	left: 0;
	border-left: none;
}
.control_next{
	right: 0;	
	border-right: none;
}

.control_prev .arrow{
	background-position: -13px 0px;
}
.control_next .arrow{
	background-position: 0px 0px;
}



/***** AC Marketo Form ******/

.marketo-form-quiz {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: space-between;    
}

.marketo-form-quiz .ac-marketo-form-field-container {
    min-width: 350px;
}

.marketo-form-quiz .ac-marketo-form-title {
    display: none !important;
}

@media screen and (max-width:1023px){
	.quick-prog-check-header{
        /* width: 96%; */
        width: 100%;
	    min-height: 30px;
	    height: auto;
	    /* margin: 46px 0 0 0; */
	    padding: 0 2% 10px;
	    overflow: visible;
	    clear: both;
	}
	.alg-quick-prog-check {
	width: 700px;
	}
	.popup-title{
		font-size: 2em;
		font-weight: normal;	
	}
	.popup-sub-title{
		font-size: 1em;
    }	
    
    .marketo-form-quiz .ac-marketo-form-field-container {
        min-width: 300px;
    }
}


@media screen and (max-width:767px){ 
	.ac-questions-list .question {
	font-size: 1.2em;
	}
	.alg-quick-prog-check {
	width: 100%;
	}
	.ac-questions-list {
	height: 175px;
	}
	.ac-questions-list li {
	height: 175px;
	}