/* Random fixes for the admin interface */
/* Silly pagebuilder bug fix */
.siteorigin-panels-builder .so-rows-container .so-row-toolbar .so-dropdown-wrapper .so-dropdown-links-wrapper {
  top: 18px !important; }

.button.alc-button {
  padding: 30px;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 230px;
  white-space: normal;
  font-family: 'DINPro-Medium'; }
  .button.alc-button.full-width {
    width: 100%; }
  .button.alc-button:hover.hover-orange {
    background: #d85530;
    color: #FFF;
    border-color: transparent; }
  .button.alc-button:hover.hover-green {
    background: #0b7982;
    color: #FFF;
    border: 1px solid transparent; }
  .button.alc-button:hover.hover-white {
    background: #FFF;
    border: 1px solid #fff;
    color: #0b7982; }
  .button.alc-button:hover .fa {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px); }
  .button.alc-button.alc-primary {
    background: #0b7982;
    border: 1px solid transparent; }
  .button.alc-button.alc-secondary {
    background: none;
    border: 1px solid #fff; }
  .button.alc-button.alc-white {
    background: #FFF;
    border: 1px solid #fff;
    color: #0b7982; }
  .button.alc-button.alc-orange {
    background: #d85530;
    border: 1px solid transparent;
    color: #fff; }
  .button.alc-button .fa {
    font-size: 18px;
    margin: 0 0 0 5px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out; }

.page-banner {
  color: #FFF;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 40px;
  position: relative;
  background-position: 100% 100% !important;
  background-blend-mode: multiply; }
  .page-banner.large {
    height: 720px; }
  .page-banner.medium {
    height: 520px; }
  .page-banner.small {
    height: 280px; }
  .page-banner p {
    font-size: 19px;
    line-height: 32px; }
  .page-banner .button {
    text-transform: uppercase;
    min-width: 230px;
    margin-right: 20px;
    margin-bottom: 20px; }
  .page-banner .slider-logos img {
    height: 65px;
    max-width: 65px;
    width: 100% !important; }
  .page-banner .banner-container {
    display: table;
    height: 100%; }
    .page-banner .banner-container .banner-content {
      display: table-cell;
      vertical-align: middle; }
  .page-banner .down-arrow {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -12px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 1;
    padding-top: 8px;
    font-size: 24px;
    color: #000; }
  .page-banner h2 {
    color: #FFF; }
  .page-banner.course h1 {
    font-family: 'DINPro-Bold';
    font-size: 46px;
    line-height: 56px; }
  .page-banner.booking h2 {
    font-size: 44px; }
  .page-banner.booking .details {
    font-size: 40px;
    font-family: "DINPro-Light"; }

.booking-wrap {
  padding: 20px 0 40px; }
  .booking-wrap .attendee-container .attendee {
    padding: 20px; }
    .booking-wrap .attendee-container .attendee:nth-of-type(odd) {
      background-color: #eee; }
  .booking-wrap .attendee-container .add-button-container {
    display: none; }
  .booking-wrap .attendee-container .attendee:first-of-type:last-of-type .remove-button-container {
    display: none; }
  .booking-wrap .attendee-container .attendee:last-of-type .add-button-container {
    display: block; }
  .booking-wrap .attendee-container.has-four .add-button-container {
    display: none !important; }
  .booking-wrap .bookings-contact-container {
    padding: 40px 20px 60px; }
  .booking-wrap .invoice-contact-container {
    background: #eee;
    padding: 20px 20px; }
  .booking-wrap .organisation-details-container {
    padding: 20px; }
  .booking-wrap .payment-container {
    padding: 20px 20px 60px;
    background: #eee; }
  .booking-wrap h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 14px;
    letter-spacing: -.6px; }
  .booking-wrap form label {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #010101;
    display: block;
    width: 100%; }
  .booking-wrap .price-box {
    display: inline-block;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 13px 22px;
    width: 100%; }
  .booking-wrap .participant-type {
    border: 1px solid #ccc;
    background-color: #e0e0e0;
    padding: 20px; }
    .booking-wrap .participant-type img {
      width: 100px;
      vertical-align: middle; }
    .booking-wrap .participant-type .type-text {
      padding-left: 10px;
      color: #435062;
      font-weight: bold;
      font-size: 21px;
      font-family: 'DINPro-Bold';
      vertical-align: middle; }
  .booking-wrap .details-wrap {
    padding-bottom: 40px; }
  .booking-wrap .summary-wrap {
    padding: 40px 0;
    background: #F0F0F0; }
  .booking-wrap .payment-wrap {
    padding: 40px 0; }
  .booking-wrap .stripe-payment .card-number-container {
    padding-bottom: 16px; }
  .booking-wrap .stripe-payment .card-other {
    display: flex; }
    .booking-wrap .stripe-payment .card-other .card-expiry-container {
      flex: 2;
      margin-right: 10px; }
    .booking-wrap .stripe-payment .card-other .card-cvc-container {
      flex: 1; }
  .booking-wrap .stripe-payment #stripe-errors {
    color: red;
    font-size: 13px;
    padding-top: 5px; }

.course-wrap .main h2 {
  text-align: left;
  padding-bottom: 28px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  font-family: 'DINPro-Bold'; }
  .course-wrap .main h2.fees {
    padding-bottom: 12px;
    margin-bottom: 8px; }
.course-wrap .main h3 {
  color: #101010;
  margin-bottom: 20px; }
.course-wrap .main h5 {
  font-family: 'DINPro-Bold';
  font-size: 18px;
  color: #000;
  background: #f7f9f9;
  padding: 0;
  line-height: 24px; }
  .course-wrap .main h5 em {
    padding-left: 20px; }
.course-wrap .main h6 {
  font-family: 'DINPro-Bold';
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #484e4f; }
.course-wrap .main p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
  color: #484e4f;
  letter-spacing: .1px; }
.course-wrap .brochure-link a {
  margin-right: 10px;
  font-size: 16px;
  color: #d85530; }
  .course-wrap .brochure-link a img {
    vertical-align: middle; }
.course-wrap ul {
  padding: 0 0 0 15px;
  padding-bottom: 25px; }
  .course-wrap ul li {
    font-size: 16px;
    line-height: 28px;
    color: #484e4f;
    letter-spacing: .1px;
    position: relative;
    margin-bottom: 5px; }
    .course-wrap ul li:before {
      background: #0e6169;
      position: absolute;
      height: 6px;
      width: 6px;
      content: "";
      left: -14px;
      top: 12px;
      border-radius: 50%; }
    .course-wrap ul li ul li {
      margin-bottom: 0; }
      .course-wrap ul li ul li:before {
        width: auto;
        height: auto;
        position: relative;
        color: #0e6169;
        content: "-";
        padding-right: 10px;
        font-weight: bold;
        background: none;
        border-radius: 0;
        left: auto;
        top: auto; }
  .course-wrap ul.course-cont li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: 4%; }
    .course-wrap ul.course-cont li:nth-of-type(2n) {
      margin-right: 0;
      width: 45%; }
.course-wrap .face-to-face-large {
  color: #D9542F;
  font-size: 28px;
  padding-bottom: 20px; }
.course-wrap .sidebar {
  width: 310px; }
  .course-wrap .sidebar h2 {
    color: #FFF; }
  .course-wrap .sidebar .instructor-led-training {
    font-size: 18px;
    color: #D9542F;
    padding: 10px; }
  .course-wrap .sidebar .fees-wrap {
    background: #0b818b;
    padding: 42px 25px;
    position: relative; }
    .course-wrap .sidebar .fees-wrap .great-price {
      font-size: 24px;
      color: #FFF; }
      .course-wrap .sidebar .fees-wrap .great-price img {
        margin-left: -47px;
        vertical-align: middle; }
    .course-wrap .sidebar .fees-wrap h2.price-wrap {
      font-family: 'DINPro-Light';
      border-bottom: 0; }
      .course-wrap .sidebar .fees-wrap h2.price-wrap .price {
        font-size: 40px; }
      .course-wrap .sidebar .fees-wrap h2.price-wrap .duration {
        font-size: 24px; }
      .course-wrap .sidebar .fees-wrap h2.price-wrap .gst {
        font-size: 18px;
        vertical-align: super;
        line-height: 4px;
        letter-spacing: 0;
        padding-left: 2px;
        font-weight: normal; }
      .course-wrap .sidebar .fees-wrap h2.price-wrap:before {
        margin-left: 10px; }
    .course-wrap .sidebar .fees-wrap .alc-button {
      font-family: 'DINPro-Medium'; }
      .course-wrap .sidebar .fees-wrap .alc-button.alc-primary {
        border: 1px solid #FFF; }
  .course-wrap .sidebar .dates-wrap {
    border: 1px solid #e0e0e0;
    margin-top: 28px; }
    .course-wrap .sidebar .dates-wrap h2 {
      padding: 40px 20px 40px 20px;
      font-family: 'DINPro-Medium';
      font-size: 22px;
      line-height: 30px;
      background: #f6f6f6;
      text-align: left;
      color: #000; }
      .course-wrap .sidebar .dates-wrap h2:before {
        margin-left: 20px;
        bottom: 20px; }
      .course-wrap .sidebar .dates-wrap h2:after {
        background: url(../images/alc-training-icon2.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        height: 17px;
        width: 17px;
        background-size: 100%; }
    .course-wrap .sidebar .dates-wrap .schedule {
      padding: 5px; }
      .course-wrap .sidebar .dates-wrap .schedule .no-iterations {
        padding: 0 20px 20px 20px;
        font-size: 16px; }
        .course-wrap .sidebar .dates-wrap .schedule .no-iterations a {
          color: #d85530; }
      .course-wrap .sidebar .dates-wrap .schedule .date {
        line-height: 32px;
        font-size: 12px; }
      .course-wrap .sidebar .dates-wrap .schedule .city {
        font-size: 16px; }
      .course-wrap .sidebar .dates-wrap .schedule .all-dates {
        font-size: 20px;
        color: #d85530;
        padding: 10px;
        line-height: 60px;
        font-family: 'DINPro-Medium'; }
        .course-wrap .sidebar .dates-wrap .schedule .all-dates .icon {
          vertical-align: baseline; }
        .course-wrap .sidebar .dates-wrap .schedule .all-dates:hover {
          color: #0b818b; }
  .course-wrap .sidebar .price-guarantee-wrap {
    background: #0b818b;
    padding: 25px;
    color: #FFF;
    font-size: 14px;
    margin-top: 28px; }
    .course-wrap .sidebar .price-guarantee-wrap h2 {
      font-size: 32px;
      margin-bottom: 30px;
      font-family: 'DINPro-Bold'; }
    .course-wrap .sidebar .price-guarantee-wrap a {
      color: #FFF; }
  .course-wrap .sidebar .run-guarantee-wrap {
    background: #d85530;
    background: -moz-linear-gradient(45deg, #d85530 0, #d85530 0, #fe7904 100%, #fe7904 100%, #fe7904 100%, #fe7904 100%, #fe7904 100%);
    background: -webkit-linear-gradient(45deg, #d85530 0, #d85530 0, #fe7904 100%, #fe7904 100%, #fe7904 100%, #fe7904 100%, #fe7904 100%);
    background: linear-gradient(45deg, #d85530 0, #d85530 0, #fe7904 100%, #fe7904 100%, #fe7904 100%, #fe7904 100%, #fe7904 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85530',endColorstr='#fe7904',GradientType=1);
    padding: 52px 25px;
    margin-top: 28px;
    position: relative; }
    .course-wrap .sidebar .run-guarantee-wrap:before {
      background: url(../images/course-sidebar-pattern.png);
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 158px;
      background-size: 100% 100%;
      z-index: 0; }
    .course-wrap .sidebar .run-guarantee-wrap:after {
      background: url(../images/sidebar-pattern.png);
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      right: 30px;
      bottom: 23px;
      width: 18px;
      height: 17px; }
    .course-wrap .sidebar .run-guarantee-wrap .content {
      position: relative; }
      .course-wrap .sidebar .run-guarantee-wrap .content h2 {
        text-align: left;
        font-family: 'DINPro-Bold';
        font-size: 36px;
        font-weight: normal;
        letter-spacing: -0.02em; }
        .course-wrap .sidebar .run-guarantee-wrap .content h2:after {
          background: url(../images/sidebar-pattern.png);
          background-repeat: no-repeat;
          content: "";
          position: absolute;
          left: 0;
          top: -27px;
          width: 18px;
          height: 17px; }
        .course-wrap .sidebar .run-guarantee-wrap .content h2:before {
          background: #FFF;
          left: 0;
          margin-left: 10px; }
      .course-wrap .sidebar .run-guarantee-wrap .content h4 {
        color: #FFF;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: .02em;
        font-weight: 100; }
  .course-wrap .sidebar .train-teams-wrap {
    background: #0b818b;
    padding: 25px;
    color: #FFF;
    margin-top: 28px;
    font-size: 18px; }
    .course-wrap .sidebar .train-teams-wrap h2.orange-border {
      text-align: left;
      font-size: 26px; }
      .course-wrap .sidebar .train-teams-wrap h2.orange-border:before {
        margin-left: 10px; }
    .course-wrap .sidebar .train-teams-wrap .alc-button {
      font-family: 'DINPro-Medium'; }
  .course-wrap .sidebar .testimonials-wrap {
    margin-top: 28px; }

.some_container {
  width: 200px; }
  .some_container .some_element_inside {
    width: 100px; }

@font-face {
  font-family: 'DINPro-Bold';
  src: url("../fonts/DINPro-Bold.eot");
  src: url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../fonts/DINPro-Medium.eot");
  src: url("../fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.svg#DINPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-Light';
  src: url("../fonts/DINPro-Light Regular.eot");
  src: url("../fonts/DINPro-Light Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Light Regular.woff2") format("woff2"), url("../fonts/DINPro-Light Regular.woff") format("woff"), url("../fonts/DINPro-Light Regular.svg#DINPro-Light Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }
h2 {
  color: #ABCDEFGH; }

footer {
  background: #282c2c;
  padding: 45px;
  color: #FFF;
  font-size: 13px;
  line-height: 26px;
  padding-bottom: 35px;
  letter-spacing: .1px; }

footer ul.footer-nav {
  list-style: none;
  padding-left: 0; }

footer ul.footer-nav li {
  margin-bottom: 0; }

footer ul.footer-nav li:before {
  display: none; }

footer h2.orange-border {
  text-align: left;
  margin-bottom: 2em;
  padding-bottom: 1em;
  font-size: 16px;
  color: #fff;
  font-weight: 300; }

footer h2.orange-border:before {
  margin-left: 0; }

footer .footer-bottom {
  color: #717171;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px; }

footer .logo-box {
  vertical-align: middle;
  color: #a3a3a3;
  font-weight: 300;
  line-height: 18px;
  font-size: 12px; }

footer .social-box a:hover {
  opacity: 0.7; }

footer .footer-nav {
  background: 0; }

footer .footer-nav a {
  color: #FFF;
  text-transform: uppercase; }

footer .footer-nav a:hover {
  color: #d85530; }

input, textarea, .stripe-input {
  border: 1px solid #3e3e3e;
  font-size: 16px;
  font-weight: normal;
  color: #4d5455;
  padding: 6px 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  line-height: 24px;
  width: 100%;
  background-color: #FFF; }

input[type=radio] {
  width: auto; }

span.required {
  margin-left: 5px;
  color: #d9542f;
  font-weight: bold; }

input.touched:required:invalid, input.touched:focus:invalid, select.touched:invalid {
  /* insert your own styles for invalid form input */
  -moz-box-shadow: none;
  border-color: red !important; }

textarea {
  height: 290px; }

select {
  width: 100%;
  margin-right: 7px;
  background: #FFF url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  border: 1px solid #3e3e3e;
  line-height: 24px;
  color: #4d5455;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 6px 12px !important; }

.select2.select2-container--default .select2-selection--single {
  border: 1px solid #000;
  border-radius: 0;
  height: 38px;
  background: #FFF url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center; }
  .select2.select2-container--default .select2-selection--single span {
    font-size: 13.33px;
    line-height: 38px; }
.select2.select2-container--default .select2-selection__arrow {
  display: none !important; }

.select2-results ul li {
  margin: 0;
  font-size: 13.333px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 320px; }

.contact-form {
  position: relative; }

.gform_validation_container {
  display: none !important; }

.gform_body ul li {
  margin-bottom: 0; }
.gform_body ul li:before {
  display: none; }

.gfield_required {
  margin-left: 5px;
  color: #d9542f;
  font-weight: bold; }

@media all and (min-width: 990px) {
  li.gf_right_side {
    width: 50%;
    float: right;
    position: absolute;
    top: 0;
    right: 0; }

  .contact-form_wrapper.gform_wrapper ul li {
    width: 50%;
    padding: 0 0 0 17px;
    margin: 0 0 22px 0;
    clear: none;
    padding-right: 16px; }

  .contact-form_wrapper.gform_wrapper .gform_footer {
    bottom: 0;
    clear: both;
    margin: 0;
    padding: 0 0 0 17px;
    position: absolute;
    right: 0;
    width: 50%; }

  .gfield.gf_right_side {
    margin-top: 0 !important; } }
.contact-form_wrapper ul li textarea {
  height: 260px !important; }

.enquiry-form_wrapper ul li textarea {
  height: 120px !important; }

.contact-form_wrapper.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #d85530; }

.contact-form_wrapper.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  background: #0b7982;
  transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  margin: 0 16px 0 0;
  padding: 15px 18px !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  height: auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #FFF;
  height: 85px; }

header .container {
  max-width: 1100px; }

header.is-admin {
  top: 32px; }

header.navbar-fixed-top {
  box-shadow: 0 2px 10px 0 #000; }

header .logo {
  padding: 20px 20px 0 20px; }

.header-spacing {
  height: 85px; }

header .country-logos a {
  padding-right: 5px; }

header .country-logos a img {
  width: 32px; }

header .call-us {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-family: 'DINPro-Medium';
  font-size: 21px;
  line-height: 38px; }
  header .call-us img {
    width: 11px;
    height: 18px;
    margin: 0 11px; }
  header .call-us a {
    font-family: 'DINPro-Bold';
    color: #000;
    letter-spacing: .7px; }
    header .call-us a:hover {
      color: #0b818b; }

@media all and (max-width: 400px) {
  header {
    height: 65px; }

  .header-spacing {
    height: 65px; }

  header .mobile-menu .logo {
    width: 80px !important; }

  header .mobile-menu .call-us {
    font-size: 18px !important; }

  header .mobile-menu .call-us .phone-icon {
    width: 20px;
    height: 30px;
    margin: 0 5px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat; } }
/* Menu */
header .desktop-menu nav #mega-menu-wrap-max_mega_menu_1 ul li a.mega-menu-link {
  color: #282c2c !important;
  font-family: 'DINPro-Bold', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  height: auto !important;
  padding: 0 0 17px !important;
  display: inline-block !important;
  font-weight: bold !important; }

header #mega-menu-max_mega_menu_1 li {
  padding-left: 0; }
  header #mega-menu-max_mega_menu_1 li:before {
    display: none; }

header #mega-menu-wrap-max_mega_menu_1 {
  background: 0 0; }

header nav #mega-menu-wrap-max_mega_menu_1 ul li a.mega-menu-link:focus {
  border: 0;
  background: 0; }

header nav #mega-menu-wrap-max_mega_menu_1 ul li:focus a.mega-menu-link {
  background: 0 0 !important;
  border: 0; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:focus,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
  background: 0 0 !important;
  border: 0;
  box-shadow: none !important; }

header nav #mega-menu-wrap-max_mega_menu_1 ul li a.mega-menu-link:hover {
  background: 0 0 !important;
  color: #0b7982 !important; }

header .desktop-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  display: inline-block;
  margin-right: 42px !important; }

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li .mega-sub-menu-wrapper {
  margin-top: 0;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity,visibility;
  height: auto;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #282c2c;
  opacity: 0;
  padding: 22px 0 0;
  display: none; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:last-child.mega-menu-item {
  margin-right: 0 !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: 'DINPro-Light', sans-serif !important;
  font-size: 13px !important;
  line-height: 24px !important;
  letter-spacing: 0.2px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  text-transform: capitalize !important;
  padding: 0 !important;
  font-weight: normal !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: 0 0 !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #fff !important; }

.mega-sub-menu-wrapper ul.mega-sub-menu {
  margin: 0 auto !important;
  max-width: 1080px;
  width: 100%; }

.mega-sub-menu-wrapper ul.mega-sub-menu li {
  width: 100%;
  margin: 0; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.menu-item-has-children a {
  font-family: 'DINPro-Bold', sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .2px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.8; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.courses-link a {
  font-family: 'DINPro-Bold', sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -.02em;
  color: #bbbcbe;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: underline; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu {
  min-height: 120px;
  padding-left: 15px; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu li a {
  font-family: 'DINPro-Light';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu li a:before {
  background: url(../images/menu-icon.png) no-repeat;
  content: "";
  position: absolute;
  left: -13px;
  top: 9px;
  height: 6px;
  width: 6px; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu li a:hover,
.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.courses-link a:hover,
.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.menu-item-has-children a:hover {
  color: #0897a3; }

.mega-sub-menu-wrapper ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
  width: 23.7% !important;
  float: left !important;
  margin-right: 1.3% !important;
  margin-bottom: 57px !important;
  display: inline-block; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-has-children > a.mega-menu-link:after {
  margin: 0 !important; }

.mega-sub-menu-wrapper ul.mega-sub-menu {
  margin: 0 auto !important;
  max-width: 1080px;
  width: 100%; }

.mega-sub-menu-wrapper ul.mega-sub-menu li {
  width: 100%;
  margin: 0; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.menu-item-has-children a {
  font-family: 'DINPro-Bold';
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.8; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.courses-link a {
  font-family: 'DINPro-Light';
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #bbbcbe;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: underline; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu {
  min-height: 120px;
  padding-left: 15px; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu li a {
  font-family: 'DINPro-Light';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: capitalize;
  position: relative; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu li a:before {
  background: url(../images/menu-icon.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -13px;
  top: 9px;
  height: 6px;
  width: 6px; }

.mega-sub-menu-wrapper ul.mega-sub-menu li:nth-of-type(4n+1) {
  clear: both; }

.mega-sub-menu-wrapper ul.mega-sub-menu li ul li.menu-item-has-children a:hover, .mega-sub-menu-wrapper ul.mega-sub-menu li ul li.courses-link a:hover, .mega-sub-menu-wrapper ul.mega-sub-menu li ul li ul.sub-menu li a:hover {
  color: #0897a3; }

.mega-sub-menu-wrapper ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
  width: 23.7% !important;
  float: left !important;
  margin-right: 1.3% !important;
  margin-bottom: 57px !important;
  display: inline-block; }

/* .mega-sub-menu-wrapper { height:auto;left: 0;position: absolute;top: auto;width: 100%; background:#282c2c; opacity:0; visibility:hidden; padding: 22px 0 0px; } */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-has-children > a.mega-menu-link:after {
  margin: 0 !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li .mega-sub-menu-wrapper {
  /* opacity: 0; */
  margin-top: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity, visibility;
  height: auto;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #282c2c;
  opacity: 0;
  /* visibility: hidden; */
  padding: 22px 0 0px;
  display: none; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li ul.mega-sub-menu {
  margin-top: 0 !important;
  transition-duration: 0.5s !important;
  transition-timing-function: ease-in-out !important;
  transition-property: opacity, visibility !important;
  /* opacity: 0; visibility: hidden; */
  display: none; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover .mega-sub-menu-wrapper, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover ul.mega-sub-menu {
  /* opacity: 1; visibility: visible; */
  /* margin-top: 0!important; */
  display: block; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li:hover .mega-sub-menu-wrapper {
  display: block;
  opacity: 1; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li .mega-sub-menu-wrapper {
  padding: 20px; }

header nav #mega-menu-wrap-max_mega_menu_1 ul li a.mega-menu-link {
  font-size: 15px !important;
  padding: 0 0 17px 0 !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li .mega-sub-menu-wrapper {
  padding: 20px; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  margin-right: 30px !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li .mega-sub-menu-wrapper {
  margin-top: 0;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity, visibility;
  height: auto;
  left: 0;
  right: 0;
  position: fixed;
  top: 70px;
  background: #282c2c;
  opacity: 0;
  padding: 22px 0 0;
  display: none; }

body.admin-bar #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li .mega-sub-menu-wrapper {
  top: 110px; }

#mega-menu-max_mega_menu_1 ul.mega-sub-menu li {
  background: none !important; }

#mega-menu-max_mega_menu_1 ul.mega-sub-menu li a {
  background: none !important; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li ul.mega-sub-menu {
  margin-top: 0 !important;
  transition-duration: 0.5s !important;
  transition-timing-function: ease-in-out !important;
  transition-property: opacity, visibility !important;
  display: none; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover .mega-sub-menu-wrapper,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover ul.mega-sub-menu {
  display: block; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li:hover .mega-sub-menu-wrapper {
  display: block;
  opacity: 1; }

#mega-menu-wrap-max_mega_menu_1 .textwidget {
  text-align: center; }
  #mega-menu-wrap-max_mega_menu_1 .textwidget a.mega-menu-course-view {
    color: #fff;
    display: inline-block;
    font-family: "DINPro-Bold";
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: .2px;
    line-height: 1.2;
    margin-bottom: 20px;
    opacity: .8;
    text-transform: uppercase; }

header .desktop-menu .header-bottom nav #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 {
  position: static !important; }

header .desktop-menu .header-bottom nav #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu {
  width: 300px;
  padding: 18px; }

header .desktop-menu .header-bottom nav #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li ul.mega-sub-menu li a {
  background: 0 0; }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
  background: none !important; }

/* Mobile Menu */
header .mobile-menu {
  align-items: center; }

header .mobile-menu .mega-menu-toggle {
  background: none !important; }

header .mobile-menu .mega-menu-toggle .mega-toggle-block-1:after {
  content: '' !important; }

header .mobile-menu .mega-menu-toggle .mega-toggle-block-1:before {
  color: #0e6169 !important;
  font-size: 45px !important;
  margin: 0 0 0 5px !important; }

header .mobile-menu .logo {
  padding: 25px 20px 20px; }

header .mobile-menu .call-us {
  font-size: 14px !important;
  padding-top: 2px !important; }

header .mobile-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  background: #282c2c;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px 0 #000; }

header.is-admin .mobile-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  top: 135px; }

header .mobile-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  font-family: 'DINPro-Bold', sans-serif !important;
  color: #fff !important;
  display: inline-block !important;
  width: 100% !important;
  border-bottom: 1px solid #0b7982 !important;
  padding: 5px !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  text-transform: uppercase !important; }

header .mobile-menu nav #mega-menu-wrap-max_mega_menu_1 ul li a.mega-menu-link {
  font-family: 'Open Sans', sans-serif !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  text-align: center !important;
  width: 100% !important; }

header .mobile-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 13px !important; }

header .mobile-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  padding-top: 13px !important;
  border-top: 1px solid; }

@media all and (max-width: 400px) {
  header .mobile-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    top: 65px !important; }

  header.is-admin .mobile-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    top: 115px !important; } }
.alc-notices {
  padding: 10px 0; }
  .alc-notices .notice {
    padding: 5px 20px;
    font-size: 14px;
    font-family: 'DINPro-MEdium'; }
    .alc-notices .notice.notice-error {
      background-color: #ff0033;
      color: #FFF; }
    .alc-notices .notice.notice-info {
      background-color: #3273dc;
      color: #FFF; }
    .alc-notices .notice.notice-warning {
      background-color: orangered;
      color: #FFF; }
    .alc-notices .notice.notice-success {
      background-color: #23d160; }

.testimonial-wrapper {
  background-blend-mode: multiply;
  opacity: .95;
  position: relative;
  padding: 75px 0;
  background-size: cover !important;
  background-image: url(../images/testimonials-bg.jpg); }
  .testimonial-wrapper .owl-dots {
    display: none !important; }
  .testimonial-wrapper .owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 100%; }
    @media all and (max-width: 1000px) {
      .testimonial-wrapper .owl-carousel.owl-theme .owl-nav {
        position: relative;
        margin-top: 0;
        top: 0; }
        .testimonial-wrapper .owl-carousel.owl-theme .owl-nav .owl-prev {
          left: 10px !important; }
        .testimonial-wrapper .owl-carousel.owl-theme .owl-nav .owl-next {
          right: 10px !important; } }
    @media all and (max-width: 550px) {
      .testimonial-wrapper .owl-carousel.owl-theme .owl-nav {
        padding-top: 8px; } }
    .testimonial-wrapper .owl-carousel.owl-theme .owl-nav .owl-prev {
      background: url(../images/owl-left-icon.png);
      background-repeat: no-repeat;
      font-size: 0;
      height: 40px;
      width: 40px;
      position: absolute;
      left: 0; }
    .testimonial-wrapper .owl-carousel.owl-theme .owl-nav .owl-next {
      background: url(../images/owl-right-icon.png);
      background-repeat: no-repeat;
      font-size: 0;
      height: 40px;
      width: 40px;
      position: absolute;
      right: 0; }
  .testimonial-wrapper .item {
    padding: 0 40px; }
    .testimonial-wrapper .item p.quote {
      color: #fff;
      font-weight: 300;
      font-style: italic;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: .4px;
      display: inline-block;
      width: 100%;
      padding: 0 40px; }
    .testimonial-wrapper .item p.endorser {
      display: inline-block;
      margin: 10px 0 0 0;
      color: #fff !important;
      opacity: .7;
      max-width: 100%;
      width: auto;
      text-transform: uppercase;
      line-height: 24px;
      font-family: 'DINPro-Light';
      font-size: 13px;
      font-style: normal;
      padding: 0 40px; }
  .testimonial-wrapper h2 {
    color: #FFF; }
  .testimonial-wrapper.small {
    padding: 20px 0;
    background-size: inherit; }
    .testimonial-wrapper.small .owl-carousel.owl-theme .owl-nav {
      margin-top: -12px; }
      .testimonial-wrapper.small .owl-carousel.owl-theme .owl-nav .owl-prev, .testimonial-wrapper.small .owl-carousel.owl-theme .owl-nav .owl-next {
        height: 24px;
        width: 24px;
        background-size: 100%; }
    .testimonial-wrapper.small .item {
      padding: 0 20px; }
      .testimonial-wrapper.small .item p.quote {
        font-size: 16px;
        padding: 0 20px; }
      .testimonial-wrapper.small .item p.endorser {
        font-size: 11px;
        padding: 0 20px; }

.testimonial-page .testimonial-box {
  border: 1px solid #d9d9d9;
  margin: 20px 0;
  padding: 15px; }
  .testimonial-page .testimonial-box .testimonial-content {
    padding: 0 40px;
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
    color: #838383; }
  .testimonial-page .testimonial-box .testimonial-endorser {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    padding: 16px 40px 0 40px; }

body {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 62px;
  line-height: 72px;
  margin-bottom: 20px;
  font-weight: bold; }

h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 20px;
  color: #010101;
  font-family: 'DINPro-Bold'; }

h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold; }

h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  color: #101010; }

h5 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px; }

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px; }

@media all and (max-width: 990px) {
  h1 {
    font-size: 38px;
    line-height: 1.2; } }
@media all and (max-width: 640px) and (min-width: 312px) {
  h1 {
    font-size: 28px;
    line-height: 38px; }

  h3 {
    font-size: 20px;
    line-height: normal; } }
/* Special */
h2.orange-border {
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px; }

h2.orange-border:before {
  bottom: 0;
  content: "";
  position: absolute;
  background: #d85530;
  width: 25px;
  height: 5px;
  left: 0;
  right: 0;
  margin: 0 auto; }

h6.orange-border {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 28px; }

h6.orange-border:before {
  bottom: 0;
  content: "";
  position: absolute;
  background: #d85530;
  width: 29px;
  height: 3px;
  left: 0; }

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