@import url(../fonts/font.css);
body, html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 120%;
  color: #000000; }

h1, h2, h3, h4, h5 {
  font-family: "Abril Fatface", serif;
  color: #5870A0;
  line-height: 110%;
  font-size:  65px;
}

h2 {
  font-size: 45px;
  line-height: 110%;
  color: #5870A0;
  margin-bottom: 30px; }

h3 {
  font-size: 36px; }

p {
  line-height: 180%;
  font-family:  'Open Sans';
}

section {
  width: 100%;
  /*padding: 20px 0;*/
  /*padding: 50px 0 20px 0;*/
  padding: 25px 0 20px 0;
  margin: 0; }
  section.condensed-bottom {
    padding-bottom: 0; }
  section.condensed-top {
    padding-top: 0; }

a {
  text-decoration: none;
  color: #5870A0; }
  a:hover {
    text-decoration: none !important;
    border: none !important;
    color: #5870A0; }

header {
  padding: 10px 0;
  width: 100%;
  display: block; }
  header .logo-container img {
    height: 100px;
    width: auto; }

footer {
  padding: 10px 0;
  width: 100%;
  display: block;
  font-family: "Fira Sans", sans-serif; }

::-webkit-input-placeholder {
  /* Edge */
  color: #bbb;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif; }

::placeholder {
  color: #bbb;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif; }

.placeholder-text {
  color: #bbb;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif; }

.opaque-bg {
  position: absolute;
  background-color: #1570A6;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  height: 45%;
}

.left-side-content {
  width:  65%;
}  

.course-outline {
  width:33%;
  display: inline-block;
}

ul {
  list-style: none; }
  ul li {
    font-size: 20px;
    padding: 5px 0;
    line-height: 120%;
    margin-bottom: 10px; }
#mauticform_input_esnatmauticform_programme {
  color: #bbb !important;
}
.hero-section {
  position: relative;
  height: 300px;
  margin-bottom: 0; }
  .hero-section .container {
    height: 100%; }
    .hero-section .container .hero-body {
      display: flex;
      align-items: flex-end;
      height: 100%; }
      .hero-section .container .hero-body .left-content {
        flex-grow: 1; }
        .hero-section .container .hero-body .left-content h1 {
          width: 100%;
          font-size: 38px;
          line-height: 120%;
          color: #fff;
          margin-bottom: 5%; }
      .hero-section .container .hero-body .form-content {
        flex-basis: 100%;
        min-width: 100px;
        max-width: 100%; }
  .hero-section .heroBg {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%; }
    .hero-section .heroBg > div {
      height: 100%; }
    .hero-section .heroBg img {
      width: 100%;
      height: auto;
      object-fit: cover;
      height: 100%; }
.form-container {
  /*background: #A8D77B;*/
  border-radius: 20px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%; }
  .form-container .form-header {
    padding: 20px;
    width: 100%;
    background: #3785B3;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0; }
    .form-container .form-header h3 {
      margin: 0;
      color: #FFFFFF;
      font-size: 24px;
      line-height: 100%;
      font-family: "Open Sans", serif;
      text-align: center;
      font-weight:  300;
    }
  .form-container .form-body {
    background: #1570A6;
    padding: 20px 30px; }
    .form-container .form-body .mauticform-innerform .mauticform-button-wrapper:last-of-type {
      width: 100%;
      margin-left: 0;
      position: absolute;
      left: 0; }
      .form-container .form-body .mauticform-innerform .mauticform-button-wrapper:last-of-type .mauticform-button {
        width: 100%;
        border: none;
        border-radius: 0 0 20px 20px;
        background: #EE5E2B;
        color:  #ffffff;
        font-size: 30px;
        line-height: 100%;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px; }
        .form-container .form-body .mauticform-innerform .mauticform-button-wrapper:last-of-type .mauticform-button:hover {
          background-color: #EE5E2B;
          color: #fff;
          transition: all 0.3s ease-out; }
  .form-container form input[type="text"], .form-container form input[type="email"], .form-container form textarea, .form-container form input[type="tel"] {
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 10px 20px; }

    .mauticform-checkboxgrp-label, .mauticform-radiogrp-label, .mauticform-label {
      color:  #ffffff !important;
      font-weight:  300 !important;
    }
    .mauticform-checkboxgrp-checkbox {
      vertical-align:  top;
      margin-right:  5px;
    }
    .mauticform-checkboxgrp-label {
      width:  90%;
    }

.third-row {
  padding-bottom: 30px; }
  .third-row .container .flex-container .left-content {
    flex-basis: 270px;
    flex-grow: 0; }
  .third-row .container .flex-container .right-content {
    flex-basis: calc(100% - 270px);
    flex-grow: 1; }

    .slick-slide {
                text-align: center;
            }
            .slick-next::before, .slick-prev::before {
                font-family: slick;
                /*font-size: 20px;*/
                line-height: 1;
                opacity: .75;
            }
            .slick-next, .slick-prev {
                width: 1.5em;
                height: 1.5em;
                line-height: 1.7em;
                color: rgb(255, 255, 255) !important;
                font-size: 20px;
                background: rgb(236, 94, 43) none repeat scroll 0% 0% !important;
                -webkit-border-radius: 200px !important;
                box-shadow: none;
            }

.footer-cta {
  background: #797878;
  display: none; }
  .footer-cta a {
    text-align: center;
    display: inline-block;
    line-height: 120%;
    font-size: 20px;
    padding: 18px 40px;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none !important;
    color: #404040;
    background: #A8D77B; }
  .footer-cta .container > div {
    display: flex;
    justify-content: center;
    align-items: center; }

footer {
  background: #404040;
  padding-top: 15px;
  padding-bottom: 15px; }
  footer p {
    text-align: center;
    font-size: 12px;
    color: #797878;
    margin: 0;
    line-height: 12px;
    margin-top: 3px;
    letter-spacing: 0.5px; }

.card-items {
  display: block;
  margin-top: 30px; }
  .card-items .card-item {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background: #F6F6F6;
    margin-bottom: 15px; }
    .card-items .card-item .card-item-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 30px; }
      .card-items .card-item .card-item-container img {
        display: block;
        margin: 0 auto;
        height: 120px;
        width: auto; }
      .card-items .card-item .card-item-container h3 {
        text-align: center;
        color: #A8D77B;
        font-size: 22px;
        margin-top: 5px; }
      .card-items .card-item .card-item-container p {
        text-align: center; }

.flex-container {
  display: flex;
  flex-wrap: wrap; }

.cta-btn {
  text-decoration: none !important; }
  .cta-btn:hover {
    text-decoration: none !important; }

.mobile-cta-section {
  background: #EE5E2B;
  padding: 0; }
  .mobile-cta-section a {
    margin: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px;
    font-size: 22px; }

.mauticform-errormsg {
  color: #A8D77B !important;
  margin-top: 2px;
  font-size: 13px !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: -5px;
  margin-top: 3px; }

  @media screen and (max-width:  840px){

    .opaque-bg {
      height:  35%;
    }

    .left-content {
      position:  absolute;
      bottom: 0;
    }  

    .left-side-content {
      width:  100%;
    }

    .left-content h1 {
      text-align:  left;
    }

    .course-outline {
      width:  100%;
    }
  }

@media screen and (max-width: 768px) {
  h2, h3, h4 {
    margin-top: 10px; }

  section {
    padding-top: 20px;
    padding-bottom: 20px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 30px; }

    .desktop-cta-section {
      display: none !important;
    }

  .logo-container {
    float:  none !important;
  }


  .first-row > .container {
    padding:  0;
  }

  .left-side-content {
    padding:  5%;
  }

  .form-container {
    margin-top:  0;
  }

  .form-container .form-header {
    border-radius: 0;
  }

  .form-container .form-body .mauticform-innerform .mauticform-button-wrapper:last-of-type .mauticform-button {
    border-radius:  0;
  }

  .third-row > div .left-content {
    display: none; }

  .hero-section .container .hero-body {
    text-align: center; }

  .footer-cta {
    padding: 0; }
    .footer-cta .container {
      padding: 0; }
      .footer-cta .container a {
        display: block;
        width: 100%;
        border-radius: 0; }

  .logo-container img {
    display: block;
    margin: 0 auto; } }
@media screen and (min-width: 1px) {
  .hero-section .container .hero-body {
    align-items: center; }
    .hero-section .container .hero-body .form-content {
      display: none; } }
@media screen and (min-width: 769px) {
  .third-row .right-content {
    padding-left: 30px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 992px) {
  .hero-section {
    position: relative;
    /*height: 500px;*/
    height: 600px;
    margin-bottom: 50px; }
    .hero-section:after {
      width: 100%;
      height: 60px;
      background: #F6F6F6;
      content: "";
      display: block; }
    .hero-section .container {
      height: 100%; }
      .hero-section .container .hero-body {
        display: flex;
        align-items: flex-end;
        height: 100%; }
        .hero-section .container .hero-body .left-content {
          flex-grow: 1;
          display: flex;
          z-index: 9; }
          .hero-section .container .hero-body .left-content h1 {
            width: 96%;
            font-size: 65px;
            line-height: 110%;
            color: #fff;
            margin-bottom: 5%; }
        .hero-section .container .hero-body .form-content {
          flex-basis: 40%;
          min-width: 350px;
          max-width: 400px;
          display: block;
          margin-bottom: -270px;
        }
    .hero-section .heroBg {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      left: 0;
      z-index: 0;
      height: 100%; }
      .hero-section .heroBg > div {
        height: 100%; }
      .hero-section .heroBg img {
        width: 100%;
        height: auto;
        object-fit: cover;
        height: 100%; }

  .form-container {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin: 0; }
    .form-container .form-header {
      width: 100%;
      border-radius: 20px 20px 0 0;
      margin-bottom: 0; }
      .form-container .form-header h3 {
        margin: 0;
        color: #FFFFFF;
        font-size: 33px;
        line-height: 100%;
        font-family: "Open Sans", serif; }
    .form-container .form-body .mauticform-innerform .mauticform-button-wrapper:last-of-type .mauticform-button {
      width: 100%;
      border: none;
      border-radius: 0 0 20px 20px;
      background: #EE5E2B;
      color:  #ffffff;
      font-size: 32px;
      font-family:  'Open Sans';
      line-height: 100%;
      font-weight: 400;
      text-transform: uppercase;
      padding: 10px; }

  .card-items {
    display: flex;
    margin-top: 0; }
    .card-items .card-item {
      flex-basis: calc(33.33% - 15px);
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 5px; }
      .card-items .card-item .card-item-container img {
        display: block;
        margin: 0 auto;
        height: 120px;
        width: auto; }
      .card-items .card-item .card-item-container h3 {
        text-align: center;
        color: #A8D77B;
        font-size: 22px;
        margin-top: 5px; }

  section:nth-last-child(2) {
    background: #f6f6f6;
    padding-bottom: 30px; }

  .footer-cta {
    display: block; }
    .footer-cta a {
      text-align: center;
      display: inline-block;
      line-height: 120%;
      font-size: 26px; }
      .footer-cta a:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        background-color: #5870A0;
        color: #fff;
        transition: all 0.3s ease-out; }

  .mobile-cta-section {
    display: none; } }


    .phonefield {
        width: 63% !important;
    }
    .countrycode {
        border-radius: 6px;
        border: none;
        outline: none;
        padding: 10px 20px 10px 8px;
        width: 35%;
        margin-right: 2%;
    }

/*# sourceMappingURL=app.css.map */


/*@media screen and (max-width:767px){

header.main-header {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 999;
   background: #fff;
}
.mobile-cta-section {
   position: fixed;
   left: 0;
   top: 89px;
   width: 100%;
   z-index: 99;
}
main {
   padding-top: 125px;
}


main.thank-you-page{
   padding-top: 88px;
}
}*/