@font-face {
  font-family: "socialico";
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
body {
  max-width: 100%;
  min-width: 1440px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  padding: 0;
  margin: 0;
  position: relative;
}
h2{
  font-size: 65px;
  line-height: 130%;
}
p{
  font-weight: 300;
  font-size: 21px;
  line-height: 160%;
}
img{max-width: 100%;}
.row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*clearings*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: border 0.5s ease-in-out 0s;
  -o-transition: border 0.5s ease-in-out 0s;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail img{
  width: 200px;
  height: 200px;
}
#content .thumbnail:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
#content .page_navigation {
  display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}
.buttons {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  border-radius: 40px;
  background: #10BF62;
  width: 210px;
  text-align: center;
}
.buttons:hover{
  background: #C93531;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*------------------------------------header------------------------------------*/
#header {
  padding: 15px 0;
}
#header .row{
  max-width: 1816px;
}
#header nav a#pull {
  display: none;
}
#header nav ul {
  margin: 0;
  padding: 0;
}
#header nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 33px;
}
#header nav ul li a {
  font-size: 18px;
  line-height: 120%;
  border-bottom: 3px solid transparent;
}
#header nav ul li.active-menu a,
#header nav ul li a:hover {
  border-bottom: 3px solid #10BF62;
  padding-bottom: 15px;
}

/*------------------------------------banner------------------------------------*/
#banner {
  background: url(../images/common/banner.jpg)no-repeat center center/cover;
  padding: 30px;
}
#banner .bn-image{display: none;}
#banner .row{
  max-width: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
#banner .button{
  padding: 10px 20px;
  background: #C93531;
  border-radius: 40px;
  position: absolute;
  right: 36px;
  top: 24px;
}
#banner .button:hover{
  background: #10BF5F;
}
#banner .button a{
  background: url(../images/content/email.png)no-repeat center left;
  padding: 7px 0 7px 46px;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  line-height: 120%;
}
#banner .text{
  color: #fff;
  text-align: center;
  max-width: 1244px;
  margin: 0 auto;
  padding: 576px 0 60px;
}
#banner p{
  font-size: 28px;
  line-height: 153%;
  position: relative;
}
#banner p:after{
  background: #10BF62;
  width: 262px;
  height: 2px;
  position: absolute;
  content: '';
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------------------content------------------------------------*/
/*welcome*/
#welcome{
  padding: 110px 0;
}
#welcome .row{
  max-width: 1500px
}
#welcome h1{
  font-size: 52px;
  line-height: 130%;
}
#welcome h1 span{
  color: #10BF5F;
}
#welcome .flex-holder{
  margin-top: 15px;
}
#welcome p.indent{
  padding-left: 40px;
}
#welcome .buttons{
  background: url(../images/common/red-arrow.png)no-repeat 40px;
  padding: 10px 40px 10px 80px;
  border: 1px solid #EEEEEE;
  margin-top: 20px;
  font-size: 40px;
  width: auto;
  color: #000;
  max-width: 100%;
}
#welcome .buttons:hover{
  background: #C93531 url(../images/common/red-arrow.png)no-repeat 40px;
  color: #fff;
}
#welcome .text-holder{
  -ms-flex-preferred-size: 730px;
      flex-basis: 730px;
      width: 730px;
}
#welcome .image-holder{
  -ms-flex-preferred-size: 696px;
      flex-basis: 696px;
      width: 696px;
}

/*what to expect*/
#expect{
  background: url(../images/content/expect-wrapper.jpg)no-repeat center center/cover;
  padding-top: 98px;
  color: #fff;
}
#expect h2{
  text-align: center;
}
#expect h2:after, #program h2:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.18);
  width: 262px;
  height: 2px;
}
#expect ul{
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin: 59px 0 138px;
}
#expect ul li{
  list-style-type: none;
  /*list-style-image: url(../images/common/white-arrow.png);*/
  font-size: 26px;
  line-height: 120%;
  margin: 25px 0;
  padding-left: 20px;
}
#expect li.button{
  list-style-image: none;
  list-style-type: none;
}
#expect dl{
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 68px;
  width: 24.7%;
}
#expect dt img{
  margin: 0 auto;
  display: block;
}
#expect dl dd{
  margin: 0;
}
#expect dd h3{
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  margin: 28px 0;
}
#expect .btn{
  background: url(../images/common/green-arrow.png)no-repeat 82% 13px;
  display: block;
  margin: 0 auto;
  padding: 10px 32px 10px 0;
  border: 1px solid #fff;
}
#expect .btn:hover{
  background: #10BF62 url(../images/common/green-arrow.png)no-repeat 82% 13px;
}

/*program overview*/
#program{
  padding: 87px 0;
}
#program h2{
  line-height: 110%;
}
#program h2:after{
  margin: 0 auto 0 0;
  background: #EEEEEE;
}
#program .title-holder{
  -ms-flex-preferred-size: 383px;
      flex-basis: 383px;
      width: 383px;
}
#program .text-holder{
  -ms-flex-preferred-size: 838px;
      flex-basis: 838px;
      width: 838px;
}
#program .buttons{
  margin: 0 20px 33px 0;
}
#program .btn{
  background: #000;
}

/*form section*/
#form{
  background: url(../images/content/form-wrapper.jpg)no-repeat center center/cover;
  padding: 138px 0;
}
#form h2{
  font-size: 60px;
  line-height: 115%;
  text-align: center;
}
#form .ctc-form{
  max-width: 496px;
  padding: 0 15px;
}
#form .ctc-form input[type="text"]{
  background: #EEEEEE;
  height: 53px;
  border-radius: 5px;
  padding-left: 35px;
}
::-webkit-input-placeholder { /* Edge */
  font-style: italic;
  font-weight: 300;
  color: #666666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
  font-weight: 300;
  color: #666666;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #666666;
}

::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #666666;
}

::placeholder {
  font-style: italic;
  font-weight: 300;
  color: #666666;
}
#form .ctc-form button{
  width: 160px;
  border: none;
}
#form .image-holder{
  -ms-flex-preferred-size: 821px;
      flex-basis: 821px;
}
#form .image-holder img{
  -o-object-fit: cover;
     object-fit: cover;
}
#form .form-holder{
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  background: #fff;
  padding: 10px 0;
}

/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 8px;
}
.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*footer*/
#footer {
  background: url(../images/common/footer-wrapper.jpg)no-repeat center center/cover;
  padding: 1px 0 40px;
  color: #fff;
}
#footer .socials{
  background: #C73631;
  border-radius: 40px;
  max-width: 1650px;
  margin: -27px auto 0;
  padding: 10px 15px;
  text-align: center;
}
#footer .socials a{
  font-family: 'socialico';
  font-size: 23px;
  color: #fff;
  padding:0 93px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .socials a:last-of-type{
  border-right: none;
}
#footer .row{
  padding: 73px 10px 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 28px;
} 
#footer .row ul li{
  list-style-type: none;
  margin: 18px 0;
}
#footer .row ul li, #footer p{
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
#footer .row ul li.active-menu a, #footer .row ul li:hover a{
  color: #10BF62;
}
#footer .logo-holder{
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#footer .nav{
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#footer .nav2{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#footer .email{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#footer .email a{
  background: url(../images/common/email.png)no-repeat center left;
  padding: 7px 0 7px 30px;
  font-size: 21px;
  line-height: 120%;
}
#footer .copy{
  text-align: center;
  margin: 0 auto;
  font-family: 'Poppins';
  font-size: 14px;
}
#footer .copy img {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
}

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 10px 0;
}
.inner #content h1{
  font-size: 65px;
  color:#10BF62;
  line-height: 130%;
  text-align: center;
}
.inner #content h2{
  font-size: 45px;
  color:#10BF62;
}
.inner #content ul li{
  font-weight: 300;
  font-size: 21px;
  line-height: 160%;
  margin: 15px auto;
  list-style-type: none;
}

.inner #content .schedule {
  display: flex;
    justify-content: center;
    column-gap: 20px;
    max-width: 1600px;
    margin: inherit;
    position: relative;
    right: -51px;
  /*display: flex;
  justify-content: space-evenly;
  column-gap: 20px;
  max-width: 1600px;
  margin: inherit;*/
}

.inner #content .schedule > div {
  width: fit-content;
}
.inner #content .schedule h3 {
  font-size: 30px;
}

.inner #content .schedule ul {
  width: 100%;
  margin: auto;
  padding: 0px;

}

.inner #content .schedule ul li {
  list-style-type: none;
}
.inner #content .schedule > div {
  width: 100%;
  max-width: 300px;
}
/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}
/*simulation instruction financial*/
.container {
    display: flex;
}
div#right {
  padding: 40px;
}

/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1580px){
  #header nav ul li{margin: 20px;}
}
@media screen and (max-width: 1200px){
  #expect dl{width: 24%;}
}
/*
@media screen and (max-width: 980px){
  body {min-width: 320px}
  #header {padding: 40px 0 0;position: relative;z-index: 99;}
  #header .row {width: 100%;display: block;padding: 0;}
  #header .logo-holder img{display: block;margin: 40px auto;}
  #header nav {display:block; height: auto; }
    #header nav ul {background: #fff;width: 100%; display: none; height: auto;border-bottom:5px solid #000;position: fixed;top: 40px;}
    #header nav ul li { width: 100%;position: relative; margin: 0 auto;}
    #header nav ul li a { display: block; float:none; padding: 15px;}
    #header nav a {text-align: left; width: 100%;}
  #header nav a strong {position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 15px;}
  #header nav a#pull {display: block; color: #fff; background-color: #10BF62; height: 40px;padding: 10px 0; width: 100%; position: fixed;top: 0;left: 0;}
  #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
  #banner .text{padding-top: 400px;}
  #banner .button{right: 0;left: 0;margin: 0 auto;max-width: 380px; width: auto;}
  #welcome .flex-holder{display: block;margin:0 auto;}
  #welcome h1, #welcome p{text-align: center;}
  #welcome p.indent{text-align: left;}
  #welcome .image-holder img{display: block;margin: 20px auto 0;}
  #expect ul{-webkit-columns: auto;-moz-columns: auto;columns: auto;margin: 50px auto;}
  #expect li.button{text-align: center;}
  #expect dl{width: 49%;}
  #program .row{display: block;text-align: center;}
  #program h2:after{margin: 0 auto}
  #program .text-holder{margin: 50px auto 0;}
  #form .row{display: block;}
  #form .image-holder img{display: block;margin: 0 auto 40px;}
  #form .form-holder{padding: 40px 0 20px;}
  #form .ctc-form{padding: 20px;max-width: 100%;}
  #footer .socials a{padding: 0 80px;}
  #footer .row{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  #footer .row > div{margin: 0 15px;text-align: center;}
  #footer .logo-holder{-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;text-align: center;margin: 0 auto 50px!important;}
  .inner #content p, .inner #content h2{text-align: center;}
  .cta{background: #10BF62  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #10BF62 ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}
@media screen and (max-width: 768px){
  #welcome,#program,#form{padding: 50px 0;}
  #expect{padding-top: 50px;}
  .g-recaptcha{overflow-x: scroll;}
  #footer .socials a{padding: 0 42px;}
}
@media screen and (max-width: 600px){
  #banner{background: none;padding:0;}
  #banner .row{padding: 0;}
  #banner .button{position: relative;margin-bottom: 50px;}
  #banner .bn-image{display: block;}
  #banner .text{color: #000;padding: 20px 10px 0;}
  .home h2, #welcome h1{font-size: 45px!important;}
  #expect{padding-bottom: 50px;}
  #expect dl{width: auto;display: block;}
  .inner #banner .text{display: none;}
  .inner #content h1{font-size: 50px;}
  .inner #content h2{font-size: 30px;}
}
@media screen and (max-width: 460px){
  #banner .button a{padding: 0 10px; background: none;display: block;text-align: center;font-size: 17px;}
  #footer .socials a{padding: 0 25px;}
  #footer .row{display: block;}
  #footer .row ul{padding: 0;}
  #footer .email{margin: 50px auto 0!important;}
  #footer .email a{font-size: 20px;}
}*/