/* jQuery validation error text */
.error {
  color: #fc0505 !important;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.header-section {
  display: block;
  overflow: hidden;
}

.content-section {
  display: block;
  overflow: hidden;
  width: 100vw;
}

.footer-section {
  overflow: hidden;
}

.navigation-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container.small {
  width: auto;
}

.navlink {
  padding-right: 20px;
  padding-left: 17px;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  white-space: nowrap;
}

.navlink:hover {
  color: #ba8c4e;
  text-decoration: underline;
}

.navlink.w--current {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.navlink._2 {
  display: none;
}

.navlink.defined-width {
  width: 21vw;
  text-transform: none;
  white-space: normal;
}

.navlink.dropdown-list {
  overflow: visible;
}

.navlink {
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-transition-property: none;
  transition-property: none;
}

.navlink:hover {
  color: #fff;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding: 10px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
}

.cta-container:hover {
  border-color: #ba8c4e;
  background-color: #ba8c4e;
}

.cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-text {
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  font-family: Axiforma, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
}

.navbar-dropdown {
  padding-right: 2vw;
  padding-left: 0px;
  color: #fff;
}

.icon {
  margin-right: 0px;
}

.link-block {
  position: static;
  left: 3%;
  top: 30%;
  right: auto;
  bottom: auto;
  width: 3.5vw;
  margin-right: 3vw;
}

.link-block.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu-button {
  display: block;
  width: 5vw;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 10px;
}

.nav-menu-button.w--open {
  background-color: transparent;
}

.nav-menu-2 {
  position: absolute;
  left: auto;
  top: 70%;
  right: 2%;
  display: none;
  width: 30%;
  background-color: #ba8c4e;
}

.nav-menu-2.w--open {
  right: 2%;
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

.content-wrapper.tpadding {
  padding-top: 0px;
}

.content-wrapper.bpadding {
  margin-bottom: 0px;
}

.content-wrapper.brown {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ba8c4e;
}

.content-wrapper.gray {
  background-color: #4c4c4c;
}

.content-wrapper.gray {
  background-color: #4c4c4c;
}

.content-wrapper.half {
  overflow: visible;
  width: 60%;
}

.slide {
  background-image: url('../../../assets/web/images/Hero-Banner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: static;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.navbar-2 {
  background-color: transparent;
}

.icon-2 {
  display: none;
}

.hero-slider {
  height: 50vw;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  position: absolute;
  left: 1.5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.container {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  border-bottom-left-radius: 5px;
}

.container.extended {
  width: 95%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.container.full {
  width: 100%;
  max-width: none;
}

.container.brown {
  padding-top: 0px;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.testimonial {
  padding-bottom: 150px;
}

.container.no-margin {
  padding-top: 0px;
}

.container.padding60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-heading {
  font-family: Agaramondpro, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 55px;
}

.main-heading.black {
  color: #000;
}

.main-heading.black.small {
  margin-bottom: 40px;
  color: #000;
  font-size: 2.5vw;
  line-height: 1.3em;
}

.main-heading.black.small.low-padding {
  margin-bottom: 0px;
}

.main-heading.black.small.underline {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

.main-heading.black.smallest {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.2em;
}

.main-heading.course {
  margin-bottom: 30px;
  font-size: 4.8vw;
  line-height: 1.3em;
}

.main-heading.module {
  margin-bottom: 20px;
  font-size: 2.2vw;
}

.main-heading.subheading {
  margin-bottom: 0px;
  font-family: Axiforma, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.main-heading.subheading.no-margin {
  margin-top: 0px;
}

.subheading {
  margin-bottom: 30px;
  font-family: Axiforma book;
  color: hsla(0, 0.00%, 100.00%, 1.00);
  font-size: 2vw;
  line-height: 1.3em;
  font-weight: 400;
}

.subheading:tiny {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}

.subheading:xxl {
  margin-top: 0px;
  margin-bottom: 70px;
  font-size: 45px;
  line-height: 65px;
}

.subheading.black {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ba8c4e;
  font-size: 16px;
  line-height: 20px;
}

.subheading.black.m20 {
  margin-bottom: 20px;
}

.subheading.status {
  margin-bottom: 0px;
  color: hsla(0, 0.00%, 0.00%, 1.00);
  font-size: 12px;
  font-weight: 400;
}

.subheading.status:tiny {
  text-align: right;
}

.subheading.status:xxl {
  font-size: 18px;
  line-height: 2em;
}

.subheading.brown {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Axiforma, sans-serif;
  color: #ba8c4e;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
}

.subheading.brown.bigger {
  font-size: 18px;
}

.content {
  width: 50%;
}

.content.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: flex;
  padding-top: 4%;
  padding-right: 5%;
  padding-bottom: 4%;
  padding-left: 5%;
  justify-content: flex-start;
  align-items: center;
  background-color: @swatch_ff020b75;
  font-family: Axiforma book;
  font-size: 24px;
}

.button:tiny {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.button:small {
  padding-top: 5%;
  padding-bottom: 5%;
}

.button:xxl {
  padding-top: 32px;
  padding-right: 28px;
  padding-bottom: 32px;
  padding-left: 38px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: transparent;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: transparent;
}

.button.clear {
  padding: 15px 18px 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #ba8c4e;
  background-color: transparent;
}

.button.clear.arrow {
  height: 100%;
  padding: 0px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
}

.button.clear.a-n {
  height: 100%;
}

.button.span {
  padding-right: 15%;
  padding-left: 15%;
  flex-direction: column;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: @swatch_ff020b75;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: @swatch_ff020b75;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: @swatch_ff020b75;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: @swatch_ff020b75;
  background-color: @swatch_ff020b75;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  color: hsla(0, 0.00%, 100.00%, 1.00);
  font-size: 18px;
}

.button.span:medium {
  text-align: center;
}

.button.span:xxl {
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 26px;
  line-height: 34px;
}

.button.span:hover {
  background-color: transparent;
  color: hsla(34.44444444444445, 0.00%, 0.00%, 1.00);
}
.button-text {
  margin-right: 30px;
  font-size: 1vw;
  white-space: nowrap;
}

.button-text.black {
  color: #000;
  line-height: 1.3em;
}

.button-text.black.no-padding.small {
  margin-right: 15px;
}

.content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-style: normal;
}

.content-flex.wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-flex._105 {
  margin-bottom: 0px;
}

.content-flex.center {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-flex.no-padding {
  margin-bottom: 0px;
}

.content-flex.left {
  margin-bottom: 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-container {
  width: 40%;
  margin-right: 20px;
  float: none;
}

.image-container.half {
  display: block;
  width: 50%;
  max-width: 670px;
  margin-right: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.image-container.tab {
  width: auto;
  margin-right: 3%;
}

.image-container.cta {
  width: 20%;
}

.image-container.bmargin {
  margin-bottom: 20px;
}

.image-container.link {
  width: auto;
}

.image-container.no-margin.absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 7%;
  width: auto;
}

.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tittle {
  font-family: 'Axiforma book', sans-serif;
  color: #ba8c4e;
  font-size: 1.2vw;
  line-height: 1.3em;
  font-weight: 400;
}

.tittle.article {
  margin-bottom: 20px;
  font-family: 'Kastelov axiforma';
  font-size: 1vw;
  font-style: normal;
  font-weight: 700;
}

.tittle.white {
  font-family: Axiforma, sans-serif;
  color: #fff;
  font-weight: 400;
}

.tittle.footer {
  margin-bottom: 60px;
}

.tittle.module {
  margin-top: 25px;
  color: #fff;
  font-size: 1.5vw;
  text-transform: none;
}

.tittle.form {
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #ba8c4e #ba8c4e rgba(186, 140, 78, 0.3);
  font-family: Axiforma, sans-serif;
  color: #9c6b28;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p {
  margin-bottom: 60px;
  font-size: 1.3vw;
  line-height: 1.5em;
}

.p.small {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}

.p.testimonial {
  font-family: Axiforma, sans-serif;
  font-size: 1.4vw;
  font-style: italic;
  font-weight: 600;
}

.p.white {
  color: #fff;
  font-size: 1.9vw;
  line-height: 1.8em;
}

.p.low-padding {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.p.thick {
  margin-bottom: 0px;
  font-size: 1vw;
  line-height: 1.7em;
  font-weight: 600;
}

.p.p20 {
  margin-bottom: 20px;
}

.p.no-padding {
  margin-bottom: 0px;
  line-height: 1.3em;
}

.content-heding {
  width: 50%;
}

.content-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-flex.defined-height {
  height: 50px;
  margin-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-flex.horizontal {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-container {
  margin-bottom: 20px;
}

.logo-container.affiliation {
  margin-bottom: 30px;
}

.logo-container.social {
  margin-right: 20px;
}

.content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-bottom: 40px;
  padding: 4% 3.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.content-box:hover {
  box-shadow: 5px 5px 16px -5px rgba(0, 0, 0, 0.1);
}

.arrow-image {
  display: block;
}

.article-container {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
  -webkit-transition: box-shadow 400ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 400ms cubic-bezier(.25, .46, .45, .94);
}

.article-container:hover {
  z-index: 1;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.article-content-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  margin-bottom: 10%;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description {
  font-family: 'Kastelov axiforma';
  color: #fff;
  font-size: 1vw;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.description.article {
  font-family: 'Kastelov axiforma';
  color: #000;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.description.sub-article {
  font-family: Axiforma, sans-serif;
  color: #000;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

.article-flex {
  width: 80%;
}

.arrow-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  width: 10%;
}

.afilliation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none rgba(0, 0, 0, 0.07);
  border-left: 0px none #000;
}

.afilliation-container.center {
  padding-right: 2%;
  padding-left: 2%;
  border-left: 3px solid rgba(0, 0, 0, 0.07);
  border-right-style: solid;
  border-right-width: 3px;
}

.text-description {
  font-family: 'Axiforma book', sans-serif;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-transform: none;
}

.testimonial-nav {
  display: none;
}

.navigations {
  position: absolute;
  display: block;
  margin: 30px 20px;
}

.right-arrow-2 {
  left: 17.5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.client-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 20px;
}

.client-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  background-color: transparent;
}

.testimonial-container {
  position: relative;
  width: 72%;
}

.quote-container {
  position: absolute;
  left: 20%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 5vw;
}

.contact-info-wrapper {
  width: 28%;
}

.links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-link {
  margin-bottom: 17px;
  font-family: 'Axiforma book', sans-serif;
  font-size: 0.9vw;
  line-height: 1.3em;
}

.page-link:hover {
  text-decoration: underline;
}

.logos-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Axiforma book', sans-serif;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.3em;
}

.tab-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/CFP-®---CERTIFIED-FINANCIAL-PLANNER.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/CFP-®---CERTIFIED-FINANCIAL-PLANNER.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

._50-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 15%;
  padding-left: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-container.slider {
  overflow: hidden;
  height: 100%;
  padding-bottom: 5%;
  padding-left: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50-container.title {
  overflow: hidden;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95%;
  height: 50%;
  min-height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.course-slide-nav {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10%;
  min-height: 10%;
  margin-right: 612px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-slide {
  overflow: hidden;
  margin-right: 3%;
  background-color: transparent;
}

.mask {
  overflow: visible;
  width: 45%;
}

.module-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8))), url('../images/Module-5.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)), url('../images/Module-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.module-container._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8))), url('../images/Module-4.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)), url('../images/Module-4.jpg');
}

.module-container._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8))), url('../images/Module-3.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)), url('../images/Module-3.jpg');
}

.text-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 45px;
}

.course-tab {
  position: absolute;
  left: 55%;
  top: 8%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  background-color: transparent;
  color: #fff;
}

.tab-link:hover {
  background-color: transparent;
}

.tab-link.w--current {
  background-color: transparent;
  color: #fff;
}

.slink {
  padding-left: 5%;
  font-size: 0.9vw;
  line-height: 1.3em;
}

.slink:hover {
  text-decoration: underline;
}

.banner-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.banner-wrapper.static {
  padding-top: 140px;
  padding-bottom: 60px;
  background-image: url('../../../assets/web/images/Hero-Banner.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.bold-text {
  font-size: 1.5vw;
}

.line-container {
  width: auto;
  margin-right: 2%;
}

.dropdown-list {
  overflow: visible;
}

.dropdown-list.w--open {
  overflow: hidden;
  background-color: #ba8c4e;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-heading {
  padding-right: 25px;
  padding-left: 25px;
  border-bottom: 2px solid #ba8c4e;
}

.content-heading.m30 {
  margin-bottom: 30px;
  border-bottom-style: none;
}

.dropdown-form-block {
  margin-bottom: 25px;
}

.dropdown-form-block.col-30 {
  width: 33%;
  padding-right: 15px;
}

.dropdown-form-block.col-30.end {
  padding-right: 0px;
}

.dropdown-form-block.col-50 {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 15px;
}

.dropdown-form-block.col-50.end {
  padding-right: 0px;
}

.dropdown-form-block.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-form-block {
  margin-bottom: 25px;
}

.input-form-block.col-50 {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 15px;
}

.input-form-block.col-50.end {
  padding-right: 0px;
}

.input-form-block.col-70 {
  width: 70%;
  margin-bottom: 0px;
  padding-right: 15px;
}

.input-form-block.col-33 {
  width: 33%;
  padding-right: 15px;
}

.input-form-block.col-33.end {
  padding-right: 0px;
}

.input-form-block.col-30 {
  width: 30%;
  margin-bottom: 0px;
  padding-right: 15px;
}

.input-form-block.col-30.end {
  padding-right: 0px;
}

.input-form-block.low-margin {
  margin-bottom: 10px;
}

.registration-form {
  margin-bottom: 60px;
  padding: 5% 2%;
}

.choices-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox {
  margin-left: 20px;
}

.radio {
  margin-left: 20px;
}

.tac {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Axiforma, sans-serif;
  color: #ba8c4e;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 600;
}

.tac:hover {
  color: #0828a8;
}

.file-upload-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.file-upload-flex.half {
  width: 45%;
}

.file-upload-flex.col-30 {
  width: 30%;
  margin: 0% 0% 25px;
}

.file-upload-flex.col-33 {
  width: 33%;
  margin: 0%;
  padding-right: 15px;
}

.file-upload-flex.col-33.end {
  padding-right: 0px;
}

.field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-wrapper.no-padding {
  margin-bottom: 0px;
}

.text-field {
  text-align: center;
}

.field-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.field-label.center {
  text-align: center;
}

.field-label.small {
  font-size: 12px;
}

.content-container-2 {
  width: 70%;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.checkbox-field-2 {
  margin-top: 20px;
}

.checkbox-label {
  font-family: Axiforma, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.bold {
  font-size: 18px;
  line-height: 24px;
}

.form-content-container {
  margin-bottom: 20px;
  padding: 28px 30px 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #ba8c4e;
  border-radius: 0px;
  background-color: hsla(0, 0%, 96.7%, 0.6);
}

.form-content-container.smaller {
  width: 48%;
  border-width: 1px;
}

.form-content-container.line {
  border-width: 1px;
}

.form-content-container.full {
  width: 70%;
}

.form-content-container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 96.7%, 0.6);
}

.form-content-container.b-no-padding.thin-border {
  border-width: 1px;
}

.form-content-container.b-no-padding.thin-border.no-margin {
  margin-bottom: 0px;
  padding: 30px;
  font-weight: 600;
}

.form-content-container.thin-border {
  border-width: 1px;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  margin-bottom: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4% 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ba8c4e;
  font-family: 'Axiforma book', sans-serif;
  font-size: 12px;
}

.form-button.submit {
  padding: 10px 25px;
  /* border: 2px solid transparent; */
  border: 2px solid #ba8c4e;
  -webkit-transition: background-color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-button.submit:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ba8c4e;
  background-color: transparent;
  color: #000;
}

.form-button.submit:focus {
  border-color: #ba8c4e !important;
  border-style: solid;
  /* border-color: transparent; */
}

.form-button.submit:active {
  border-color: transparent !important;
}

.content-info {
  padding-right: 2vw;
  padding-left: 2vw;
}

.content-info.b-margin-20 {
  margin-bottom: 20px;
}

.content-info.b-margin-20.no-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.field-name {
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  font-family: Axiforma, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.field-name.larger {
  font-size: 18px;
  font-weight: 700;
}

.field-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5d8c7;
}

.status-container {
  padding: 10px 15px 7px;
  border-radius: 10px;
  background-color: #2ab620;
  font-family: Axiforma, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.status-container.available {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #2ab620;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.status-container.booked {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #e93a3a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.status {
  font-family: Axiforma, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.slots {
  padding: 30px;
  border-radius: 300%;
  background-color: #2ab620;
}

.slots._8 {
  margin-top: 11px;
  margin-bottom: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  color: #000;
  font-size: 50px;
  line-height: 4px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  font-size: 12px;
}

.link {
  color: #2a2eff;
}

.bold-text-2 {
  font-size: 12px;
  line-height: 16px;
}

.form.behind {
  position: static;
  z-index: 0;
  width: 100%;
  margin-left: 0px;
}

.form-wrapper {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.radio-form-block {
  margin-bottom: 25px;
}

.calendar-form-block {
  margin-bottom: 25px;
}

.checkbox-form-block {
  margin-bottom: 25px;
}

.checkbox-form-block.col-30 {
  width: 30%;
  padding-right: 15px;
}

.checkbox-form-block.col-33 {
  width: 33%;
  padding-right: 15px;
}

.arrow-embed {
  width: 26px;
  color: #ba8c4e;
  line-height: 0px;
}

.tab-link-txt:hover {
  text-decoration: underline;
}

.line {
  height: 2px;
  margin-right: 2%;
  margin-left: 2%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.form-block.no-overflow {
  overflow: visible;
}

.form-block.no-overflow.no-margin {
  margin-bottom: 0px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrapper.b-margin20 {
  margin-bottom: 20px;
}

.flex {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  border-bottom-left-radius: 5px;
}

.flex.b-padding60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.registration-image {
  width: 40%;
  height: auto;
  margin-right: 40px;
  background-image: url('../images/About-FP.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.message-input {
  height: 150px;
}

.form-container {
  width: 38%;
  margin-right: 2%;
}

.map {
  height: 100%;
  margin-bottom: 30px;
}

.content-container {
  margin-right: 0px;
}

.content-container.no-margin {
  margin-right: 0px;
}

.content-container.rpadding30 {
  margin-right: 30px;
}

.content-container.bmargin60 {
  margin-bottom: 60px;
}

.content-container.bmargin30 {
  margin-bottom: 30px;
}

.axiforma {
  float: none;
  clear: none;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  line-height: 24px;
  white-space: normal;
}

.axiforma.bigger {
  font-size: 16px;
}

.axiforma.float {
  float: right;
}

.brown {
  color: #ba8c4e;
}

.map-wrapper {
  height: 300px;
  margin-bottom: 60px;
}

.input-field {
  height: 50px;
  font-size: 16px;
}

.input-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.input-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.input-field.message-input {
  height: 150px;
}

.input-field.s-pore-citizen {
  background-color: #b1b1b1;
}

.input-field.red {
  background-color: #ffe4e4;
}

.dropdown-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.dropdown-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.dropdown-field.fixed-height {
  height: 50px;
}

.others-input-field {
  display: none;
  height: 50px;
  font-size: 16px;
}

.others-input-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.others-input-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.others-input-field.message-input {
  height: 150px;
}

.others-input-field.s-pore-citizen {
  background-color: #b1b1b1;
}

.others-input-field.red {
  background-color: #ffe4e4;
}

.othernationalityinput {
  display: none;
}

.othercompanyinput {
  display: none;
}

.otheroccupationinput {
  display: none;
}

.otheridtypeinput {
  display: none;
}

.file-upload-button-container.col-30 {
  width: 30%;
  padding-right: 15px;
}

.fieldlabeltooltip {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.fieldlabeltooltip.center {
  text-align: center;
}

.fieldlabeltooltip.small {
  font-size: 12px;
}

.label-tooltip-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-tooltip-flex.top-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tooltipcontainer {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.idpasswrapper {
  display: none;
}

.cardtypewrapper {
  display: none;
  margin-bottom: 25px;
}

.selfsponsorwrapper {
  display: none;
}

.employersponsorwrapper {
  display: none;
}

.radio-button-wrapper {
  padding-left: 40px;
}

.html-embed {
  color: #e42323;
}

.label-note {
  color: #4c4c4c;
}

.div-block {
  margin-bottom: 80px;
}

.required {
  color: red;
}

.addtraineebutton {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ba8c4e;
  font-family: 'Axiforma book', sans-serif;
  font-size: 14px;
}

.addtraineebutton.submit {
  padding: 10px 25px;
  border: 2px solid transparent;
  -webkit-transition: background-color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: background-color 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.addtraineebutton.submit:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ba8c4e;
  background-color: transparent;
  color: #000;
}

.addtraineebutton.submit:focus {
  border-style: solid;
  border-color: transparent;
}

.employersponsoredinput {
  display: none;
}

.input-field-2 {
  height: 50px;
  font-size: 16px;
}

.input-field-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.input-field-2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ba8c4e;
}

.employersponsoredinput-copy {
  display: none;
}

.companysponsored {
  margin-bottom: 25px;
}

.companysponsored.col-30 {
  width: 33%;
  padding-right: 15px;
}

.companysponsored.col-30.end {
  padding-right: 0px;
}

.companysponsored.col-50 {
  width: 50%;
  margin-bottom: 0px;
  padding-right: 15px;
}

.companysponsored.col-50.end {
  padding-right: 0px;
}

.companysponsored.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.radio-button-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    padding-right: 10px;
  }

  .nav-menu-button {
    margin-left: 0px;
  }

  .container {
    width: 100%;
  }

  .container.extended {
    width: 100%;
  }

  .main-heading.black.small {
    font-size: 50px;
  }

  .main-heading.black.small.low-padding {
    font-size: 2.5vw;
  }

  .main-heading.course {
    font-size: 90px;
  }

  .main-heading.module {
    font-size: 45px;
  }

  .button.clear.a-n {
    height: 100%;
  }

  .image-container.half {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tittle.module {
    font-size: 35px;
  }

  .tittle.form {
    margin-bottom: 25px;
  }

  .p {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8em;
  }

  .p.white {
    font-size: 22px;
  }

  .button-flex.defined-height {
    height: 60px;
  }

  .course-slide-nav {
    margin-left: 0px;
  }

  .text-container {
    padding-right: 30px;
  }

  .bold-text {
    font-size: 22px;
  }

  .content-container-2 {
    padding-right: 30px;
  }

  .form-content-container.b-no-padding.thin-border.no-margin {
    padding: 40px;
  }

  .form.behind {
    width: 100%;
  }

  .form-block {
    overflow: visible;
  }

  .form-block.no-overflow {
    overflow: hidden;
  }

  .flex-wrapper {
    width: 100%;
  }

  .flex {
    width: 100%;
  }

  .axiforma {
    line-height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-wrapper {
    padding-top: 37px;
  }

  .navbar-flex {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .navbar-container {
    padding-right: 20px;
    padding-left: 42px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-container.small {
    padding-left: 0px;
  }

  .navlink {
    padding-right: 55px;
    padding-left: 0vw;
    font-size: 18px;
    line-height: 22px;
  }

  .navlink.defined-width {
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .cta-container {
    margin-left: 0px;
    padding: 25px 37px 25px 22px;
  }

  .cta-text {
    font-size: 22px;
    line-height: 26px;
  }

  .link-block {
    margin-right: 100px;
  }

  .nav-menu-button {
    margin-left: 60px;
  }

  .nav-menu-2 {
    width: 30%;
    margin-top: 20px;
    padding-left: 1vw;
  }

  .nav-menu-2.w--open {
    top: 120%;
    padding-left: 1vw;
  }

  .content-wrapper {
    background-color: transparent;
  }

  .content-wrapper.brown {
    padding-bottom: 110px;
  }

  .content-wrapper.half {
    overflow: visible;
    width: 58%;
  }

  .slide {
    height: 1075px;
    padding-top: 295px;
    padding-bottom: 370px;
    padding-left: 250px;
  }

  .hero-slider {
    height: auto;
  }

  .container.extended {
    margin-right: 0px;
    margin-left: 247px;
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .container.full {
    padding-top: 0px;
  }

  .container.testimonial {
    padding-top: 125px;
    padding-bottom: 70px;
  }

  .container.padding60 {
    overflow: hidden;
  }

  .main-heading {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .main-heading.black.small {
    margin-bottom: 0px;
    line-height: 60px;
  }

  .main-heading.black.small._50 {
    margin-bottom: 50px;
  }

  .main-heading.black.small.low-padding {
    font-size: 40px;
  }

  .main-heading.black.smallest {
    margin-top: 40px;
    line-height: 30px;
  }

  .main-heading.course {
    margin-bottom: 55px;
    line-height: 108px;
  }

  .main-heading.module {
    margin-bottom: 43px;
    line-height: 45px;
  }

  .main-heading.subheading {
    margin-top: 20px;
  }

  .subheading {
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 45px;
    line-height: 65px;
  }

  .subheading.status {
    font-size: 18px;
  }

  .subheading.brown {
    font-size: 18px;
    line-height: 28px;
  }

  .subheading.brown.bigger {
    line-height: 24px;
  }

  .content.left {
    width: 100%;
    margin-left: 0%;
  }

  .content.left.head {
    width: 58%;
  }

  .slider-content {
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button {
    padding: 32px 28px 32px 38px;
    border: 2px solid transparent;
  }

  .button.clear {
    height: 100%;
    padding: 22px 50px 22px 45px;
  }

  .button.clear.arrow {
    padding: 22px 25px;
  }

  .button.clear.arrow.low-pading {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.clear.a-n {
    padding: 25px 23px 21px 15px;
  }

  .button.span {
    font-size: 26px;
    line-height: 34px;
  }

  .button-text {
    margin-right: 35px;
    font-size: 24px;
    line-height: 24px;
  }

  .button-text.black.no-padding {
    margin-right: 0px;
    font-size: 18px;
  }

  .button-text.black.no-padding.small {
    font-size: 18px;
    line-height: 24px;
  }

  .content-flex {
    margin-bottom: 65px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-flex.wrap {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-flex._105 {
    padding-bottom: 105px;
  }

  .content-flex.no-padding {
    padding-bottom: 0px;
  }

  .content-flex.semifull {
    width: 100%;
    margin-bottom: 0px;
  }

  .content-flex.vertical {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-flex.left.bmargin30 {
    margin-bottom: 30px;
  }

  .image-container {
    width: auto;
    float: left;
  }

  .image-container.half {
    width: 680px;
    max-width: 680px;
    margin-right: 100px;
  }

  .image-container.tab {
    margin-right: 13px;
  }

  .image-container.arrow {
    margin-left: 35px;
  }

  .info-container {
    width: 50%;
    max-width: 534px;
    padding-top: 70px;
  }

  .tittle {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }

  .tittle.article {
    font-family: Axiforma, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
  }

  .tittle.footer {
    margin-bottom: 45px;
  }

  .tittle.module {
    margin-top: 27px;
    line-height: 42px;
  }

  .p {
    margin-bottom: 85px;
    line-height: 30px;
  }

  .p.small {
    line-height: 25px;
  }

  .p.testimonial {
    margin-bottom: 0px;
    padding-left: 50px;
    font-size: 26px;
    line-height: 40px;
    font-style: italic;
    font-weight: 400;
  }

  .p.white {
    margin-bottom: 70px;
    line-height: 35px;
  }

  .p.lowmargin {
    margin-bottom: 45px;
    font-size: 18px;
  }

  .p.m45 {
    margin-bottom: 45px;
  }

  .p.thick {
    font-size: 18px;
  }

  .content-heding._115-margin {
    margin-bottom: 115px;
  }

  .content-description {
    padding-top: 45px;
  }

  .content-description._2 {
    padding-top: 65px;
    padding-left: 10px;
  }

  .button-flex {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-flex.defined-height {
    width: auto;
    height: 63px;
    margin-right: 20px;
  }

  .logo-container.social {
    margin-bottom: 0px;
  }

  .logo-container.ce {
    margin-bottom: 0px;
  }

  .content-box {
    position: relative;
    margin-bottom: 75px;
    padding-top: 50px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-box:hover {
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
  }

  .arrow-image {
    position: absolute;
    left: 50px;
    top: auto;
    right: auto;
    bottom: 38px;
  }

  .article-content-wrapper {
    height: 120px;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .description {
    font-family: Axiforma, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .description.article {
    margin-bottom: 15px;
    font-family: Axiforma, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .description.sub-article {
    font-size: 18px;
    line-height: 18px;
  }

  .arrow-container {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 0%;
  }

  .afilliation-container {
    height: 170px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-description {
    line-height: 12px;
  }

  .navigations {
    width: 37px;
    height: 37px;
  }

  .right-arrow-2 {
    left: 270px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 37px;
    height: 37px;
  }

  .left-arrow-2 {
    position: absolute;
    left: 25px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 37px;
    height: 37px;
  }

  .client-flex {
    overflow: visible;
    width: auto;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Axiforma, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .client-image-container {
    width: auto;
  }

  .client-profile {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 90px;
    padding-left: 90px;
  }

  .quote-container {
    position: absolute;
    left: 255px;
    top: -30px;
    right: auto;
    bottom: auto;
  }

  .contact-info-wrapper {
    width: auto;
    margin-right: 90px;
  }

  .links-container {
    margin-bottom: 60px;
  }

  .page-links-container {
    width: 33.33%;
    margin-right: 50px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .page-links-container.ql {
    margin-right: 0px;
  }

  .page-link {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .tab-flex {
    height: 1200px;
  }

  ._50-container.slider {
    overflow: visible;
    padding-bottom: 245px;
  }

  ._50-container.title {
    width: 45%;
    padding-top: 180px;
    padding-bottom: 270px;
    padding-left: 360px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .course-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 985px;
    height: auto;
    min-height: auto;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .course-slide-nav {
    z-index: 99999;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .mask {
    position: static;
    width: 410px;
    height: 410px;
    margin-bottom: 40px;
  }

  .module-container {
    background-size: auto, cover;
  }

  .text-container {
    padding-bottom: 40px;
  }

  .tab-link {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Axiforma, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
  }

  .tab-link:hover {
    background-color: transparent;
  }

  .slink {
    font-family: 'Axiforma book', sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text {
    font-weight: 600;
  }

  .line-container {
    width: auto;
    margin-right: 12px;
  }

  .mask-2 {
    overflow: visible;
  }

  .dropdown-list.w--open {
    padding-left: 0px;
  }

  .radio {
    margin-bottom: 15px;
  }

  .file-upload-flex.half {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .file-upload-flex.wide {
    width: 30%;
  }

  .field-label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .field-label.center {
    line-height: 24px;
  }

  .field-label.small {
    font-size: 14px;
    line-height: 16px;
  }

  .content-container-2 {
    padding-bottom: 40px;
  }

  .form-content-container.b-no-padding {
    margin-bottom: 0px;
  }

  .form-content-container.b-no-padding.thin-border.no-margin {
    font-size: 18px;
  }

  .form-button {
    padding: 15px 30px;
    font-size: 18px;
    white-space: nowrap;
  }

  .form-button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .field-name {
    font-size: 24px;
  }

  .field-name.larger {
    font-size: 26px;
    line-height: 34px;
  }

  .text-span {
    font-size: 18px;
  }

  .bold-text-2 {
    line-height: 1.5em;
  }

  .form-wrapper {
    max-width: 900px;
  }

  .form-block.no-overflow {
    margin-bottom: 0px;
  }

  .flex-wrapper {
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex.b-padding60 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .message-input {
    height: 200px;
  }

  .form-container {
    margin-right: 4%;
  }

  .content-container.no-margin {
    margin-right: 0px;
  }

  .axiforma {
    font-size: 16px;
    line-height: 26px;
  }

  .map-wrapper {
    height: 300px;
  }

  .input-field {
    font-size: 18px;
  }

  .input-field:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #ba8c4e;
  }

  .others-input-field {
    font-size: 18px;
  }

  .others-input-field:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #ba8c4e;
  }

  .fieldlabeltooltip {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .fieldlabeltooltip.center {
    line-height: 24px;
  }

  .fieldlabeltooltip.small {
    font-size: 14px;
    line-height: 16px;
  }

  .tooltipcontainer {
    margin-bottom: 10px;
  }

  .addtraineebutton {
    padding: 15px 30px;
    font-size: 18px;
    white-space: nowrap;
  }

  .input-field-2 {
    font-size: 18px;
  }

  .input-field-2:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #ba8c4e;
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 70px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-flex {
    position: relative;
    z-index: 5;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-container {
    width: 100%;
  }

  .navlink {
    display: block;
    overflow: hidden;
    padding: 10px 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    border-radius: 0px;
    background-color: transparent;
    font-size: 14px;
  }

  .navlink._2 {
    display: block;
  }

  .navlink.defined-width {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-style: none;
  }

  .navlink.dropdown-list {
    z-index: auto;
  }

  .cta-container {
    margin-right: 30px;
  }

  .cta-text {
    font-size: 12px;
  }

  .navbar-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-block {
    width: 50px;
  }

  .content-wrapper.brown {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar {
    display: none;
  }

  .navbar-2 {
    z-index: 5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide-nav {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container {
    overflow: hidden;
    padding-top: 40px;
  }

  .container.extended {
    padding-top: 50px;
  }

  .container.full {
    padding-top: 40px;
  }

  .container.footer {
    padding-top: 50px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.testimonial {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .main-heading {
    font-size: 5vw;
  }

  .main-heading.black.small {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .main-heading.black.smallest {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .main-heading.course {
    margin-bottom: 20px;
    font-size: 6vw;
    line-height: 1.2em;
  }

  .main-heading.module {
    margin-bottom: 10px;
  }

  .main-heading.subheading {
    font-size: 14px;
  }

  .main-heading.subheading.no-margin {
    font-size: 18px;
  }

  .subheading.black {
    font-size: 12px;
  }

  .subheading.brown {
    font-size: 12px;
  }

  .button.clear {
    height: 100%;
  }

  .button.clear.arrow.low-pading {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.clear.a-n {
    height: 100%;
    padding: 10px 15px;
  }

  .button.span {
    text-align: center;
  }

  .button-text {
    margin-right: 10px;
    font-size: 12px;
  }

  .button-text.black {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1em;
  }

  .button-text.black.no-padding.small {
    margin-right: 0px;
    font-size: 10px;
  }

  .content-flex {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-container.half {
    margin-right: 5%;
  }

  .image-container.link {
    margin-right: 5px;
  }

  .image-container.absolute {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 5%;
  }

  .image-container.no-margin {
    margin-right: 0px;
  }

  .image-container.no-margin.absolute {
    right: 20%;
    bottom: 5%;
    width: auto;
  }

  .info-container {
    width: 45%;
  }

  .tittle {
    font-size: 12px;
  }

  .tittle.article {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .tittle.footer {
    margin-bottom: 20px;
  }

  .tittle.module {
    margin-top: 10px;
  }

  .title-container {
    margin-bottom: 20px;
  }

  .p {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .p.small {
    font-size: 14px;
  }

  .p.testimonial {
    font-size: 14px;
  }

  .p.white {
    font-size: 2vw;
  }

  .p.low-padding {
    font-size: 12px;
  }

  .p.thick {
    font-size: 12px;
  }

  .p.p20 {
    font-size: 12px;
  }

  .p.no-padding {
    font-size: 14px;
  }

  .content-heding {
    padding-right: 40px;
  }

  .content-description {
    padding-top: 20px;
  }

  .button-flex {
    height: 5vw;
  }

  .button-flex.defined-height {
    height: 50px;
    margin-right: 15px;
  }

  .button-flex.horizontal {
    height: auto;
  }

  .content-box {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .article-content-wrapper {
    height: 40%;
  }

  .description {
    font-size: 10px;
    line-height: 1.5em;
  }

  .description.article {
    font-size: 18px;
  }

  .description.sub-article {
    font-size: 10px;
  }

  .text-description {
    font-size: 12px;
    line-height: 15px;
  }

  .navigations {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .right-arrow-2 {
    left: 19%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .client-profile {
    height: 50%;
  }

  .quote-container {
    left: -9%;
    top: -30%;
  }

  .contact-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-link {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .copyright {
    font-size: 1.5vw;
  }

  .tab-flex {
    height: 65vw;
  }

  ._50-container.title {
    padding-top: 5%;
    padding-left: 5%;
  }

  .text-container {
    padding-left: 15px;
  }

  .course-tab {
    left: 50%;
    margin-right: 0%;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tab-link {
    padding-left: 0px;
  }

  .tab-link.w--current {
    padding-left: 0px;
  }

  .slink {
    font-size: 10px;
  }

  .banner-wrapper.static {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .bold-text {
    font-size: 15px;
  }

  .main-nav-menu-button {
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-nav-menu-button.w--open {
    background-color: transparent;
  }

  .main-nav-icon {
    color: #fff;
  }

  .mask-2 {
    overflow: hidden;
  }

  .nav-menu-3 {
    z-index: 5;
    overflow: hidden;
    margin-left: 5px;
    background-color: #ba8c4e;
  }

  .dropdown-list {
    position: relative;
    z-index: 10;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    position: static;
    left: 5%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    margin-top: 10px;
    margin-left: 15px;
    background-color: rgba(139, 104, 56, 0.2);
  }

  .tac {
    font-size: 12px;
    line-height: 12px;
  }

  .file-upload-flex {
    width: 28%;
    margin-bottom: 5%;
  }

  .file-upload-flex.wide {
    width: 30%;
  }

  .field-label.center {
    font-size: 1.5vw;
  }

  .content-container-2 {
    padding-left: 15px;
  }

  .form-content-container.full {
    width: 68%;
  }

  .form-content-container.center {
    width: 28%;
  }

  .slots {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-span {
    text-align: center;
    white-space: nowrap;
  }

  .line.bottom {
    display: none;
  }

  .flex {
    padding-top: 40px;
  }

  .content-container.bmargin60 {
    margin-bottom: 30px;
  }

  .content-container.bmargin30 {
    margin-bottom: 20px;
  }

  .map-wrapper {
    margin-bottom: 40px;
  }

  .input-field {
    height: 40px;
    font-size: 14px;
  }

  .dropdown-field.fixed-height {
    height: auto;
  }

  .others-input-field {
    height: 40px;
    font-size: 14px;
  }

  .fieldlabeltooltip.center {
    font-size: 1.5vw;
  }

  .input-field-2 {
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar-flex {
    margin-top: 0px;
  }

  .navlink {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-container {
    margin-right: 30px;
  }

  .navbar-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block {
    position: static;
  }

  .content-wrapper.half {
    width: 100%;
  }

  .hero-slider {
    height: 60vw;
  }

  .slide-nav {
    display: none;
  }

  .button {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .button.clear.a-n {
    width: 120px;
  }

  .button-text {
    margin-right: 10px;
    font-size: 12px;
  }

  .button-text.black {
    line-height: 20px;
  }

  .content-flex.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-container {
    display: block;
    width: 20%;
    margin-right: 0%;
  }

  .image-container.tab {
    width: 20%;
  }

  .image-container.cta {
    width: 15%;
  }

  .image-container.bmargin {
    width: 60%;
  }

  .tittle.footer {
    font-size: 13px;
  }

  .tittle.form {
    font-size: 16px;
  }

  .p.testimonial {
    font-size: 14px;
  }

  .button-flex {
    height: auto;
  }

  .button-flex.defined-height {
    margin-bottom: 10px;
  }

  .button-flex.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-container.social {
    margin-right: 10px;
  }

  .article-content-wrapper {
    height: 100%;
    margin-bottom: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .description {
    font-size: 10px;
  }

  .description.article {
    font-size: 18px;
  }

  .description.sub-article {
    font-size: 10px;
  }

  .article-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .left-arrow-2 {
    position: absolute;
  }

  .quote-container {
    top: -9%;
  }

  .contact-info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-container {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-link {
    font-size: 10px;
  }

  .copyright {
    font-size: 10px;
    text-align: center;
  }

  ._50-container.title {
    padding-left: 5%;
  }

  .tab-link {
    width: 100%;
  }

  .slink {
    padding-left: 0%;
    font-size: 10px;
  }

  .main-nav-menu-button {
    padding: 10px 0px;
  }

  .dropdown-list.w--open {
    margin-left: 10px;
  }

  .input-form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .file-upload-flex {
    width: 46%;
  }

  .field-wrapper.end {
    margin-bottom: 0px;
  }

  .field-label.center {
    font-size: 10px;
    line-height: 12px;
  }

  .content-container-2 {
    width: 100%;
  }

  .bold {
    font-size: 18px;
  }

  .form-content-container.smaller {
    width: 100%;
  }

  .form-content-container.full {
    width: 80%;
  }

  .form-content-container.center {
    width: 80%;
  }

  .form-content-container.thin-border.end {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-button {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .fieldlabeltooltip.center {
    font-size: 10px;
    line-height: 12px;
  }

  .addtraineebutton {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 479px) {
  .navigation-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navlink {
    position: static;
    display: block;
    padding: 10px 20px;
    font-size: 10px;
    line-height: 14px;
    white-space: normal;
  }

  .navlink.defined-width {
    white-space: normal;
  }

  .cta-container {
    position: relative;
    top: 0px;
    bottom: 0px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    border-width: 1px;
  }

  .cta-text {
    display: none;
    font-size: 12px;
  }

  .navbar-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0vw;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-block {
    width: 10vw;
  }

  .content-wrapper.bpadding {
    margin-bottom: 40px;
  }

  .slide {
    padding-top: 40px;
  }

  .navbar-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-slider {
    height: 90vw;
  }

  .slide-nav {
    left: 0%;
    display: none;
  }

  .container.full {
    padding-top: 0px;
  }

  .main-heading {
    font-size: 12vw;
  }

  .main-heading.black.small {
    font-size: 24px;
    line-height: 26px;
  }

  .main-heading.course {
    font-size: 24px;
  }

  .main-heading.module {
    font-size: 20px;
  }

  .subheading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .subheading.black {
    line-height: 16px;
  }

  .subheading.status {
    text-align: right;
  }

  .subheading.brown {
    line-height: 16px;
  }

  .button {
    padding: 10px 15px;
  }

  .button.clear {
    padding: 10px 15px;
  }

  .button.clear.a-n {
    width: 150px;
  }

  .button-text {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1em;
  }

  .button-text.black {
    margin-right: 10px;
  }

  .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-flex.center {
    margin-top: 50px;
  }

  .content-flex.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-container.half {
    width: 90%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .image-container.tab {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-container.cta {
    width: 80%;
  }

  .image-container.bmargin {
    width: 100%;
  }

  .image-container.link {
    margin-right: 5%;
  }

  .info-container {
    width: 90%;
  }

  .tittle {
    font-size: 12px;
    text-align: left;
  }

  .tittle.article {
    font-size: 14px;
  }

  .tittle.footer {
    font-size: 14px;
  }

  .tittle.module {
    font-size: 16px;
  }

  .p {
    font-size: 12px;
    line-height: 16px;
  }

  .p.small {
    line-height: 20px;
  }

  .p.testimonial {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .p.white {
    font-size: 16px;
  }

  .p.low-padding {
    line-height: 18px;
  }

  .p.thick {
    line-height: 18px;
  }

  .content-heding {
    width: 90%;
  }

  .content-description {
    width: 90%;
    padding-top: 0px;
  }

  .button-flex {
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-flex.defined-height {
    height: 50px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-flex.horizontal {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-container.affiliation {
    margin-bottom: 20px;
  }

  .logo-container.social {
    margin-right: 5px;
  }

  .content-box {
    width: 90%;
    padding-bottom: 0%;
  }

  .arrow-image {
    display: none;
  }

  .article-content-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .description {
    font-size: 16px;
  }

  .description.article {
    font-size: 16px;
    line-height: 18px;
  }

  .description.sub-article {
    font-size: 10px;
  }

  .article-flex {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .afilliation-container {
    width: 90%;
    margin-bottom: 40px;
  }

  .afilliation-container.center {
    border-right-style: none;
    border-left-style: none;
  }

  .slider-container {
    padding-bottom: 20px;
  }

  .right-arrow-2 {
    left: 100px;
    top: 0%;
    right: 0%;
    bottom: 40%;
  }

  .left-arrow-2 {
    right: 100px;
    bottom: 40%;
  }

  .client-flex {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .client-image-container {
    margin-bottom: 5px;
  }

  .client-profile {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
  }

  .testimonial-container {
    width: 90%;
  }

  .quote-container {
    display: none;
  }

  .contact-info-wrapper {
    width: 100%;
  }

  .links-container {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-info-container {
    margin-bottom: 40px;
  }

  .contact-container {
    margin-bottom: 5px;
  }

  .page-links-container {
    width: 50%;
  }

  .page-links-container.ql {
    width: 100%;
    margin-top: 30px;
  }

  .page-link {
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
  }

  .tab-flex {
    position: relative;
    z-index: 3;
    height: auto;
    padding-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-container.slider {
    width: 100%;
  }

  ._50-container.title {
    width: 90%;
    padding-bottom: 10%;
    padding-left: 0%;
  }

  .course-slide-nav {
    display: none;
  }

  .module-container {
    height: 200px;
  }

  .course-tab {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
    text-align: center;
  }

  .tab-link {
    z-index: 0;
    padding: 15px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: rgba(124, 93, 50, 0.89);
    font-family: Axiforma, sans-serif;
    color: #fff;
    text-align: center;
  }

  .tab-link.w--current {
    z-index: 2;
    padding-left: 5px;
    border-radius: 0px;
    background-color: #ba8c4e;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: center;
  }

  .slink {
    font-size: 12px;
  }

  .bold-text {
    font-size: 17px;
  }

  .line-container {
    display: none;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-nav-menu-button {
    top: 0px;
    padding-left: 0px;
  }

  .main-nav-menu-button.w--open {
    background-color: transparent;
  }

  .slide-2 {
    padding-top: 30px;
  }

  .nav-menu-3 {
    margin-top: 10px;
    margin-left: 2px;
  }

  .dropdown-list.w--open {
    margin-left: 5px;
  }

  .content-heading {
    margin-bottom: 30px;
  }

  .dropdown-form-block.col-50 {
    width: 100%;
    padding-right: 0px;
  }

  .input-form-block.col-50 {
    width: 100%;
    padding-right: 0px;
  }

  .input-form-block.col-70 {
    width: 100%;
    padding-right: 0px;
  }

  .input-form-block.col-33 {
    width: 100%;
    padding-right: 0px;
  }

  .input-form-block.col-30 {
    width: 100%;
    padding-right: 0px;
  }

  .choices-container {
    margin-top: 10px;
  }

  .checkbox {
    margin-bottom: 10px;
  }

  .file-upload-flex {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .file-upload-flex.half {
    width: 100%;
  }

  .file-upload-flex.wide {
    width: 100%;
  }

  .file-upload-flex.col-33.end {
    width: 100%;
  }

  .file-upload-flex.end {
    margin-bottom: 0px;
  }

  .field-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .field-wrapper.end {
    margin-bottom: 0px;
  }

  .field-label.center {
    font-size: 12px;
    line-height: 14px;
  }

  .form-content-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-content-container.smaller {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-content-container.full {
    width: 95%;
  }

  .form-content-container.center {
    width: 95%;
  }

  .form-content-container.thin-border.end {
    margin-bottom: 0px;
  }

  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-button {
    padding: 10px 15px;
  }

  .form-button.submit {
    margin-right: auto;
    margin-left: auto;
  }

  .field-name {
    text-align: left;
  }

  .field-flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .status-container.booked {
    text-align: center;
  }

  .content-container.bmargin60 {
    margin-bottom: 30px;
  }

  .fieldlabeltooltip.center {
    font-size: 12px;
    line-height: 14px;
  }

  .addtraineebutton {
    padding: 10px 15px;
  }

  .addtraineebutton.submit {
    margin-right: auto;
    margin-left: auto;
  }

  .recaptcha-container {
    -webkit-perspective-origin: 0% 0%;
    perspective-origin: 0% 0%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .companysponsored.col-50 {
    width: 100%;
    padding-right: 0px;
  }
}

@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BookItalic.woff') format('woff'), url('../fonts/Axiforma-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Agaramondpro';
  src: url('../fonts/AGaramondPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/Axiforma-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}