@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,500,600,600i,700,800");


.header__logo,.thanks .social__fb,.thanks .social__ig,.thanks .social__tw,.thanks .social__in{
  display: inline-block;
  justify-content:center;
  align-items:center
}
*,*::after,*::before{
  margin:0;
  padding:0;
  box-sizing:inherit
}
html{
  font-size:62.5%
}

body{
  box-sizing:border-box;
  font-family:"Roboto", sans-serif;
  color:#333333;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}

h1{
  font-size:4.5rem;
}

h1 strong{
  font-weight:400;
}

h2{
  font-size:3.5rem;
}

h3{
  font-size:3rem;
}

h4{
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}

p{
  color:#444444;
  font-size: 21px;
}

p span{
  font-style:italic;
  font-weight:300;
}

.container {
  background-color: #4c9745;
}

.font-roboto-condensed {
  font-family: 'Roboto Condensed';
}

.heavy-font {
  font-weight: 500 !important;
}

.light-font {
  font-weight: 300;
}

.bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
  margin-left: 5%;
}

.text-right {
  text-align: right;
  margin-right: 5%;
}


.fixed-wrapper{
  background-color: #ffffff;
  padding: 1%;
}

.thanks .fixed-wrapper{
  border:0 !important;
}

/*** Header Area *********/

.header{
  max-width:1366px;
  margin:0 5%;
}

.header__logo > img {
  width: auto;
  height: 78px;
}

.header__logo--right{
  margin-left: 230px;
}

.header__cta,
.header-cta-container {
  display:none
}

.header_left_heading {
  position: relative;
  display: inline-block;
  width: 50%;
  float: right;
  margin-top: 2.5%;
}

.header_left_heading > img {
  float: right;
}

#arrow_down_logo {

}

.featured__wrapper{
  /*background:url(../images/featured_image.png) no-repeat;
  background-size: cover;*/
}

.second_featured__wrapper{
/*  background:url(../images/featured_image_two_lg.png) no-repeat;
  background-size: 100% 140%;
  width: 100%;*/
}
.featured {
  position:relative;
  height: 55rem;
  margin:0 auto
}

.second_featured {
  position:relative;
  height: 55rem;
  margin:0 auto
}

.featured__img{
  width:100%
}
.featured__img--lg{
  display:block
}
.featured__img--md{
  display:none
}
.featured__img--sm{
  display:none
}

#main_container {
  width: 75%;
}

.featured_written_container {
  width: 55%;
}

.featured_written_content {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}


#featured_written_content_header {
  padding-top: 3%;
  font-family: 'Roboto', sans-serif;
  font-size: 52px;
  font-weight: 300;
}

#featured_written_content_header > span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#featured_written_content_subh {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
}

#featured_written_content_p {
  padding-top: 2%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-size: 26px;
}


/******* Form area *******/
.form {
  width: 25%;
  right: 0;
  flex-direction: column;
  background: #4c9745;
  color: white;
  display: inline-block;
  float: right;
}

.form-container > .form {
  position: sticky;
}

.form_hidden {
  display: none;
}

.fixed-form {
  position: fixed;
  top: 0;
}

.form__header span{
  font-size:1.5rem;
  font-weight:300;
  letter-spacing: 2px;
  width: 100%;
  padding:5px 15px;
}

#form-header-hr{
  background-color: #e86404;
  border: 1px solid #e86404;
  width: 50%;
  margin: 15px auto 20px auto;
  height: 3px;
}

.form__header{
  text-align:center;
  margin-bottom:1rem;
  margin-top:30px;
}
.form__header h3{
  letter-spacing:1px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  text-transform:uppercase;
  margin-top:-7px;
  color: #fff;
}

.h3-span-color{
  color: #fff;
  font-size: 3.7rem !important;
  font-weight:400 !important;
  letter-spacing:0px !important;
  padding:0px !important;
}

.form__form{
  /**display:flex;**/
  flex-direction:column;
}
.form__form ::-webkit-input-placeholder{
  color: #fff;
}
.form__form :-ms-input-placeholder{
  color:#464646;
}
.form__form ::-ms-input-placeholder{
  color:#464646;
}
.form__form ::placeholder{
  color:#464646;
}
.form__form input,.form__form select,.form__form textarea{
  width: 85%;
  margin: 0 7.5%;
  border: 1px solid #e1e1e1;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 4px;
}

.form__form input,.form__form select{
/*  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;*/
  margin-bottom: 1.5rem;
  height: 3.8rem;
  border-style: none;
  padding: 1rem;
  border-radius: 4px;
  color: #464646;
}

.form__form label{
  margin-bottom:.5rem
}
.form__form textarea{
  margin-bottom:1.5rem;
  padding:1rem;
  height:8rem;
}
.submit {
  background: #e86404;
  color: #fff;
  box-shadow: 2px 2px 1px #c65503;
  font-size:20px;
  height:100%;
  width:70%;
  border:none;
  border-radius: 5px 5px 5px 5px;
  display:block;
  margin: 20px auto 10px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4%;
}
.form .phone-wrapper{
  display:block
}
.form .phone-wrapper .countrycode{
  width:22%;
  margin-right:5%
}

.form .phone-wrapper .phonefield{
  width: 58%;
  margin: 0;
}

@-moz-document url-prefix(){
  .form .countrycode{
    padding:.5rem;
    color:rgba(149,149,149,0.5)
  }
  .form select[name=country]{
    color:rgba(149,149,149,0.5)
  }
}

/***** H1 *******/
.main__banner{
  color: #333333;
  background-color: #e5e5e6;
  background-size:cover;
/*  height: 10rem;*/
  padding-top: 1%;
}

.main__banner_two{
  color: #333333;
  background-color: #e5e5e6;
  background-size:cover;
  padding-top: 1%;
}

.main__banner p, .main__banner_two p{
  font-size: 21px;
  line-height: 28px;
  max-width: 1366px;
  padding: 0 3% 3% 2.3%;
  color: #000000;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.main__banner_two p {
  margin: 0 3.8%;
}

.main__banner p span{
  font-size:1.7rem;
  position:relative;
  top:-.5rem
}

.thanks .main__banner h1{
  font-weight:700;
  max-width:1366px;
  margin:0 auto;
  padding: 10px 60px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.main__banner h1, .main__banner_two h4{
  max-width:1366px;
  margin:0 auto;
  padding: 5px 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.main__banner_two h4 {
  margin: 0 3.8%;
  padding: 0 3% 0% 2.3%;
  font-size: 3.5rem;
}

.main__banner h1 span{
  font-size:1.2rem;
  position:relative;
  top:-2.5rem
}

/* Padding styles */

.padding__20{
  padding-top:20px;
  padding-bottom:20px;
}

.padding-cs{
  padding-top:20px;
}

/*** Content *****/
.main{
  margin:0 auto;
}

#main_side_pic {
  padding: 2% 0;
}

.thanks .main__text{
  background: #ac2828;
  height: 500px;
  margin-bottom: 80px;
}

.thanks .main__text{
  padding:0;
}

.main__text{
  padding:1rem 0rem;
}

.main__text p, .bloc2 p{
  max-width:1366px;
  line-height:31px;
}

.content__1-column-wrapper > p {
  padding: 1% 0 2%;
  font-weight: 300;
  font-size: 18px;
  padding-right: 9%;
}

#testimonial_container{
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 6%;
}

.logos {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
}

#logo-one, #logo-two, #logo-three {
  padding-left: 0px;
  padding-top: 4%;
  padding-bottom: 4%;
}

#logo-one, #logo-two {
  padding-right: 2%; 
}

.logos > p {
  padding: 0;
}

#institute_logos {
  padding-top: 3%;
  padding-bottom: 6%;
  padding-left: 3%;
  padding-right: 3%;
}

.first-p{
  font-weight:300;
}

.main__text_right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-top: 2% !important;
  text-align: left;
  font-weight: 300;
}

.main__text h3, .bloc2 h3{
  max-width: 1366px;
  margin: 30px auto 5px auto;
  line-height: 30px;
  padding: 0 60px;
  color: #433a13;
  font-weight:500;
}

.main_banner_header {
  padding: 0 3% 0% 6%;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.main_banner_header span {
  font-weight: 500;
  font-size: 3.5rem;
}

#fill_out_form {
  font-size: 18px;
}

#fill_out_form > p{
  background: url(../images/arrow.png);
  height: 40px;
  width: 42.7rem;
  text-align: center;
  color: #433a13;
  padding-top: 1%;
  font-weight: 400;
}

.first-icons-set, .second-icons-set{
  max-width: 1366px;
  margin: 30px auto 30px auto;
  display: flex;
}

.first-icons-set .col01,.first-icons-set .col02,.first-icons-set .col03,.first-icons-set .col04{
  width: 25%;
  text-align: center;
}

.div1{
  height:130px;
}

#learn_aolcc {
  color: #e86404;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 2%;
}

#learn_aolcc_p {
  padding-top: 0;
  padding-left: 0;
  padding-right: 4%;
  padding-bottom: 0;
  font-weight: 400;
}

#learn_aolcc_p span {
  font-weight: 400 !important;
}

.content__1-column, .content__2-column, .content__3-column{
  width:100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  background-color: #fff;
}

.content__1-column-wrapper,.content__3-column-wrapper{
  width: 100%;
  margin: 0;
}

.content__1-column-wrapper {
  margin-left: 6%;
}

.content__2-column-wrapper {
  background-color: #e86404;
  color: #fff;
  padding: 0 6% 2% 6%;
}

.content__2-column-wrapper h4 {
  line-height: 30px;
  font-weight: 400;
  font-size: 28px;
  padding-top: 3.5%;
}

.content__2-column-wrapper p {
  color: #fff;
}

.content__3-column-wrapper_sub {
  padding-left: 6%;
  padding-right: 10%;
  padding-top: 3%;
}

.content__3-column-wrapper_sub ul {
  padding-bottom: 4%;
}

.content__2-second-p {
  padding-bottom: 2%;
}

.bloc1{
  background:#c83b30;
}

.bloc1 .content__3-column-wrapper{
  display:flex;
}

.bloc1 .content__3-column-wrapper div{
  width:33.33%;
  text-align:center;
}

.second-icons-set .col01, .second-icons-set .col02, .second-icons-set .col03, .second-icons-set .col04, .second-icons-set .col05{
  width: 20%;
  text-align: center;
  padding-left:30px;
}

.two__column-left{
  width: 50%;
  float: left;
  overflow:hidden;

}

.two__column-right{
  width:50%;
  float:left;
  overflow:hidden;
}

.two__column-right img,.two__column-left img{

}

.bloc1 h3, .bloc3 h3{
  text-transform: uppercase;
  padding: 0 60px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-weight: 400;
}

.bloc1 .small__font, .bloc3 .small__font{
  text-transform: Uppercase;
  font-size: 1.5rem;
  color: #b0b5c9;
  padding: 0 60px 0px 60px;
}

.bloc1 p {
  padding: 0px 60px 20px 60px;
}

.three_logo_container {
  width: 101%;
  font-size: 0;
  display: table;
}

.three_logo_column {
  display: table-cell;
}

.logo_one {
  background-color: #59cbdd;
}

.logo_two {
  background-color: #a9cd40;
}

.logo_three {
  background-color: #e86404;
}

.logo_four {
  background-color: #337883;
}

.logo_five {
  background-color: #5e791e;
}

.logo_six {
  background-color: #873905;
}

.three_logo_column_img {
  padding: 8%;
}

.logo_header, .logo_p {
  color: #fff;
  padding: 3%;
}

.logo_header {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 6%;
}

.logo_p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 0px 4.55px rgba(0, 0, 0, 0.15);
}

.learn-more-link-a{
  text-decoration: none;
  border: 1px solid #FFF;
  padding: 5px 45px;
  font-size: 2.4rem;
}

.bloc1 .learn-more-link-a:hover{
  background-color: #FFF;
  color:#001744;
}

.learn-more-link-a-mobile{
  display:none;
}

.learn-more-link-p{
  /**margin-top:19px;**/
}

.bloc1 img, .bloc3 img{
  display:block;
}

.p-first{
  padding-top:20px !important;
}

/*.bloc2 p{
  padding: 0 10px 5px 60px;
  }*/

  .bloc2 ul{
    font-size: 23px;
  }

  .bloc2 ul li{
    list-style:none;
    padding: 1%;
    padding-left: 3%;
    background-size:0.8rem;
    line-height:23px;
    font-weight: 200;
  }

  .bloc2 ul li:before {
    content: '>>';
    position: absolute;
    margin-left: -28px;
  }

  .white_list li:before {
    color: #fff;
  }

  div.content__3-column-wrapper_sub > ul li:before {
    color: #e86404;
  }
/*
  div.content__2-column-wrapper > ul li:before {
    color: #e86404;
  }*/

  .orange_list li:before {
    color: #e86404;
  }

  .col-container {
    display: table;
    width: 100%;
    max-width:1366px;
    margin: 0 auto;
    table-layout: fixed;
    padding-bottom:10px;
  }
  .col {
    display: table-cell;
    padding: 16px;
    text-align:center;
  }

  .col img{
    margin-bottom:20px;
  }

  #testimonial:before {
    background-size: 10px 20px;
    width: 10px;
    height: 20px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    margin-right: 30%;
  }

  #testimonial_text {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    padding: 1%;
    margin-left: 6%;
  }

  #banner-mobile-1-holder{
    display:none;
  }


  .cta{
    background:#4c9745;
    color:white;
    text-align:center;
    padding:2%;
    padding-bottom:2%;
  }

  .cta__text{
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
  }

  #show_form:after{
    content: url(../images/chevron.png);
  }

  .cta__button-mobile{
    display:none;
  }
  .cta__button:link,.cta__button:visited{
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #d2232a;
    padding: 1rem 1rem;
    font-family: 'Roboto Condensed';
    border-radius: 5px;
  }

  .footer{
    color: white;
    background: #444444;
    text-align: center;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    font-family: "Open Sans";
    line-height: 1.2;
    font-weight: 300;
    min-height: 50px;
    margin: 0 auto;
    line-height: 28px;
  }

  .thanks .main__banner{
    padding:0;
    background-color:#ac2828;
  }

  .main__text, .thanks{
    text-align:left;
    padding-left:0;
    padding-right:0;
    line-height:2.5;
  }

  .thanks p{
    font-size: 3rem;
    padding: 5px 60px;
    font-weight: 400;
    color: #FFF;
    line-height: 40px;
  }

  .thanks .main__text a:link,.thanks .main__text a:visited{
    color:#ac2828;
    font-weight:600;
    text-decoration:none
  }
  .thanks .social{
    display:flex;
    padding:0rem 4.5rem 3rem 4.5rem;
    max-width:1366px;
    margin:0 auto
  }

  .thanks .social__fb,.thanks .social__ig,.thanks .social__tw,.thanks .social__in{
    width:5rem;
    height:5rem;
    color: #ac2828;
    border-radius:50%;
    margin-right:1.5rem
  }
  .thanks .social svg{
    font-size:2.8rem
  }

  .url_field{
    display: none;
  }

  #request-info-mobile{
    display:none;
  }

  /* CSS FOR OPTN BOX */
.optin-wrapper {
    margin: 0 auto;
    width: 85%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
 }
 input#Opt_Out {
  padding: 5px !important;
  margin: 0 !important;
  width: 15px !important;
  height: 15px;
  background: #fff !important;
  margin-right: 5px !important;
  margin-top: 2px !important;
}
.optin-wrapper span {
  display: block !important;
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 120%;
}