/* Plugins */
/* stylelint-disable */
/* Tools */
/* Settings */
/* Font Sizes */
@font-face {
  font-family: 'avenir';
  src: url("./fonts/Avenir-Medium-09.woff2") format("woff2"), url("./fonts/Avenir-Medium.woff") format("woff"), url("./fonts/Avenir-Medium.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'avenirHeavy';
  src: url("./fonts/Avenir-Heavy-05.woff2") format("woff2"), url("./fonts/Avenir-Heavy.woff") format("woff"), url("./fonts/Avenir-Heavy.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'source_sans_probold';
  src: url("./fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("./fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_proregular';
  src: url("./fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("./fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_sans_prosemibold';
  src: url("./fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("./fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?6pv504");
  src: url("/fonts/icomoon.eot?6pv504#iefix") format("embedded-opentype"), url("/fonts/icomoon.woff2?6pv504") format("woff2"), url("/fonts/icomoon.ttf?6pv504") format("truetype"), url("/fonts/icomoon.woff?6pv504") format("woff"), url("/fonts/icomoon.svg?6pv504#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logout:before {
  content: "\e900";
  color: #fff;
}

.icon-account:before {
  content: "\e901";
  color: #fff;
}

.icon-paper:before {
  content: "\e902";
  color: #fff;
}

.icon-payment:before {
  content: "\e903";
  color: #fff;
}

.icon-pin:before {
  content: "\e904";
  color: #fff;
}

.icon-calendar:before {
  content: "\e905";
  color: #fff;
}

.icon-burger:before {
  content: "\e906";
}

/**
  *    #SETTINGS-RESPONSIVE
  */
/* Objects */
/*
    #wrapper
*/
.wrapper {
  max-width: 1366px;
  margin: 0 auto;
  width: 90%;
}

/**
  * +GRID
  */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -12px;
}

.grid + .grid {
  margin-top: 0;
}

.grid--nomargin {
  margin: 0;
}

.grid--nomargin > .col {
  padding-left: 0;
}

.grid-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 69.3025em) {
  .grid-start-tablet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid-center-tablet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-end-tablet {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid-between-tablet {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid-around-tablet {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 74.99em) {
  .grid-start-desktop {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid-center-desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-end-desktop {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid-between-desktop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid-around-desktop {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 29.99em) {
  .grid-start-mobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid-center-mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-end-mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid-between-mobile {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grid-around-mobile {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 69.3025em) {
  .grid-reverse-tablet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 74.99em) {
  .grid-reverse-desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 29.99em) {
  .grid-reverse-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.col {
  padding-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.col-5 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%;
}

.col-8 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  max-width: 8%;
}

.col-10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}

.col-12 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  max-width: 12%;
}

.col-16 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}

.col-25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}

.col-33 {
  -ms-flex-preferred-size: 33.33334%;
      flex-basis: 33.33334%;
  max-width: 33.33334%;
}

.col-40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}

.col-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-58 {
  -ms-flex-preferred-size: 58.33334%;
      flex-basis: 58.33334%;
  max-width: 58.33334%;
}

.col-60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}

.col-63 {
  -ms-flex-preferred-size: 63.33334%;
      flex-basis: 63.33334%;
  max-width: 63.33334%;
}

.col-66 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}

.col-75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}

.col-88 {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  max-width: 88%;
}

.col-90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
}

.col-100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (max-width: 69.3025em) {
  .col-5-tablet {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  .col-8-tablet {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  .col-10-tablet {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  .col-12-tablet {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  .col-16-tablet {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-20-tablet {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .col-25-tablet {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-30-tablet {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .col-33-tablet {
    -ms-flex-preferred-size: 33.33334%;
        flex-basis: 33.33334%;
    max-width: 33.33334%;
  }
  .col-40-tablet {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .col-50-tablet {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-58-tablet {
    -ms-flex-preferred-size: 58.33334%;
        flex-basis: 58.33334%;
    max-width: 58.33334%;
  }
  .col-60-tablet {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .col-63-tablet {
    -ms-flex-preferred-size: 63.33334%;
        flex-basis: 63.33334%;
    max-width: 63.33334%;
  }
  .col-66-tablet {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-70-tablet {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  .col-75-tablet {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-80-tablet {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  .col-88-tablet {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  .col-90-tablet {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  .col-100-tablet {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 74.99em) {
  .col-5-desktop {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  .col-8-desktop {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  .col-10-desktop {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  .col-12-desktop {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  .col-16-desktop {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-20-desktop {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .col-25-desktop {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-30-desktop {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .col-33-desktop {
    -ms-flex-preferred-size: 33.33334%;
        flex-basis: 33.33334%;
    max-width: 33.33334%;
  }
  .col-40-desktop {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .col-50-desktop {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-58-desktop {
    -ms-flex-preferred-size: 58.33334%;
        flex-basis: 58.33334%;
    max-width: 58.33334%;
  }
  .col-60-desktop {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .col-63-desktop {
    -ms-flex-preferred-size: 63.33334%;
        flex-basis: 63.33334%;
    max-width: 63.33334%;
  }
  .col-66-desktop {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-70-desktop {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  .col-75-desktop {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-80-desktop {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  .col-88-desktop {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  .col-90-desktop {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  .col-100-desktop {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 29.99em) {
  .col-5-mobile {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  .col-8-mobile {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  .col-10-mobile {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  .col-12-mobile {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  .col-16-mobile {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-20-mobile {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .col-25-mobile {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-30-mobile {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  .col-33-mobile {
    -ms-flex-preferred-size: 33.33334%;
        flex-basis: 33.33334%;
    max-width: 33.33334%;
  }
  .col-40-mobile {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .col-50-mobile {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-58-mobile {
    -ms-flex-preferred-size: 58.33334%;
        flex-basis: 58.33334%;
    max-width: 58.33334%;
  }
  .col-60-mobile {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .col-63-mobile {
    -ms-flex-preferred-size: 63.33334%;
        flex-basis: 63.33334%;
    max-width: 63.33334%;
  }
  .col-66-mobile {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-70-mobile {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  .col-75-mobile {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-80-mobile {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  .col-88-mobile {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  .col-90-mobile {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  .col-100-mobile {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.col-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.col-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.col-between {
  -ms-flex-item-align: space-between;
      align-self: space-between;
}

.col-around {
  -ms-flex-item-align: space-around;
      align-self: space-around;
}

@media (max-width: 69.3025em) {
  .col-start-tablet {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-center-tablet {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .col-end-tablet {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .col-between-tablet {
    -ms-flex-item-align: space-between;
        align-self: space-between;
  }
  .col-around-tablet {
    -ms-flex-item-align: space-around;
        align-self: space-around;
  }
}

@media (max-width: 74.99em) {
  .col-start-desktop {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-center-desktop {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .col-end-desktop {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .col-between-desktop {
    -ms-flex-item-align: space-between;
        align-self: space-between;
  }
  .col-around-desktop {
    -ms-flex-item-align: space-around;
        align-self: space-around;
  }
}

@media (max-width: 29.99em) {
  .col-start-mobile {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .col-center-mobile {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .col-end-mobile {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .col-between-mobile {
    -ms-flex-item-align: space-between;
        align-self: space-between;
  }
  .col-around-mobile {
    -ms-flex-item-align: space-around;
        align-self: space-around;
  }
}

/*
    #HIDE
*/
.hide {
  display: none;
  max-height: 0;
  opacity: 0;
}

@media (max-width: 29.99em) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 30em) and (max-width: 69.3025em) {
  .hide-tablet {
    display: none;
  }
}

@media (min-width: 69.3125em) {
  .hide-desktop {
    display: none;
  }
}

.hide.active {
  max-height: 9000px;
  opacity: 1;
  display: inline-block;
}

[class^='show-'],
[class*=' show-'] {
  display: none;
}

@media (max-width: 29.99em) {
  .show-mobile {
    display: block;
  }
}

@media (min-width: 30em) and (max-width: 69.3025em) {
  .show-tablet {
    display: block;
  }
}

@media (min-width: 69.3125em) {
  .show-desktop {
    display: block;
  }
}

/*
    #wrapper
*/
.full-click {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}

.full-click br {
  display: none;
}

/* Trumps */
.header {
  background: #ffffff;
  position: relative;
  z-index: 100;
}

.header__mobile__nav {
  padding: 12px 0;
  margin-top: 0;
}

@media (max-width: 69.3025em) {
  .header__mobile__nav {
    display: block;
  }
}

.header__mobile__item {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.header__mobile__item i {
  color: #ffffff;
}

.header__profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__profile__header.active .header__profile__menu {
  opacity: 1;
  pointer-events: auto;
}

.header__profile__header::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #ffffff transparent;
}

.header__profile__menu {
  background: #315994;
  background: rgba(49, 89, 148, 0.85);
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  list-style: none;
  pointer-events: none;
  padding: 25px;
  width: 200px;
  z-index: 100;
  opacity: 0;
}

.header__profile__menu__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 6px;
  cursor: pointer;
}

.header__profile__menu__item:hover {
  color: #f0ba60;
}

.header__profile__menu__item.active {
  color: #f0ba60;
}

.header__profile__menu__item i {
  display: inline-block;
  width: 30px;
}

.header__profile__image {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}

.header__profile__image i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__profile__user {
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 6px;
}

.header__top {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

.header__logo img {
  max-width: 180px;
}

@media (min-width: 69.3125em) {
  .header__logo img {
    max-width: 240px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right__call {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  /* Hover MUST be last in the list */
  padding-right: 30px;
  text-decoration: none;
  letter-spacing: 1.24px;
}

.header__right__call:link {
  color: #000000;
}

.header__right__call:visited {
  color: #000000;
}

.header__right__call:active {
  color: #000000;
}

.header__right__call:hover {
  color: #f0ba60;
}

@media (min-width: 69.3125em) {
  .header__right__call {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.header__right__courses a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  /* Hover MUST be last in the list */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  background: #f0ba60;
  padding: 6px 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  font-size: 18px;
  letter-spacing: 0.3px;
  min-width: 160px;
  text-align: center;
  display: block;
  border-radius: 6px;
}

.header__right__courses a:link {
  color: #ffffff;
}

.header__right__courses a:visited {
  color: #ffffff;
}

.header__right__courses a:active {
  color: #ffffff;
}

.header__right__courses a:hover {
  color: #ffffff;
}

.header__right__courses a:hover {
  background: #315994;
}

.header__main {
  background: #315994;
}

.header__main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__main__right a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  /* Hover MUST be last in the list */
  text-decoration: none;
}

.header__main__right a:link {
  color: #ffffff;
}

.header__main__right a:visited {
  color: #ffffff;
}

.header__main__right a:active {
  color: #ffffff;
}

.header__main__right a:hover {
  color: #f0ba60;
}

.header__main__right .cart__link {
  padding: 6px 30px;
  margin-right: 30px;
  border-right: 1px solid;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.21);
}

.header__main__right .cart__link:hover {
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.21);
}

.header__login a {
  text-transform: uppercase;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav__sub {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  background: #315994;
  padding: 10px 20px;
  left: 0;
  min-width: 200px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
  display: none;
}

.header__nav__sub__item a {
  font-size: 12px !important;
  padding: 6px 0px !important;
  color: #ffffff !important;
}

.header__nav__sub__item.inactive a {
  color: #ffffff !important;
}

.header__nav__sub__item.active a {
  color: #f0ba60 !important;
}

.header__nav__items {
  display: inline-block;
  position: relative;
}

.header__nav__items--4:hover .header__nav__sub, .header__nav__items--1:hover .header__nav__sub {
  opacity: 1;
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__nav__items.active a {
  color: #f0ba60;
}

.header__nav__items.active .header__nav__items__link {
  color: #f0ba60 !important;
}

.header__nav__items a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  /* Hover MUST be last in the list */
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
  letter-spacing: 1.24px;
  margin-right: 20px;
}

.header__nav__items a:link {
  color: #ffffff;
}

.header__nav__items a:visited {
  color: #ffffff;
}

.header__nav__items a:active {
  color: #ffffff;
}

.header__nav__items a:hover {
  color: #f0ba60;
}

@media (min-width: 69.3125em) {
  .header__nav__items a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

@media (min-width: 84em) {
  .header__nav__items a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #163056;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav__menu__items a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.sidenav__menu__sub {
  padding-left: 20px;
}

.sidenav__menu__sub__item a {
  font-size: 14px;
}

.sidenav__account {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #979797;
}

.sidenav__account__register {
  padding: 0 !important;
}

.sidenav__account__image {
  width: 62px;
  height: 62px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
  padding: 12px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main,
#header {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.hero {
  background: url("../img/heroHome.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0;
}

.hero__inner {
  width: 1200px;
  max-width: 95%;
  position: relative;
}

.hero__register__link {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  /* Hover MUST be last in the list */
  position: absolute;
  right: 0;
  bottom: 40%;
  background: #315994;
  text-align: center;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
}

.hero__register__link:link {
  color: #ffffff;
}

.hero__register__link:visited {
  color: #ffffff;
}

.hero__register__link:active {
  color: #ffffff;
}

.hero__register__link:hover {
  color: #ffffff;
}

.hero__register__link--2 {
  bottom: -60%;
}

.hero__register__link:hover {
  background: #f0ba60;
}

.hero__register__link span {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  display: block;
}

.hero__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2.47px;
  font-family: "avenir", "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 69.3125em) {
  .hero__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
  }
}

.hero__main {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.2;
  color: #f0ba60;
  letter-spacing: 0.88px;
  margin-bottom: 110px;
}

@media (min-width: 69.3125em) {
  .hero__main {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1.2;
  }
}

.hero__upcoming {
  width: 400px;
  max-width: 90%;
}

.hero__upcoming__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: .78px;
  margin-bottom: 12px;
  border-bottom: 3px solid #979797;
}

.hero__upcoming__list {
  margin-bottom: 62px;
}

.hero__upcoming__list__item {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
}

.hero__btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #315994;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
}

.hero__btn:hover {
  background: #f0ba60;
}

.quickCertification {
  background: #ffffff;
}

.quickCertification__grid {
  margin-left: 0;
  overflow: initial;
  padding: 0;
}

@media (min-width: 69.3125em) {
  .quickCertification__grid {
    padding: initial;
  }
}

.quickCertification__dropdown {
  background: #E6E6E6;
  background: rgba(230, 230, 230, 0.45);
  position: relative;
  padding: 27px 20px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  z-index: 1;
  max-width: 505px;
  border-radius: 6px;
}

.quickCertification__dropdown::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #315994 transparent;
}

.quickCertification__dropdown.active .quickCertification__list {
  opacity: 1;
  pointer-events: auto;
}

.quickCertification__dropdown.active::after {
  border-width: 0 6px 6px;
}

.quickCertification__list {
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
}

.quickCertification__list__item {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 12px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.quickCertification__list__item:hover {
  color: #f0ba60;
}

.quickCertification__text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-family: "avenirHeavy", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 2.47px;
  font-weight: 500;
}

@media (min-width: 69.3125em) {
  .quickCertification__text {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.2;
    float: right;
  }
}

.quickCertification__question {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: .34px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (min-width: 69.3125em) {
  .quickCertification__question {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.quickCertification__col {
  padding: 100px 30px;
  margin: 0;
}

@media (min-width: 69.3125em) {
  .quickCertification__col {
    padding: 100px 62px;
  }
}

.quickCertification__col:nth-child(even) {
  background: #f0ba60;
}

.infoSection {
  background-color: #315994;
  padding: 90px 0;
}

.infoSection__inner {
  max-width: 1200px;
}

.infoSection__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "avenirHeavy", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1.85px;
  margin-bottom: 8px;
}

.infoSection__content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: .74px;
  max-width: 95%;
  padding-bottom: 30px;
}

.infoSection__image {
  max-width: 300px;
  margin: 0 auto;
}

.infoSection__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  background: #f0ba60;
  padding: 8px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  max-width: 165px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
}

.infoSection__btn:hover {
  background: #f0ba60;
  background: rgba(240, 186, 96, 0.9);
}

.events {
  background: #f7f7f7;
  padding: 90px 0;
}

.events .event {
  padding: 15px;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  position: relative;
}

.events .event a {
  text-decoration: none;
}

.events .event__grid {
  padding: 12px;
  border: 1px solid #315994;
  margin-left: 0;
  position: relative;
  border-radius: 6px;
}

.events .event__grid .col {
  padding-right: 0;
}

.events .event__info__date {
  color: #315994;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 12px;
}

.events .event__info__title {
  color: #315994;
  text-decoration: none;
  margin-bottom: 6px;
}

.events .event__info__location {
  color: #3f3f3f;
  font-weight: bold;
}

.events .event__register {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 5.71px;
}

.events .event__image {
  margin-left: -12px;
  max-height: 99.6px;
  overflow: hidden;
}

.events .event__image img {
  min-height: 99.6px;
}

.events .event__hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  background: rgba(240, 186, 96, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.events .event__hover:hover {
  opacity: 1;
}

.events .event__hover:hover .events .event__grid {
  border: 1px solid black;
}

.events .event__hover__grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  height: 100%;
}

.events .event__hover__icon {
  max-width: 36px;
  margin: 0 auto;
  cursor: pointer;
}

.events .event__hover__infoCol {
  height: 100%;
  background: #315994;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #ffffff;
  padding-left: 0;
}

.testimonials {
  padding: 90px 0;
  background: #ffffff;
}

.testimonials .slick-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.testimonials .slick-current {
  opacity: 1;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.testimonials .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f7f7f7;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  border: 1px solid #979797;
}

.testimonials .slick-dots li button[aria-selected="true"] {
  background-color: #f0ba60;
}

.testimonials .slick-dots li button:before {
  content: none !important;
}

.testimonials__inner {
  width: 800px;
  max-width: 90%;
  margin: 0 auto !important;
}

.testimonials__item {
  outline: none;
  padding-bottom: 40px;
}

.testimonials__item__quote {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 40px;
}

.testimonials__item__quotee {
  color: #315994;
  font-family: "avenir", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
}

.testimonials__item__position, .testimonials__item__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-style: italic;
  padding-left: 8px;
}

.threeCol {
  background: #f7f7f7;
}

.threeCol__item {
  padding: 30px;
}

@media (min-width: 30em) {
  .threeCol__item {
    padding: 62px;
  }
}

.threeCol__item__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.threeCol__item__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 1px;
  background: #979797;
}

.threeCol__item__text,
.threeCol__item #quizForm {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  color: #3f3f3f;
  min-height: 70px;
  margin-bottom: 20px;
}

.threeCol__item__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  background: #f0ba60;
  padding: 8px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  max-width: 135px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
}

.threeCol__item__btn:hover {
  background: #f0ba60;
  background: rgba(240, 186, 96, 0.9);
}

.threeCol__item__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.threeCol__item__form #cases-submit {
  background: #f0ba60;
  border: 0;
  color: #ffffff;
  width: 36px;
  margin-left: 10px;
}

.threeCol__item__form input[type='email'] {
  margin-bottom: 0;
  border: 1px solid #979797;
}

.threeCol__item__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .50;
  letter-spacing: 1px;
}

.threeCol .col {
  border-left: 0;
  margin: 12px 0;
}

@media (min-width: 69.3125em) {
  .threeCol .col {
    border-left: 1px solid #979797;
  }
}

.threeCol .col:first-child {
  border-left: 0;
}

.footer__top {
  background: #315994;
}

.footer__top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 69.3125em) {
  .footer__top__inner {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.footer__top__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.74px;
  padding-bottom: 20px;
}

@media (min-width: 30em) {
  .footer__top__title {
    padding-bottom: initial;
  }
}

.footer__top__form #mc_embed_signup_scroll,
.footer__top__form #mc_embed_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__top__form #cases-submit {
  background: #f0ba60;
  border: 0;
  color: #ffffff;
  width: 36px;
  margin-left: 10px;
}

.footer__top__form input[type='email'] {
  background: #3f3f3f;
  background: rgba(63, 63, 63, 0.45);
  margin-bottom: 0;
  border: 0;
  width: 260px;
  max-width: 100%;
}

.footer__top__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .50;
  letter-spacing: 1px;
}

.footer__top__form__btn {
  background: #f0ba60;
  border: 0;
  color: #ffffff;
  padding: 8px;
  width: 36px;
}

.footer__top__form__btn:hover {
  background: #f0ba60;
  background: rgba(240, 186, 96, 0.9);
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.footer__logo img {
  margin-bottom: 20px;
}

.footer__logo__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 6px;
  letter-spacing: 1.42px;
}

.footer__logo__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  /* Hover MUST be last in the list */
  font-weight: 100;
  text-decoration: none;
}

.footer__logo__link:link {
  color: #ffffff;
}

.footer__logo__link:visited {
  color: #ffffff;
}

.footer__logo__link:active {
  color: #ffffff;
}

.footer__logo__link:hover {
  color: #f0ba60;
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

@media (min-width: 69.3125em) {
  .footer__navigation {
    padding: 40px 0;
    padding-left: 10%;
    border-left: 1px solid #979797;
  }
}

.footer__navigation__menu {
  -webkit-column-count: 1;
          column-count: 1;
  width: 90%;
}

@media (min-width: 69.3125em) {
  .footer__navigation__menu {
    -webkit-column-count: 2;
            column-count: 2;
    width: 80%;
  }
}

.footer__navigation__item {
  margin-bottom: 20px;
}

.footer__navigation__item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 1.27px;
}

.footer__social__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer__social__item {
  display: inline-block;
  margin-right: 8px;
}

.footer__social__item img {
  max-width: 30px;
}

.courseInfo {
  padding: 62px 0;
  background: #ffffff;
  position: relative;
}

.courseInfo__key {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #f0ba60;
}

.courseInfo__inner {
  width: 950px;
  max-width: 90%;
}

.courseInfo__grid {
  position: relative;
  width: 100%;
}

.courseInfo__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}

.courseInfo__intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #3f3f3f;
  margin-bottom: 40px;
}

.courseInfo__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #315994;
  padding: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
}

.courseInfo__item__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #f0ba60;
  margin-top: 20px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.22px;
}

.courseInfo__item:last-child() .spacer {
  margin-bottom: 0;
}

.courseInfo__item.active {
  background: #f0ba60;
}

.courseInfo__item.active .courseInfo__item__name {
  color: #315994;
}

.courseInfo__item.active .courseInfo__item__link {
  color: #315994;
}

.courseInfo__item.active .courseInfo__item__star {
  color: #315994;
}

.courseInfo__item.active:after {
  background-color: transparent;
  border-top: 30px solid #f0ba60;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -30px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -0.375em;
  position: absolute;
  width: 0;
  z-index: 1;
}

.courseInfo__item:hover {
  background: #f0ba60;
}

.courseInfo__item:hover .courseInfo__item__name {
  color: #315994;
}

.courseInfo__item:hover .courseInfo__item__star {
  color: #315994;
}

.courseInfo__item:hover .courseInfo__item__link {
  color: #315994;
}

.courseInfo__item__abbr {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: .81px;
}

.courseInfo__item__name {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #f0ba60;
  min-height: 100px;
  padding-bottom: 20px;
}

.courseInfo__item__hours {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #ffffff;
}

.courseInfo__item__star {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #f0ba60;
  position: absolute;
  bottom: 36px;
  right: 36px;
  font-weight: bold;
}

.courseInfo__expanding {
  background: #f7f7f7;
  border-radius: 6px;
}

.courseInfo__expanding__wrapper {
  padding: 20px;
}

.courseInfo__expanding__description p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 20px;
}

.courseInfo__expanding__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #315994;
  font-weight: bold;
  margin-bottom: 6px;
}

.courseInfo__expanding__title span {
  font-weight: 100;
  color: #3f3f3f;
}

.courseInfo__expanding__hours {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: #f0ba60;
  border-bottom: 1px solid #979797;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.courseInfo__expanding__content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
}

.courseInfo__expanding__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
}

.courseInfo__expanding img {
  display: none;
}

.courseInfo__additional {
  max-width: 1266px;
  margin: 0 auto;
  width: 90%;
  padding: 40px 0;
}

.courseInfo__additional__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  padding-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.courseInfo__additional__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: bold;
}

.courseInfo__additional__text a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #f0ba60;
  /* Hover MUST be last in the list */
  text-decoration: none;
}

.courseInfo__additional__text a:link {
  color: #f0ba60;
}

.courseInfo__additional__text a:visited {
  color: #f0ba60;
}

.courseInfo__additional__text a:active {
  color: #f0ba60;
}

.courseInfo__additional__text a:hover {
  color: #315994;
}

.expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
}

.expanding-container.expanded, .expanding-container:target {
  display: block;
}

.hentry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  color: #3f3f3f;
  min-height: 4em;
  overflow: hidden;
  padding: 2em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spacer {
  clear: both;
  display: block;
  margin: 0 1em;
}

.close-button {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.2;
  padding-top: 8px;
  color: #315994;
  text-transform: uppercase;
}

.close-button.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.close-button:hover {
  opacity: 0.5;
}

.courseCalendar {
  padding: 40px 0;
  background: #ffffff;
}

.courseCalendar__inner {
  width: 1000px;
  max-width: 90%;
  margin-bottom: 90px;
}

.courseCalendar__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  letter-spacing: 1.86px;
  margin-bottom: 30px;
}

.courseCalendar__course {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  background: #f7f7f7;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 72px;
  border-radius: 6px;
}

@media (min-width: 65.3125em) {
  .courseCalendar__course {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.courseCalendar__course__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
  min-width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.courseCalendar__course__name span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #3f3f3f;
  font-style: italic;
  font-weight: 100;
  margin-left: 6px;
}

.courseCalendar__course__date, .courseCalendar__course__location {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #3f3f3f;
  min-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.courseCalendar__course__details {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #315994;
  /* Hover MUST be last in the list */
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 12px;
}

.courseCalendar__course__details:link {
  color: #315994;
}

.courseCalendar__course__details:visited {
  color: #315994;
}

.courseCalendar__course__details:active {
  color: #315994;
}

.courseCalendar__course__details:hover {
  color: #f0ba60;
}

@media (min-width: 69.3125em) {
  .courseCalendar__course__details {
    margin-bottom: initial;
  }
}

.courseCalendar__course__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  background: #f0ba60;
  padding: 4px 12px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  max-width: 100px;
  text-align: center;
  cursor: pointer;
  margin: -4px 0;
  border-radius: 6px;
}

.courseCalendar__course__btn:hover {
  background: #f0ba60;
  background: rgba(240, 186, 96, 0.9);
}

.courseCalendar__banner {
  background: #f0ba60;
}

.courseCalendar__banner__inner {
  width: 950px;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 69.3125em) {
  .courseCalendar__banner__inner {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.courseCalendar__banner__icon {
  width: 200px;
  padding-top: 20px;
  height: 200px;
}

.courseCalendar__banner__info {
  padding-left: 40px;
}

.courseCalendar__banner__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2.79px;
}

.courseCalendar__banner__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.38px;
  font-weight: bold;
  margin-bottom: 30px;
}

.courseCalendar__banner__link {
  text-transform: uppercase;
  color: #315994;
  letter-spacing: 1.38px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 69.3125em) {
  .courseCalendar__banner__link {
    margin-bottom: initial;
  }
}

.courseModal__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
}

.courseModal__heading {
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.courseModal__date {
  color: #f0ba60;
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #979797;
  margin-left: 20px;
}

.courseModal__location {
  color: #f0ba60;
  display: inline-block;
}

.courseModal__content__text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}

.courseModal__content__text em {
  color: #315994;
}

.disabled-bg.btn.step {
  background: #ccc !important;
}

.disabled-bg.btn.btn-primary {
  background: #ccc !important;
}

.disabled-bg:hover {
  cursor: default !important;
}

.hideLevel {
  opacity: .2;
}

#forgot__password__form {
  display: none;
}

.fgt-error {
  background: red;
  color: #fff;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 10px 0;
}

.fgt-msg {
  background: green;
  color: #fff;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 10px 0;
}

.aboutUs {
  background: #ffffff;
}

.aboutUs--faculty {
  background: #f0f0f0;
}

.aboutUs__modal {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
}

.aboutUs__modal.active {
  opacity: 1;
  height: 100%;
}

.aboutUs__modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}

.aboutUs__modal__box {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 700px;
  max-width: 90%;
  background: #ffffff;
  padding: 40px;
  border: 3px solid #315994;
}

.aboutUs__content, .aboutUs__title, .aboutUs__faculty {
  width: 1105px;
  max-width: 90%;
  margin: 0 auto;
}

.aboutUs__faculty__item {
  background: #ffffff;
  padding: 10px;
  text-align: center;
  min-height: 440px;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: initial;
  border-radius: 6px;
  cursor: pointer;
}

@media (min-width: 30em) {
  .aboutUs__faculty__item {
    max-width: 225px;
  }
}

.aboutUs__faculty__item:hover .aboutUs__faculty__image {
  opacity: 1;
}

.aboutUs__faculty__image {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.aboutUs__faculty__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
  padding: 12px 0;
}

.aboutUs__faculty__modal {
  display: none;
}

.aboutUs__faculty__hospital, .aboutUs__faculty__location, .aboutUs__faculty__roles, .aboutUs__faculty__modal {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #989898;
  margin-bottom: 20px;
}

.aboutUs__faculty__hospital {
  color: #000000;
}

.aboutUs__hero {
  max-height: 500px;
  overflow: hidden;
}

.aboutUs__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 19px;
  padding-top: 59px;
  text-transform: uppercase;
  color: #315994;
  letter-spacing: 1.13px;
  margin-bottom: 30px;
}

.aboutUs__content {
  padding-bottom: 90px;
}

.aboutUs__content__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.aboutUs__content__text:nth-child(2) {
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.aboutUs__content__text br {
  height: 10px;
}

.aboutUs__menu__bar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
  margin-top: -40px;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 69.3125em) {
  .aboutUs__menu__bar {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.aboutUs__menu__item {
  width: 100%;
  text-align: center;
  border-right: 1px solid;
  border-color: #979797;
  border-color: rgba(151, 151, 151, 0.3);
}

.aboutUs__menu__item.active a {
  background: #315994;
  color: #ffffff;
}

.aboutUs__menu__item:last-child {
  border-right: 0;
}

.aboutUs__menu__item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px;
  display: block;
  letter-spacing: .78px;
  color: #315994;
  text-transform: uppercase;
  text-decoration: none;
  background: #ffffff;
}

@media (min-width: 69.3125em) {
  .aboutUs__menu__item a {
    padding: 36px 12px;
  }
}

.aboutUs__menu__item a:hover {
  background: #315994;
  color: #ffffff;
}

.aboutUs__history__image {
  margin-top: 20px;
}

.aboutUs__history__grid {
  width: 1105px;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 0;
}

@media (min-width: 30em) {
  .aboutUs__history__grid {
    padding-left: initial;
  }
}

.aboutUs__history__grid .aboutUs__content__text:nth-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
}

.aboutUs__grid {
  width: 1015px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}

.aboutUs__grid .col {
  padding: 0;
}

@media (min-width: 30em) {
  .aboutUs__grid .col {
    padding-left: 20px;
  }
}

@media (min-width: 30em) {
  .aboutUs__grid {
    max-width: 90%;
  }
}

.aboutUs__grid__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.aboutUs__grid__image {
  max-width: 90px;
  margin-right: 20px;
}

.aboutUs__grid__item {
  background: #f7f7f7;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 6px;
}

.aboutUs__grid__item--2 {
  background: #f0ba60;
}

.aboutUs__grid__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
}

.aboutUs__grid__title2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
}

.aboutUs__form {
  margin-top: 90px;
  padding: 40px;
  -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.2);
}

.aboutUs__form__button {
  float: none;
  margin: 0 auto;
  display: block;
  margin-right: 0;
  margin-top: 20px;
  background: #f0ba60;
}

.aboutUs__form__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  color: #315994;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.aboutUs__form [type='text'] {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  border-radius: 6px;
}

@media (min-width: 30em) {
  .aboutUs__form [type='text'] {
    width: 33%;
  }
}

.aboutUs__consulting__banner {
  width: 100%;
  background: #f0ba60;
  padding: 20px 0;
}

.aboutUs__consulting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutUs__consulting__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 20px;
}

.aboutUs__consulting__btn {
  background: #ffffff;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 18px;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 6px;
}

.noscroll {
  overflow: hidden;
}

.productSingle {
  background: #ffffff;
  padding: 90px 0;
  padding-bottom: 0;
}

.productSingle__qty__box {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  background: #d1d1d1;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 20px;
  margin-right: 6px;
  border-radius: 6px;
}

.productSingle__qty__clicker {
  padding: 12px;
  border: 1px solid #3e3e3e;
  position: relative;
  border-radius: 6px;
}

.productSingle__qty__clicker #qty-container {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.productSingle__qty__clicker #qty-add {
  position: absolute;
  top: -20px;
  cursor: pointer;
}

.productSingle__qty__clicker #qty-subtract {
  position: absolute;
  bottom: -20px;
  cursor: pointer;
}

.productSingle__inner {
  width: 1105px;
  max-width: 90%;
  margin: 0 auto;
}

.productSingle__image {
  margin-bottom: 90px;
}

.productSingle__back a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  color: #315994;
  margin-bottom: 62px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.productSingle__info__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
  margin-bottom: 20px;
}

.productSingle__info__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  color: #3f3f3f;
  margin-bottom: 62px;
}

.productSingle__info__text li {
  margin-left: 30px;
  position: relative;
}

.productSingle__info__text li::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 12px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #3e3e3e;
}

.productSingle__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 69.3125em) {
  .productSingle__payment {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.productSingle__payment__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.productSingle__payment__price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: #3f3f3f;
  padding: 12px 30px;
  border: 1px solid #3f3f3f;
  margin-bottom: 30px;
  border-radius: 6px;
}

.productSingle__payment__price .onSale {
  text-decoration: line-through;
}

.productSingle__payment__btn.btn {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 12px 30px;
  text-decoration: none;
  background: #f0ba60;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-radius: 6px;
}

.productSingle__related {
  background: #f7f7f7;
  padding: 40px 0;
}

.productSingle__related__title {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 1.55px;
  border-bottom: 1px solid #d0d0d0;
}

.productSingle__related__heading {
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 40px;
}

.productSingle__related__price {
  color: #000000;
  letter-spacing: 1.55px;
  padding: 6px 0;
}

.productSingle__related__carousel {
  margin: 0 !important;
}

.productSingle__related__carousel .slick-slide {
  margin: 0 12px;
}

.register {
  background: #ffffff;
  padding: 90px 0;
}

.register__box {
  background: #f7f7f7;
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}

.register__box__section {
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}

.register__box__footer {
  background: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.register__box__footer__links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #000000;
  /* Hover MUST be last in the list */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 20px;
  text-decoration: none;
}

.register__box__footer__links:link {
  color: #000000;
}

.register__box__footer__links:visited {
  color: #000000;
}

.register__box__footer__links:active {
  color: #000000;
}

.register__box__footer__links:hover {
  color: #f0ba60;
}

.register__box__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #000000;
  /* Hover MUST be last in the list */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 12px;
}

.register__box__link:link {
  color: #000000;
}

.register__box__link:visited {
  color: #000000;
}

.register__box__link:active {
  color: #000000;
}

.register__box__link:hover {
  color: #f0ba60;
}

.register__box__link:first-of-type {
  margin-top: 62px;
}

.register__box__btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  color: #ffffff;
  width: auto;
  margin: 0 auto;
  margin-right: 0;
  border: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 40px;
  margin-bottom: 20px;
}

.register__box__btn:hover {
  background: #315994;
}

.register__box__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 30px;
}

.register__box__header {
  background: #315994;
}

.register__box__content {
  padding: 20px;
}

@media (min-width: 69.3125em) {
  .register__box__content {
    padding: 70px;
  }
}

.register__box [type='password'],
.register__box [type='text'],
.register__box [type='email'],
.register__box select {
  background: #dbdbdb;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  outline: none;
  padding: 8px 12px;
  margin-top: 0 !important;
}

.register__box .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register label {
  display: none;
}

.registerX [type='password'],
.registerX [type='text'],
.registerX [type='email'],
.registerX select {
  background: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
  outline: none;
  padding: 8px 12px;
  height: 39px;
}

.shoppingCart {
  background: #ffffff;
}

.shoppingCart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shoppingCart__interested {
  display: block;
  padding: 20px;
  background: #d8d8d8;
  margin-top: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
}

.shoppingCart__interested__plus {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-decoration: none;
  background: #f0ba60;
  color: #ffffff !important;
  padding: 7px 10px;
  border-radius: 6px;
}

.shoppingCart__interested__text {
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
}

.shoppingCart__interested__items li {
  position: relative;
  padding: 10px 0;
}

.shoppingCart__interested__items li a {
  color: #000000;
  font-weight: bold;
}

.shoppingCart__summary {
  background: #315994;
  color: #ffffff;
  padding: 20px;
  border-radius: 6px;
}

.shoppingCart__summary__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 1.55px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #979797;
}

.shoppingCart__summary__loggedOutBtn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  width: 200px;
  margin: 40px auto;
  padding: 12px 20px;
  letter-spacing: 1px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
}

.shoppingCart__summary__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  text-transform: uppercase;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  width: 200px;
  margin: 40px auto;
  letter-spacing: 1px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.shoppingCart__summary__btn:hover {
  background: #979797;
}

.shoppingCart__summary__promo, .shoppingCart__summary__subtotal, .shoppingCart__summary__shipping, .shoppingCart__summary__taxes, .shoppingCart__summary__total {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: .55px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shoppingCart__summary__total {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shoppingCart__inner {
  padding: 90px 0;
  width: 1005px;
  max-width: 90%;
}

.shoppingCart__inner .cart-special-wrapper {
  width: 100%;
}

.shoppingCart__cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shoppingCart__cart__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2px;
}

.shoppingCart__cart .updateProduct {
  background: #f0ba60;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
  margin-bottom: 40px;
  margin-top: 4px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
}

.shoppingCart__cart__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #d8d8d8;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
  max-width: 100px;
  text-align: center;
  border-radius: 6px;
}

.shoppingCart__cart__type {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #f0ba60;
  text-transform: uppercase;
}

.shoppingCart__cart__date {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 6px;
}

.shoppingCart__cart__location {
  font-weight: bold;
}

.shoppingCart__cart__price {
  width: 80px;
  margin: 0 auto;
  margin-right: 0;
  text-align: right;
}

.shoppingCart__cart__price input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  text-align: right;
  width: 30px;
  margin-bottom: 0;
  padding: 0;
}

.shoppingCart__cart__price h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f0ba60;
  font-weight: bold;
}

.shoppingCart__cart__image {
  max-width: 100px;
  min-width: 100px;
  margin-right: 20px;
}

.shoppingCart__cart__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}

.shoppingCart__cart__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
}

.shoppingCart__cart__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #315994;
}

.shoppingCart__cart__heading {
  padding: 20px;
  background: #d8d8d8;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  margin-bottom: 30px;
  color: #315994;
  border-radius: 6px;
}

.shoppingCart__add {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 20px;
  background: #d8d8d8;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
}

.shoppingCart__add__plus {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-decoration: none;
  color: #ffffff;
  background: #f0ba60;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 0;
  text-align: center;
}

.shoppingCart__add__text {
  color: #979797;
}

.shoppingCart__add__title a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  /* Hover MUST be last in the list */
  text-decoration: none;
}

.shoppingCart__add__title a:link {
  color: #000000;
}

.shoppingCart__add__title a:visited {
  color: #000000;
}

.shoppingCart__add__title a:active {
  color: #000000;
}

.shoppingCart__add__title a:hover {
  color: #315994;
}

.checkoutLogin {
  background: #ffffff;
}

.checkoutLogin__btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  color: #ffffff;
  width: 110px;
  margin: 0 auto;
  margin-right: 0;
  border: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 40px;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

.checkoutLogin__form {
  max-width: 90%;
}

.checkoutLogin__inner {
  width: 1015px;
  max-width: 90%;
  padding: 62px 0;
}

.checkoutLogin [type='password'],
.checkoutLogin [type='text'],
.checkoutLogin [type='email'],
.checkoutLogin select {
  background: #dbdbdb;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  outline: none;
  padding: 8px 12px;
  margin-top: 0 !important;
}

.checkoutLogin label {
  display: none;
}

.checkoutLogin__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  color: #f0ba60;
  text-transform: uppercase;
  letter-spacing: 1.86px;
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.checkoutLogin__grid {
  padding: 62px 0;
}

.checkoutLogin__grid .col {
  border-right: 1px solid #979797;
}

.checkoutLogin__grid .col:last-child {
  border: 0;
}

.checkoutLogin__register {
  padding: 0 62px;
}

.checkoutLogin__register__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.86px;
  margin-bottom: 20px;
}

.checkoutLogin__register__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  max-width: 300px;
  min-height: 150px;
}

.checkoutLogin__login {
  padding-bottom: 40px;
}

.checkoutLogin__login__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.86px;
  margin-bottom: 40px;
}

.checkoutPage {
  background: #ffffff;
  padding: 90px 0;
}

.checkoutPage__inner {
  width: 1005px;
  max-width: 90%;
}

.checkoutPage__inner .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  text-transform: uppercase;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  width: 200px;
  margin: 40px auto;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.checkoutPage #checkoutForm {
  background: #f7f7f7;
  margin-bottom: 0 !important;
  border-radius: 6px;
  overflow: hidden;
}

.checkoutPage__title {
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.checkoutPage__section {
  background: #f7f7f7;
}

.checkoutPage__section__header {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.4px;
  background: #315994;
  padding: 12px 20px;
  color: #ffffff;
  margin-bottom: 40px;
  border-radius: 6px;
}

.checkoutPage__section__body {
  padding: 0 40px;
  padding-bottom: 40px;
}

.checkoutPage__section__body [type='password'],
.checkoutPage__section__body [type='text'],
.checkoutPage__section__body [type='email'],
.checkoutPage__section__body select {
  background: #dbdbdb;
  outline: none;
  border-radius: 6px;
}

.checkoutPage__summary {
  background: #315994;
  color: #ffffff;
  padding: 20px;
  border-radius: 6px;
}

.checkoutPage__summary__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 1.55px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #979797;
}

.checkoutPage__summary__promo, .checkoutPage__summary__subtotal, .checkoutPage__summary__shipping, .checkoutPage__summary__taxes, .checkoutPage__summary__total {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: .55px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkoutPage__summary__taxes {
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.checkoutPage__cart {
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  padding-bottom: 40px;
  border-radius: 6px;
}

.checkoutPage__cart__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 20px;
  background: #f7f7f7;
  margin-bottom: 12px;
}

.checkoutPage__cart__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
}

.checkoutPage__cart__item {
  padding-bottom: 20px;
}

.checkoutPage__cart__item h3 {
  color: #315994;
  max-width: 170px;
}

.checkoutPage__cart__item .course-date h3 {
  color: #000000;
  font-weight: bold;
}

.checkoutPage__cart__qty {
  text-align: center;
}

.checkoutPage__cart__qty .product-price h3 {
  color: #f0ba60;
  font-weight: bold;
}

.checkoutPage span.checkmark {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 9px;
  border-radius: 100px;
  background: #315994;
  border: 4px solid #ffffff;
}

.cart {
  position: relative;
}

.cart__close {
  position: absolute;
  right: 20px;
  border: 0;
}

.cart__link {
  position: relative;
  display: block;
}

.cart__link i {
  position: relative;
}

.cart__link__circle {
  height: 14px;
  width: 13px;
  background: red;
  border-radius: 100px;
  font-size: 10px;
  position: absolute;
  top: -8px;
  right: -12px;
  text-align: center;
  display: block;
  padding-top: 2px;
  font-family: 'Source Sans Pro', sans-serif;
}

.cart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__footer__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #000000;
  /* Hover MUST be last in the list */
  border-color: initial;
  border: 1px solid #000000;
  margin-right: 0;
  padding: 12px 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000 !important;
  border-radius: 6px;
}

.cart__footer__btn:link {
  color: #000000;
}

.cart__footer__btn:visited {
  color: #000000;
}

.cart__footer__btn:active {
  color: #000000;
}

.cart__footer__btn:hover {
  color: #ffffff;
}

.cart__footer__btn--dark {
  background: #315994;
  border-color: #315994;
  color: #ffffff !important;
}

.cart__footer__btn--dark:hover {
  background: #f0ba60;
  border-color: #f0ba60;
}

.cart__modal {
  position: absolute;
  background: #ffffff;
  padding: 20px;
  bottom: 0;
  top: 38px;
  width: 270px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
  border: 1px solid #315994;
}

.cart__modal__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .3px;
  margin-bottom: 12px;
}

.cart__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f7f7f7;
  padding: 12px;
  margin-bottom: 18px;
}

.cart__items__cat {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #f0ba60;
  text-transform: uppercase;
}

.cart__items__title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
}

.cart__items__role {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}

.cart__items__qty {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}

.cart__items__price {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #f0ba60;
  font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  margin-left: 6px;
}

.orderComplete {
  background: #ffffff;
  padding: 90px 0;
  padding-bottom: 220px;
}

.orderComplete__inner {
  width: 1005px;
  max-width: 90%;
}

.orderComplete__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  color: #315994;
  letter-spacing: 1.31px;
  padding-bottom: 62px;
}

.orderComplete__icon {
  display: inline-block;
  max-width: 40px;
  margin-left: 12px;
}

.orderComplete__box {
  background: #f7f7f7;
  padding: 40px 90px;
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}

@media (min-width: 69.3125em) {
  .orderComplete__box {
    padding: 40px;
  }
}

.orderComplete__box__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: #315994;
  letter-spacing: 1.31px;
  padding-bottom: 20px;
  display: inline-block;
}

.orderComplete__box__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
  letter-spacing: .85px;
  padding-bottom: 40px;
}

.orderComplete__box__text a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #315994;
  /* Hover MUST be last in the list */
  text-decoration: none;
}

.orderComplete__box__text a:link {
  color: #315994;
}

.orderComplete__box__text a:visited {
  color: #315994;
}

.orderComplete__box__text a:active {
  color: #315994;
}

.orderComplete__box__text a:hover {
  color: #f0ba60;
}

.orderComplete__box__resend, .orderComplete__box__questions {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #3f3f3f;
  /* Hover MUST be last in the list */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.orderComplete__box__resend:link, .orderComplete__box__questions:link {
  color: #3f3f3f;
}

.orderComplete__box__resend:visited, .orderComplete__box__questions:visited {
  color: #3f3f3f;
}

.orderComplete__box__resend:active, .orderComplete__box__questions:active {
  color: #3f3f3f;
}

.orderComplete__box__resend:hover, .orderComplete__box__questions:hover {
  color: #315994;
}

.contactUs {
  background: #ffffff;
  padding: 90px 0;
}

.contactUs__inner {
  width: 850px;
  max-width: 90%;
  margin: 0 auto;
}

.contactUs__details {
  padding-top: 40px;
}

.contactUs__details__tel {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  /* Hover MUST be last in the list */
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

.contactUs__details__tel:link {
  color: #ffffff;
}

.contactUs__details__tel:visited {
  color: #ffffff;
}

.contactUs__details__tel:active {
  color: #ffffff;
}

.contactUs__details__tel:hover {
  color: #f0ba60;
}

.contactUs__details__address {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .61px;
}

.contactUs__form__half {
  float: left;
  width: 49% !important;
}

.contactUs__form__half:first-child {
  margin-right: 2%;
}

.contactUs__form__button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  color: #ffffff;
  width: 110px;
  margin: 0 auto;
  margin-right: 0;
  border: 0;
  text-transform: uppercase;
  margin-top: 12px;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  border-radius: 6px;
}

.contactUs__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
}

.contactUs__grid {
  background: #315994;
  margin-bottom: 62px;
  border-radius: 6px;
}

.contactUs__col1 {
  padding: 30px;
}

.contactUs__col2 {
  padding-left: 0;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 6px;
}

@media (min-width: 69.3125em) {
  .contactUs__col2 {
    padding: 20px;
    background: #3f3f3f;
    background: rgba(63, 63, 63, 0.54);
    text-align: initial;
    margin-bottom: 0;
  }
}

.contactUs__faqs__title {
  color: #f0ba60;
  text-transform: uppercase;
}

.productsLanding {
  background: #ffffff;
}

.productsLanding__inner {
  width: 950px;
  max-width: 90%;
  padding: 62px 0;
}

.productsLanding__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  letter-spacing: 1.86px;
  margin-bottom: 20px;
}

.productsLanding__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #3f3f3f;
  letter-spacing: .34px;
  margin-bottom: 62px;
}

.productsLanding__category {
  padding: 40px 30px;
  height: 280px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 6px;
}

.productsLanding__category a {
  text-decoration: none;
}

.productsLanding__category:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.productsLanding__category img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: #f0ba60;
  -webkit-filter: grayscale(1);
  height: auto;
}

.productsLanding__category__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.86px;
  margin-bottom: 12px;
  position: relative;
}

.productsLanding__category__number {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f0ba60;
  position: relative;
}

.onlineCourses {
  background: #ffffff;
}

.onlineCourses .courseInfo__item.active::after {
  left: 10%;
}

.onlineCourses__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  letter-spacing: 1.86px;
  margin-bottom: 12px;
}

.onlineCourses__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 40px;
  letter-spacing: .51px;
}

.onlineCourses__btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  padding: 12px 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  float: right;
  margin-bottom: 40px;
}

.onlineCourses__btn:hover {
  background: #315994;
}

.onlineCourses__booking {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  padding: 16px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 69.3125em) {
  .onlineCourses__booking {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    text-align: initial;
  }
}

.onlineCourses__booking:last-child {
  margin-bottom: 30px;
}

.onlineCourses__booking__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
}

.onlineCourses__booking__price, .onlineCourses__booking__book {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  text-align: center;
}

.onlineCourses__booking__price {
  color: #315994;
  border: 1px solid #3f3f3f;
  border-top: 0;
  border-bottom: 0;
}

.onlineCourses__booking__book a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #f0ba60;
  /* Hover MUST be last in the list */
  text-decoration: none;
  text-transform: uppercase;
}

.onlineCourses__booking__book a:link {
  color: #f0ba60;
}

.onlineCourses__booking__book a:visited {
  color: #f0ba60;
}

.onlineCourses__booking__book a:active {
  color: #f0ba60;
}

.onlineCourses__booking__book a:hover {
  color: #315994;
}

.onlineCourses__inner {
  width: 950px;
  max-width: 90%;
  padding: 62px 0;
}

.onlineCourses__description {
  padding-bottom: 20px;
}

.onlineCourses__description p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}

.onlineCourses__online {
  text-transform: uppercase;
  color: #f0ba60;
  margin-bottom: 20px;
}

.onlineCourses__hours {
  color: #3f3f3f;
  font-weight: bold;
}

.onlineCourses__shop {
  background: #d1d1d1;
}

.onlineCourses__shop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 30px 0;
  width: 900px;
  max-width: 90%;
}

.onlineCourses__shop__title {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  color: #315994;
  font-weight: bold;
}

.onlineCourses__shop__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: .55px;
}

.onlineCourses__shop__btn {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.onlineCourses__shop__btn:hover {
  background: #315994;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.modal__extra__grid {
  padding-bottom: 40px;
}

.modal__extra__btn {
  padding: 7px 10px;
  background: #f0ba60;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 6px;
  display: none;
}

.modal__extra__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f0ba60;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.34px;
  padding-top: 30px;
}

.modal__extra__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
  margin-bottom: 12px;
}

.modal__extra__description span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  display: block;
  color: #f0ba60;
  font-weight: bold;
}

.modal__courses__price {
  font-weight: bold;
  color: #315994;
  margin-bottom: 20px;
  text-align: right;
}

.modal__courses__book {
  text-align: center;
  width: 100px;
  display: block;
}

.modal__courses__booknow {
  color: #f0ba60;
  cursor: pointer;
  font-weight: bold;
}

.modal__locations__image, .modal__courses__image {
  margin-right: 20px;
}

.modal__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
}

.modal__instructions {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #315994;
}

.modal__first__sub {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #f0ba60;
  font-weight: bold;
  margin-bottom: 30px;
}

.modal__roles__hl, .modal__locations__hl, .modal__courses__hl {
  color: #f0ba60;
  font-weight: bold;
}

.modal__roles__wrapper, .modal__locations__wrapper, .modal__courses__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  background: #ededed;
  margin-bottom: 20px;
  border-radius: 6px;
}

.modal__roles__wrapper label, .modal__locations__wrapper label, .modal__courses__wrapper label {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #315994;
  margin-bottom: 0;
  text-transform: inherit;
  font-weight: 100;
  width: 100%;
}

.modal .container {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  right: -3px;
  top: 42%;
  height: 26px;
  width: 21px;
}

.modal .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0 !important;
  height: 25px;
  width: 25px;
  background: #ededed;
  border: 1px solid #315994;
  border-radius: 6px;
}

.modal .container:hover input ~ .checkmark {
  background-color: #dbdbdb;
}

.modal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.modal .container input:checked ~ .checkmark:after {
  display: block;
}

.modal .container .checkmark:after {
  left: 11px;
  top: -11px;
  width: 11px;
  height: 33px;
  position: absolute;
  right: 0;
  border: solid #f0ba60;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-dialog {
  position: relative;
  width: 1000px;
  max-width: 85%;
  margin: 30px auto;
}

.modal-open {
  overflow: hidden;
}

.modal-yellow-btn.btn {
  background: #f0ba60 !important;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  margin-bottom: 20px;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
}

.modal-footer .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  text-transform: uppercase;
  background: #315994;
  padding: 12px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  margin-left: 6px;
}

.modal-footer .btn:hover {
  background: #f0ba60;
}

html {
  font-family: "source_sans_proregular", "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 112.5em) {
  #main {
    min-height: 100%;
    background: #ffffff;
  }
}

.editorialBoard {
  background: #ffffff;
}

.editorialBoard .aboutUs__faculty__item {
  background: #3f3f3f;
  background: rgba(63, 63, 63, 0.07);
}

.productCategory {
  background: #ffffff;
}

.productCategory__inner {
  width: 950px;
  max-width: 90%;
  padding: 62px 0;
}

.productCategory__product {
  padding-bottom: 40px;
  margin: 0 auto;
  cursor: pointer;
}

.productCategory__product a {
  text-decoration: none;
}

.productCategory__product__image {
  overflow: hidden;
  max-height: 200px;
}

.productCategory__product__image.thumbnail {
  background: #bebfc1;
}

.productCategory__product__image.thumbnail img {
  height: 200px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.productCategory__product__image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productCategory__product__image img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.productCategory__product__price {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f0ba60;
  font-weight: bold;
  letter-spacing: .33px;
  margin: 6px 0;
}

.productCategory__product__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: .33px;
}

.productCategory__product__sub {
  color: #3f3f3f;
}

.productCategory__product__description {
  color: #3f3f3f;
}

.productCategory__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 30em) {
  .productCategory__categories {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.productCategory__categories__item {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #d1d1d1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .43px;
  text-align: center;
}

.productCategory__categories__item a {
  color: #d1d1d1;
  text-decoration: none;
}

.productCategory__categories__item.active {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .78px;
}

.specificCourse {
  background: #ffffff;
}

.specificCourse__inner {
  width: 1050px;
  max-width: 90%;
  padding: 62px 0;
}

.specificCourse__link {
  text-transform: uppercase;
  color: #315994;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
}

.specificCourse__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
  max-width: 75%;
}

.specificCourse__header {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #979797;
}

.specificCourse__location {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #f0ba60;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.specificCourse__location::after {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 1px;
  background: #3f3f3f;
  right: -2px;
  top: 5px;
}

.specificCourse__date {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #f0ba60;
  display: inline-block;
}

@media (min-width: 30em) {
  .specificCourse__date {
    padding-left: 20px;
  }
}

.specificCourse__btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0ba60;
  color: #ffffff;
  width: 110px;
  margin: 0 auto;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 6px 12px;
  position: relative;
  bottom: 12px;
  display: block;
  margin-left: 0;
  margin-top: 12px;
  border-radius: 6px;
}

.specificCourse__btn--alt {
  position: relative;
  right: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background: #315994;
  margin: 0 auto;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 6px 12px;
  bottom: 12px;
  display: block;
  margin-left: 0;
  margin-top: 40px;
  border-radius: 6px;
  width: 170px;
}

@media (min-width: 69.3125em) {
  .specificCourse__btn--alt {
    position: absolute;
    margin-top: 0;
    margin-left: initial;
    right: 122px;
  }
}

@media (min-width: 69.3125em) {
  .specificCourse__btn {
    position: absolute;
    margin-top: 40px;
    margin-left: initial;
    right: 0;
  }
}

.specificCourse__btn:hover {
  background: #315994;
}

.specificCourse__content__text p,
.specificCourse__content__text li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.specificCourse__content__text a {
  color: #315994;
  text-decoration: none;
  font-weight: bold;
}

.specificCourse__content__text strong {
  margin-left: 12px;
}

.specificCourse__content__abilities {
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
  color: #315994;
}

.specificCourse__content__abilities h3 {
  font-weight: bold;
  margin-bottom: 16px;
}

.specificCourse__content__list {
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.specificCourse__content__list li {
  margin-bottom: 12px;
}

.specificCourse__buttons {
  text-align: right;
}

.specificCourse__buttons__agenda {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #315994;
  color: #ffffff;
  margin: 0 auto;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 6px 20px;
  margin-left: 6px;
  display: inline-block;
  margin-top: 20px;
}

.specificCourse__buttons__btn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #315994;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 6px 20px;
  margin: 0 auto;
  margin-left: 6px;
}

.specificCourse__buttons__btn--alt {
  background: #ededed;
  color: #315994;
}

.specificCourse__buttons__btn--alt:hover {
  color: #ffffff;
}

.specificCourse__buttons__btn:hover {
  background: #f0ba60;
}

.specificCourse__book {
  width: 1150px;
  max-width: 90%;
  margin: 62px auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  text-align: center;
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}

@media (min-width: 69.3125em) {
  .specificCourse__book {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.specificCourse__book__title {
    margin-top:2rem;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  min-height: 55px;
  font-size:1.8rem;
}

@media (min-width: 69.3125em) {
  .specificCourse__book__title {
    margin-top:0;
    font-size: 14px;
  }
}


.specificCourse__book__price {
  font-size: 28px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #f0ba60;
  margin-bottom: 12px;
}

.specificCourse__book__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #315994;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 10px;
  min-width: 90px;
  display: block;
  text-align: center;
  border-radius: 6px;
  margin: 0 auto;
}

.specificCourse__book__btn:hover {
  background: #f0ba60;
}

.specificCourse__book__item {
  display: block;
	margin: 0 auto;
	padding: 0 14px;  
	width: 100%;
  position: relative;
}

@media (min-width: 69.3125em) {
  .specificCourse__book__item {
    width: 16%;
  }
}

.specificCourse__book__item:last-child::after {
  width: 0;
}

.specificCourse__book__item::after {
  content: '';
  display: block;
  position: absolute;
  right: -4px;
  width: 0px;
  background: #979797;
  top: 50%;
  height: 150px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 69.3125em) {
  .specificCourse__book__item::after {
    width: 1px;
  }
}

.specificCourse__banner {
  background: #f0ba60;
}

.specificCourse__banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 69.3125em) {
  .specificCourse__banner__inner {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.specificCourse__banner__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin-left: 12px;
  letter-spacing: .59px;
}

.specificCourse__banner__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #315994;
  text-decoration: none;
  min-width: 180px;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 12px;
}

.specificCourse__banner__btn:hover {
  background: #315994;
  color: #ffffff;
}

.specificCourse__banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion {
  padding: 0;
}

.accordion-insides.open {
  margin: initial;
  padding: 25px 20px;
  background: #f3f3f3;
  margin-bottom: 12px;
  border-radius: 6px;
}

.accordion-header {
  background: #4a4a4a;
  margin-bottom: 3px;
  padding: 20px;
  color: #ffffff;
  position: relative;
  border-radius: 6px;
}

.accordion-header:after {
  background-color: transparent;
  border-top: 30px solid #315994;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -20px;
  content: '';
  height: 0;
  right: 10%;
  margin-left: -0.375em;
  position: absolute;
  width: 0;
  z-index: 1;
  opacity: 0;
}

.accordion-header.active {
  background: #315994;
}

.accordion-header.active:after {
  opacity: 1;
}

.accordion-header .course-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.privacyPolicy {
  background: #ffffff;
  color: #3f3f3f;
  padding: 30px;
}

.privacyPolicy p,
.privacyPolicy li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #3f3f3f;
  letter-spacing: .51px;
}

.agendaModal {
  max-width: 100% !important;
  height: 100%;
  overflow: scroll;
}

.agendaModal__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

.agendaModal__print {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.agendaModal__print button {
  color: #315994;
  /* Hover MUST be last in the list */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  background: none;
  font-size: 14px;
}

.agendaModal__print button:link {
  color: #315994;
}

.agendaModal__print button:visited {
  color: #315994;
}

.agendaModal__print button:active {
  color: #315994;
}

.agendaModal__print button:hover {
  color: #f0ba60;
}

.agendaModal__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
}

.agendaModal__agenda {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #f0ba60;
}

.agendaModal__heading {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.agendaModal__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 12px;
}

.agendaModal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: none;
}

.cme {
  background: #ffffff;
}

.cme__content {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}

.cme__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #3f3f3f;
}

.cme__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  padding-top: 40px;
}

.cme #cmeForm {
  border-radius: 6px;
}

.cme #cmeForm label {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
}

.cme #cmeForm .selRow {
  height: 75px;
}

.cme__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  background: #315994;
  padding: 6px 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.3px;
  min-width: 160px;
  color: #ffffff;
  text-align: center;
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  margin-right: 16px;
}

.cme__btn:hover {
  background: #f0ba60 !important;
}

.cme__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.4px;
  background: #315994 !important;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 6px;
}

.cmeEval {
  padding: 62px 0;
}

.cmeEval__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}

.cmeEval__content {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}

.cmeEval__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #3f3f3f;
}

.cost .content-wrapper {
  max-width: 1266px;
  margin: 0 auto;
  width: 90%;
  padding: 80px 0;
}

.cost__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #315994;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}

.cost__text {
  margin-bottom: 12px;
}

.cost__text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #3f3f3f;
}

.cost__sub {
  margin-bottom: 12px;
}

.cost .individual-pricing article {
  padding: 20px;
}

.cost__heading {
  background: #d8d8d8;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  display: block;
  margin-bottom: 12px;
  color: #315994;
  border-radius: 6px;
  font-size: 20px !important;
  padding: 20px !important;
}

.contactThanks {
  background: #ffffff;
  padding: 62px 0;
}

.contactThanks__inner {
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.billing {
  padding: 40px 0;
  background: #ffffff;
}

.billing__inner {
  width: 1000px;
  max-width: 90%;
  margin-bottom: 90px;
}

.billing__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.billing__print {
  cursor: pointer;
}

.billing__print a {
  color: #315994;
  /* Hover MUST be last in the list */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.billing__print a:link {
  color: #315994;
}

.billing__print a:visited {
  color: #315994;
}

.billing__print a:active {
  color: #315994;
}

.billing__print a:hover {
  color: #f0ba60;
}

.billing__header {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 20px 40px;
  background: #315994;
  color: #ffffff;
}

.billing__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #315994;
  font-weight: bold;
  letter-spacing: 1.86px;
}

.billing__item {
  background: #f3f3f3;
  padding: 40px;
  margin-bottom: 40px;
}

.billing__item__item {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px;
}

.billing__item__name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #315994;
  font-weight: bold;
}

.billing__item__price, .billing__item__qty, .billing__item__date, .billing__item__reference, .billing__item__shipping {
  color: #000000;
  font-weight: bold;
}

.billing__item__reference {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 30px;
}

.billing__item__total {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f0ba60;
  font-weight: bold;
}
