/* ----- COLOURS ----- */
/* ----- NAVIGATION ----- */
/* ----- BUTTONS/LINKS ----- */
/* ----- CARD ----- */
/* ----- LISTINGS ----- */
/* ----- SPACING ----- */
/* ----- TABLES ----- */
/* ----- FONTS ----- */
/* ----- CALENDAR ----- */
/* ----- COLOURS ----- */
/* ----- NAVIGATION ----- */
/* ----- BUTTONS/LINKS ----- */
/* ----- CARD ----- */
/* ----- LISTINGS ----- */
/* ----- SPACING ----- */
/* ----- TABLES ----- */
/* ----- FONTS ----- */
/* ----- CALENDAR ----- */
.color--primary {
  color: #f1ff00;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.fix-btm {
  position: fixed !important;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.dim {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.dim h1, .dim h2:not(.subtitle), .dim h3:not(.subtitle), .dim h4, .dim h5 {
  color: #fff;
}

.v-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v-align-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.v-align-end-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.v-align-self {
  align-self: center;
}

.rounded {
  border-radius: 50%;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.column-reverse {
  flex-direction: column-reverse;
}

.hidden,
.btn.hidden {
  display: none;
}

@media (max-width: 575px) {
  .sm-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .md-hidden {
    display: none;
  }
  .md-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .lg-hidden {
    display: none;
  }
  .lg-column-reverse {
    flex-direction: column-reverse;
  }
}

.cf:after,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 480px) {
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-p-30 {
    padding: 30px !important;
  }
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-m-30 {
    margin: 30px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .md-p-0 {
    padding: 0px !important;
  }
  .md-p-5 {
    padding: 5px !important;
  }
  .md-p-10 {
    padding: 10px !important;
  }
  .md-p-15 {
    padding: 15px !important;
  }
  .md-p-20 {
    padding: 20px !important;
  }
  .md-p-30 {
    padding: 30px !important;
  }
  .md-p-40 {
    padding: 40px !important;
  }
  .md-p-50 {
    padding: 50px !important;
  }
  .md-pt-0 {
    padding-top: 0px !important;
  }
  .md-pt-5 {
    padding-top: 5px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pt-15 {
    padding-top: 15px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pr-0 {
    padding-right: 0px !important;
  }
  .md-pr-5 {
    padding-right: 5px !important;
  }
  .md-pr-10 {
    padding-right: 10px !important;
  }
  .md-pr-15 {
    padding-right: 15px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-pr-30 {
    padding-right: 30px !important;
  }
  .md-pr-40 {
    padding-right: 40px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-pb-0 {
    padding-bottom: 0px !important;
  }
  .md-pb-5 {
    padding-bottom: 5px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pb-15 {
    padding-bottom: 15px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pl-5 {
    padding-left: 5px !important;
  }
  .md-pl-10 {
    padding-left: 10px !important;
  }
  .md-pl-15 {
    padding-left: 15px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pl-30 {
    padding-left: 30px !important;
  }
  .md-pl-40 {
    padding-left: 40px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-m-0 {
    margin: 0px !important;
  }
  .md-m-5 {
    margin: 5px !important;
  }
  .md-m-10 {
    margin: 10px !important;
  }
  .md-m-15 {
    margin: 15px !important;
  }
  .md-m-20 {
    margin: 20px !important;
  }
  .md-m-30 {
    margin: 30px !important;
  }
  .md-m-40 {
    margin: 40px !important;
  }
  .md-m-50 {
    margin: 50px !important;
  }
  .md-mt-0 {
    margin-top: 0px !important;
  }
  .md-mt-5 {
    margin-top: 5px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mr-0 {
    margin-right: 0px !important;
  }
  .md-mr-5 {
    margin-right: 5px !important;
  }
  .md-mr-10 {
    margin-right: 10px !important;
  }
  .md-mr-15 {
    margin-right: 15px !important;
  }
  .md-mr-20 {
    margin-right: 20px !important;
  }
  .md-mr-30 {
    margin-right: 30px !important;
  }
  .md-mr-40 {
    margin-right: 40px !important;
  }
  .md-mr-50 {
    margin-right: 50px !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .md-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-ml-5 {
    margin-left: 5px !important;
  }
  .md-ml-10 {
    margin-left: 10px !important;
  }
  .md-ml-15 {
    margin-left: 15px !important;
  }
  .md-ml-20 {
    margin-left: 20px !important;
  }
  .md-ml-30 {
    margin-left: 30px !important;
  }
  .md-ml-40 {
    margin-left: 40px !important;
  }
  .md-ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 960px) {
  .lg-p-0 {
    padding: 0px !important;
  }
  .lg-p-5 {
    padding: 5px !important;
  }
  .lg-p-10 {
    padding: 10px !important;
  }
  .lg-p-15 {
    padding: 15px !important;
  }
  .lg-p-20 {
    padding: 20px !important;
  }
  .lg-p-30 {
    padding: 30px !important;
  }
  .lg-p-40 {
    padding: 40px !important;
  }
  .lg-p-50 {
    padding: 50px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pr-30 {
    padding-right: 30px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pl-30 {
    padding-left: 30px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-m-0 {
    margin: 0px !important;
  }
  .lg-m-5 {
    margin: 5px !important;
  }
  .lg-m-10 {
    margin: 10px !important;
  }
  .lg-m-15 {
    margin: 15px !important;
  }
  .lg-m-20 {
    margin: 20px !important;
  }
  .lg-m-30 {
    margin: 30px !important;
  }
  .lg-m-40 {
    margin: 40px !important;
  }
  .lg-m-50 {
    margin: 50px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mr-30 {
    margin-right: 30px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-ml-30 {
    margin-left: 30px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 1280px) {
  .xl-p-0 {
    padding: 0px !important;
  }
  .xl-p-5 {
    padding: 5px !important;
  }
  .xl-p-10 {
    padding: 10px !important;
  }
  .xl-p-15 {
    padding: 15px !important;
  }
  .xl-p-20 {
    padding: 20px !important;
  }
  .xl-p-30 {
    padding: 30px !important;
  }
  .xl-p-40 {
    padding: 40px !important;
  }
  .xl-p-50 {
    padding: 50px !important;
  }
  .xl-pt-0 {
    padding-top: 0px !important;
  }
  .xl-pt-5 {
    padding-top: 5px !important;
  }
  .xl-pt-10 {
    padding-top: 10px !important;
  }
  .xl-pt-15 {
    padding-top: 15px !important;
  }
  .xl-pt-20 {
    padding-top: 20px !important;
  }
  .xl-pt-30 {
    padding-top: 30px !important;
  }
  .xl-pt-40 {
    padding-top: 40px !important;
  }
  .xl-pt-50 {
    padding-top: 50px !important;
  }
  .xl-pr-0 {
    padding-right: 0px !important;
  }
  .xl-pr-5 {
    padding-right: 5px !important;
  }
  .xl-pr-10 {
    padding-right: 10px !important;
  }
  .xl-pr-15 {
    padding-right: 15px !important;
  }
  .xl-pr-20 {
    padding-right: 20px !important;
  }
  .xl-pr-30 {
    padding-right: 30px !important;
  }
  .xl-pr-40 {
    padding-right: 40px !important;
  }
  .xl-pr-50 {
    padding-right: 50px !important;
  }
  .xl-pb-0 {
    padding-bottom: 0px !important;
  }
  .xl-pb-5 {
    padding-bottom: 5px !important;
  }
  .xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .xl-pb-15 {
    padding-bottom: 15px !important;
  }
  .xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .xl-pl-0 {
    padding-left: 0px !important;
  }
  .xl-pl-5 {
    padding-left: 5px !important;
  }
  .xl-pl-10 {
    padding-left: 10px !important;
  }
  .xl-pl-15 {
    padding-left: 15px !important;
  }
  .xl-pl-20 {
    padding-left: 20px !important;
  }
  .xl-pl-30 {
    padding-left: 30px !important;
  }
  .xl-pl-40 {
    padding-left: 40px !important;
  }
  .xl-pl-50 {
    padding-left: 50px !important;
  }
  .xl-m-0 {
    margin: 0px !important;
  }
  .xl-m-5 {
    margin: 5px !important;
  }
  .xl-m-10 {
    margin: 10px !important;
  }
  .xl-m-15 {
    margin: 15px !important;
  }
  .xl-m-20 {
    margin: 20px !important;
  }
  .xl-m-30 {
    margin: 30px !important;
  }
  .xl-m-40 {
    margin: 40px !important;
  }
  .xl-m-50 {
    margin: 50px !important;
  }
  .xl-mt-0 {
    margin-top: 0px !important;
  }
  .xl-mt-5 {
    margin-top: 5px !important;
  }
  .xl-mt-10 {
    margin-top: 10px !important;
  }
  .xl-mt-15 {
    margin-top: 15px !important;
  }
  .xl-mt-20 {
    margin-top: 20px !important;
  }
  .xl-mt-30 {
    margin-top: 30px !important;
  }
  .xl-mt-40 {
    margin-top: 40px !important;
  }
  .xl-mt-50 {
    margin-top: 50px !important;
  }
  .xl-mr-0 {
    margin-right: 0px !important;
  }
  .xl-mr-5 {
    margin-right: 5px !important;
  }
  .xl-mr-10 {
    margin-right: 10px !important;
  }
  .xl-mr-15 {
    margin-right: 15px !important;
  }
  .xl-mr-20 {
    margin-right: 20px !important;
  }
  .xl-mr-30 {
    margin-right: 30px !important;
  }
  .xl-mr-40 {
    margin-right: 40px !important;
  }
  .xl-mr-50 {
    margin-right: 50px !important;
  }
  .xl-mb-0 {
    margin-bottom: 0px !important;
  }
  .xl-mb-5 {
    margin-bottom: 5px !important;
  }
  .xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .xl-mb-15 {
    margin-bottom: 15px !important;
  }
  .xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .xl-ml-0 {
    margin-left: 0px !important;
  }
  .xl-ml-5 {
    margin-left: 5px !important;
  }
  .xl-ml-10 {
    margin-left: 10px !important;
  }
  .xl-ml-15 {
    margin-left: 15px !important;
  }
  .xl-ml-20 {
    margin-left: 20px !important;
  }
  .xl-ml-30 {
    margin-left: 30px !important;
  }
  .xl-ml-40 {
    margin-left: 40px !important;
  }
  .xl-ml-50 {
    margin-left: 50px !important;
  }
}

.sp {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sp-half {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp-quarter {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sp + .sp {
  padding-top: 0 !important;
}

.spb-half {
  padding-bottom: 40px;
}

.spb-none {
  padding-bottom: 0;
}

.sp.bakimg, .sp.md-bakimg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sp[class^="ratio-"], .sp[class*=" ratio-"], .sp.fullscreen, .sp.bakimg, .sp.md-bakimg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.sp-half[class^="ratio-"], .sp-half[class*=" ratio-"], .sp-half.fullscreen, .sp-half.bakimg, .sp-half.md-bakimg {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

#nav {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 96px;
  border-bottom: 1px solid transparent;
  background: #000;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#header {
  height: 40px;
  background: #000;
}

#header + #nav {
  top: 40px;
  position: absolute;
}

#header + #nav.sticky {
  top: 0;
  min-height: 65px;
  position: fixed;
}

nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}

nav li {
  display: inline-block;
}

#nav .logo {
  display: block;
  float: left;
  width: 160px;
  margin: 20px 20px 0 0;
}

#nav .logo img {
  width: 100%;
}

.primary-nav {
  float: left;
}

.primary-nav a.text-link {
  display: block;
  padding: 15px 15px;
  margin-top: 10px;
  color: #fff;
  font-family: "Aileron Light", sans-serif;
}

.primary-nav a.text-link:hover, .primary-nav .current a.text-link {
  color: #fff;
}

.primary-nav ul {
  background: #000;
}

#nav .social-accounts {
  font-size: 2.3em;
  float: left;
  margin-top: 23px;
}

/* 
    GENERIC LOGO OVER STYLES
    - For when a second logo is tp be shown for sticky nav
*/
/*
    HEADER OVER CONTENT STYLES
*/
.headerovercontent.contains-header #nav:not(.sticky) {
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(/Images/fade.png) repeat-x;
}

.headerovercontent.contains-header #nav:not(.sticky) .logo-over img,
.headerovercontent.contains-header #nav.sticky .logo img.logo-over,
.headerovercontent:not(.contains-header) #nav .logo img.logo-over {
  display: none;
}

.headerovercontent.contains-header #nav:not(.sticky) .logo img.logo-over {
  display: block;
}

.headerovercontent.contains-header nav:not(.sticky) .primary-nav ul {
  background: rgba(255, 255, 255, 0.8);
}

.headerovercontent.contains-header nav:not(.sticky) .primary-nav ul li a {
  color: #111;
}

.headerovercontent.contains-header nav:not(.sticky) .primary-nav ul li a:hover {
  color: #000;
}

/* This pulls headers up underneath the primary nav */
.headerovercontent main > header:first-child {
  margin-top: -96px;
}

@media (max-width: 992px) {
  .headerovercontent main > header:first-child {
    margin-top: -70px;
  }
}

@media (min-width: 992px) {
  .headerovercontent.contains-header #nav:not(.sticky) .primary-nav li:not(.current) a.text-link,
  .headerovercontent.contains-header #nav:not(.sticky) .social-accounts li a {
    color: #fff;
  }
  .headerovercontent.contains-header #nav:not(.sticky) .primary-nav li:not(.current) a.text-link:hover,
  .headerovercontent.contains-header #nav:not(.sticky) .social-accounts li a:hover {
    color: #f1ff00;
  }
  #nav .nav-wrapper .primary-nav li ul li:first-child {
    display: none;
  }
}

/*
    END HEADER OVER CONTENT STYLES
*/
.primary-nav ul,
nav.sticky .primary-nav ul,
#nav .primary-nav .megamenu.active .megamenu__lvl2 ul {
  max-height: 0;
  overflow: hidden;
}

body:not(.headerburgernav) .primary-nav ul, body:not(.headerburgernav) nav.sticky .primary-nav ul {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 96px;
  background: #000;
  transition: all .3s;
}

.primary-nav ul li {
  padding: 15px;
}

.headerburgernav .primary-nav ul li {
  padding: 15px 5%;
}

body:not(.headerburgernav) .primary-nav ul li a, body:not(.headerburgernav) nav.sticky .primary-nav ul li a {
  color: #fff;
}

body:not(.headerburgernav) .primary-nav ul li a:hover, body:not(.headerburgernav) nav.sticky .primary-nav ul li a:hover {
  color: #f1ff00;
}

.primary-nav li.active {
  height: auto;
}

.primary-nav li.active ul {
  max-height: 3000px;
}

.primary-cta {
  float: right;
}

.header-nav {
  float: right;
}

.header-nav li {
  line-height: 40px;
}

.header-nav a {
  padding-left: 25px;
  color: #bbb;
}

.header-nav a:hover {
  color: #ffffff;
}

#nav .btn {
  font-size: 1.5em;
  margin-top: 10px;
  margin-left: 5px;
}

.nav-icon {
  cursor: pointer;
  display: none;
}

#nav a.nav-icon:hover, .nav-active #nav a.nav-icon {
  color: #000;
}

.headerburgernav nav .nav-icon {
  display: block;
  float: left;
  margin-top: 20px;
}

.headerburgernav nav .nav-icon .fa {
  display: block;
}

.headerburgernav nav .primary-nav {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  z-index: 10;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block !important;
}

.headerburgernav .header-nav a {
  display: block;
  padding: 20px 20px 0 0;
  color: #f1ff00;
}

.headerburgernav nav .primary-nav.nav-active {
  position: fixed;
  top: 0;
  left: 75%;
  width: 27%;
  height: 100%;
  overflow-y: scroll;
  margin-left: 0;
}

.headerburgernav nav .primary-nav li {
  height: auto;
  display: block;
}

.headerburgernav nav .primary-nav li a.text-link {
  display: block;
  width: 100%;
  padding: 15px 5%;
  text-align: left;
  margin-top: 0;
  border-top: 1px solid #000;
}

.headerburgernav nav .primary-nav li a {
  color: #fff;
}

.headerburgernav nav .primary-nav li a:hover {
  color: #fff;
}

.headerburgernav nav .primary-nav li:first-child a.text-link {
  border-top: none;
}

.headerburgernav #nav .primary-nav li a.btn {
  width: 100%;
  margin-left: 0;
}

body.headerburgernav.nav-active {
  right: 25%;
}

.headerburgernav #nav ul.social-accounts {
  float: right;
}

.headerburgernav #nav ul.primary-cta + ul.social-accounts {
  margin-right: 20px;
}

@media (min-width: 993px) {
  .primary-nav > li {
    height: 96px;
  }
  body:not(.headerburgernav) .primary-nav > li:hover > ul {
    max-height: 3000px;
    transition: all .3s;
  }
  .header-nav li.phone i {
    display: none;
  }
}

@media (max-width: 992px) {
  #nav {
    height: 70px;
  }
  body:not(.headerburgernav) .primary-nav ul, body:not(.headerburgernav) nav.sticky .primary-nav ul {
    position: relative;
    top: 0;
  }
  .primary-nav,
  .headerburgernav nav .primary-nav {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 50%;
    z-index: 10;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
  }
  .primary-nav.nav-active,
  .headerburgernav nav .primary-nav.nav-active {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    margin-left: 0;
  }
  .primary-nav li {
    display: block;
  }
  .primary-nav li a.text-link {
    display: block;
    width: 100%;
    padding: 15px 5%;
    text-align: left;
    margin-top: 0;
    color: #fff;
    border-top: 1px solid #000;
  }
  .primary-nav li:first-child a.text-link {
    border-top: none;
  }
  .primary-nav li a.text-link:hover {
    color: #fff;
  }
  #nav .primary-nav li a.btn {
    width: 100%;
    margin-left: 0;
  }
  .primary-cta {
    display: none;
  }
  body.nav-active, body.headerburgernav.nav-active {
    right: 50%;
  }
  .nav-active .fa-bars:before {
    content: "\f00d";
  }
  .nav-icon {
    display: block;
    position: relative;
    z-index: 1;
    float: right;
    width: 35px;
    cursor: pointer;
    margin-top: 20px;
    color: #f1ff00;
  }
  .headerovercontent.contains-header nav .nav-icon {
    color: #fff;
  }
  .headerovercontent nav.sticky .nav-icon {
    color: #f1ff00;
  }
  .header-nav li.phone span {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-nav li {
    display: none;
  }
  .header-nav li.phone {
    display: inline-block;
  }
  .headerburgernav nav .nav-icon {
    float: right;
  }
  .headerburgernav nav .logo img {
    padding-right: 15px;
  }
  .headerburgernav #nav ul.social-accounts {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .primary-nav.nav-active,
  .headerburgernav nav .primary-nav.nav-active {
    left: 20%;
    width: 80%;
  }
  body.nav-active, body.headerburgernav.nav-active {
    right: 80%;
  }
}

#cookies, #notify {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  border: none;
  background: #B2B2B2;
  color: #ffffff;
  display: none;
  padding: 12px;
}

#cookies p, #notify p {
  margin: 0;
}

@media (max-width: 767px) {
  #cookies .btn {
    margin: 14px auto 0;
    display: block;
    font-size: 1em;
  }
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row, .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Aileron Light", sans-serif;
  background: #fff;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
}

.skip a:focus, .skip a:active {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4em;
  height: auto;
  width: auto;
  z-index: 99999;
}

main {
  clear: both;
  overflow: hidden;
  padding-top: 96px;
}

picture,
img {
  display: block;
}

picture img {
  width: 100%;
}

.fullscreen picture img,
.fullscreen-md picture img,
.fullscreen-lg picture img,
.fullscreen-xl picture img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

/* BG IMAGES */
.bakimg {
  overflow: hidden;
  position: relative;
}

.bakimg > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bakimg > picture img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.bakimg-2by1 > picture {
  width: calc(50% - 15px);
  overflow: hidden;
}

@media (min-width: 768px) {
  .md-bakimg {
    overflow: hidden;
    position: relative;
  }
  .md-bakimg > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .md-bakimg > picture img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
  }
  .md-bakimg-2by1 > picture {
    width: calc(50% - 15px);
    overflow: hidden;
  }
  .md-bakimg-2by1[class*='right'] > picture {
    right: 0;
    left: auto;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

p .btn a {
  color: #B2B2B2;
}

ul,
ol,
dl {
  font-size: 1.4em;
  line-height: 1.75;
}

@media (max-width: 991px) {
  ul,
  ol,
  dl {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  ul,
  ol,
  dl {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  ul,
  ol,
  dl {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

ul p,
ol p,
dl p,
ul ul {
  font-size: inherit;
}

dt {
  color: #f1ff00;
  float: left;
  clear: left;
  margin-right: 8px;
  font-weight: bold;
}

dd {
  margin: 0;
}

hr {
  width: 100%;
  border: none;
  height: 1px;
  background: #B2B2B2;
  margin-top: 40px;
}

.social-accounts {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 3em;
  line-height: 1em;
}

.social-accounts li {
  padding: 0 .4em 0 0;
  display: inline-block;
}

.social-accounts li a {
  color: #B2B2B2;
}

.social-accounts li a:hover {
  color: #f1ff00;
}

/* ADDRESS STYLES */
address {
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.75;
}

@media (max-width: 991px) {
  address {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  address {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  address {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

address span {
  display: block;
}

address span[itemprop]:after,
address span[itemprop] span:after {
  content: ",";
}

address span[itemprop]:last-of-type:after,
address span[itemprop="streetAddress"]:after {
  content: "";
}

.phone-number > span {
  font-size: 1.5em;
}

.phone-number small {
  display: block;
}

/* BUTTON STYLES */
.btn,
.btn.secondary,
.slide--light-theme .btn,
.btn-secondary,
button,
button.secondary,
input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  width: auto;
  transition: .5s;
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1em;
  border: 2px solid #F1FF00;
  padding: 1.4em 1.4em;
  background: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Aileron Light', sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
}


.btn.secondary,
.slide--light-theme .btn,
.btn-secondary,
button.secondary {
  color: #000;
  background: none;
}

.btn:hover,
.btn.active,
.btn-secondary:hover,
.btn-secondary.active,
button:hover,
input[type="submit"]:hover {
  transition: .3s;
  background: #c1cc00;
  opacity: 1;
}

.btn.secondary:hover, .slide--light-theme .btn:hover,
.btn.secondary.active,
.slide--light-theme .active.btn,
.btn-secondary:hover,
.btn-secondary.active,
button.secondary:hover {
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}

label {
  font-size: 1.4em;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 991px) {
  label {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  label {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  label {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

.text-link {
  font-size: 1.4em;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .text-link {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .text-link {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  .text-link {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

p .btn,
p .btn.secondary,
p .slide--light-theme .btn,
.slide--light-theme p .btn,
p .btn-secondary,
p button,
p label,
p input[type="submit"],
ul .btn, ol .btn,
ul button, ol button {
  font-size: 1em;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border-color: #bbb;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: "Aileron Light", sans-serif;
  padding: 1em 1em;
  font-size: 1.4em;
  line-height: 1.75;
  line-height: 1em;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

@media (max-width: 991px) {
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

select {
  padding-right: 3em;
}

textarea {
  height: 15em;
}

/* QUOTES */
blockquote {
  margin: 0;
  text-align: center;
  padding: 10px 40px 40px;
  font-size: 1.5em;
  line-height: 1.8;
}

blockquote.cite {
  margin: 0;
  text-align: initial;
  background: none;
  padding: 10px 40px 40px;
}

blockquote:not(.cite):before, blockquote:not(.cite):after,
blockquote q:before, blockquote q:after {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

blockquote:not(.cite):after, blockquote q:after {
  margin-right: 0;
  margin-left: 10px;
  content: "\f10e";
}

blockquote cite {
  color: #999;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  font-style: normal;
  margin: 15px 0 0 0;
}

blockquote cite .photo {
  width: 50px;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}

blockquote cite span.photo + span {
  line-height: 50px;
}

blockquote cite span.desc {
  display: block;
}

.dim blockquote,
.dim blockquote cite,
.dim blockquote:not(.cite):before, blockquote:not(.cite):after, .dim blockquote q:before, .dim blockquote q:after {
  color: #fff;
}

.testimonialwithimageright blockquote {
  text-align: right;
}

blockquote.rating:before {
  display: block;
  content: "\f005 \f005 \f005 \f006 \f006";
  position: relative;
  vertical-align: middle;
  font-family: FontAwesome;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

blockquote.rating-1:before {
  content: "\f006 \f006 \f006 \f006 \f006";
}

blockquote.rating-2:before {
  content: "\f005 \f005 \f006 \f006 \f006";
}

blockquote.rating-3:before {
  content: "\f005 \f005 \f005 \f006 \f006";
}

blockquote.rating-4:before {
  content: "\f005 \f005 \f005 \f005 \f006";
}

blockquote.rating-5:before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* PANEL */
.panel {
  padding: 8em;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
  main {
    padding-top: 70px;
  }
}

@media (max-width: 960px) {
  .panel {
    padding: 3em;
  }
  .btn,
  .btn.secondary,
  .slide--light-theme .btn,
  button,
  button.secondary,
  input[type="submit"] {
    font-size: 1.4em;
  }
}

[class^="ratio-"],
[class*=" ratio-"],
.fullscreen, .fullscreen-md, .fullscreen-lg, .fullscreen-xl {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
}

[class^="ratio-"]:before,
[class*=" ratio-"]:before,
.fullscreen:before, .fullscreen-md:before, .fullscreen-lg:before, .fullscreen-xl:before {
  display: block;
  content: "";
}

[class^="ratio-"] > div,
[class*=" ratio-"] > div,
[class^="ratio-"] > picture,
[class*=" ratio-"] > picture,
.fullscreen > div, .fullscreen > picture,
.fullscreen-md > div, .fullscreen-md > picture,
.fullscreen-lg > div, .fullscreen-md > picture,
.fullscreen-xl > div, .fullscreen-md > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Aspect ratios */
.ratio-16by9:before {
  padding-top: 56.25%;
}

.ratio-9by16:before {
  padding-top: 177.77778%;
}

.ratio-3by2:before {
  padding-top: 66.66667%;
}

.ratio-4by3:before {
  padding-top: 75%;
}

.ratio-6by1:before {
  padding-top: 16.66667%;
}

.ratio-4by1:before {
  padding-top: 25%;
}

.ratio-3by1:before {
  padding-top: 33.33333%;
}

.ratio-2by1:before {
  padding-top: 50%;
}

.ratio-1by1:before {
  padding-top: 100%;
}

.ratio-24by25:before {
  padding-top: 104.13%;
}

.ratio-3by4:before {
  padding-top: 133.33333%;
}

.ratio-1by2:before {
  padding-top: 200%;
}

.fullscreen:before {
  height: 100vh;
  min-height: 500px;
  max-height: 1089px;
}

@media (max-width: 575px) {
  .ratio-auto:before {
    content: none;
    display: none;
  }
  .ratio-auto > div {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ratio-auto > picture img {
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

@media (min-width: 576px) {
  .ratio-sm-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-sm-9by16:before {
    padding-top: 177.77778%;
  }
  .ratio-sm-3by2:before {
    padding-top: 66.66667%;
  }
  .ratio-sm-4by3:before {
    padding-top: 75%;
  }
  .ratio-sm-6by1:before {
    padding-top: 16.66667%;
  }
  .ratio-sm-4by1:before {
    padding-top: 25%;
  }
  .ratio-sm-3by1:before {
    padding-top: 33.33333%;
  }
  .ratio-sm-2by1:before {
    padding-top: 50%;
  }
  .ratio-sm-1by1:before {
    padding-top: 100%;
  }
  .ratio-sm-24by25:before {
    padding-top: 104.13%;
  }
  .ratio-sm-3by4:before {
    padding-top: 133.33333%;
  }
  .ratio-sm-1by2:before {
    padding-top: 200%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .ratio-sm-auto:before {
    content: none;
    display: none;
  }
  .ratio-sm-auto > div {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ratio-sm-auto > picture img {
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .ratio-md-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-md-9by16:before {
    padding-top: 177.77778%;
  }
  .ratio-md-3by2:before {
    padding-top: 66.66667%;
  }
  .ratio-md-4by3:before {
    padding-top: 75%;
  }
  .ratio-md-6by1:before {
    padding-top: 16.66667%;
  }
  .ratio-md-4by1:before {
    padding-top: 25%;
  }
  .ratio-md-3by1:before {
    padding-top: 33.33333%;
  }
  .ratio-md-2by1:before {
    padding-top: 50%;
  }
  .ratio-md-1by1:before {
    padding-top: 100%;
  }
  .ratio-md-24by25:before {
    padding-top: 104.13%;
  }
  .ratio-md-3by4:before {
    padding-top: 133.33333%;
  }
  .ratio-md-1by2:before {
    padding-top: 150%;
  }
  .fullscreen-md:before {
    height: 100vh;
    min-height: 500px;
    max-height: 1089px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ratio-md-auto:before {
    content: none;
    display: none;
  }
  .ratio-md-auto > div {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ratio-md-auto > picture img {
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .ratio-lg-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-lg-9by16:before {
    padding-top: 177.77778%;
  }
  .ratio-lg-3by2:before {
    padding-top: 66.66667%;
  }
  .ratio-lg-4by3:before {
    padding-top: 75%;
  }
  .ratio-lg-6by1:before {
    padding-top: 16.66667%;
  }
  .ratio-lg-4by1:before {
    padding-top: 25%;
  }
  .ratio-lg-3by1:before {
    padding-top: 33.33333%;
  }
  .ratio-lg-2by1:before {
    padding-top: 50%;
  }
  .ratio-lg-1by1:before {
    padding-top: 100%;
  }
  .ratio-lg-24by25:before {
    padding-top: 104.13%;
  }
  .ratio-lg-3by4:before {
    padding-top: 133.33333%;
  }
  .ratio-lg-1by2:before {
    padding-top: 150%;
  }
  .fullscreen-lg:before {
    height: 100vh;
    min-height: 500px;
    max-height: 1089px;
  }
}

@media (min-width: 1200px) {
  .ratio-xl-16by9:before {
    padding-top: 56.25%;
  }
  .ratio-xl-9by16:before {
    padding-top: 177.77778%;
  }
  .ratio-xl-3by2:before {
    padding-top: 66.66667%;
  }
  .ratio-xl-4by3:before {
    padding-top: 75%;
  }
  .ratio-xl-6by1:before {
    padding-top: 16.66667%;
  }
  .ratio-xl-4by1:before {
    padding-top: 25%;
  }
  .ratio-xl-3by1:before {
    padding-top: 33.33333%;
  }
  .ratio-xl-2by1:before {
    padding-top: 50%;
  }
  .ratio-xl-1by1:before {
    padding-top: 100%;
  }
  .ratio-xl-24by25:before {
    padding-top: 104.13%;
  }
  .ratio-xl-3by4:before {
    padding-top: 133.33333%;
  }
  .ratio-xl-1by2:before {
    padding-top: 150%;
  }
  .fullscreen-xl:before {
    height: 100vh;
    min-height: 500px;
    max-height: 1089px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  float: none;
  line-height: 1.4;
  clear: both;
  width: 100%;
  color: #000;
  font-family: "Aileron Light", sans-serif;
}

.title {
  font-family: "Aileron Light", sans-serif;
}

h2,
h3,
h4,
h5 {
  margin: 0 0 25px 0;
}

h1 {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.75em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 2em;
    line-height: 1.2;
  }
}

h2,
h3,
.title.large {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  h2,
  h3,
  .title.large {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  h2,
  h3,
  .title.large {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h2,
  h3,
  .title.large {
    font-size: 1.75em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  h2,
  h3,
  .title.large {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

h4,
h5,
.title,
.subtitle {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: block;
}

.subtitle {
  color: #f1ff00;
}

h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}

p {
  margin: 0 0 30px 0;
  font-size: 1.4em;
  line-height: 1.75;
}

@media (max-width: 991px) {
  p {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

p.muted, span.muted {
  color: #B2B2B2;
}

p.highlight, span.highlight {
  font-size: 2em;
  font-weight: 500;
  font-family: "Aileron Light", sans-serif;
}

p.sub-heading {
  color: #999;
  margin-bottom: 5px;
  font-weight: normal;
}

h1 span.sub-heading,
h2 span.sub-heading,
h3 span.sub-heading,
h4 span.sub-heading,
h5 span.sub-heading {
  display: block;
  color: #999;
  margin-bottom: 5px;
  font-weight: normal;
}

h1 + p.sub-heading,
h2 + p.sub-heading,
h3 + p.sub-heading,
h4 + p.sub-heading,
h5 + p.sub-heading {
  margin-top: -15px;
  margin-bottom: 20px;
}

ul.pagination li {
  font-size: 1.4em;
  line-height: 1.75;
}

@media (max-width: 991px) {
  ul.pagination li {
    font-size: 1.35em;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  ul.pagination li {
    font-size: 1.3em;
    line-height: 1.65;
  }
}

@media (max-width: 479px) {
  ul.pagination li {
    font-size: 1.25em;
    line-height: 1.6;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-center li,
.text-sm-center li,
.text-md-center li,
.text-lg-center li,
.text-xl-center li {
  list-style-position: inside;
}

.vlr {
  writing-mode: vertical-lr;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) and (max-width: 1199px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 991px) {
  h1 {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  h1 {
    font-size: 1.75em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  h1 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h2, h3 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
}

fieldset {
  padding: 0;
  border: none;
}

/* UMBRACO FORMS */
.umbraco-forms-field {
  margin-bottom: 2em;
}

.umbraco-forms-field input[type="text"], .umbraco-forms-field textarea {
  text-transform: initial;
}

.umbracoForms-Indicator, .umbraco-forms-indicator {
  color: red;
}

input[type="text"].input-validation-error, textarea.input-validation-error {
  border-color: red !important;
}

span.field-validation-error {
  color: red;
  font-size: 1.2em;
  display: block;
  text-align: left;
  padding-top: 10px;
}

.formwithtextleft label, .formwithtextright label {
  text-align: left;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide blockquote {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
}

.slick-arrow.right {
  right: 20px;
  position: absolute;
}

.slick-next {
  right: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.slick-next:before {
  content: "";
  border-top: 1.5em solid currentColor;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
}

.slick-prev {
  left: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.slick-prev:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.slick-next:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.slick-arrow.slick-disabled {
  opacity: 0.25;
}

.slick-dots {
  left: 0;
  right: 0;
  bottom: 30px;
  position: absolute;
}

.testimonialcarousel .slick-dots {
  bottom: 0;
}

.slick-dots, .slick-bars {
  margin: 0;
  padding: 0;
  text-align: center;
}

.slick-dots button {
  font-size: 0;
  width: 15px;
  border-radius: 200px;
  height: 15px;
  padding: 0;
}

.slick-bars button {
  font-size: 0;
  width: 50px;
  height: 10px;
}

.slick-dots li {
  display: inline-block;
  padding: 0 7px;
}

.slick-bars li {
  display: inline-block;
}

.slick-dots li button, .slick-bars li button {
  background: #eaeaea;
}

.slick-dots li.slick-active button, .slick-bars li.slick-active button {
  background: #f1ff00;
}

/* Fix For Fullscreen Slider */
.fullscreen .slider picture img,
.fullscreen .slider-thumbs picture img {
  width: auto;
  min-width: initial;
  min-height: initial;
  top: initial;
  left: initial;
  position: initial;
  transform: none;
}

.fullscreen .slider .slick-slide {
  background-size: cover;
  background-position: center;
}

.fullscreen .slider, .fullscreen:not(.gallerysliderthumbs) .slider .slick-slide picture img {
  display: none;
}

.fullscreen.gallerysliderthumbs .slider .slick-slide picture img {
  opacity: 0;
}

.fullscreen .slider .slick-list, .fullscreen .slider .slick-track, .fullscreen .slider .slick-slide > div, .fullscreen .slider .slick-slide > div > div {
  height: 100%;
}

.fullscreen .slider .slick-slide {
  position: relative;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90%;
  max-height: 90%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* CRITICAL BLOCKS */
header h1 {
  margin-top: 0;
}

header h2 {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  header h2 {
    font-size: 2.75em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  header h2 {
    font-size: 2.5em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  header h2 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  header h2 {
    font-size: 2em;
    line-height: 1.2;
  }
}

header h1.larger-title, header h2.larger-title {
  color: #fff;
  font-size: 5em;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 1199px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 4.5em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 4em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 3.5em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 3em;
    line-height: 1.2;
  }
}

header h2.larger-title {
  margin-bottom: .67em;
}

header p {
  font-size: 1.5em;
}

/* Subheader style for relevant headers */
header h1 + h2,
header h2 + h2 {
  margin-top: -0.5em;
}

header h2 + h1 {
  margin-top: -0.5em;
}

header h2 + h1:last-child {
  margin-bottom: 1.2em;
}

/* Headerbannericon */
.headerbannericon .container picture img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .headerbannericon .container p {
    display: none;
  }
}

@media (min-width: 768px) {
  header.roombookingheaderbanner .text-center {
    margin-bottom: 6em;
  }
}

@media (max-width: 992px) {
  header form {
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  header p {
    display: none;
  }
  header h1.larger-title, header h2.larger-title {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

@media (max-width: 767px) and (max-width: 1199px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 2.75em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 991px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 2.5em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) and (max-width: 479px) {
  header h1.larger-title, header h2.larger-title {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  header.roombookingheaderbanner form {
    display: none;
  }
  header.roombookingheaderbanner a.btn {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  header h2 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  .headerbannericon .subtitle {
    display: none;
  }
}

.headerbannerslider .content {
  position: relative;
}

.headerbannerslider .content .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headerbannerslider.fullscreen .content {
  height: 100%;
  position: initial;
}

.headerbannerslider.fullscreen .content picture {
  height: 100%;
}

.split-container {
  width: 50%;
  float: left;
}

.split-container3 {
  width: 33.3333%;
  float: left;
}

@media (min-width: 768px) {
  .gutters .split-container,
  .gutters .split-container3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .splitheaderbanner h2.larger-title {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

@media (max-width: 992px) and (max-width: 1199px) {
  .splitheaderbanner h2.larger-title {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 992px) and (max-width: 991px) {
  .splitheaderbanner h2.larger-title {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .splitheaderbanner h2.larger-title {
    font-size: 1.75em;
    line-height: 1.2;
  }
}

@media (max-width: 992px) and (max-width: 479px) {
  .splitheaderbanner h2.larger-title {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .split-container,
  .split-container3 {
    width: 100%;
  }
}

.play-btn {
  font-size: 5em;
  display: block;
  text-align: center;
  color: #B2B2B2;
}

.play-btn:hover .fa-play {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.videofull .play-btn,
.textwithvideoleft .play-btn,
.textwithvideoright .play-btn,
.videobannerpanelleft .play-btn,
.videobannerpanelright .play-btn,
.headerbannervideoleft .play-btn,
.headerbannervideoright .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2em;
  width: 2em;
}

.play-btn .fa-play {
  background: none;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  padding-top: 0.5em;
  padding-left: 0.2em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-container.zoom-and-crop iframe {
  top: -10%;
  height: 120%;
}

.vid-container__force-text-bg {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 2.7em 20em 0em;
}

@media (max-width: 960px) {
  .play-btn {
    font-size: 4em;
  }
}

@media (max-width: 768px) {
  .headerbannervideoleft .offset-1, .headerbannervideoright .offset-1 {
    display: none;
  }
}

.fix-bg {
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (hover: none) {
  .fix-bg {
    background-attachment: scroll !important;
  }
}

@media (max-width: 767px) {
  .roombookingbanner.fix-btm form {
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .roombookingbanner.fix-btm.active form {
    max-height: 500px;
  }
  .roombookingbanner.fix-btm a.btn {
    padding: 1em 0;
    background: none;
    text-align: center;
    display: block !important;
  }
  .roombookingbanner.fix-btm.banner-thin .container {
    padding-top: 0 !important;
  }
}

h2,
h3,
h4,
h5 {
  margin: 0 0 30px 0;
}

.btn,
.btn.secondary,
.slide--light-theme .btn {
  min-width: 175px;
}

/* CONTAINER */
@media (min-width: 1260px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1360px) {
  #nav .container,
  #header .container,
  header .container,
  footer .container {
    width: 1300px;
    max-width: 100%;
  }
}

@media (min-width: 1460px) {
  #nav .container,
  #header .container,
  header .container,
  footer .container {
    width: 1400px;
    max-width: 100%;
  }
}

a {
  text-decoration: underline;
  font-weight: 700;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

a:hover {
  opacity: 0.65;
}

.black-theme a:hover {
  opacity: 1;
}

.contains-header #main-content {
  padding-top: 0;
}

/* Fonts */
address {
  margin-bottom: 30px;
}

/* Social media */
body .social-accounts li {
  padding-right: 15px;
}

body .social-accounts li:last-child {
  padding-right: 0;
}

body .social-accounts li a span {
  background: #ffffff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  color: #000;
  font-size: 18px;
  padding-top: 9px;
  text-align: center;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

body .social-accounts li a span:hover {
  background: #f1ff00;
}

@media (max-width: 991px) {
  #main-content > *:first-child[class*="ratio"]::before {
    padding-top: 100vh;
  }
  #main-content > *:first-child[class*="ratio"] picture img {
    width: auto;
    height: 100vh;
  }
  #main-content > *:first-child.headerbannerslider .slick-slide .content {
    height: 100vh;
  }
}

#nav {
  border: none;
  box-shadow: none;
}

#nav:before,
#nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#nav:before {
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

#nav:after {
  opacity: 0.75;
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

#nav.sticky:before {
  opacity: 1;
}

#nav > * {
  position: relative;
  z-index: 1;
}

.contains-header #nav {
  background: transparent;
}

#nav .container {
  display: flex;
}

#nav a {
  text-decoration: none;
}

#nav a:hover {
  opacity: 1;
}

#nav .logo {
  width: 90px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  #nav .logo {
    width: 120px;
    margin-top: 10px;
  }
}

#nav .btn {
  color: #fff;
  background: none;
  margin-top: 0;
  margin-left: 15px;
  border: 2px solid #F1FF00;
  min-width: 100px;
  font-size: 13px;
  letter-spacing: 4px;
}

#nav .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

#nav .nav-wrapper {
  float: right;
  flex-grow: 2;
  text-align: right;
}

#nav .nav-wrapper .primary-nav,
#nav .nav-wrapper .social-accounts,
#nav .nav-wrapper .primary-cta {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* Social media */
#nav .nav-wrapper .social-accounts {
  display: none;
}

/* Primary navigation */
#nav .nav-wrapper .primary-nav {
  /*animation: show .2s 1.1s ease 1 both;*/
  text-align: center;
}

#nav:not(.sticky) .nav-wrapper .primary-nav ul {
  top: 65px;
}

#nav .nav-wrapper .primary-nav li {
  position: relative;
  padding: 0;
}

#nav .nav-wrapper .primary-nav a {
  padding: 15px;
  font-size: 13px;
  margin-top: 23px;
  letter-spacing: .6px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  display: block;
}

@media (min-width: 976px) {
  #nav .nav-wrapper .primary-nav a {
    padding: 15px 15px 16px;
  }
}

#nav .nav-wrapper .primary-nav a:hover {
  color: #fff !important;
}

#nav .nav-wrapper .primary-nav a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 15px;
  height: 5px;
  background: #f1ff00;
  top: 45%;
  opacity: .85;
  animation: nav_out 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

#nav .nav-wrapper .primary-nav a:hover:before,
#nav .nav-wrapper .primary-nav .current > a:before {
  animation: nav_in 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

/* Sub navigation */
#nav .nav-wrapper .primary-nav li ul {
  width: 260px;
  left: calc(50% - 130px);
  margin-top: 15px;
  right: auto;
  background: rgba(0, 0, 0, 0.85);
  overflow: visible;
  max-height: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.1s ease 0.35s;
  -moz-transition: opacity 0.35s ease, visibility 0.1s ease 0.35s;
  -o-transition: opacity 0.35s ease, visibility 0.1s ease 0.35s;
  transition: opacity 0.35s ease, visibility 0.1s ease 0.35s;
}

#nav .nav-wrapper .primary-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s ease 0.1s, visibility 0.1s ease;
  -moz-transition: opacity 0.35s ease 0.1s, visibility 0.1s ease;
  -o-transition: opacity 0.35s ease 0.1s, visibility 0.1s ease;
  transition: opacity 0.35s ease 0.1s, visibility 0.1s ease;
}

#nav .nav-wrapper .primary-nav li ul:before {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-width: 15px;
  margin-left: -15px;
}

#nav .nav-wrapper .primary-nav li ul li {
  display: block;
}

#nav .nav-wrapper .primary-nav li ul li a {
  margin: 0;
  display: inline-block;
}

/* Call to action */
#nav .nav-wrapper .primary-cta {
  flex-shrink: 0;
}

@keyframes nav_in {
  0% {
    width: 0;
    left: 15px;
    right: auto;
  }
  100% {
    left: 15px;
    right: auto;
    width: calc(100% - 30px);
  }
}

@keyframes nav_out {
  0% {
    width: calc(100% - 30px);
    left: auto;
    right: 15px;
  }
  100% {
    width: 0;
    left: auto;
    right: 15px;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  #nav .btn {
    font-size: 12px;
    margin-left: 0;
    letter-spacing: 0.8px;
  }
  #nav .nav-wrapper .primary-nav a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
}

@media (max-width: 991px) {
  #nav {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  body:not(.nav-active) #nav {
    height: 83px;
  }
  /* Logo */
  #nav .logo {
    width: 80px;
    margin-top: 15px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  /* Navigation trigger */
  #nav .nav-icon {
    margin-left: auto;
    margin-top: 33px;
    -webkit-transition: margin-top 0.35s ease;
    -moz-transition: margin-top 0.35s ease;
    -o-transition: margin-top 0.35s ease;
    transition: margin-top 0.35s ease;
  }
  #nav .nav-icon i {
    width: 28px;
    height: 1px;
    transition: all 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #fff;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #nav .nav-icon i:before,
  #nav .nav-icon i:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
    background-color: #fff;
  }
  #nav .nav-icon i:before {
    top: -10px;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  #nav .nav-icon i:after {
    bottom: -10px;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  /* Mobile navigation */
  #nav .nav-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #nav .nav-wrapper li {
    text-align: left;
    display: block;
    line-height: 1;
  }
  /* Primary navigation */
  #nav .nav-wrapper .primary-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: transparent;
    padding-top: 70px;
  }
  #nav .nav-wrapper .primary-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #nav .nav-wrapper .primary-nav > li {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
  }
  #nav .nav-wrapper .primary-nav li a,
  #nav .nav-wrapper .primary-nav li a.text-link {
    text-align: left;
    padding: 20px 15px;
    margin: 0;
  }
  #nav .nav-wrapper .primary-nav li a.text-link {
    border: none;
    font-size: 18px;
  }
  #nav .nav-wrapper .primary-nav li a.has-child {
    position: relative;
  }
  #nav .nav-wrapper .primary-nav li a.has-children::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: calc(50% - 8.5px);
    right: 15px;
    background: transparent url("/Images/EOWTE/chevron-down-white.svg") no-repeat center;
    background-size: cover;
    -webkit-transition: transform 0.35s ease;
    -moz-transition: transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
  }
  #nav .nav-wrapper .primary-nav li.megamenu.active .megamenu__lvl2 a.has-children::after {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  #nav .nav-wrapper .primary-nav li.active a.has-children::after,
  #nav .nav-wrapper .primary-nav li.megamenu.active .megamenu__lvl2 li.active a.has-children::after {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  #nav .nav-wrapper .primary-nav li a::before {
    display: none;
  }
  #nav .nav-wrapper .primary-nav li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    display: block;
    max-height: 0;
    top: 0 !important;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
  #nav .nav-wrapper .primary-nav li ul,
  #nav .nav-wrapper .primary-nav li:hover ul {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #nav .nav-wrapper .primary-nav li:hover ul {
    opacity: 0;
    visibility: hidden;
  }
  #nav .nav-wrapper .primary-nav li.active ul,
  #nav .nav-wrapper .primary-nav .megamenu .megamenu__lvl2 li.active ul {
    opacity: 1;
    max-height: 100%;
    visibility: visible;
  }
  #nav .nav-wrapper .primary-nav li ul:before {
    display: none;
  }
  #nav .nav-wrapper .primary-nav li ul li {
    width: 100%;
  }
  #nav .nav-wrapper .primary-nav li ul li:last-child {
    border-bottom: none;
  }
  #nav .nav-wrapper .primary-nav li ul li a {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  /* Call to action */
  #nav .nav-wrapper .primary-cta {
    margin-top: 40px;
    display: block;
  }
  #nav .nav-wrapper .primary-cta li {
    text-align: center;
  }
  #nav .nav-wrapper .primary-cta a {
    margin-left: auto;
    margin-right: auto;
  }
  /* Social media */
  #nav .nav-wrapper .social-accounts {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  #nav .nav-wrapper .social-accounts li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
  }
  /* Navigation active */
  body.nav-active {
    right: 0;
  }
  .nav-active #nav .nav-wrapper {
    left: 0%;
    overflow-y: auto;
  }
  .nav-active #nav .logo {
    width: 80px;
  }
  .nav-active #nav .nav-icon {
    margin-top: 24px;
    color: #ffffff;
  }
  .nav-active #nav .nav-icon i {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-active #nav .nav-icon i:before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  .nav-active #nav .nav-icon i:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (max-width: 767px) {
  body:not(.nav-active) #nav {
    height: 78px;
  }
  /* Logo */
  #nav .logo {
    width: 70px;
  }
  /* Navigation trigger */
  #nav .nav-icon {
    margin-top: 27px;
  }
  /* Navigation active */
  .nav-active #nav .logo {
    width: 70px;
  }
  /* Primary navigation */
  #nav .nav-wrapper .primary-nav > li {
    width: 540px;
  }
}

@media (max-width: 575px) {
  /* Primary navigation */
  #nav .nav-wrapper .primary-nav > li {
    width: calc(100% - 30px);
  }
}

@media (max-width: 479px) {
  body:not(.nav-active) #nav {
    height: 70px;
  }
  /* Logo */
  #nav .logo,
  .nav-active #nav .logo {
    width: 80px;
  }
  /* Navigation trigger */
  #nav .nav-icon,
  .nav-active #nav .nav-icon {
    margin-top: 24px;
  }
}

/* Call to action Desktop vs Mobile */
@media (max-width: 991px) {
  #nav .nav-wrapper .primary-cta.primary-cta--mobile {
    display: block;
    margin-top: 10px;
  }
  #nav .nav-wrapper .primary-cta.primary-cta--desktop {
    display: none;
  }
  #nav .nav-wrapper .primary-nav {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  #nav .nav-wrapper .primary-cta.primary-cta--mobile {
    display: none;
  }
  #nav .nav-wrapper .primary-cta.primary-cta--desktop {
    display: inline-block;
  }
}

/*
    Mega menu
*/
#nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 {
  /* &::after {
            content: " ";
            position: absolute;
            width: 1px;
            top: 15px;
            bottom: 15px;
            right: 0;
            height: auto;
            border: none;
            background: rgba($white, .5);
            margin: 0;
        } */
}

#nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 a.text-link {
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 a.text-link {
    padding-left: 30px;
  }
}

#nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 a.text-link::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 6px);
  right: -2px;
  background: transparent url(/Images/EOWTE/chevron-down-white.svg) no-repeat center;
  background-size: cover;
  transform: rotate(270deg);
}

@media (max-width: 991px) {
  #nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 a.text-link::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: calc(50% - 8.5px);
    right: 15px;
    background: transparent url(/Images/EOWTE/chevron-down-white.svg) no-repeat center;
    background-size: cover;
    transform: rotate(0deg);
    -webkit-transition: transform 0.35s ease;
    -moz-transition: transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
  }
}

#nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 li + span {
  position: absolute;
  width: 1px;
  top: 15px;
  bottom: 15px;
  right: 0;
  height: auto;
  background: transparent;
  transition: background 0.35s ease;
}

@media (max-width: 991px) {
  #nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 li + span {
    display: none;
  }
}

#nav .nav-wrapper .primary-nav li ul.megamenu__lvl2 li:hover + span {
  background: rgba(255, 255, 255, 0.5);
}

#nav .nav-wrapper .primary-nav li ul.megamenu__lvl3 {
  left: 100%;
  top: 0;
  width: auto;
  margin-top: 0;
  padding: 0 15px;
}

@media (min-width: 976px) {
  #nav .nav-wrapper .primary-nav li ul.megamenu__lvl3 {
    padding: 0 15px 1px;
  }
}

#nav .nav-wrapper .primary-nav li ul.megamenu__lvl3::before {
  content: none;
}

@media (max-width: 991px) {
  #nav .nav-wrapper .primary-nav li ul.megamenu__lvl3 {
    left: 0;
  }
}

@media (min-width: 976px) {
  #nav .nav-wrapper .primary-nav li ul.megamenu__lvl3 a {
    padding: 10px 15px;
  }
}

/*=== Headers ===*/
h1 {
  font-size: 5em;
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 4.5em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 4em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.5em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 3em;
    line-height: 1.2;
  }
}

h2 {
  font-size: 3em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 2.75em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 2.5em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 2em;
    line-height: 1.2;
  }
}

h3 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 2em;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.75em;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

h4 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#main-content .textwithimageleft h3,
#main-content .textwithimageright h3 {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aileron Light", sans-serif;
  font-weight: 600;
  letter-spacing: 8px;
}

p {
  letter-spacing: 2px;
}

@font-face {
  font-family: 'Aileron Light';
  src: url("/Css/fonts/aileron-light-webfont.eot");
  src: url("/Css/fonts/aileron-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Css/fonts/aileron-light-webfont.woff2") format("woff2"), url("/Css/fonts/aileron-light-webfont.woff") format("woff"), url("/Css/fonts/aileron-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron Regular';
  src: url("/Css/fonts/aileron-regular-webfont.eot");
  src: url("/Css/fonts/aileron-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Css/fonts/aileron-regular-webfont.woff2") format("woff2"), url("/Css/fonts/aileron-regular-webfont.woff") format("woff"), url("/Css/fonts/aileron-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron Bold';
  src: url("/Css/fonts/aileron-bold-webfont.eot");
  src: url("/Css/fonts/aileron-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Css/fonts/aileron-bold-webfont.woff2") format("woff2"), url("/Css/fonts/aileron-bold-webfont.woff") format("woff"), url("/Css/fonts/aileron-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.font--aileron-light {
  font-family: "Aileron Light", sans-serif;
}

.font--aileron-regular {
  font-family: "Aileron Regular", sans-serif;
  font-weight: 600;
}

.font--aileron-bold {
  font-family: "Aileron Bold", sans-serif;
  font-weight: 700;
}

.splitbanner__border {
  border: 10px solid #fff;
}

header p {
  max-width: 530px;
  margin: 0 auto 30px;
  display: block;
}

header:not(.light-grey-theme) .sub-heading,
section[class*='banner']:not(.light-grey-theme) .sub-heading {
  color: #f1ff00;
}

section[class*='banner']:not(.light-grey-theme) .panel .sub-heading {
  color: #999;
}

header .btn.secondary, header .slide--light-theme .btn, .slide--light-theme header .btn,
section[class*='banner']:not(.light-grey-theme) .btn.secondary,
section[class*='banner']:not(.light-grey-theme) .slide--light-theme .btn,
.slide--light-theme section[class*='banner']:not(.light-grey-theme) .btn {
  color: #fff;
  border: 2px solid #fff;
}

section[class*='banner']:not(.light-grey-theme) .panel .btn.secondary, section[class*='banner']:not(.light-grey-theme) .panel .slide--light-theme .btn, .slide--light-theme section[class*='banner']:not(.light-grey-theme) .panel .btn {
  color: #000;
  border: 2px solid #000;
}

header .btn.secondary:hover, header .slide--light-theme .btn:hover, .slide--light-theme header .btn:hover,
section[class*='banner']:not(.light-grey-theme) .btn.secondary:hover,
section[class*='banner']:not(.light-grey-theme) .slide--light-theme .btn:hover,
.slide--light-theme section[class*='banner']:not(.light-grey-theme) .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

section[class*='banner']:not(.light-grey-theme) .panel .btn.secondary:hover, section[class*='banner']:not(.light-grey-theme) .panel .slide--light-theme .btn:hover, .slide--light-theme section[class*='banner']:not(.light-grey-theme) .panel .btn:hover {
  color: #fff;
  background: #000;
}

header + .black-theme {
  position: relative;
}

header + .black-theme:before {
  top: -150px;
  width: 100%;
  height: 150px;
  content: '';
  display: block;
  position: absolute;
  background-image: linear-gradient(transparent, black);
}

header.tree-theme h1,
section[class*='banner'].tree-theme h2 {
  margin-top: 40px;
}

header.tree-theme h1:before,
section[class*='banner'].tree-theme h2:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent url("/Images/EOWTE/tree.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}

/* Header banner */
header.ratio-md-2by1 {
  position: relative;
}

header.ratio-md-2by1:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 80px;
  left: calc(50% - 10px);
  background: transparent url("/Images/EOWTE/arrow-down-white.svg") no-repeat center;
  background-size: cover;
  z-index: 1;
}

.headerbanner .dim {
  background: rgba(0, 0, 0, 0.25);
}

/* Header banner slider */
.headerbannerslider .slick-slide {
  border: none;
}

.headerbannerslider .slick-counter {
  margin-top: 10px;
}

.headerbannerslider .slick-counter p {
  color: #ffffff;
  font-size: 1.1em;
  margin-bottom: 0;
}

.headerbannerslider .slick-counter p span {
  margin: 0 3px;
}

/* Dropdown */
.headerbannerslider::after,
.headerbanner::after,
.subheaderbanner::after,
.headerbannervideo::after {
  display: none !important;
}

.headerbannerslider .dropdown-trigger,
.headerbanner .dropdown-trigger,
.subheaderbanner .dropdown-trigger,
.headerbannervideo .dropdown-trigger {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 80px;
  left: calc(50% - 10px);
  background: transparent url(/Images/EOWTE/arrow-down-white.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
  padding: 0;
  border: none;
}

.headerbannerslider .dropdown-trigger:active, .headerbannerslider .dropdown-trigger:focus,
.headerbanner .dropdown-trigger:active,
.headerbanner .dropdown-trigger:focus,
.subheaderbanner .dropdown-trigger:active,
.subheaderbanner .dropdown-trigger:focus,
.headerbannervideo .dropdown-trigger:active,
.headerbannervideo .dropdown-trigger:focus {
  outline: none;
}

.headerbannerslider,
.headerbanner,
.subheaderbanner,
.headerbannervideo {
  min-height: 33vh;
}

/* Split banner */
.splitbannerrte .dim {
  background: rgba(0, 0, 0, 0.5);
}

.splitbanner__grid-title {
  margin: 0;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 16px;
  font-weight: normal;
  line-height: 1.2em;
}

@media (max-width: 479px) {
  header .btn, header .btn.secondary, header .slide--light-theme .btn, .slide--light-theme header .btn,
  header button,
  header button.secondary {
    display: block;
  }
  header .btn + .btn,
  header .btn + .btn.secondary,
  header .slide--light-theme .btn + .btn,
  .slide--light-theme header .btn + .btn,
  header .btn + button,
  header .btn + button.secondary,
  header .btn.secondary + .btn,
  header .slide--light-theme .btn + .btn,
  .slide--light-theme header .btn + .btn,
  header .btn.secondary + .btn.secondary,
  header .slide--light-theme .btn + .btn.secondary,
  .slide--light-theme header .btn + .btn.secondary,
  header .slide--light-theme .btn.secondary + .btn,
  .slide--light-theme header .btn.secondary + .btn,
  header .slide--light-theme .btn + .btn,
  .slide--light-theme header .btn + .btn,
  header .btn.secondary + button,
  header .slide--light-theme .btn + button,
  .slide--light-theme header .btn + button,
  header .btn.secondary + button.secondary,
  header .slide--light-theme .btn + button.secondary,
  .slide--light-theme header .btn + button.secondary,
  header button + .btn,
  header button + .btn.secondary,
  header .slide--light-theme button + .btn,
  .slide--light-theme header button + .btn,
  header button + button,
  header button + button.secondary,
  header button.secondary + .btn,
  header button.secondary + .btn.secondary,
  header .slide--light-theme button.secondary + .btn,
  .slide--light-theme header button.secondary + .btn,
  header button.secondary + button,
  header button.secondary + button.secondary {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .bannercenter.fix-bg {
    background-position: top left !important;
    background-attachment: unset !important;
  }
}

@media (max-width: 1367px) {
  .bannercenter.fix-bg {
    background-size: cover !important;
    background-position: initial !important;
    background-attachment: initial !important;
  }
}

.ctaimagebanner .ctaimagebanner__img,
.ctaimagebanner .ctaimagebanner__mobileimg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.ctaimagebanner .ctaimagebanner__img img,
.ctaimagebanner .ctaimagebanner__mobileimg img {
  margin: 0 auto;
}

.ctaimagebanner .ctaimagebanner__img img {
  width: 100%;
}

@media (max-width: 767px) {
  .ctaimagebanner .ctaimagebanner__img {
    display: none;
  }
}

.ctaimagebanner .ctaimagebanner__mobileimg img {
  width: 100%;
  max-width: 690px;
}

@media (min-width: 768px) {
  .ctaimagebanner .ctaimagebanner__mobileimg {
    display: none;
  }
}

.slide--light-theme h2, .slide--light-theme p, .slide--light-theme a {
  font-family: "Aileron Light", sans-serif;
}

.slide--light-theme .btn {
  border-color: #F1FF00 !important;
}

.slide--light-theme h2 {
  letter-spacing: 14px;
}

.slide--light-theme h2 > span {
  position: relative;
  display: block;
  padding: 0 3px 0 20px;
}

.slide--light-theme h2 > span::after {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAYCAYAAAA7zJfaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB5JREFUeNpi+P//PwMTAxCQRnxjYEwDsxjIMwAgwABf+weEl/2zQAAAAABJRU5ErkJggg==");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 481px) {
  .slide--light-theme h2 > span::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAYAAAC9WOV0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//PwMTAxCQQXxjYEwDsxgoMQVEAAQYALs7B4qNCaMtAAAAAElFTkSuQmCC");
  }
}

@media (min-width: 768px) {
  .slide--light-theme h2 > span::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//PwMTAxCQS3xjYEwDsxgoNgpOAAQYABbkB5BTtI0sAAAAAElFTkSuQmCC");
  }
}

@media (min-width: 992px) {
  .slide--light-theme h2 > span::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAhCAYAAAAYucG/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACBJREFUeNpi+P//PwMTAxBQRHxjYEwDsxioYx4qARBgAHLYB5ZngSyZAAAAAElFTkSuQmCC");
  }
}

@media (min-width: 1200px) {
  .slide--light-theme h2 > span::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpi+P//PwMTAxBQk/jGwJgGZjHQwniAAAMAo7YHnKjyio0AAAAASUVORK5CYII=");
  }
}

.slide--split-heading h2 {
  font-size: 2rem;
}

.slide--split-heading h2 .split {
  font-size: 2.4rem;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(241, 255, 0, 0.7);
  margin-bottom: 6px;
}

.slide--split-heading p {
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .slide--split-heading h2 {
    font-size: 2.4rem;
  }
  .slide--split-heading h2 .split {
    font-size: 3.4rem;
  }
}

@media (min-width: 768px) {
  .slide--split-heading h2 {
    font-size: 2.8rem;
  }
  .slide--split-heading h2 .split {
    font-size: 3.8rem;
  }
}

@media (min-width: 992px) {
  .slide--split-heading h2 {
    font-size: 3.2rem;
  }
  .slide--split-heading h2 .split {
    font-size: 4.2rem;
  }
}

.slide--strikethrough-heading h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .slide--strikethrough-heading h2 {
    max-width: 940px;
  }
}

.slide--strikethrough-heading h2 .condensed {
  letter-spacing: 10px;
}

.slide--strikethrough-heading p span {
  letter-spacing: 4px;
}

.slide--strikethrough-heading p strong {
  font-weight: 600;
  font-size: 1.6em;
  letter-spacing: 8px;
}

.subheaderbanner__desktop-img,
.headerbannerslider__desktop-img,
.bannerpanelright__desktop-img {
  display: none;
}

@media (min-width: 992px) {
  .subheaderbanner__desktop-img,
  .headerbannerslider__desktop-img,
  .bannerpanelright__desktop-img {
    display: block;
  }
}

.subheaderbanner__mobile-img,
.headerbannerslider__mobile-img {
  display: block;
}

@media (min-width: 992px) {
  .subheaderbanner__mobile-img,
  .headerbannerslider__mobile-img {
    display: none;
  }
}

@media (min-width: 481px) {
  .subheaderbanner__mobile-img,
  .headerbannerslider__mobile-img {
    max-height: 100vh;
  }
}

.subheaderbanner__mobile-img img,
.headerbannerslider__mobile-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
}

.bannerpanelright__mobile-img {
  display: block;
}

@media (min-width: 992px) {
  .bannerpanelright__mobile-img {
    display: none;
  }
}

@media (min-width: 576px) {
  .bannerpanelright__mobile-img {
    max-height: 100vh;
  }
}

.bannerpanelright__mobile-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .bannerpanelright__mobile-img img {
    max-height: none;
    height: auto;
    max-width: 100%;
  }
}

.promo-listing--bottom-aligned p {
  margin-bottom: 0.2em;
}

.promo-listing--bottom-aligned .v-align {
  justify-content: flex-end;
}

.promo-listing--bottom-aligned .html-summary p {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.2;
}
