
/* 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 20px 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;
  height: 146px;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.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;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media all and (max-width: 600px) {
  .booking-wrap h3 {
    font-size: 16px;
  }

  .booking-wrap .participant-type {
    text-align: center;
  }

  .booking-wrap .participant-type .type-text {
    font-size: 16px;
  }
}

.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 .course-price-subtext {
  padding-top: 5px;
  padding-bottom: 16px;
  color: #FFF;
}
.course-wrap .sidebar .fees-wrap .great-price {
  font-family: 'DINPro-Medium';
  letter-spacing: -.5px;
  font-weight: 400;
  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-Medium';
  border-bottom: 0;
}
.course-wrap .sidebar .fees-wrap h2.price-wrap .price {
  font-size: 44px;
}
.course-wrap .sidebar .fees-wrap h2.price-wrap .duration {
  font-size: 24px;
  font-family: 'DINPro-Light';
}
.course-wrap .sidebar .fees-wrap h2.price-wrap .gst {
  font-size: 17px;
  vertical-align: top;
  line-height: 20px;
  letter-spacing: 0;
  padding-left: 0;
  font-weight: 400;
  font-family: 'DINPro-Medium';
}
.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: 24px;
  font-size: 14px;
  padding-left: 5px;
}
.course-wrap .sidebar .dates-wrap .schedule .city {
  font-size: 14px;
  line-height: 24px;
}
.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;
}
.contact-form-new ul li {
  width: 100%;
  padding: 10px 0;
}

.contact-form-new .gform_footer {
  bottom: 12px;
  right: 20px;
}

.contact-form-new ul li textarea {
  height: 160px !important;
  border: 1px solid #3e3e3e;
  border-radius: 0;
}

.contact-form-new {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.contact-form-new .gfield_label {
  font-family: 'DINPro-Bold', sans-serif;
  color: #010101;
  line-height: 1.3;
}

.contact-form-new .ginput_container {
  padding-top: 5px;
}

.contact-form-new ul.gform_fields {
  padding-left: 0;
}

.contact-form-new .gform_footer {
  width: 100%;
}
.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;
  color: #FFF;
  line-height: 30px;
  height: 50px;
  text-transform: uppercase;
  font-family: 'DINPro-Medium';
}

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

.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;
}
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 .has-text-right ul{
    display:inline-block;vertical-align:middle;
}
header .has-text-right ul li{margin:0;padding:0 20px 0 0;}
header .has-text-right ul li:before{display:none;}
header .has-text-right ul li a{font-family: 'DINPro-Light';font-size: 13px;line-height: normal;letter-spacing: .1px;color:#4a4a4a;}
header .has-text-right ul li a:hover{color: #0b7982;}
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 {
  font-family: 'DINPro-Bold', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 24px !important;
  font-weight: bold !important;
  padding: 0 0 17px !important;
  font-size: 16px !important;
  color: #282c2c !important;
}
header .desktop-menu nav #mega-menu-wrap-max_mega_menu_1 ul li a.mega-menu-link {
  letter-spacing: 0.5px !important;
  height: auto !important;
  display: inline-flex !important;
  background:none!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: 24px !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;
  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 .call-us {
  margin-left: 0;
}
header .mobile-menu .mega-menu-toggle .mega-toggle-block-1:after {
  color: #0e6169 !important;
  font-size: 32px !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;
}
.mobile-menu.is-mobile .mega-sub-menu-wrapper {
    display:none!important;
}
.mega-sub-menu-wrapper .mega-sub-menu .mega-sub-menu {
    margin-bottom:16px!important;
}
.mega-sub-menu-wrapper .mega-sub-menu .mega-sub-menu a.mega-menu-link:before {
    margin-right:0!important;
}
.mega-sub-menu-wrapper>.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-weight:bold;
    margin-bottom: 8px!important;
    font-size:14px!important;
}
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 */
.trainer-name {
  font-weight: bold;
}
.trainer-courses {
  font-size: 0.9rem;
}

.gform_wrapper .horizontal-radio {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}

.gform_wrapper .horizontal-radio > .gfield_label {
  font-weight: bold;
  width: 300px;
}

.gform_wrapper .horizontal-radio .ginput_container_radio {
  flex: 1;
}

.gform_wrapper .horizontal-radio .ginput_container_radio ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.gform_wrapper .horizontal-radio .ginput_container_radio ul li input {
  margin-right: 10px;
}

.gfield_label {
  font-weight: bold;
}

.gform_footer {
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .gform_wrapper .horizontal-radio {
    flex-direction: column;
  }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li:hover .mega-sub-menu-wrapper {
    position: relative !important;
    top: 0 !important;
  }

  #mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
    width: 100% !important;
    text-align: center !important;
  }

  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    display: flex;
  }
}

@media all and (width: 768px) {
  header .mobile-menu.is-hidden-tablet.is-mobile {
    display: none !important;
  }

  header .column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  header .columns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media all and (max-width: 1080px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px !important;
  }

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

  #mega-menu-max_mega_menu_1 ul.mega-sub-menu li a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media all and (max-width: 900px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 10px !important;
  }

  #mega-menu-max_mega_menu_1 ul.mega-sub-menu li a {
    font-size: 12px;
    line-height: 16px;
  }
}

form.training-page-form li.gfield {
  padding-right: 0px !important;
}

form.training-page-form input[type="submit"] {
  font-size: 0.9em !important;
  width: 100% !important;
}

form.training-page-form .top_label .gfield_label {
  font-size: 15px !important;
}

body form.training-page-form .top_label div.ginput_container {
  margin-top: 0 !important;
}

.schedule-filter-container .filters select.course-filter option.filter-portfolio-option {
  background-color: #666;
  color: #fff;
}

/** Checkbox **/

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #DDD;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #FFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:invalid ~ .checkmark {
  background-color: #ffe5e5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#bookings_form input.dirty:invalid {
  border: 1px solid red;
  background-color: #ffe5e5;
}

#bookings_form select.dirty:invalid {
  border: 1px solid red;
  background-color: #ffe5e5;
}

form.enter-to-win .gform_button {
  background-color: #0b7982;
}

input.dirty:invalid + .checkmark {
  border: 2px solid red;
}

#bookings_form input::placeholder {
  font-size: 13px !important;
}

#bookings_form input::-webkit-input-placeholder {
  font-size: 13px !important;
}

#bookings_form input:-ms-input-placeholder {
  font-size: 13px !important;
}
#bookings_form input::-ms-input-placeholder {
  font-size: 13px !important;
}

@media print {
  .desktop-menu {
      display: none !important;
  }

  .mobile-menu {
      display: none !important;
  }
}

/** Arlo **/
@font-face {
  font-family: DINPro-Medium;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/DINPro-Medium.woff2) format("woff2");
  font-weight: 700
}

@font-face {
  font-family: DINPro-Light;
  src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/597099/DINPro-Light%20Regular.woff2) format("woff2");
  font-weight: 400
}

/** Normalize **/
.arlo {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

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

.arlo {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

.arlo article,
.arlo aside,
.arlo details,
.arlo figcaption,
.arlo figure,
.arlo footer,
.arlo header,
.arlo main,
.arlo menu,
.arlo nav,
.arlo section,
.arlo summary {
display: block;
}

.arlo audio,
.arlo canvas,
.arlo progress,
.arlo video {
display: inline-block;
}

.arlo audio:not([controls]) {
display: none;
height: 0;
}

.arlo progress {
vertical-align: baseline;
}

.arlo template,
.arlo [hidden] {
display: none;
}

.arlo a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}

.arlo a:active,
.arlo a:hover {
outline-width: 0;
}

.arlo abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
}

.arlo b,
.arlo strong {
font-weight: inherit;
}

.arlo b,
.arlo strong {
font-weight: bolder;
}

.arlo code,
.arlo kbd,
.arlo samp {
font-family: monospace, monospace;
font-size: 1em;
}

.arlo dfn {
font-style: italic;
}

.arlo h1 {
font-size: 2em;
margin: 0.75em 0;
}

.arlo mark {
background-color: #ff0;
color: #000;
}

.arlo small {
font-size: 80%;
}

.arlo sub,
.arlo sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

.arlo sub {
bottom: -0.25em;
}

.arlo sup {
top: -0.5em;
}

.arlo img {
border-style: none;
}

.arlo svg:not(:root) {
overflow: hidden;
}

.arlo figure {
margin: 1.5em 40px;
}

.arlo hr {
-webkit-box-sizing: content-box;
        box-sizing: content-box;
height: 0;
overflow: visible;
}

.arlo pre {
font-family: monospace, monospace;
font-size: 1em;
}

.arlo button,
.arlo input,
.arlo optgroup,
.arlo select,
.arlo textarea {
font: inherit;
margin: 0;
}

.arlo button,
.arlo input {
overflow: visible;
}

.arlo button,
.arlo select {
text-transform: none;
}

.arlo button,
.arlo html [type="button"],
.arlo [type="reset"],
.arlo [type="submit"] {
-webkit-appearance: button;
}

.arlo button::-moz-focus-inner,
.arlo [type="button"]::-moz-focus-inner,
.arlo [type="reset"]::-moz-focus-inner,
.arlo [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

.arlo button:-moz-focusring,
.arlo [type="button"]:-moz-focusring,
.arlo [type="reset"]:-moz-focusring,
.arlo [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

.arlo [type="checkbox"],
.arlo [type="radio"] {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
padding: 0;
}

.arlo [type="number"]::-webkit-inner-spin-button,
.arlo [type="number"]::-webkit-outer-spin-button {
height: auto;
}

.arlo [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

.arlo [type="search"]::-webkit-search-cancel-button,
.arlo [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

.arlo::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}

.arlo::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}

.arlo fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

.arlo legend {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
display: table;
max-width: 100%;
white-space: normal;
color: inherit;
padding: 0;
}

.arlo optgroup {
font-weight: bold;
}

.arlo textarea {
overflow: auto;
}

.arlo ol,
.arlo ul,
.arlo li {
list-style: none;
padding: 0;
margin: 0;
}

/** Arlo Theme General Style **/
.arlo {
font-size: 15px;
font-family: DINPro-Medium, sans-serif;
line-height: 1.5;
max-width: 286px;
padding: 0;
margin: 2em auto;
color: #333;
}

.arlo a,
.arlo .arlo-filter-unordered-list li,
.arlo .arlo-show-more {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.arlo .arlo-loading-overlay {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
bottom: 50%;
top: 50%;
left: 50%;
right: 50%;
}

.arlo .arlo-loading-overlay:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}

.arlo .arlo-loading-overlay:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}

.arlo .arlo-loading-overlay:not(:required):after {
content: "";
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 1500ms infinite linear;
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
  rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
  rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
  rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
  rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
  rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
  rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
  rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
  rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

.arlo * {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.arlo *:first-child + html .arlo-clearfix {
zoom: 1;
}

.arlo ul li:before {
  display: none;
}

/** Event list **/
.arlo .arlo-header {
  margin-bottom: 20px;
  padding: 40px 20px;
  background: #0b818b;
  color: white;
  font-family: DINPro-Medium, sans-serif;
  font-weight: 700;
  text-align: center;
}

.arlo .arlo-header .arlo-template-offer .arlo-offer-container {
font-size: 44px;
}

.arlo .arlo-header .arlo-template-offer .arlo-offer-amount {
font-weight: bold;
vertical-align: middle;
}

.arlo .arlo-header .arlo-template-offer .arlo-offer-taxrate,
.arlo .arlo-header .arlo-template-offer .arlo-offer-taxrate-shortname {
font-size: 14px;
vertical-align: super;
}

.arlo .arlo-header .arlo-template-offer .arlo-offer-taxrate {
margin: 0 -8px;
}

.arlo .arlo-header .arlo-template-buttons {
margin-top: 40px;
}

.arlo .arlo-header .arlo-template-buttons a {
display: block;
margin-top: 20px;
padding: 20px;
border-radius: 3px;
color: #fff;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
white-space: normal;
font-family: 'DINPro-Medium';
}

.arlo .arlo-header .arlo-template-buttons .arlo-button-book {
background: #fff;
border: 1px solid #fff;
color: #0b7982;
}

.arlo .arlo-header .arlo-template-buttons a:after,
.arlo .arlo-listitem .arlo-event-register:after {
content: "\f105";
display: inline-block;
margin: 0 0 0 5px;
font: normal normal normal 18px/1 FontAwesome;
-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;
}

.arlo .arlo-header .arlo-template-buttons a:hover {
background: #d85530;
color: #fff;
border-color: transparent;
}

.arlo .arlo-header .arlo-template-buttons a:hover:after,
.arlo .arlo-listitem .arlo-event-register:hover:after {
-webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.arlo .arlo-header .arlo-template-buttons .arlo-button-enquiry {
border: 1px solid #fff;
}

.arlo .arlo-face-to-face,
.arlo .arlo-online-activities {
margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.arlo .arlo-face-to-face .arlo-subcontrol {
  padding: 0 10px;
}

.arlo .arlo-headline {
  position: relative;
  margin: 0;
  padding: 40px 20px;
  background: #f6f6f6;
  font-family: 'DINPro-Medium';
  font-size: 22px;
  color: #000 !important;
  text-transform: uppercase;
}

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

.arlo .arlo-headline:after {
  background: url(https://www.alctraining.com.sg/wp-content/themes/alc/images/alc-training-icon2.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  height: 17px;
  width: 17px;
  background-size: 100%;
}

.arlo .arlo-listitem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #ddd;
font-size: 14px;
}

.arlo .arlo-event-listitem:nth-last-of-type(1) .arlo-listitem,
.arlo .arlo-oa-listitem:nth-last-of-type(1) .arlo-listitem {
border-bottom: none;
}

.arlo .arlo-listitem-header {
-webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
}

.arlo .arlo-listitem-footer {
text-align: right;
font-size: 14px;
}

.arlo .arlo-oa-listitem .arlo-listitem {
padding-left: 10px;
padding-right: 10px;
}

.arlo .arlo-listitem .arlo-location {
  margin-left: 15px;
  opacity: 0.6;
  font-size: 13px;
}

/* Event Registration */
.arlo .arlo-event-register {
display: inline-block;
border: none;
border-radius: 5px;
color: #d85530;
letter-spacing: 0;
line-height: normal;
text-decoration: none;
font-family: 'DINPro-Medium';
}

.arlo .arlo-event-register-info p {
padding: 0;
margin: 0;
font-size: 12px;
}

.arlo .arlo-listitem .arlo-places-remaining {
text-align: right;
margin-bottom: 0.5em;
margin-right: 5px;
}

.arlo .arlo-register-interest-container {
padding: 10px;
text-align: center;
}
/* End of Event Registration */

.arlo .arlo-show-more-container {
border-top: 1px solid #ddd;
text-align: center;
clear: both;
}

.arlo .arlo-show-more {
display: inline-block;
cursor: pointer;
padding: 10px 15px;
border: none;
border-radius: 5px;
font-family: 'DINPro-Medium';
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
line-height: normal;
text-decoration: none;
}

.arlo .arlo-show-more {
color: #d85530; 
}

.arlo .arlo-no-results-found .arlo-no-event-dates {
display: block;
padding: 10px 0;

}
.arlo-great-price{
  font-family: 'DINPro-Medium';
  letter-spacing: -.5px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin-left:-50px;
  display:flex;
}
.arlo-great-price span{
line-height:55px;
}

.arlo-hidden{
display:none;
}
.arlo-show{
display:flex; 
}