

.container.mid {
  width: 90%;
  max-width: 1300px;
}

.container.xs {
  max-width: 840px;
}

.container.admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 97%;
  -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;
  text-align: right;
}
.button {
  margin-left: 11px;
  padding: 14px 25px 12px;
  border-radius: 100px;
  background-color: #0073c3;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.her-banner-header {
  width: 75%;
  font-family: 'Axiforma bold', sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 57px;
  text-align: center;
}

.her-banner-subheader {
  font-family: 'Axiforma regular', sans-serif;
  color: #aeaeae;
  font-size: 24px;
  line-height: 26px;
}

.hide {
  display: none;
}

.course-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 85px;
  min-height: 85px;
  margin-left: 238px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  background-color: #fff;
}

.course-tabs-menu.workshop {
  width: 90%;
  max-height: 70px;
  max-width: 900px;
  min-height: 70px;
  margin-left: 0px;
}

.course-tabs-menu.hide {
  display: none;
}

.course-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 24vw;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 4px solid transparent;
  background-color: #f3f8f8;
  font-family: 'Nunito Sans', sans-serif;
  color: #a3aab2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.course-tab-link.w--current {
  border-bottom: 4px solid #00d6e3;
  background-color: #e2f5f5;
  color: #000;
  /*font-weight: 800;*/
}
.course-tab-link:hover{
  text-decoration: none!important;
}
.box-button:hover{
  text-decoration: none!important;
  color: #fff;
}
.course-tab-link.smaller {
  min-width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
}

.course-tabs-wrapper {
  padding-bottom: 0px;
}

.course-tabs-wrapper._1 {
  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-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;
}

.course-tabs-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  max-height: 80px;
  min-height: 80px;
  background-color: rgba(255, 255, 255, 0.36);
}

.course-content-tabs-wrapper {
  position: relative;
  z-index: 3;
}

.course-content-tab-pane {
  padding-bottom: 10px;
}

.course-tab-content {
  margin-bottom: 80px;
  padding-top: 30px;
}

.course-tab-content.ws {
  margin-bottom: 0px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
}

.flex-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.course-tab-background {
  position: absolute;
  left: auto;
  top: 5px;
  right: 0%;
  bottom: auto;
  max-height: 450px;
  max-width: 40vw;
  min-height: 450px;
  min-width: 40vw;
  background-color: #000;
}

.course-tab-background.black {
  display: none;
  max-height: 400px;
  max-width: 35vw;
  min-height: 27vw;
  min-width: 35vw;
}

.course-tabs-content.margin {
  margin-top: 40px;
}

.course-header-content-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.course-header-content-wrapper.left {
  min-width: 635px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.course-header-content-wrapper.image {
  left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -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;
}

.course-header-subheader {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
}

.course-header-header {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Axiforma bold', sans-serif;
  color: #000;
  font-size: 39px;
  line-height: 53px;
}

.inside-button {
  padding: 15px 11px;
  border-bottom: 8px solid #00d6e3;
  background-color: transparent;
  font-family: 'Axiforma regular', sans-serif;
  color: #000;
  font-weight: 400;
}

.inside-button.xl {
  font-size: 18px;
  font-weight: 400;
}

.course-header-content-image {
  width: 100%;
}

.course-header-content-image.smaller {
  position: relative;
  z-index: 5;
  display: block;
  width: 90%;
  max-width: 90%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 29px 34px 0 -7px black;
}

/* .course-box-content {
  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;
}

.course-box-content.multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.course-box-content-wrapper {
  padding-bottom: 30px;
}

.course-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-box:hover {
  box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.03);
}

.course-box.inside {
  width: 31%;
  min-height: 270px;
  min-width: 31%;
  margin-bottom: 3%;
  padding-bottom: 20px;
  -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;
}

.course-box._4 {
  width: 23%;
}

.course-box-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.course-box-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  -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;
}

.course-box-details-wrapper.fullwidth {
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.course-box-register-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.box-button {
  margin-right: 22px;
  padding: 11px 23px;
  background-color: black;
  box-shadow: 0 8px 16px -8px rgba(10, 139, 206, 0.62);
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
}

.box-button:active {
  background-color: #1274cf;
}

.box-button._0 {
  margin-right: 0px;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
}

.course-type {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.course-type.xl {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}

.course-box-details {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #141414;
  font-weight: 400;
}

.course-box-price {
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 3px solid rgba(247, 244, 238, 0);
}

.course-box-price.no-border {
  margin-bottom: 20px;
  border-top-style: none;
}

.course-box-price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fafafa;
}

.course-box-price-1 {
  color: #d91b28;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-1.bigger {
  font-family: 'Axiforma medium', sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.course-box-price-2 {
  color: #7d7d7d;
}

.course-box-price-3 {
  color: #181818;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

.course-box-price-3.inside {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.course-box-price-3.inside.bold {
  color: #070707;
  font-weight: 600;
}

.course-box-price-3.bigger {
  font-family: 'Axiforma medium', sans-serif;
  color: #080808;
  font-size: 16px;
  font-weight: 500;
}

.course-box-price-3-wrapper {
  min-width: 74px;
  text-align: left;
} */

.announcement-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 90px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  opacity: 1;
}

.announcement-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 280px;
  min-height: 280px;
  padding-top: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #035dba;
  opacity: 1;
}

.section-header {
  font-family: 'Axiforma regular', sans-serif;
  color: #fff;
  font-weight: 400;
}

.section-header.margin {
  margin-left: 20vw;
}

.announcement-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: auto;
  margin-top: 25px;
  margin-left: 20vw;
  background-color: transparent;
}

.announcement-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 190px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.announcement-arrow.left {
  left: -179px;
  top: 0%;
  right: auto;
}

.announcement-arrow.right {
  left: -100px;
  top: 0%;
  right: auto;
}

.announcement-slide {
  width: 100%;
  min-width: 100%;
}

.announcement-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.announcement-slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -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;
  background-color: #fff;
}

.announcement-box-image {
  overflow: hidden;
  margin-bottom: 36px;
}

.announcement-box-details {
  margin-right: 15%;
}

.announcement-box-title {
  margin-bottom: 7px;
  color: #bfbfbf;
  font-size: 15px;
}

.announcement-box-header {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.testimonial-wrapper {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: hsla(0, 0%, 98%, 0.53);
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 112px;
  min-height: 112px;
  min-width: 112px;
  margin-right: 63px;
  padding: 9px;
  -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-radius: 100px;
}

.testimonial-image {
  overflow: hidden;
  border-radius: 100px;
  background-color: #a5a5a5;
}

.testimonial-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: -12px;
  bottom: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  padding: 14px;
  -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-radius: 100px;
  background-color: #00b6c3;
}

.testimonial-text {
  font-family: Merriweather, serif;
  color: #161616;
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-mask {
  padding-bottom: 17px;
}

.testimonial-number {
  margin-bottom: 14px;
  font-family: 'Axiforma bold', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.testimonial-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-name {
  font-family: 'Open Sans', sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}

.footer-wrapper {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}



.footer-box.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  -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: #204c98;
}

.footer-box.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #2b5ebc;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.footer-col {
  padding: 52px 38px 52px 63px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 26px;
}

.footer-col._0 {
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line {
  width: 60px;
  height: 3px;
  background-color: #00d6e3;
}

.line.margin {
  margin-bottom: 20px;
}



.footer-header {
  color: #fff;
  font-weight: 600;
}

.footer-subheader {
  color: #00d6e3;
  font-weight: 700;
}

.footer-social-media {
  margin-bottom: 26px;
}

.social-media-icon {
  width: 23px;
}

.social-media-link {
  margin-right: 15px;
  margin-left: 15px;
}

.footer-logo {
  width: 45%;
}

.announcement-arrow-img {
  max-width: 50px;
}

.announcement-arrow-img.xs {
  max-width: 40px;
}

.testimonial-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.testimonial-arrow.left {
  right: 69px;
}

.black-bg {
  position: absolute;
  top: 0%;
  right: -5%;
  bottom: 0%;
  width: 90%;
  color: #000;
}

.career-content-wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
}

.career-text {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.career-subheader {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
}

.career-pargraph {
  margin-bottom: 30px;
}

.career-pargraph.no-margin {
  margin-bottom: 0px;
}

.career-pargraph.m-10 {
  margin-bottom: 10px;
}

.career-wrapper {
  margin-bottom: 40px;
  padding-left: 45px;
  font-size: 20px;
  line-height: 28px;
}

.career-list {
  margin-bottom: 20px;
}

.career-link {
  color: #00a2ca;
  text-decoration: none;
}

.content-header {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Axiforma light', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
}

.content-header.smaller {
  font-size: 23px;
  line-height: 30px;
}

.content-header.n-margin {
  margin-bottom: 10px;
}

.workshop-separator-line {
  height: 2px;
  max-width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 71.3%, 0.16);
}

.workshop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 25px;
}

.workshop-block._50 {
  width: 50%;
  padding-right: 40px;
}

.workshop-block._25 {
  width: 25%;
  padding-right: 30px;
}

.inside-header-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  margin-bottom: 25px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  border-bottom: 1px solid rgba(87, 201, 243, 0.16);
  color: #1f1d1d;
  font-size: 15px;
  line-height: 23px;
}

.table-row._0 {
  margin-bottom: 10px;
  padding-left: 0px;
  font-size: 14px;
}

.table-row.header {
  border-bottom-width: 4px;
  border-bottom-color: #57c9f3;
  background-color: transparent;
  font-weight: 700;
}

.table-row.header._0 {
  padding-left: 0px;
}

.table-row.no-line {
  border-bottom-style: none;
}

.table-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #202020;
  text-decoration: none;
}

.table-link:hover {
  color: #02b7e4;
}

.table-col-2 {
  margin-left: 20px;
  padding: 12px 12px 12px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(87, 201, 243, 0.16);
}

.table-col-2._0 {
  margin-left: 0px;
  border-left-style: none;
}

.table-col-5 {
  width: 20%;
}

.table-col-6 {
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
}

.table-col-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  margin-left: 20px;
  padding-left: 23px;
  -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: rgba(15, 200, 217, 0.03);
}

.table-col-3-wrapper.xl {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.table-col-7 {
  width: 50%;
}

.table-wrapper {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
  box-shadow: 12px 12px 16px 0 rgba(90, 100, 99, 0.07);
}

.table-col-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inside-header {
  color: #fff;
  font-size: 31px;
  line-height: 34px;
  text-align: right;
}

.inside-header-light {
  color: #df1b29;;
  font-weight: 400;
}

.content-header-wrapper {
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4eaf0;
}

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

.inside-sub-header {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.content-sub-header {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.content-sub-header.center {
  margin-top: 0px;
  color: #0fc8d9;
  text-align: center;
}

.content-sub-header.smaller {
  font-size: 16px;
}

.inside-side-image {
  overflow: hidden;
  max-width: 400px;
  min-height: auto;
  min-width: 400px;
  margin-bottom: 30px;
  margin-left: 57px;
  float: right;
  border-radius: 40px 10px 10px;
}

.inside-side-image.xl {
  max-width: 550px;
  min-height: auto;
  min-width: 550px;
  margin-bottom: 30px;
}

.text-link {
  color: #df1b29;;
}

.text-link-2 {
  color: #00a2ca;
}

.text-link-2.xs {
  font-size: 15px;
}

.list-hightlight {
  color: #12b7d8;
  font-size: 16px;
  font-weight: 400;
}

.list {
  font-size: 19px;
  line-height: 27px;
}

.table-col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 65px;
  -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;
  text-align: center;
}

.table-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 29px;
  -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;
  font-weight: 700;
  text-align: center;
}

.table-col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid rgba(87, 201, 243, 0.16);
}

.flex-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-sub-header-2 {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.form-wrapper {
  padding: 32px;
  box-shadow: 8px 8px 18px 0 rgba(96, 118, 148, 0.05);
}

.contact-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

.map-wrapper {
  position: relative;
  min-height: 430px;
  margin-bottom: 25px;
  padding-bottom: 70px;
}

.tabs-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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-bottom: 2px solid #f3f3f3;
}

.tabs-menu-wrapper.mid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrapper {
  color: #0e0e0e;
  font-weight: 400;
}

.header-wrapper.margin {
  margin-top: 60px;
  margin-bottom: 30px;
}

.contact-box {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  max-width: 360px;
  min-width: 360px;
  padding: 37px 39px;
  background-color: #2a58ac;
}

.button-2 {
  background-color: #0fc8d9;
}

.button-2.full {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #2a58ac;
  font-size: 19px;
  font-weight: 400;
}

.light-blue-text {
  color: #0fc8d9;
}

.text-field {
  min-height: 46px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) rgba(86, 189, 226, 0.05);
}

.tab-link {
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 21px;
  padding-bottom: 21px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.tab-link.w--current {
  border-bottom-color: #00d6e3;
  background-color: transparent;
}

.tab-link.mid {
  margin-right: 0%;
  margin-left: 0%;
}
.slide-nav {
  bottom: 100px;
  opacity: 0.51;
  font-size: 12px;
}

.hero-slide-arrow-image {
  width: 60px;
  min-width: 60px;
}

.hero-slide-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  min-height: 90px;
  min-width: 8vw;
  -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;
}

.admin-login-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  background-color: #004b96;
}

.admin-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left: 1px solid rgba(163, 162, 170, 0.11);
  background-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-decoration: none;
}

.admin-link:hover {
  border-bottom-color: #9fd6ff;
  background-color: hsla(0, 0%, 100%, 0.07);
  color: #fff;
}

.admin-link.admin-portal {
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.admin-link.client-portal {
  line-height: 22px;
}

.admin-link.registration-portal {
  border-right: 1px solid rgba(163, 162, 170, 0.11);
  line-height: 22px;
}

.dropdown-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.global-header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-bottom: 10px;
  background-color: #fff;
}

.course-link {
  display: inline;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #141414;
  text-decoration: none;
}

.course-link:hover {
  color: #df1b29;;
}

.course-link.mid {
  font-size: 16px;
  line-height: 23px;
}

.image-block-wrapper {
  max-width: 1150px;
  margin-bottom: 29px;
}

.left-col {
  width: 65%;
}

.right-col {
  width: 30%;
}

.suggestion-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.suggestion-box:hover {
  box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.03);
}

.register-link {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #141414;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.register-link:hover {
  color: #df1b29;;
}

.separator-blue {
  height: 150px;
  background-color: #005bb9;
}

.workshop-content {
  position: relative;
  top: -70px;
  z-index: 3;
}

.inside-subheading {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
}

.inside-subheading.smaller {
  font-size: 17px;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-field {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-color: #fff;
}

.filter-button {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #0073c3;
  background-color: #fff;
  color: #000;
}

.course-box-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: rgba(0, 0, 0, 0.5);
}

._30-spacer {
  height: 30px;
}

.course-box-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.filter-col {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.xs {
  color: #a3a3a3;
  font-size: 12px;
}

.center-div {
  margin-top: 31px;
  text-align: center;
}

.search-field {
  height: 32px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 45px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 hsla(0, 0%, 100%, 0.1);
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/search-2.svg');
  background-position: 8% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
}

.search-field::-webkit-input-placeholder {
  color: #fff;
}

.search-field:-ms-input-placeholder {
  color: #fff;
}

.search-field::-ms-input-placeholder {
  color: #fff;
}

.search-field::placeholder {
  color: #fff;
}

.search-form-block {
  height: auto;
  min-height: auto;
  margin-right: 14px;
  margin-bottom: 0px;
}

.contact-no {
  margin-right: 20px;
  padding: 6px 25px 6px 34px;
  border-right: 1px solid rgba(163, 162, 170, 0.11);
  background-image: url('../images/call-1.svg');
  background-position: 0% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
}

.contact-no.email {
  background-image: url('../images/email.svg');
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.admin-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.phone-link {
  color: #fff;
}

.left-content {
  padding: 30px;
  box-shadow: 1px 7px 13px 0 rgba(0, 0, 0, 0.09);
}

.small-content-text {
  margin-bottom: 30px;
  font-size: 14px;
}

.small-content-text.no-margin {
  margin-bottom: 0px;
}

.small-content-text.sub {
  margin-bottom: 10px;
  font-weight: 600;
}

.course-list {
  padding-left: 17px;
}

.button-3 {
  color: #fff;
}

.button-3.book-now {
  padding: 13px 30px;
  border-radius: 100px;
  background-color: #07b957;
}

.button-3.book-now:hover {
  background-color: #23d272;
}

.button-4 {
  padding: 13px 30px;
  border-radius: 100px;
  background-color: #15c034;
  font-family: 'Open Sans', sans-serif;
}

.button-4.green {
  background-color: #14c734;
  font-size: 18px;
  line-height: 27px;
}

.button-4.green:hover {
  background-color: #06db2d;
  color: #fff;
}

.course-schedule-filter {
  padding-bottom: 60px;
}

.course-row-label {
  width: 50%;
  margin-right: 15px;
  color: #d91b28;
  text-align: right;
}

.course-2-col {
  width: 100%;
}

.course-2-col.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
}

.course-2-col.details {
  padding-right: 10px;
  padding-left: 10px;
}

.course-2-col.slots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.course-2-col.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-detail-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course-row {
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: hsla(0, 0%, 96.7%, 0.86);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-row:hover {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.09);
}

.book-now-price {
  margin-top: 15px;
  margin-bottom: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.course-slot-title {
  padding: 8px 15px;
  background-color: black;
  color: #fff;
  text-align: center;
}

.course-slot-number {
  margin-top: 5px;
  float: none;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
}

.course-2-col .w-button{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #ed1c24;
  border-radius: 5px;
  background-color: #ed1c24;
  box-shadow: 2px 6px 9px -5px rgb(217 27 40 / 40%);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.course-detail-text {
  width: 100%;
}
.course-detail-text a{

  font-weight: bold;
  text-decoration: none;
  color: black;
}

.course-name-link {
  width: 100%;
  padding-top: 0px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button-line {
  margin-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border: 6px solid #2652b3;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
}

.button-line:hover {
  border-color: #2652b3;
  background-color: #2652b3;
  color: #fff;
}

.button-line.book {
  margin-top: 12px;
  padding: 8px 15px 10px;
  border-width: 4px;
  border-color: #00b0b2;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.button-line.book:hover {
  background-color: #00b0b2;
  color: #fff;
}

.course-booked-small-text {
  color: #2652b3;
  font-size: 13px;
  font-weight: 400;
}

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

.course-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #dcdfe2;
  font-size: 14px;
}

.course-details-row.no-line {
  margin-bottom: 10px;
  border-bottom-style: none;
}

.course-time {
  color: #000;
  font-style: normal;
}

.course-slot-col3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2e97a9;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.course-slot-col3.available {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -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: #df1b29;;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}


.course-booked-light {
  font-weight: 300;
}

.course-background {
  position: absolute;
  top: 15px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100px;
  max-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: #e2f5f5;
}

.introduction-video {
  max-height: 380px;
}

.image-2 {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  display: block;
  width: 100%;
  min-height: 20vh;
}


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

  .register-label-wrapper{
    width: 100%!important;
  }

  .register-name-wrapper{
    width: 100%!important;
  }

  .filter-wrapper{
    display: grid!important;
  }
  .filter-col{
    padding-bottom: 10px;
  }
  .course-box{
    width: 50%!important;
  }

  .container.xs {
    max-width: 90%;
    min-width: auto;
  }

  .container.mid-xs {
    max-width: 90%;
    min-width: auto;
  }

  .table-col-2._0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-col-5 {
    margin-right: 10px;
  }

  .table-col-3-wrapper.xl {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .table-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .inside-header {
    font-size: 26px;
  }

  .container-2 {
    max-width: 90%;
  }

  .inside-side-image {
    max-width: 350px;
    min-width: 350px;
  }

  .inside-side-image.fullwidth {
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    border-radius: 10px;
  }

  .inside-side-image.xl {
    max-width: 40%;
    min-width: 40%;
  }

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

  .course-2-col.price {
    border-top: 1px solid #dcdfe2;
  }

  .button-line.book {
    margin-top: 10px;
  }

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

  .course-slot-col3 {
    min-height: 103px;
  }

  .image-2 {
    display: none;
    max-height: 65vh;
  }
}

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

  .register-label-wrapper{
    width: 100%!important;
  }

  .register-name-wrapper{
    width: 100%!important;
  }

  .filter-wrapper{
    display: grid!important;
  }

  .course-box{
    width: 100%!important;
  }

  .filter-col{
    padding-bottom: 10px;
  }

  .container.xs {
    width: 95%;
  }

  .container.admin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.mid-xs {
    width: 95%;
    max-width: 100%;
    min-width: auto;
  }

  .course-box-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box {
    width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box._4 {
    width: 50%;
  }

  .inside-side-image.xl {
    max-width: 100%;
    min-width: 100%;
  }

  .hero-slide-arrow-image {
    width: 40px;
    min-width: 40px;
  }

  .register-link {
    display: inline;
    font-size: 13px;
    line-height: 18px;
  }

  .flex-block {
    width: 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;
  }

  .flex-block.hide-mobile {
    display: none;
  }

  .admin-link-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .course-row-label {
    text-align: left;
  }

  .button-line.book {
    padding-top: 13px;
  }

  .course-details-row {
    text-align: left;
  }
}

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

  .register-label-wrapper{
    width: 100%!important;
  }

  .register-name-wrapper{
    width: 100%!important;
  }

  .filter-wrapper{
    display: grid!important;
  }

  .course-box{
    width: 100%!important;
  }

  .filter-col{
    padding-bottom: 10px;
  }
  
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-banner-wrapper {
    height: auto;
  }

  .hero-banner-wrapper.inside {
    height: 200px;
  }

  .hero-banner-slider-wrapper {
    height: auto;
    min-height: auto;
  }

  .hero-banner-slider-wrapper.inside {
    height: 200px;
    min-height: auto;
  }

  .hero-banner-slide {
    height: auto;
  }

  .hero-banner-slide-image.inside {
    min-height: 200px;
  }

  .hero-banner-slide-image.inside.workshop {
    background-position: 23% 50%;
    background-size: cover;
  }

  .hero-banner-mask {
    height: auto;
  }

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

  .container {
    max-width: 90%;
  }

  .container.mid {
    max-width: 98%;
  }

  .container.xs {
    max-width: 90%;
  }

  .container.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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;
  }

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

  .container.mid-xs {
    max-width: 90%;
  }

  .nav-link {
    display: block;
    width: 100%;
    min-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-width: 1px;
    border-bottom-color: rgba(230, 244, 255, 0.08);
    background-color: rgba(0, 91, 185, 0.88);
  }

  .nav-link:hover {
    border-bottom-color: rgba(14, 83, 136, 0.91);
    background-color: rgba(0, 91, 185, 0.96);
    color: #000000 !important;
  }

  
  .button {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-radius: 0px;
    background-color: #00458b;
    text-align: center;
  }

  .button:hover {
    background-color: rgba(0, 91, 185, 0.88);
  }

  .button.nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #005bb9;
  }

  .hero-banner-slide-content {
    padding-right: 5%;
    padding-bottom: 70px;
    padding-left: 5%;
  }

  .her-banner-header {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .her-banner-subheader {
    margin-top: 35px;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
  }

  .course-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 86px;
    min-height: 86px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .course-tabs-menu.workshop {
    min-height: 60px;
  }

  .course-tab-link {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
  }

  .course-tab-link.w--current {
    font-size: 17px;
  }

  .course-tab-link.smaller {
    padding: 24px 10px;
    font-size: 13px;
  }

  .course-tabs-wrapper._1 {
    top: -57px;
  }

  .course-tabs-overlay {
    bottom: 0%;
    max-height: 40px;
    min-height: 40px;
  }

  .course-content-tabs-wrapper {
    top: 0px;
  }

  .course-content-tab-pane {
    width: 100%;
    min-height: auto;
    padding-bottom: 0px;
  }

  .course-tab-content {
    margin-bottom: 50px;
    padding-top: 20px;
  }

  .flex-block-wrapper {
    -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;
  }

  .course-tab-background {
    top: 358px;
    display: none;
    max-height: 210px;
    min-height: 210px;
  }

  .course-tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .course-header-content-wrapper {
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .course-header-content-wrapper.left {
    height: auto;
    min-height: auto;
    min-width: 100%;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-header-subheader {
    font-size: 18px;
    line-height: 27px;
  }

  .course-header-header {
    font-size: 27px;
    line-height: 35px;
  }

  .inside-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }

  .course-header-content-image {
    width: 100%;
    max-width: 100%;
  }

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

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

  .course-box {
    width: 100%;
    min-height: 430px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
  }

  .course-box.inside {
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
    border-style: none;
  }

  .course-box._4 {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .course-box-header {
    max-height: 150px;
    min-height: 150px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .course-box-details-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .course-box-details-wrapper.fullwidth {
    padding-right: 20px;
    padding-left: 20px;
  }

  .course-box-register-wrapper {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .course-type {
    padding-left: 10px;
    font-size: 14px;
  }

  .course-box-details {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .course-box-price {
    margin-top: 10px;
  }

  .announcement-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-header.margin {
    margin-left: 5vw;
    font-size: 25px;
  }

  .announcement-slider-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0vw;
  }

  .announcement-arrow.left {
    max-height: 35px;
  }

  .announcement-arrow.left.hide {
    display: none;
  }

  .announcement-arrow.right {
    max-height: 35px;
  }

  .announcement-arrow.right.hide {
    display: none;
  }

  .announcement-slide {
    width: 100%;
  }

  .announcement-slide-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .announcement-slide-box {
    width: 98%;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 20px;
    -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;
  }

  .announcement-box-image {
    margin-bottom: 20px;
  }

  .announcement-box-details {
    margin-right: 0px;
    padding-left: 10px;
  }

  .announcement-box-header {
    font-size: 21px;
    line-height: 28px;
  }

  .testimonial-wrapper {
    padding: 30px 20px 35px;
  }

  .testimonial-image-wrapper {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-right: 20px;
    padding: 0px;
  }

  .testimonial-icon {
    right: -7px;
    width: 30px;
    height: 30px;
    padding: 3px 5px 5px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 27px;
  }

  .testimonial-number {
    font-size: 22px;
    line-height: 22px;
  }

  .testimonial-name-wrapper {
    margin-bottom: 20px;
  }

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

  .footer-wrapper {
    height: auto;
    -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;
  }

  .footer-box.left {
    min-height: auto;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-box.right {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 20px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 20px;
  }

  .footer-col._0 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-logo {
    left: 0px;
    width: 70vw;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button {
    margin-left: 10px;
    color: #fff;
  }

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

  .black-bg {
    position: absolute;
    left: auto;
    top: -11%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    display: block;
    width: 40%;
    height: 67vw;
    background-color: #000;
  }

  .career-content-wrapper {
    padding-top: 20px;
  }

  .content-header {
    font-size: 25px;
    line-height: 39px;
  }

  .content-header.smaller {
    font-size: 18px;
    line-height: 31px;
  }

  .content-header.n-margin {
    margin-bottom: 10px;
  }

  .workshop-separator-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .table-row {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .table-row.header {
    padding-left: 0px;
  }

  .table-link {
    font-size: 16px;
    line-height: 21px;
  }

  .table-col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-col-2._0 {
    padding-right: 10px;
    font-size: 17px;
  }

  .table-col-5 {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-left: 5px;
    font-size: 17px;
  }

  .table-col-6 {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 17px;
  }

  .table-col-3-wrapper {
    width: 55%;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .table-col-3-wrapper.xl {
    width: 50%;
    padding: 10px 10px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-col-7 {
    width: 100%;
    font-size: 17px;
  }

  .table-col-1-wrapper {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .inside-header {
    font-size: 23px;
  }

  .inside-sub-header {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .content-sub-header {
    font-size: 17px;
    line-height: 23px;
  }

  .inside-side-image {
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    border-top-left-radius: 15px;
  }

  .inside-side-image.xl {
    max-width: 100%;
    min-width: 100%;
  }

  .table-col-3 {
    width: 50%;
    padding-right: 10px;
  }

  .flex-col {
    max-width: 100%;
  }

  .content-sub-header-2 {
    font-size: 17px;
    line-height: 23px;
  }

  .form-wrapper {
    padding: 20px;
  }

  .header-wrapper.margin {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .tab-link {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .dropdown-link {
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
  }

  .dropdown-link:hover {
    background-color: #2ea5f8;
  }

  .dropdown-list-wrapper.w--open {
    border-radius: 0px;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .hero-slide-arrow {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 8%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-slide-arrow.left {
    margin-right: auto;
    margin-left: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-slide-arrow.right {
    margin-right: 30%;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .global-header {
    padding-bottom: 0px;
  }

  .left-col {
    width: 100%;
  }

  .right-col {
    width: 100%;
  }

  .suggestion-box {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .register-link {
    display: block;
    min-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .workshop-content {
    top: 0px;
  }

  .filter-button {
    width: 100%;
  }

  .search-form-block {
    display: none;
  }

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

  .navlink {
    width: 100%;
  }

  .full {
    min-width: 100%;
    border-bottom: 1px solid rgba(230, 244, 255, 0.07);
  }

  .course-row-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-line.book {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    text-transform: none;
  }

  .button-line.book.mobile {
    font-size: 13px;
  }

  .course-details-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .course-slot-col3 {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .introduction-video {
    max-height: 300px;
  }
}

@font-face {
  font-family: 'Axiforma bold';
  src: url('../fonts/axiforma-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma black';
  src: url('../fonts/axiforma-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/axiforma-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma heavy';
  src: url('../fonts/axiforma-heavy-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma extrabold';
  src: url('../fonts/axiforma-extrabold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma italic';
  src: url('../fonts/axiforma-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma light';
  src: url('../fonts/axiforma-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma medium';
  src: url('../fonts/axiforma-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma regular';
  src: url('../fonts/axiforma-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma thin';
  src: url('../fonts/axiforma-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axiforma semibold';
  src: url('../fonts/axiforma-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
.inside-button:hover{
  color: #000!important;
  text-decoration: none!important;
}
.course-link:hover{
  color: #000!important;
  text-decoration: none!important;
}
.career-wrapper h3{
  font-size: 20px;
}
.career-content-wrapper h3{
  font-size: 20px;
}
.register-link:hover{
  text-decoration: none!important;
}
.course-name-link:hover{
  color:#000;
  text-decoration:none!important;
}
.registration-content.margin-b50 {
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.registration-content {
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.registration-content.bg-color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}
.register-content-wrapper {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.register-header {
  margin-bottom: 20px;
  font-family: 'Effra std bd', sans-serif;
  color: #000;
  font-weight: bold;
}
.register-name-wrapper {
  width: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.register-label-wrapper {
    width: 20%;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    float: left;
}
.register-label-text {
    margin-right: 15px;
    -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;
    font-family: 'Open Sans', sans-serif;
    color: #d91b28;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}

.faq_description h3{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.faq_description p{
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.faq_description a:hover{
  text-decoration: none;
}

