.image {
  float: left;
}

.logo {
  margin-left: 2%;
  padding: 10px;
  float: left;
  background-color: transparent;
}

.menu {
  display: block;
  padding-top: 50px;
}

.menu.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  float: right;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-header-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30rem;
  -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;
  background-color: #ffc233;
  background-image: url('/img2/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 1.363em;
  font-weight: 900;
}

.header-text {
  width: 80%;
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.promo-msg {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 33px;
  font-weight: 300;
}

.promo-block {
  width: 100%;
  height: 600px;
  background-image: url('/img2/img_9039.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.promo-text {
  float: right;
  clear: both;
  font-family: proxima-nova, sans-serif;
  color: #ededed;
  font-size: 65px;
  line-height: 75px;
  font-weight: 500;
}

.hero-text {
  float: right;
  clear: right;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: right;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
}

.homepage-header {
  background-color: hsla(0, 0%, 93%, .19);
}

.home-references {
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #ededed;
}

.slider {
  height: 150px;
  padding-bottom: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ededed;
}

.references-logo {
  width: 75%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.reference-logo-image {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.reference-logo-image:hover {
  -webkit-filter: none;
  filter: none;
}

.row {
  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;
}

.footer {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #133C69;
}

.header-social-icon {
  display: inline-block;
  margin-bottom: 5px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.hamburger-menu {
  margin-bottom: 25px;
  padding: 15px;
  background-color: #ffc233;
}

.text-span {
  color: #ffc233;
}

.menu-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  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: 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;
  background-color: #ffc233;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.body {
  height: 100%;
}

.hamburger-close {
  display: block;
  padding: 20px;
  float: right;
  cursor: pointer;
}

.menu-overlay-top {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-overlay-link {
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-overlay-link:hover {
  text-decoration: underline;
}

.menu-overlay-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-overlay-list-item:hover {
  text-align: left;
}

.menu-overlay-footer-link {
  display: inline;
  margin-top: 7px;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.menu-overlay-footer-link:hover {
  color: #ffc233;
}

.header-hero {
  height: 400px;
  background-color: #1f154a;
  background-image: url('/img2/266A3715-Sjors-cl.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-hero.cursus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('/img2/people-coffee-tea-meeting-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-hero.video {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.header-hero.profile {
  position: relative;
  background-image: url('/img2/groepsfoto-zw.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-hero.profile.george {
  background-color: transparent;
  background-image: url('/img2/groepsfoto-zw-jackie.jpg');
  background-position: 1px 63%;
  background-size: cover;
}

.header-hero-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-menu-header {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 2.81rem;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-menu-sub-item {
  display: block;
}

.footer-menu-sub {
  display: inline;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu-sub:hover {
  color: #ffc233;
  text-decoration: none;
}

.footer-copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
}

.footer-menu-link-block {
  display: inline;
  text-decoration: none;
}

.footer-menu-link-block:hover {
  color: #fff;
  text-decoration: none;
}

.menu-overlay-header {
  margin-bottom: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}

.footer-link {
  margin-left: 10px;
  float: right;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: #ffc233;
  text-decoration: none;
}

.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;
}

.footer-block-row {
  width: 40%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-overlay-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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: #1f154a;
}

.menu-overlay-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.menu-overlay-footer-section {
  display: block;
  width: 75%;
  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-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;
}

.menu-overlay-social-icons {
  float: right;
}

.menu-overlay-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.footer-wrapper {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.page-content-container {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-content-wrapper {
  height: 100%;
}

.page-content-wrapper._70 {
  width: 70%;
}

.anchor-div {
  position: absolute;
  z-index: -1;
  width: auto;
  height: 50px;
  margin-top: -49px;
}

.content-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #d8d6d6;
}

.content-section-wrapper.no-top-border {
  border-top-style: none;
}

.content-section-wrapper.two-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-section-wrapper.two-column.margin-top-50 {
  margin-top: 50px;
  border-top-style: none;
}

.course-sub-heading {
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 22px;
  font-weight: 500;
}

.course-heading {
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.copy-regular {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

.copy-regular.margin-20 {
  margin-bottom: 20px;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.feature-heading {
  width: 160px;
  margin-top: 0px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.feature-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #d8d6d6;
}

.feature-content-list {
  font-family: Montserrat, sans-serif;
  color: #484848;
}

.feature-content-item {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

.anchors-bar-desktop {
  display: block;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.anchor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: 85px;
  max-width: 1200px;
  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-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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.anchor-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -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;
}

.anchor-link {
  margin-right: 20px;
  font-family: proxima-nova, sans-serif;
  color: #1f154a;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.anchor-link:hover {
  color: #ffc233;
}

.booking-desktop {
  display: block;
  margin-top: -85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.booking-desktop.normal {
  margin-top: 0px;
}

.booking-sidebar {
  position: relative;
  left: 100px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding: 5px 20px;
  -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: #1f154a;
}

.price {
  margin-right: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
}

.price-type {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}

.price-type.blue {
  color: rgba(22, 45, 64, .9);
  text-align: justify;
}

.booking-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;
  background-color: #fff;
}

.copy-small {
  display: inline;
  margin-bottom: 7px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #484848;
  font-size: 14px;
  font-weight: 300;
}

.copy-small.bold {
  display: inline-block;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -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: 3px;
  background-color: rgba(73, 151, 214, .78);
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05px;
  text-decoration: none;
}

.button-primary:hover {
  background-color: #4997d6;
}

.button-primary.open {
  display: block;
  max-width: 150px;
  min-width: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(73, 151, 214, .78);
  background-color: transparent;
  color: rgba(73, 151, 214, .78);
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}

.button-primary.open:hover {
  border-color: #4997d6;
  color: #4997d6;
  font-weight: 600;
}

.button-primary.open.book {
  margin-top: 45px;
}

.button-primary.open.book:hover {
  color: rgba(73, 151, 214, .78);
  font-weight: 700;
}

.button-primary.open.book.complete {
  border-style: none;
  border-width: 0px;
  background-color: rgba(73, 151, 214, .78);
  color: #fff;
}

.button-primary.no-margin {
  margin-top: 0px;
}

.button-primary.right {
  float: right;
}

.button-primary.left {
  float: left;
}

.button-primary.w100 {
  width: 100px;
}

.sticky-topbar-desktop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 7;
  display: none;
  -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;
  border-bottom: 1px solid #d8d6d6;
  background-color: #fff;
}

.reference-slider-arrow {
  color: #1f154a;
}

.reference-slider-arrow:hover {
  color: #ffc233;
}

.reference-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 15px;
  padding-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d8d6d6;
}

.reference-item.last {
  border-right-style: none;
}

.home-references-title {
  font-family: proxima-nova, sans-serif;
  font-size: 2em;
  line-height: 2em;
  font-weight: 600;
  text-align: center;
}

.courses-photo-text-hidden {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-teamphoto-block {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.about-team-profiles {
  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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.about-team-profile-photo {
  display: block;
  max-height: 200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.about-team-profile-photo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.about-team-profiles-block {
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact-content {
  display: block;
  background-color: #fff;
}

.content-contact-wrapper {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.content-contact-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 200px;
  -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;
}

.content-contact-promo {
  display: block;
  width: 75%;
  height: 200px;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.team-profile {
  width: 75%;
}

.team-profile-photo {
  padding: 20px;
}

.a-section {
  position: relative;
}

.a-section.spaced {
  display: block;
  width: 90%;
  margin: 30px auto;
}

.a-overflownone {
  overflow: hidden;
}

.a-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-horizontalcardsection {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.a-horizontalscroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-coursecardwrapper {
  position: static;
  width: 30%;
  max-width: 350px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-radius: 10px;
  box-shadow: 0 1px 19px 0 rgba(0, 0, 0, .06);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.a-coursecardwrapper:hover {
  box-shadow: 0 18px 50px 0 rgba(0, 0, 0, .09);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.a-coursecard {
  position: relative;
  overflow: hidden;
  width: 350px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 235, 237, .49);
  border-radius: 10px;
}

.a-coursecardheader {
  overflow: hidden;
  height: 175px;
  margin-bottom: 20px;
  background-color: #2a343b;
}

.a-coursecardcontent {
  display: block;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}

.a-coursecardtitle {
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.a-coursecarddescription {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.a-coursecarddetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-right: 7%;
  padding-left: 7%;
  -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;
}

.a-coursecarddetailsleft {
  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;
}

.s-coursecardprice {
  margin-right: 5px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.a-headline {
  display: block;
  margin: 0px auto 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.p-headline {
  display: block;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
}

.a-headlinetext {
  max-width: 900px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 400;
}

.a-coursecatagories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.a-coursecatagory {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 250px;
  margin-right: 2rem;
  margin-bottom: 50px;
  -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-image: -webkit-linear-gradient(90deg, rgba(31, 21, 74, .69) 21%, hsla(0, 0%, 100%, .42)), url('/img2/pexels-photo-515169.jpeg');
  background-image: linear-gradient(0deg, rgba(31, 21, 74, .69) 21%, hsla(0, 0%, 100%, .42)), url('/img2/pexels-photo-515169.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.a-coursecatagory:hover {
  box-shadow: 0 6px 9px 4px rgba(0, 0, 0, .06);
}

.a-coursecatagorytitle {
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.a-coursecatagoryhover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-linear-gradient(330deg, rgba(72, 72, 72, .59), hsla(0, 0%, 100%, .59));
  background-image: linear-gradient(120deg, rgba(72, 72, 72, .59), hsla(0, 0%, 100%, .59));
  opacity: 0;
}

.a-coursecatagoryoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(22, 23, 44, .41);
}

.a-coursecatagorycontent {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  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;
  -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;
}

.a-subheadline {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.a-subheadline.aligned {
  font-size: 25px;
  text-align: left;
}

.a-subheadline.aligned.small {
  font-size: 20px;
}

.a-verticalcardsection {
  margin-top: 50px;
  margin-bottom: 50px;
}

.a-vcoursecardwrapper {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.a-vcoursecardwrapper:hover {
  box-shadow: 0 6px 9px 4px rgba(0, 0, 0, .06);
}

.a-vcoursecard {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.a-vcoursecardleft {
  width: 30%;
  background-image: url('/img2/pexels-photo-541526.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.a-vcoursecardright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  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;
  -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;
  text-decoration: none;
}

.a-vcoursecarddescription {
  display: inline-block;
  overflow: scroll;
  width: 100%;
  height: 110px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
}

.a-vcoursecardtitle {
  display: inline-block;
  margin-bottom: 4px;
  font-family: proxima-nova, sans-serif;
  color: rgba(73, 151, 214, .78);
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
}

.a-vcoursecardrightdetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, .04);
}

.a-vcoursecardcontent {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.a-vcousecardrightdetailsinfo {
  padding-right: 15px;
  padding-left: 10px;
  border-left: 1px solid #484848;
  font-family: proxima-nova, sans-serif;
  color: #000;
}

.a-vcousecardrightdetailsinfo.first {
  padding-left: 0px;
  border-left-style: none;
}

.a-vcousecardrightdetailsinfo.no {
  padding-right: 0px;
  border-left-style: none;
}

.a-vcoursecardrightdetailsleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.a-vcoursecardrightdetailsright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.a-bredcrumb {
  padding: 5px 10px;
  border-top: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;
  font-family: Montserrat, sans-serif;
  color: #d8d6d6;
  text-decoration: none;
}

.a-bredcrumb:hover {
  border-color: #333;
  border-right-style: solid;
  border-right-width: 1px;
  color: #333;
  text-decoration: none;
}

.a-bredcrumb.first {
  border-left-width: 1px;
  border-left-color: #d8d6d6;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: proxima-nova, sans-serif;
  color: #d8d6d6;
}

.a-bredcrumb.first:hover {
  border-right: 1px solid #333;
  border-left-color: #333;
  color: #333;
}

.a-bredcrumb.last {
  border-color: #d8d6d6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: proxima-nova, sans-serif;
  color: #d8d6d6;
}

.a-bredcrumb.last:hover {
  border-style: solid;
  border-color: #333;
  color: #333;
}

.a-bredcrumb.only {
  border-right: 1px solid #d8d6d6;
  border-radius: 5px;
}

.a-bredcrumb.only:hover {
  border-right-color: #333;
}

.a-breadcrumbs {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.a-coursecardcatagory {
  margin-top: 5px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.a-introheadline {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 700;
}

.a-introtext {
  margin-bottom: 50px;
  padding-top: 20px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 300;
}

.a-link {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(22, 45, 64, .9);
  color: rgba(22, 45, 64, .9);
  font-weight: 600;
  text-decoration: none;
}

.a-link:hover {
  border-bottom-style: none;
}

.a-link.banner {
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}

.a-link.banner:hover {
  border-bottom-color: #ffc233;
  color: #ffc233;
}

.a-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}

.a-navbarleft {
  margin-left: 5%;
}

.a-navbarlogo {
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.a-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -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;
}

.a-halfleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 50px;
  -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;
  background-color: #ffc233;
}

.a-halfright {
  width: 50%;
  height: 100%;
}

.a-heroimage {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  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;
  background-image: url('/img2/bg.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.a-heroimagenew {
  display: block;
  width: 100%;
  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;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}


.a-halfcontent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.a-navbarright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.a-navbarmenu {
  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: 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;
}

.a-navbarmenuitem {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 3px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.a-navbarmenuitem:hover {
  border-bottom: 1px solid white;
  color: rgba(22, 45, 64, .9);
}

.a-headerbackground {
  height: 450px;
  background-image: url('/img2/bg.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sharing {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-shareemailicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 25px;
  -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;
}

.a-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d8d6d6;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
}

.a-share:hover {
  background-color: #e6ebed;
}

.a-share.first {
  border-right-width: 0px;
}

.a-sharetext {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
}

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

.a-bookingtext {
  width: 35%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-right: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 15px;
}

.a-bookingfield {
  width: 65%;
  border-right: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 15px;
}

.a-bookingfield.w100 {
  width: 100%;
}

.a-bookingdropdown {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
}

.dropdown {
  width: 100%;
}

.a-bookingdropdownlist.w--open {
  border-bottom: 1px solid #d8d6d6;
  border-left: 1px solid #d8d6d6;
  border-top-color: #d8d6d6;
  background-color: #fff;
  font-family: proxima-nova, sans-serif;
}

.mkb-orange {
  color: #f07c00;
}

.a-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  max-width: 760px;
  margin: 30px auto;
  background-color: #fff;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, .2);
}

.a-overlay.inschrijven {
  display: block;
}

.a-iconsvg {
  display: inline-block;
  float: right;
  -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;
  cursor: pointer;
}

.a-iconsvg.margin-left {
  margin-left: 10px;
}

.a-overlaycontent {
  display: block;
  padding: 64px;
}

.a-overlaybooking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -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;
  border-bottom: 1px solid #d8d6d6;
}

.a-overlaybooking.nomargin {
  padding-top: 0px;
}

.a-overlaybookingdate {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
}

.a-overlaybookingtimelocation {
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
}

.a-overlaybookingoption {
  width: 100%;
}

.a-overlaybookingbutton {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.a-overlaymobile {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2999;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.a-overlayheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
}

.a-overlayheader.bottom0 {
  margin-bottom: 0px;
}

.a-overlayheader.nomargin {
  margin-bottom: 0px;
}

.a-overlaymobilenav {
  display: none;
}

.a-courses {
  display: block;
  width: 75%;
}

.a-coursefilter {
  display: block;
  width: 30%;
  height: 100%;
  margin-right: 20px;
}

.a-courseoverview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.a-coursefilteritems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-coursefilteritem {
  margin-bottom: 5px;
  padding: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.a-coursefilteritem:hover {
  border-radius: 5px;
  background-color: #e6ebed;
}

.a-coursefilteritem:active {
  border-radius: 5px;
  background-color: #e6ebed;
}

.a-coursefilteritem:focus {
  border-radius: 5px;
  background-color: #e6ebed;
}

.a-coursefilteritem.active {
  border-radius: 5px;
  background-color: #e6ebed;
  color: #1f154a;
}

.text-block {
  color: rgba(22, 45, 64, .9);
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.a-coursefiltertitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 21px;
  line-height: 1.7em;
  font-weight: 600;
}

.footer-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.footer-info {
  width: 55%;
  padding-top: 10px;
  padding-right: 100px;
  padding-bottom: 10px;
}

.footer-text {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.7rem;
}

.footer-social-icons {
  margin-top: 20px;
}

.footer-social-icon {
  width: 20px;
  margin-right: 10px;
}

.a-overlay-fields {
  margin-top: 20px;
}

.a-overlaycontent-step2 {
  display: none;
}

.a-overlaycontent-step1 {
  display: block;
}

.submit-button {
  float: right;
}

.form-label {
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-size: 15px;
}

.form-label._50 {
  display: block;
  width: 50%;
}

.radio-button-field {
  color: rgba(22, 45, 64, .9);
}

.form-text-field {
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
}

.form-text-field._50 {
  width: 50%;
}

.form-text-field._30 {
  width: 30%;
}

.form-text-field._45 {
  width: 45%;
}

.text-field {
  color: rgba(22, 45, 64, .9);
}

.form-section-company {
  margin-bottom: 15px;
}

.form-section-twocolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.form-section-twocolumn-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-overlaycontent-step3 {
  display: none;
}

.form-steps {
  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;
}

.a-overlaycontent-step4 {
  display: none;
}

.a-overlaycontent-step5 {
  display: none;
}

.a-overlayconten-step6 {
  display: none;
}

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

.a-bookleft {
  width: 58.3%;
  flex: 1;
}

.a-bookright {
  width: 33.3%;
  margin-left: 8.3%;
  border: 1px solid #dce0e0;
}

.a-bookright-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}

.a-bookright-section.no-border {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.a-bookright-section.last {
  border-bottom-style: none;
}

.a-book-right-titleheader {
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 19px;
  font-weight: 600;
}

.a-book-right-image {
  width: 25%;
}

.a-book-text {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

.a-book-text.small {
  font-size: 17px;
}

.a-book-text.extrasmall {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 100;
}

.a-book-right-content {
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.a-book-right-maintext {
  width: 100%;
  padding-right: 5px;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 19px;
  font-weight: 500;
}

.a-book-personblock-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.a-book-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6ebed;
  border-bottom: 1px solid #e6ebed;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 18px;
  font-weight: 600;
}

.a-book-header.noborder {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.a-book-personblock-change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: proxima-nova, sans-serif;
  color: rgba(73, 151, 214, .78);
  font-size: 16px;
  text-decoration: none;
}

.a-book-link {
  color: rgba(73, 151, 214, .78);
  text-decoration: none;
}

.a-book-link:hover {
  text-decoration: underline;
}

.text-block-2 {
  color: #484848;
}

.a-book-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-book-fields.last {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce0e0;
}

.a-book-fields.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-book-field {
  width: 45%;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 16px;
}

.a-book-field._75 {
  width: 75%;
}

.a-book-field.full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: 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;
}

.a-book-field.full.radio {
  padding-bottom: 10px;
  -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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.a-book-field.full.spaced {
  margin-bottom: 20px;
}

.a-book-field.full.marginbottom {
  margin-bottom: 30px;
}

.a-book-field-label {
  font-weight: 500;
}

.a-book-field-label.radio {
  margin-left: 10px;
}

.a-book-icon-add {
  width: 35px;
}

.a-book-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.a-book-nav-item {
  padding-right: 50px;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  text-decoration: none;
}

.a-book-nav-item-link {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.a-book-nav-item-link:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #2f2f2f;
}

.a-book-nav-item-link.current {
  color: #e6ebed;
}

.a-book-nav-item-link.current:hover {
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.a-book-nav-item-link.nolink {
  color: #ededed;
}

.a-book-nav-item-link.nolink:hover {
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.a-book-step1 {
  display: block;
}

.a-book-step2 {
  display: none;
}

.a-book-step3 {
  display: none;
}

.a-book-confirmation {
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 16px;
}

.a-book-confirmation-link {
  color: rgba(73, 151, 214, .78);
}

.a-book-confirmation-link:hover {
  text-decoration: underline;
}

.a-book-conf-title {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
}

.a-book-radio-title {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #484848;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.a-blog {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.a-blog-item {
  position: relative;
  width: 50%;
  height: 100%;
  margin: 10px;
}

.a-blog-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 313px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.a-blog-overlay {
  position: absolute;
  bottom: 0;
  z-index: 1;
  /*display: none;*/
  width: 100%;
  /*height: 100%;*/
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61));
}

.a-blog-overlay-header {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.a-blog-overlay-intro {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .a-headerbackground {
    height: 400px;
  }  
  #contactinfo {
    display: block;
    width:100%;
  }

  .heading {
    font-size: 45px;
    line-height: 60px;
  }
  .header-text {
    left: 48px;
    top: 113px;
  }
  .menu-overlay {
    width: 100%;
  }
  .footer-block-row {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-block-row-column {
    padding-left: 0px;
  }
  .menu-overlay-menu {
    width: 60%;
    margin-top: 15%;
  }
  .page-content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-content-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .page-content-wrapper._70 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .price.blue {
    color: #1f154a;
  }
  .price-type.blue {
    color: #1f154a;
    font-size: 15px;
  }
  .button-primary {
    margin-top: 0px;
  }
  .a-coursecardwrapper {
    width: 45%;
    min-width: 250px;
  }
  .a-coursecard {
    min-width: 250px;
  }
  .a-coursecatagories {
    -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;
  }
  .a-coursecatagory {
    width: 50%;
    height: 300px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .a-vcoursecardleft {
    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: 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;
  }
  .a-half {
    -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;
  }
  .a-navbarright {
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .a-overlay {
    max-width: 100%;
    margin: 0px;
  }
  .a-iconsvg {
    float: none;
  }
  .a-overlaycontent {
    display: block;
    padding: 30px;
  }
  .a-overlaybookingtimelocation {
    font-size: 17px;
    font-weight: 300;
  }
  .a-overlaymobile {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2999;
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d8d6d6;
    background-color: #fff;
  }
  .a-overlaymobilehalf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .a-overlaymobileleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -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;
  }
  .a-navbarmobile {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .a-overlaymobilenav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    display: none;
    overflow: auto;
    background-color: #fff;
  }
  .a-overlaymobilenavheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 20px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #fff;
  }
  .a-overlaymobilenavcontent {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .a-overlaymobilenavitems {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-overlaymobilenavitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 20px 25px 5%;
    -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-bottom: 1px solid #d8d6d6;
    font-family: proxima-nova, sans-serif;
    color: #1f154a;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
  }
  .a-overlaymobilenavitem:hover {
    background-color: #d8d6d6;
    color: #1f154a;
  }
  .a-overlaymobilenavitem.first {
    padding-right: 0px;
    padding-left: 5%;
    font-weight: 300;
  }
  .a-overlaymobilenavitem.last {
    border-bottom-style: none;
  }
  .a-overlaymobileclose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .a-overlaymobilenavlogo {
    width: 50%;
  }
  .footer-blocks {
    -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;
  }
  .footer-info {
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .a-headerbackground {
    height: 325px;
  }  
  .heading {
    font-size: 35px;
    line-height: 50px;
  }
  .promo-text-block {
    -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;
  }
  .menu-overlay {
    width: 100%;
  }
  .menu-overlay-link {
    float: left;
    font-size: 18px;
  }
  .menu-overlay-menu {
    margin-top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-content-wrapper._70 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section-wrapper.two-column.margin-top-50 {
    -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;
  }
  .button-primary.open.book {
    float: right;
  }
  .about-team-profiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-contact-promo {
    padding: 10px 10px 10px 20px;
  }
  .a-coursecarddetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-headline {
    font-size: 35px;
  }
  .a-headlinetext {
    font-size: 18px;
  }
  .a-subheadline {
    font-size: 20px;
  }
  .a-vcoursecard {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .a-vcoursecardleft {
    width: 100%;
    height: 200px;
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .a-vcoursecardright {
    width: 100%;
  }
  .a-vcoursecarddescription {
    font-size: 15px;
  }
  .a-vcoursecardtitle {
    font-size: 18px;
  }
  .a-vcousecardrightdetailsinfo {
    padding-right: 5px;
    padding-left: 5px;
  }
  .a-introheadline {
    font-size: 25px;
  }
  .a-introtext {
    font-size: 20px;
  }
  .a-courses {
    width: 100%;
  }
  .a-coursefilter {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-courseoverview {
    -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;
  }
  .a-coursefilteritems {
    overflow: auto;
    width: 100%;
    -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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .a-coursefilteritem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -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;
  }
  .a-coursefilteritem.active {
    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;
  }
  .a-bookleft {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .a-coursecardwrapper {
    width: 30%;
  }
  .a-coursecard {
    width: 100%;
    min-width: 180px;
  }

}

@media (max-width: 479px) {
  .a-headerbackground {
    height: 250px;
  }
  .menu.right {
    padding-top: 0px;
  }
  .homepage-header-hero {
    height: 500px;
  }
  .heading {
    font-size: 20px;
    line-height: 25px;
  }
  .header-text {
    left: 21px;
  }
  .promo-msg {
    font-size: 20px;
    line-height: 25px;
  }
  .promo-block {
    background-position: -75px 50%;
    background-size: cover;
  }
  .promo-text-block {
    margin-bottom: 20px;
    -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;
  }
  .promo-text {
    font-size: 55px;
  }
  .home-references {
    display: none;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .references-logo {
    margin-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-copyright {
    padding-left: 10px;
  }
  .footer-link {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    clear: both;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-overlay-menu {
    margin-top: 40%;
    -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;
  }
  .menu-overlay-footer-section {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-overlay-social-icons {
    margin-top: 10px;
  }
  .content-section-wrapper {
    padding-bottom: 0px;
  }
  .copy-regular {
    font-size: 15px;
  }
  .feature-wrapper {
    position: static;
    display: block;
    overflow: scroll;
    -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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .feature-content-item {
    font-size: 15px;
  }
  .price.blue {
    font-size: 25px;
  }
  .a-coursecardwrapper {
    width: 30%;
  }
  .a-coursecard {
    width: 100%;
    min-width: 180px;
  }
  .a-headline {
    font-size: 20px;
    line-height: 30px;
  }
  .a-headlinetext {
    padding-right: 0px;
    font-size: 15px;
    line-height: 25px;
  }
  .a-coursecatagories {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .a-coursecatagory {
    margin-right: 0px;
  }
  .a-coursecatagorytitle {
    font-size: 20px;
  }
  .a-vcousecardrightdetailsinfo {
    padding-left: 0px;
    border-left-style: none;
  }
  .a-vcoursecardrightdetailsleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-bredcrumb.first {
    border-right: 1px solid #d8d6d6;
    border-radius: 5px;
    text-align: center;
  }
  .a-bredcrumb.last {
    border-radius: 5px;
    text-align: center;
  }
  .a-breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .a-overlaycontent {
    padding: 20px 15px;
  }
  .a-overlaybookingdate {
    font-size: 18px;
  }
  .a-overlaybookingtimelocation {
    font-size: 13px;
  }
  .a-overlaymobilehalf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .a-overlaymobileleft {
    width: 100%;
    margin-bottom: 10px;
  }
  .a-coursefilteritem {
    font-size: 15px;
  }
  .a-coursefilteritem.active {
    width: 100%;
  }
}

@media print { 
  /* All your print styles go here */
  .a-navbarright { display: none !important; } 
}
#blog-text img {
  max-width: 250px;
  margin: 10px 15px;
}
#blog-text a, #cursusinfo a, .copy-regular a {
  color: rgba(22, 45, 64, 1);
  text-decoration: underline;
}

.a-contactblock {
  margin-left: 30px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.a-contactblock-profile {
  width: 75%;
}

.a-contactblock-name {
  margin-top: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(22, 45, 64, .9);
  font-weight: 600;
}
.a-contact {
  height: 100%;
  padding: 50px;
  background-image: -webkit-linear-gradient(270deg, #1f154a, #1f154a);
  background-image: linear-gradient(180deg, #1f154a, #1f154a);
}

#contactinfo {
  display: inline-block;
  float: right;
  width:50%;
}
@media (max-width: 991px) {
  #contactinfo {
    display: block;
    width:100%;
  }
}

.a-contact-content {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}

.map {
  height: 100%;
}

.a-contact-link {
  color: #fff;
}

.a-contact-link:hover {
  text-decoration: none;
}

.about-teamphoto-block {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
.a-teamphoto {
  width: 100%;
  padding: 50px;
}

.course-sidebar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 200px;
  padding: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ffd677;
  border-radius: 10px;
}

.mob {
  display: none;
}
.nomob {
  display: block;
}

@media handheld, only screen and (max-width: 640px) {
  .mob {
    display: block;
  }
  .nomob {
    display: none;
  }
}