html {
	direction: ltr;
  background-color: #EFEFEF;
}

body {
	background-color: white;
	color: #464646;
  font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
}

body a {
	outline: none !important;
}

li {
	line-height: 24px;
}

/* Body */
@media (max-width: 991px) {
	body > .body {
		overflow-x: hidden;
		overflow-y: auto;
	}
}
/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}
/* Header */
#header {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 100;
}

#header .header-body {
	background: #FFFFFF;
	padding: 8px 0;
	min-height: 95px;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
}

#header .container {
	position: relative;
}

#header .header-container {
	position: relative;
	display: table;
}

#header .header-row {
	display: table-row;
	clear: both;
}

#header .header-column {
	display: table-cell;
	vertical-align: middle;
}

#header .header-column .row {
	margin: 0;
}

#header .header-nav {
	position: relative;
	z-index: 2;
}

#header .header-nav.header-nav-push-top {
	margin-top: -56px;
}

#header .header-logo {
	float: left;
	position: relative;
	z-index: 3;
}

#header .header-logo img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	margin: 10px 10px 10px 0;
	top: 0;
}
.header_info {
  font-size: 26px;
  color: #000;
  font-family: 'PT Serif Caption', serif;
  float: right;
}
.header_info a {
  color: #000;
  text-decoration: none;
}
.header_info a:hover, .header_info a:active, .header_info a:focus {
  color: #114389;
}
.header_info a span:last-child {
  display: none;
}
@media (max-width: 767px) {
	#header .header-container {
		width: 100%;
	}
}

#footer {
	background: #272727;
	clear: both;
  padding: 30px 0;
}
#footer p {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
  line-height: 1.2;
}
#footer h6 {
  margin-bottom: 10px;
  line-height: 1;
  color: #D0D0D0;
  font-size: 14px;
  font-weight: 500;
}
#footer > .container:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #525252;
  margin-bottom: 15px;
}

.interview_section {
  height: 100vh;
  min-height: 830px;
  max-height: 1080px !important;
  background: #efefef;
  position: relative;
  padding: 145px 0 0;
  overflow: hidden;
  background-image: url(../img/interview_bg.png);
  background-position: right 85% bottom;
  background-size: auto 90%;
  background-repeat: no-repeat;
}
.interview_section.va_m {
  min-height: 500px;
}
.interview_section > .container {
  height: 100%;
  min-height: 100%;
  max-height: 1080px !important;
}
.interview_wrap {
  float: right;
}
.sub_header {
  font-size: 23px;
  color: #000;
  margin-bottom: 10px;
}
.questions_wrap, .i_step {
  min-height: 255px;
}
.i_step {
  padding: 25px;
  background: #00428C;
  color: #f1f0f0;
  border-radius: 12px;
  max-width: 715px;
  position: relative;
  display: none;
  opacity: 0;
  left: -30px;
}
.i_step.active {
  display: block;
  opacity: 1;
  left: 0;
}
.i_answers_wrap {
  position: absolute;
  bottom: 25px;
  right: 25px;
  left: 25px;
}
.i_step.active h2, .i_step p {
  color: #f1f0f0;
}
.i_step h2 {
  text-transform: uppercase;
  color: #4786CC;
}
.i_step:not(.active) h2 {
  font-size: 2em;
}
.i_step p {
  font-weight: 300;
}
.i_check {
  border-radius: 9px;
  padding: 12px 5px;
  font-size: 22px;
  text-transform: uppercase;
  border: 3px solid #b6c6db;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.i_check:hover {
  background: #00336D;
  border-color: #fafafa;
}
.interview_section .select2-container--default .select2-selection--single {
  height: 54px;
  border: 3px solid #DCDCDC;
  padding-left: 15px;
  color: #001A38;
  font-size: 20px;
  border-radius: 5px;
  background-color: #DCDCDC;
  filter: none;
  background-image: none;
  outline: none !important;
}

.interview_section .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #001A38 !important;
  line-height: 50px;
  padding-left: 0;
  padding-right: 50px;
}
.interview_section .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #5D84AF !important;
}
.interview_section .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url('../img/select_angle.png') no-repeat center center;
  height: 54px;
  width: 35px;
  top: 0;
}
.interview_section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.interview_section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: url('../img/select_angle_open.png') no-repeat center center;
}
.interview_section .select2-container .select2-choice > .select2-chosen {
  margin-right: 50px;
}
.interview_section .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.interview_section .select2-container .select2-choice .select2-arrow {
  width: 50px;
  border-left: 1px solid #00428C;
  border-radius: 0;
  background: #b6c6db;
  filter: none;
  background-image: none;
}
.interview_section .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.i_progress {
  width: 190px;
  margin: 5px auto 0 267px;
}
/*.i_progress > span:not(:last-child) {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 11px 15px 0 0;
}
.i_progress > span:not(:last-child):before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: #bac6d7;
}
.i_progress > span:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: #124489;
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.i_progress > span.active:not(:last-child):after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i_progress > span:last-child {
  line-height: 1;
  font-size: 18px;
  color: #7285ac;
}*/
.i_progress > span {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 11px 15px 0 0;
}
.i_progress > span:last-child {
    margin-right: 0;
  }
.i_progress > span:before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: #bac6d7;
}
.i_progress > span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: #124489;
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.i_progress > span.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bottom_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom_info .container {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px;
}
.info_img {
  display: inline-block;
  float: left;
}
.info_txt {
  display: block;
  padding-left: 90px;
}
.info_txt p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}
.mc_w {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.form_wrap p {
  margin-bottom: 15px;
}
.form_wrap p > span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.form_wrap .i_step {
  display: block;
  opacity: 1;
  left: 0;
}
.form_wrap {
  display: none;
}
.form_wrap form .row {
  margin: 0 -10px;
}
.form_wrap form [class*=col-] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 54px;
  padding: 0px 12px;
  font-size: 20px;
  line-height: 51px;
  color: #001A38;
  background-color: #DCDCDC;
  border: 2px solid #DCDCDC;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}
.form-control:focus {
  background-color: #F3F3F3;
}
.form-control.has-error, .form-control.has-error:focus, .interview_section .select2-container--default.has-error .select2-selection--single {
  box-shadow: 0px 0px 1px 2px rgb(232, 0, 0);
}
.contact_information > .row:last-child .col-sm-6 {
  float: right;
}
.btn {
  width: 100%;
  display: inline-block;
  padding: 12px 12px;
  font-size: 20px;
  border: 1px solid transparent;
  background: #f1f0f0;
  color: #00428C;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  outline: none !important;
  -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.btn[disabled] {
	opacity: 0.7;
}
.btn:hover, .btn:focus, .btn:active {
  background: #fff;
  color: #00428C;
}
.not_qualify .sub_header {
  font-size: 23px;
}
.not_qualify a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 300;
  color: #f1f0f0;
  border-bottom: 1px solid #66819E;
}
.not_qualify a:hover {
  color: #fff;
  border-color: #fff;
}
.interview_section ::-webkit-input-placeholder {
  color: #5D84AF;
  font-size: 20px;
  font-weight: 400;
}
.interview_section :-moz-placeholder {
  color: #5D84AF;
  font-size: 20px;
  font-weight: 400;
}
.interview_section ::-moz-placeholder {
  color: #5D84AF;
  font-size: 20px;
  font-weight: 400;
}
.interview_section :-ms-input-placeholder {
  color: #5D84AF;
  font-size: 20px;
  font-weight: 400;
}
.interview_section .placeholder {
  color: #5D84AF;
  font-size: 20px;
  font-weight: 400;
}
.va_m > .container {
  position: relative;
}
.va_m .col-md-7 {
  position: absolute;
  top: 20%;
  right: 0;
}