/**************** GENERAL STYLE *******************/

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  height: 100%
}

body {
  font-family:'Open-sans', Sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

* {
  outline: none !important;
}
p {
  margin-bottom: 20px;
}

a {
  color: #007cba;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content{
  position: relative;
  padding-bottom: 20px;
  overflow:hidden;
}

header{
  padding: 20px 0;
  border-bottom: 25px solid #003b93;
}

.logo img.desktop {
  width: 230px;
}

.logo img.mobile {
  width: 150px;
}

.head-phone{
  float: right;
  text-align:right;
  position:relative;
  width:345px;
  padding-top:20px;
  color: rgb(0, 40, 60);
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}


.top-hero-wrap{
  position:relative;
  margin-top: -2px;
  z-index: -1;
}

.top-hero-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #ffffff;
  display:none;
}

.hero-image{
  float:left;
  width:480px;
}

.carousel-fs,
.carousel-fs .carousel-inner,
.carousel-fs .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.carousel-fade .carousel-inner .item img {
  width: 100%;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.top-hero-title{
  float:right;
  width:620px;
  padding-top:67px;
  color:#fff;
}

.body-content-wrap h1{
  font-family: 'Besley', serif;
  font-weight: 500;
  color:#003b93;
  font-size: 44px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.body-content-wrap p {
  font-size: 16px;
  line-height: 1.25;
  color: #353535;
}

.body-content-wrap p.strong {
  font-weight: bold;
  color: #003b93;
  opacity: .8;
}

.body-content-wrap h2 {
  font-family: 'Besley', serif;
  font-weight: 500;
  color:#003b93;
  font-size:30px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
  overflow: hidden;
}

.body-content-wrap h3{
  font-family: 'Besley', serif;
  font-weight:500;
  color:#23bdc1;
  font-size:24px;
  line-height:42px;
}

.btn {
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-red {
  background: #930c16;
  color: #ffffff !important;
}
.masterpro {
  display: none;
}

.school-num{
  position: absolute;
  top: 0;
  right: 0;
  color: #57585b;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  line-height: 1.2em;
}
.school-num p:first-child{
  color: #faac18;
}
section {
  width:100%;
  margin:0px auto;
  max-width:480px;
}
.hide{
  display:none;
}

/**************** LEFT COLUMN/FORM STYLE ******************/

.left-col{
  float: left;
  width: 440px;
  background: #f2ede9;
  color: #000;
  position:relative;
  z-index: 9;
  float: right;
  margin-top: -320px;
  margin-bottom: 100px;
}

.form-title{padding:42px 30px 0px 30px;}
.form-title h2{
  text-transform:uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #003b93;
  font-size: 26px;
  margin-top: 0;
  text-align: center;
}
.form-title p{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
}
.page0 .form-title{display:none;}

.form-bottom-section{
  background-color: rgb(173, 12, 43);
  color: white;
  padding: 40px 30px;
  line-height: 1.3;
  font-size:30px;
  font-family: 'Gotham-Light';
}

.form-container .form-bottom-section{display:none;}
.page0 .left-col .message_success header,
.page0 .left-col .message_fail header{
  display:block;
  text-align:center;
  font-size:24px;
  padding-bottom:0px;
  position:relative !important;
  margin-top:0px !important;
  left:0px !important;
  padding-top:20px !important;
}

.right-outer{float:right; width:620px; padding-top:40px; position:relative; z-index:9;}
.form-container{
  padding:10px 30px 40px 30px;
}

.page0 .form-container form{display:none !important;}

.page0 .form-container.message{border:0px; padding:0px;}
.page0 .question-block center{padding-bottom: 20px; padding-top:20px; background:#fff; }

.page0 .form-container p{padding:20px; font-size:18px; text-align:center;}

.container_question{
  min-height:60px;
  clear:both;
  text-align:left;
  margin-bottom:20px;
}
#div_EMAIL_01 #EMAIL_01_errorMsg2{display:none;}
#div_EMAIL_01 #EMAIL_01_errorMsg2:first-child{display:block;}
#div_EMAIL_01 #EMAIL_01_errorMsg2:last-child{display:none;}

.form-bottom {
  bottom: -13px;
  position: absolute;
  right: -66px;
  text-align: right;
  display:none;
}
.page0.success .form-bottom{right:-50px;}

input:focus{
  outline:0px solid #00a4c7;
  opacity:1;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
  color: red;
  opacity: 1;

}

.input_radio label{float:left; padding:10px 20px 10px 10px !important; margin:0px 0px 10px 0px; background:#ededed; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; color:#6c6c6c; font-weight:500; margin-right:10px;}
.input_radio input{    display: inline-block;
  height: inherit;
  width: auto; margin:0px; position:relative; top:-2px;}

form input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius:0px;
  color: #6c6c6c;
  display: block;
  font:15px 'Montserrat', sans-serif;
  height:50px;
  padding-left:10px;
  width:100%;
  box-sizing:border-box;
}

.help-block {
  font-size: 12px !important;
}

form input#leadid_tcpa_disclosure{width:auto;}

select{
  background: url(bscts/select-grey-arrow.png) no-repeat top right #cccccc;
  width:100%;
  height:50px;
  border: 0px solid #cfcfcf;
  padding:0px 60px 0px 10px;
  margin:0;
  font: 17px 'Montserrat', sans-serif;
  border-radius: 0;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline:none;
  background-color: white;
  /*text-overflow: ellipsis;*/
}
select::-ms-expand {display: none; }
select:focus{
  outline:none;
}

.left-form {
  float: left;
  width: 48%;
}
.right-form {
  float: right;
  width: 48%;
}

#div_DDI_AOS_01 {
  display: none!important;
}

.container_submitButton{
  padding:0px 0px 0px 0px;
  text-align: center;
  clear: both;
  max-width:100%;
  margin: 0px auto;
}

button {
  background-color:#00a3a2;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto auto;
  outline: none;
  width:100%;
  text-align:center;
  color:#fff;
  font-family: 'Open sans', sans-serif;
  font-size: 20px;
  border-radius:4px;
  text-transform:uppercase;
  font-weight:600;
  padding: 13px 0;

}
button img{
  opacity: .5;
}
button:hover{
  opacity: .9;
}
.container_tcpa{
  font-size: 14px;
  color: #fff;
  padding:10px 0px 15px 20px;
  display: flex !important;
  flex-direction: column;
  text-align:left;
  position: relative;
}

.container_tcpa .error{
  order: 2;
}

#leadid_tcpa_disclosure {
    position: absolute;
    top: 8px;
    left: 0;
    height: auto;
}

.container_tcpa p{
  padding: 0px 0px 10px 0px;
  margin: 0px;
  line-height: 1.3;
}

.container_tcpa a{color: #6c6c6c; text-decoration:underline;}

label[for=leadid_tcpa_disclosure], .tcpa_disclosure {
  font-size: 12px !important;
  font-weight: 400;
  padding:0px 0px 0px 0px !important;
  color: #000;
  line-height:1.3;
  text-align:justify;
}

.container_tcpa .checkbox{display: none; margin-top: 0px;}
.container_tcpa .checkbox label{padding-left:0px; margin-top:20px; font-weight: 600;
  color: #000;
  font-family: 'Open Sans', sans-serif; }
.container_tcpa .checkbox input{
  float: left;
  height: inherit;
  margin: 1px 5px 0px 0px !important;
  padding: 0px;
  position:relative !important;
}
.container_tcpa .checkbox label{display:inline-block; padding:0px !important; font-weight:600; line-height: 15px;}

.view-policy {
  text-align: center;
  font-size: 10px;
  color: #0b2640;
  padding-top: 20px;
  clear: both;
  font-family: 'Avenir-Roman';
}

.progress_bar {
  text-align: center;
  font-family: Arial, "sans-serif";
  font-size: 13px;
  color: #7d7d7d;
  padding:0px 15px 30px 0px;
  margin: 0;
  font-weight:bold;
}
.meter_holder {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  height:12px;
  margin: 0 auto;
  max-width:350px;
}
.meter {
  background: #a5a5a5;
  border-radius: 3px;
  float: left;
  height:12px;
}
.progress_bar p {
  margin: 0;
  color: #7d7d7d;
  padding-top:10px;
  font-weight:bold;
}


/* RIGHT COLUMN CONTENT */


.message_success, .message_fail {
  display: none;
}

body.success .message_success,
body.fail .message_success {
  display: block;
}

.wrap{max-width:955px; margin:0px auto; padding:55px 10px 40px 10px; }
.clearfix{clear:both;}

footer{
  background-color: #333333;
  padding: 40px 0px 20px;
}

footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  gap: 25px;
  font-size: 12px;
  padding-bottom: 20px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #cccccc;
  text-decoration: none;
}


.pos-absolute {
  position: absolute;
  top: 0;
}

.logo{
  text-align: left;
}

.top-hero-wrap{
  background: url(bscts/desktop_bg.png) no-repeat;
  background-size: cover;
  height: 400px;
  border: none;
  border-top: solid 2px #373435;
}

.content:after{
  background: transparent;
}

.content{
  overflow: inherit;
}

.right-outer{
  float: left;
}
.top-hero-title{
  float: none;
  width: auto;
  padding: 0;
}


/* Material inputs design */

.container_question {
  position: relative;
  margin-bottom: 8px;
}
input{
  font-size: 15px;
  padding-top: 15px;
  font-weight: bold;
  border: 1px solid #cccccc;
  background-color: white;
}

input:focus{
  border: none;
}
.label {
  color: #000;
  position: absolute;
  font-weight: 400;
  left: 10px;
  top: 15px;
  transition: 0.2s ease all;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
  display:block;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  text-align: left;
  text-indent: 0 !important;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
label i {
  display: none;
}

select{
  position: relative;
  z-index: 99;
  font-size: 0px;;
  appearance: none;
  padding-left:10px;
  padding-right:35px;
  background-image: url(bscts/select-grey-arrow.png);
  background-size: 17px 5px;
  background-position: right 8px bottom 20px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #cccccc;
}

select:focus, select.used{
  font-size: 15px;
  padding-top: 15px;
}

.container_question.valid select, .container_question.valid input, .container_question.error select, .container_question.error input{
  width: 95%;
}

.container_question.valid, .container_question.error{
  background-position-y: 15px;
}

input:focus ~ label,
input.used ~ label,
select:focus ~ label,
select.used ~ label {
  font-size: 10px;
  top: 8px;

}

input:focus{
  /*border: 1px solid #2bbed8;*/
  /*padding-left: 14px;*/
}

@-moz-document url-prefix() {
  select{padding-left:11px;}
}
.body-content-wrap p span{
  color: #cfa45b;
  font-weight: 700;
}

.message_success, .message_fail {
  padding-top: 40px;
  text-align: center;
}

.message_success p, .message_fail p {
  margin-bottom: 0;
}

.lead-name {
  font-weight: bold;
}

.body-content-wrap h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 50%;
  margin-right: -100%;
  margin-left: 20px;
  margin-bottom: 8px;
  border-top: 2px solid #373435;
}

.page0.fail .message_fail,
.page0.success .message_success{
  display: block;
}
.page0.success .message_fail,
.page0.fail .message_success{
  display: none;
}
.matched_school .match-logo, .matched_school_text{
  display: none;
}
.page0 #matchedLogos{
  display: none;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
  .hero-image{width:400px;}
  .top-hero-title{width:530px;}
  .logo{max-width:400px;}
  .top-hero-title h1{font-size:38px;}
  .top-hero-title h1 span{font-size:43px;}
  .top-hero-title h2{font-size:26px;}
  .left-col{width:400px;}
  .form-title h2{font-size:26px;}
  .form-title p{font-size:14px;}
  .right-outer{width:530px;}
  .content:after{width:400px;}
  .input_radio input{top:0px;}
  .top-hero-wrap{
      height: 275px;
  }
  .top-hero-title h1{
      font-size: 38px;
      margin-bottom: 10px;
  }

  .top-hero-title h1 small{
      font-size: 35px;
  }
  .top-hero-title h1 span{
      font-size: 40px;
  }
  .top-hero-title h3{
      font-size: 25px;
  }
  .left-col{
      margin-top: -200px;
  }

  .right-outer h2{
      font-size: 30px;
  }
}


@media only screen and (max-width:1200px){
  .body-content-wrap h1{
    font-size: 36px;
  }
}

@media only screen and (max-width:991px){
  .content:after{display:none;}
  .container {
      width: 100%;
      padding:0px;
  }
  .left-col{width:100%; float:none; margin:0px auto; max-width:480px;}
  .right-outer{width:auto; float:none; padding-top: 40px; padding-left:20px; padding-right:20px;}
  .left-col{
      float: none;
      top: 0;
  }
  footer .content{
      padding-left: 20px;
      padding-right: 20px;
  }
  .desktop {
      display: none;
  }
  .mobile {
      display: block;
  }

  .logo img {
    margin: 0 auto;
  }
}

@media only screen and (max-width:768px) {
  footer {
    padding: 15px;
  }
  footer .container {
    flex-direction: column;
    padding-bottom: 0;
    gap: 10px;
  }
  footer .pipe {
    display: none;
  }
  .top-hero-wrap{
      height: 255px;
      display: block;
      background: url(bscts/mobile_bg.png) no-repeat;
      border-top: solid 2px #373435;
      background-position: center;
      background-size: cover;
  }
  .top-hero-title{
      padding: 0px;
  }
  .form-title h2{font-size: 44px;}
  .form-title p{font-size: 20px;}
  .top-hero-title h1{font-size: 32px; line-height: 42px; padding-right: 20px;}
  .top-hero-title p, .body-content-wrap p {font-size: 19px;}
  .body-content-wrap h2{ font-size: 26px;font-weight: 700;}
  .body-content-wrap h3{ font-size: 22px;line-height: 28px;}
  .footer_text{ font-size: 12px;}
}
@media only screen and (max-width:480px){
  label[for=leadid_tcpa_disclosure] {
      font-size: 12px;
  }
  header {height: auto;}
  .label{
      width: 84%;
      text-align: left;
  }
}
@media only screen and (max-width:460px) {
  .logo img {margin: 0 auto;width: 85%;}
}
@media only screen and (max-width:430px){
  .form-title h2 {font-size: 37px;}
  .form-title p {font-size: 16px;}
  .top-hero-title h1{    font-size: 28px;line-height: 36px;padding-right: 0px;}
  .body-content-wrap h2{}
  .body-content-wrap h3{font-size: 20px;line-height: 26px;}
  button{ font-size: 25px;}
  .top-hero-title p, .body-content-wrap p{font-size: 18px;}
  .logo img {margin: 0 auto;}
}

@media only screen and (max-width:400px){
  .form-title h2 {font-size: 38px;}
  .form-title p {font-size: 16px;}
  .top-hero-title h1{    font-size: 28px;line-height: 36px;padding-right: 0px;}
  .body-content-wrap h2{}
  .body-content-wrap h3{}
  button{ font-size: 25px;}
  .top-hero-title p, .body-content-wrap p{}
}

@media only screen and (max-width: 380px){
  .form-title h2 {font-size: 33px;}
  .form-title p {font-size: 14px;}
  .top-hero-title h1{font-size: 26px;line-height: 34px;padding-right: 0px;}
  .body-content-wrap h2{
      font-size: 24px;
  }
  .body-content-wrap h3{}
  button{ font-size: 25px;}
  .top-hero-title p, .body-content-wrap p{
      font-size: 17px;
  }
  .form-title{ padding:30px 20px 0px 20px;}
  .form-container{ padding: 10px 20px 40px 20px;}
  .container_question.valid select, .container_question.valid input, .container_question.error select, .container_question.error input {
      width: 93%;
  }
  .label{ width: 79%}
}

@media only screen and (max-width:360px){
  .form-title h2 {font-size: 31px;}
  .form-title p {font-size: 14px;}
  .top-hero-title h1{font-size: 24px;line-height: 32px;padding-right: 0px;}
  .body-content-wrap h2{
  }
  .body-content-wrap h3{
      font-size: 19px;
      line-height: 25px;
  }
  button{ font-size: 25px;}
  .top-hero-title p, .body-content-wrap p{
      font-size: 16px;
  }
  .form-title{ padding-top: 20px;}
}

@media only screen and (max-width:340px){
  .form-title h2 {font-size: 27px;}
  .form-title p {font-size: 12px;}
  .top-hero-title h1{font-size: 22px;line-height: 28px;padding-right: 0px;}
  .body-content-wrap h2{}
  .body-content-wrap h3{}
  button{ font-size: 25px;}
  .top-hero-title p, .body-content-wrap p{}
  .container_question.valid select, .container_question.valid input, .container_question.error select, .container_question.error input {
      width: 91%;
  }
  .label{ width: 73%}
}
