@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	position: relative;
	}
/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}


.clearfix {
	display: block !important;
	clear:both !important;
	float: none !important;
}

.text-accent {
	color: #23527c;
}

small {
	font-size: 13px;
}

.subtext {
	display: block;
	font-size: 0.9em;
	margin: 10px 0 0;
	padding: 0;
	line-height: 1.35;
	color: #666666;
	font-weight: normal;
}

p.location-address, p.location-phone {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin: 0 auto 15px;
}

p.location-phone {
	font-size: 18px;
}

.frmfield.error, .all-radio.error {
	border-color: #c00;
}

/*HEADER*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	padding:13px 0 12px;
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.3);
	}
.header__logo{
	display:block;
	margin:0 auto;
	}
	
/*--------main-section---------*/
.main-section{
	float:left;
	width:100%;
	text-align: center;
	padding:50px 0;
	}
.content-box{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	}
.top-heading{
	font-size:35px;
	line-height:40px;
	color:#2A62AB;
	font-weight:bold;
	}
.paragraph{
	font-size:16px;
	line-height:25px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:30px;
	text-align:left;
	}
ul.study_list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.study_list li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:17px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:600;
	text-align:left;
	padding-left:30px;
	position:relative;
	}
ul.study_list li i{
	position:absolute;
	left:0;
	top:4px;
	font-size:20px;
	color:#2A62AB;
	}
.formBox{
	float:left;
	width:100%;
	background:#eff8ff;
	border:1px solid #c5daea;
	border-radius:10px;
	padding:30px 35px 30px;
	text-align:center;
	margin-top:35px;
	}
.form_heading{
	font-size:30px;
	line-height:35px;
	color:#000;
	font-weight:800;
	}
.form_content{
	margin-top:15px;
	}
.frmElement{
	margin-top:18px;
	position:relative;
	}
.frmfield{
	float:left;
	width:100%;
	text-align:left;
	height:64px;
	font-size:16px;
	font-weight:normal;
	background:#ffffff;
	border:1px solid #ccdeed;
	border-radius:5px;
	color:#000;
	padding:3px 20px;
	font-family: 'Inter';
	outline:none;
	-webkit-appearance:none;
	position:relative;
	}

select.frmfield.dropdown {
	background: url('../../screeners/images/select-arrow.png') no-repeat right 20px center;
	cursor: pointer;
}
select.frmfield:hover {
	border-color: #ccdddd;
}

select.frmfield:active,
select.frmfield:focus
{
/*	border-color: #1068cf;*/
}

.frmfield.with-addon {
 	border-bottom-right-radius: 0;
 	border-top-right-radius: 0;
}

.input-group-addon {
	background-color: #fff;
	border: 1px solid #ccdeed;
	border-radius: 5px;
	color: #000;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Inter';
	line-height: 1.5;
	text-align: center;
}

.form-terms {
	margin-top: 20px;
	font-size: 12px;
	color: #555;
}
.form-terms p {
	margin: 10px 0;
	text-align: justify;
}
.form-terms p a {
	color: #1068cf;

}

.state-field i{
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-12px;
	font-size:20px;
	color:#949191;
	}
.btnbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:430px;
	margin-top:38px;
	}
.continue-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:76px;
	font-size:34px;
	font-weight:bold;
	color:#ffffff;
	border:none;
	-webkit-appearance:none;
	background:#2A62AB;
	font-family: 'Inter';
	line-height:74px;
	box-shadow:0 3px 3px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 3px 2px rgba(0,0,0,0.3);
	}
a.continue-btn{ color:#fff;}
a.continue-btn:hover{ text-decoration:none;}
.continue-btn i{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 8px;
	font-weight:400;
	}
.secure_text{
	font-size:14px;
	line-height:20px;
	color:#000000;
	margin-top:15px;
	}
.secure_text i{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	margin:-2px 8px 0 0;
	}
/*stepbox*/
.stepbox{
	float: left;
    width: 100%;
    background: #eff8ff;
    border: 1px solid #c5daea;
    border-radius: 10px;
    padding: 30px 35px 30px;
    text-align: center;
	margin-top:10px;
	}
.question_row{
	float:left;
	width:100%;
	background:#fff;
	box-shadow:0 0 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,0.1);
	border-radius:5px;
	margin-top:30px;
	border:1px solid #ccdeed;
	padding:25px;
	text-align:left;
	}
.question_heading {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
	}
.select_info_row{
	float: left;
    width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width:170px;
	margin-top:10px;
	}
.label-radio{
	text-align: left;
    cursor: pointer;
    margin: 15px 0 3px;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
	}

.w-full {
	width: 100% !important;
	max-width: 100% !important;
}
.all-radio{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #919191;
	border-radius:50%;
	background:#eff8ff;
	outline:none;
	position:relative;
	margin-right:5px !important;
	margin-top:-3px !important;
	cursor:pointer;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline:none !important;
	}

.all-radio.checkbox {
	border-radius: 2px;
}
.all-radio.checkbox:checked{border: 1px solid #1068cf;}

.all-radio:checked{border: 1px solid #1068cf;}
.all-radio:after{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	left:4px;
	top:4px;
	background:#1068cf;
	border-radius:50%;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.all-radio:checked:after{
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.label-radio > p{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	}
.text-center{ text-align:center;}
.margin-40{ margin-top:40px;}



.all-radio.checkbox {
	border-radius: 2px;
}

.all-radio.checkbox:checked{border: 1px solid #1068cf;}
.all-radio.checkbox:after {
	border-radius: 2px;
}
.all-radio.checkbox:checked:after {
}

.all-radio.checkbox:checked {
	background: #1068cf;
}

.content-box-thank{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	width:100%;
   	min-height: calc(100vh - 310px);
	}
.thankbox{
	float:left;
	width:100%;
	background:#fff;
	border-radius:5px;
	border:1px solid #ccdeed;
	padding:25px;
	}
.thank-heading{
	font-size:38px;
	line-height:40px;
	color:#000;
	font-weight:800;
	}
.thank-text1{
	font-size:20px;
	line-height:26px;
	margin-top:15px;
	color:#000;
	}

div.agreement {
	width:100%;
	max-width:430px;
	margin: 40px auto 20px;
}

div.agreement label, p.terms {
	font-family: 'Inter';
	color: #949191;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	cursor: pointer;
}

p.terms {
	font-size: 13px;
	margin: 15px auto 0;
}

/*---------FOOTER------------------*/
.footer-text {
	color: #999;
}
.footer-text p {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
	margin: 10px 0;
}

.footer{
	float:left;
	width:100%;
	padding: 30px 0;
    text-align: center;
	}
.footer_text{
	font-size:16px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.3px;
	margin:0 0 10px;
	}
.footer_text a{ padding:0 3px;}

.btn.btn-cta {
	background-color: #E74C3C;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	border-radius: 50px;
	padding: 10px 25px;
	box-shadow: 0 3px 6px 1px rgba(0,0,0,0.3);
}
.btn.btn-cta small {
}

div.alert.alert-danger {
	background-color: #E74C3C;
	color: #fff;
	font-size: 13px;
	border: 1px solid #C0392B;
	margin: 0;
	border-radius: 5px;
}


div.frm-errors {
	background-color: #E74C3C;
	color: #fff;
	font-size: 13px;
/*	font-weight: bold;*/
/*	border: 1px solid #C0392B ;*/
	border: none;
	border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 0px;

/*	width: auto;*/
/*	max-width: 300px;*/
/*	display: inline-block;*/
	position: relative;
	width:auto;
}
div.frm-errors .error {
	padding: 5px 7px !important;
}

.modal-backdrop {
	background-color: #fff;
	opacity: 0.85 !important;
}

#processing {
	top: 25%;
}
#processing .modal-content {
	border: none;
	border: 2px solid #2A62AB;
	/*border: 2px solid #ccc;*/
	/*box-shadow: 0px 0px 15px -10px #000;*/
	/*box-shadow: 0px 4px 20px -8px #ccc;*/
	box-shadow: 0px 4px 20px -8px rgba(0, 0, 0, 0.5);

}

.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin:15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 #2A62AB, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 #2A62AB, 100px 0 #2A62AB, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 #2A62AB, 110px 0 #2A62AB, 100px 0 #2A62AB, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 #2A62AB, 120px 0 #2A62AB, 110px 0 #2A62AB, 100px 0 #2A62AB;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #2A62AB, 120px 0 #2A62AB, 110px 0 #2A62AB;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #2A62AB, 120px 0 #2A62AB;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #2A62AB;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}



/*==============Media=============*/
@media (min-width: 1200px) {
.container {width:860px;}

}

@media only screen and (max-width:991px){



}


@media only screen and (max-width:767px){
.header{ padding:10px 0 9px;}
.header__logo{ width:120px;}
.main-section{ padding:30px 0;}
.top-heading {font-size: 28px;line-height: 30px;}
.paragraph {font-size: 15px; line-height: 23px;letter-spacing: 0.5px;margin-top: 20px;}
ul.study_list li{ font-size:16px; padding-left:27px; line-height:24px;}

.formBox{ padding:20px 15px;margin-top: 30px;}
.form_heading{ font-size:26px; letter-spacing:0.5px;}
.frmElement{ margin-top:12px;}
.frmfield{ height:58px;}
.btnbox{ margin-top:30px;}
.continue-btn{ height: 70px;font-size: 30px;line-height: 65px;}
.secure_text{ font-size:11px;}
.secure_text i {font-size: 14px;margin: -2px 5px 0 0;}

.stepbox{padding:15px 15px; margin-top:0;}
.question_row{ padding:20px; margin-top:20px;}
.question_heading { font-size: 17px;line-height: 24px;letter-spacing: 0.5px;}
.select_info_row{ margin-top:5px;}
/*.label-radio{ width:48%;font-size: 17px;}*/
.all-radio{width: 20px;height: 20px;}
.all-radio:after{width: 10px; height: 10px;}
.field_note{font-size: 12px;line-height: 18px;}
.margin-40{ margin-top:25px;}

.content-box-thank{min-height: calc(100vh - 220px);}
.thankbox{ padding:20px 15px;}
.thank-heading {font-size: 32px; line-height: 35px;}
.thank-text1 {font-size: 16px;line-height: 22px; margin-top: 10px;}


.footer{ padding:25px 0;}
.footer_text{ font-size:14px; line-height:18px;}

}
