* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col, .col-auto,
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-sm-auto,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-md-auto,
.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-lg-auto {
  width: 100%;
  padding: 0 15px;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6667%;
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6667%;
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6667%;
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3334%;
  flex: 0 0 33.3334%;
  max-width: 33.3334%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    display: block;
    margin: 0 auto;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }

  .container {
    max-width: 960px;
    display: block;
    margin: 0 auto;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6667%;
    flex: 0 0 91.6667%;
    max-width: 91.6667%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6667%;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .hide-mob {
    display: none !important;
  }
}
/**** VARIABLES ****/
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-weight: 400px;
  font-size: 20px;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  section {
    padding: 50px 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 100px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 20px;
}

/* GENERAL */
@media (min-width: 992px) {
  .hide--desktop {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 540px) {
  .hide--tablet {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide--mobile {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .hide--mobile--only {
    display: none !important;
  }
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--1 {
  margin-bottom: 15px !important;
}

.mb--2 {
  margin-bottom: 30px !important;
}

.text--white {
  color: white;
}

.text--black {
  color: black;
}

.text--blue {
  color: #010099;
}

.text--red {
  color: #E53131;
}

.text--upper {
  text-transform: uppercase;
}

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

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

.bg--white {
  background-color: white;
}

.bg--black {
  background-color: black;
}

.bg--grey {
  background-color: #DCDCDC;
}

.bg--blue {
  background-color: #010099;
}

.bg--cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold {
  font-weight: 700;
}

.semi {
  font-weight: 600;
}

.med {
  font-weight: 500;
}

.reg {
  font-weight: 400;
}

.fine {
  font-size: 0.95rem;
}

.rte :last-child {
  margin-bottom: 0;
}

input[type=submit] {
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  background-color: inherit;
  background-color: #F5DC56;
  -webkit-appearance: none;
  opactiy: 1;
  border-radius: 5px;
  font-size: 20px;
}

.btn {
  display: inline-block;
  color: #010099;
  background-color: #F5DC56;
  text-decoration: underline;
  padding: 20px 32px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.btn--outline {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 38px;
  transition: ease all 200ms;
  border-radius: 0px;
}
.btn--outline:hover {
  background-color: white;
  color: black;
}
.btn[disabled] {
  background-color: #c5c5c5;
  color: white;
}

/**** NAV *****/
header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
}

.top-info {
  position: relative;
  z-index: 101;
  font-family: "Montserrat", sans-serif;
}
.top-info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}
@media (max-width: 991px) {
  .top-info__item {
    padding: 6px 0px;
    font-size: 16px;
  }
}
.top-info__item > * {
  margin: 0 10px;
}
.top-info__item .socials {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-info__item .socials a {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .top-info__item .socials a {
    font-size: 20px;
  }
}
.top-info__item .socials a img {
  width: auto;
  height: 100%;
}

@media (max-width: 991px) {
  .nav .row {
    position: relative;
  }
}
.nav__item {
  font-family: "Montserrat", sans-serif;
}
.nav__item.business {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}
@media (max-width: 991px) {
  .nav__item.business {
    position: relative;
    z-index: 2;
    background-color: #fff;
    z-index: 101;
    padding: 10px 0px;
  }
}
@media (min-width: 992px) {
  .nav__item.business {
    margin: 0 -10px;
  }
}
.nav__item.business > * {
  padding: 0 10px;
}
.nav__item.business img {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .nav__item.business .heading {
    font-size: 12px;
  }
  .nav__item.business .image {
    height: 45px;
  }
}
.nav__item.business .hamburger-container .hamburger {
  height: 18px;
  position: relative;
  width: 40px;
}
.nav__item.business .hamburger-container .hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #010099;
}
.nav__item.business .hamburger-container .hamburger span:nth-of-type(1) {
  top: 0;
}
.nav__item.business .hamburger-container .hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav__item.business .hamburger-container .hamburger span:nth-of-type(3) {
  bottom: 0;
}
@media (max-width: 991px) {
  .nav__item.nav-links {
    position: absolute;
    bottom: 0;
    transition: transform 300ms ease;
    padding: 0;
    z-index: 100;
    font-weight: 600;
  }
  .nav__item.nav-links.in-view {
    transform: translateY(100%);
  }
}
@media (min-width: 992px) {
  .nav__item.nav-links {
    padding: 15px 0px;
  }
}
@media (min-width: 992px) {
  .nav__item.nav-links > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
    margin: 0 -5px;
  }
  .nav__item.nav-links > div .link {
    padding: 0 5px;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .nav__item.nav-links > div {
    /* IE10+ CSS styles go here */
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .nav__item.nav-links > div {
    flex-wrap: wrap;
    background: #142E56;
  }
  .nav__item.nav-links > div .link {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
    color: white;
  }
  .nav__item.nav-links > div .link + .link {
    border-top: 2px solid white;
  }
  .nav__item.nav-links > div .link.socials {
    padding: 15px 0px;
  }
  .nav__item.nav-links > div .link.socials .social + .social {
    margin-left: 10px;
  }
  .nav__item.nav-links > div .link.socials img {
    height: 25px;
    width: auto;
  }
}

footer {
  font-size: 14px;
  padding: 28px 0;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 540px) {
  footer {
    padding-bottom: 70px;
  }
  footer .row {
    max-width: 320px;
    margin: 0 auto;
  }
}
footer .footer-left .top-links {
  font-size: 18px;
}
@media (min-width: 992px) {
  footer .footer-left .top-links {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  footer .footer-left .top-links {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  footer .footer-left .top-links {
    text-align: center;
  }
  footer .footer-left .top-links a {
    display: block;
  }
  footer .footer-left .top-links a.bold {
    font-weight: 400;
  }
  footer .footer-left .top-links span {
    display: none;
  }
}
footer .footer-left .bottom-links .link:not(:last-of-type) {
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  footer .footer-left .bottom-links {
    margin-bottom: 50px;
  }
}
footer .footer-right > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
footer .footer-right .address .button {
  padding-top: 30px;
}
footer .footer-right .copy {
  margin-top: auto;
}

/*** SECTIONS ***/
.standard-slider::after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.standard-slider .item > div {
  position: relative;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .standard-slider .item > div {
    /* IE10+ CSS styles go here */
    overflow: hidden;
  }
}
.standard-slider .item > div img, .standard-slider .item > div picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .standard-slider .item > div img, .standard-slider .item > div picture {
    /* IE10+ CSS */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .standard-slider {
    /* IE10+ CSS styles go here */
    min-height: 200px;
    flex-wrap: nowrap !important;
    overflow: hidden;
  }
  .standard-slider * {
    height: 100%;
  }
  .standard-slider .row {
    display: block;
  }
}
@media (max-width: 991px) {
  .standard-slider {
    padding: 0;
  }
  .standard-slider .item {
    width: 88%;
    max-width: 400px;
    margin-right: 10px;
    height: 330px;
  }
}
@media (min-width: 992px) {
  .standard-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .standard-slider::after {
    content: "";
  }
  .standard-slider .item {
    min-width: calc(100% / 3);
    max-width: 50%;
    width: 100%;
    flex-basis: calc(100% / 3);
    flex-grow: 1;
    padding: 0 4px;
    margin-bottom: 8px;
    max-height: 240px;
  }
}

.home-splash {
  padding: 0;
}
.home-splash__slider {
  height: 635px;
}
@media (max-width: 991px) {
  .home-splash__slider {
    height: 300px;
  }
}
.home-splash__slider .item {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100%;
}
.home-splash__slider .item .image-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-splash__slider .item .image-bg > div {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-splash__slider .item .image-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.home-splash__slider .item .image-bg .image {
  position: relative;
  z-index: 1;
  position: relative;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-splash__slider .item .image-bg .image {
    /* IE10+ CSS styles go here */
    overflow: hidden;
  }
}
.home-splash__slider .item .image-bg .image img, .home-splash__slider .item .image-bg .image picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-splash__slider .item .image-bg .image img, .home-splash__slider .item .image-bg .image picture {
    /* IE10+ CSS */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.home-splash__slider .item .content-container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
  padding-top: 70px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-splash__slider .item .content-container {
    /* IE10+ CSS styles go here */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .home-splash__slider .item .content-container .row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-splash__slider .item .content-container {
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-splash__slider .item .content-container h1 {
    margin-bottom: 0px;
  }
}

@media (max-width: 540px) {
  .home-intro__item {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home-intro__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .home-intro__item.heading, .home-intro__item.copy {
    margin-bottom: 60px;
  }
}
.home-intro__item.logos, .home-intro__item.buttons {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .home-intro__item.logos > *:first-of-type, .home-intro__item.buttons > *:first-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .home-intro__item.buttons {
    flex-wrap: wrap;
  }
  .home-intro__item.buttons > div {
    width: 100%;
  }
  .home-intro__item.buttons > div .btn {
    width: 100%;
  }
  .home-intro__item.buttons > div:first-of-type {
    margin-bottom: 10px;
  }
}

.arrow {
  height: 28px;
}
.arrow img {
  height: 100%;
}

.happening {
  background-color: #E3E0E0;
}
@media (min-width: 992px) {
  .happening {
    background-color: #142E56;
    color: white;
  }
}
.happening__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .happening__heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) and (min-width: 540px) {
  .happening__heading {
    justify-content: center;
  }
}
.happening__slider {
  max-width: 1800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .happening__slider .item {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .happening__slider .item {
    width: 75%;
  }
  .happening__slider .item:last-of-type > div {
    padding-right: 15px;
  }
}
@media (max-width: 992px) and (min-width: 540px) {
  .happening__slider .item {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .happening__slider .item > div {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .happening__slider .item > div {
    padding: 0 10px;
  }
}
.happening__slider .item > div img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .happening--entertainment .happening__slider, .happening--bistro .happening__slider {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .happening--entertainment .happening__slider .item, .happening--bistro .happening__slider .item {
    width: 33.333333%;
  }
}
.happening--functions {
  color: black;
}
@media (min-width: 992px) {
  .happening--functions {
    background-color: #E3E0E0;
  }
}
.happening--functions .happening__slider {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .happening--functions .happening__slider .item {
    width: 22.22%;
  }
  .happening--functions .happening__slider .item > div a {
    display: block;
    position: relative;
    height: 100%;
    height: 350px;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .happening--functions .happening__slider .item > div a {
    /* IE10+ CSS styles go here */
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .happening--functions .happening__slider .item > div a img, .happening--functions .happening__slider .item > div a picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .happening--functions .happening__slider .item > div a img, .happening--functions .happening__slider .item > div a picture {
    /* IE10+ CSS */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .happening--bistro {
    color: white;
    background-color: #142E56;
  }
}
.happening--bistro .heading {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .happening--bistro .heading {
    margin-bottom: 25px;
  }
}

.bowls .bottom-blue > div {
  background-color: #010099;
  padding: 25px;
}
.bowls .bottom-blue .rte em {
  display: block;
}
@media (min-width: 992px) {
  .bowls__container {
    margin: 0 -5px;
  }
}
@media (max-width: 991px) {
  .bowls__item {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .bowls__item {
    padding: 0 5px;
  }
}
.bowls__item.heading {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bowls__item.heading {
    margin-bottom: 40px;
  }
}
.bowls__item.large {
  height: 450px;
}
@media (min-width: 992px) {
  .bowls__item.large {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .bowls__item.large {
    height: 230px;
  }
}
.bowls__item.large > div {
  position: relative;
  height: 100%;
}
.bowls__item.large > div .image, .bowls__item.large > div .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bowls__item.large > div .image {
  z-index: 1;
}
.bowls__item.large > div .image > div {
  position: relative;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bowls__item.large > div .image > div {
    /* IE10+ CSS styles go here */
    overflow: hidden;
  }
}
.bowls__item.large > div .image > div img, .bowls__item.large > div .image > div picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bowls__item.large > div .image > div img, .bowls__item.large > div .image > div picture {
    /* IE10+ CSS */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.bowls__item.large > div .bg {
  z-index: 2;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.bowls__item.large > div .content {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.bowls__item.large > div .content .rte p {
  margin-bottom: 0;
}
.bowls__item.event > div {
  padding: 15px 25px;
}
.bowls__item.event .day {
  line-height: 1;
}
.bowls__item.membership > div {
  padding: 25px 23px;
}
.bowls__item.membership > div .rte p {
  margin-bottom: 0;
}
.bowls__item.bottom-terms {
  padding-top: 27px;
}
.bowls__item.bottom-terms > * {
  max-width: 735px;
  display: block;
  margin: 0 auto;
}

/* ENTERTAINMENT */
.club-events {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .club-events .row {
    margin: 0 -12px;
  }
  .club-events__item {
    padding: 0 12px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .club-events {
    padding-bottom: 0;
  }
}
.club-events .top-heading {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .club-events .top-heading {
    margin-bottom: 70px;
  }
  .club-events .top-heading > * {
    max-width: 700px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .club-events__item {
    padding: 0;
    text-align: center;
  }
}
.club-events__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.14;
  z-index: -1;
}
.club-events__item > div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 992px) {
  .club-events__item > div {
    min-height: 260px;
    height: 100%;
  }
}
@media (max-width: 992px) and (min-width: 540px) {
  .club-events__item > div {
    height: 100%;
  }
}
.club-events__item .left-heading, .club-events__item .right-content {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .club-events__item .left-heading, .club-events__item .right-content {
    max-width: 50%;
    flex-basis: 50%;
  }
}
.club-events__item .left-heading {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) and (min-width: 540px) {
  .club-events__item .left-heading {
    height: auto;
  }
}
@media (min-width: 992px) {
  .club-events__item .left-heading {
    display: flex;
    flex-direction: column;
  }
}
.club-events__item .left-heading .heading {
  display: block;
  padding: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .club-events__item .left-heading .heading {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .club-events__item .left-heading .heading span {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .club-events__item .left-heading .heading span {
    /* IE10+ CSS styles go here */
    margin: 0;
  }
}
@media (min-width: 992px) {
  .club-events__item .left-heading .image {
    flex-grow: 2;
    min-height: 260px;
  }
}
.club-events__item .left-heading .image > div {
  position: relative;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .club-events__item .left-heading .image > div {
    /* IE10+ CSS styles go here */
    overflow: hidden;
  }
}
.club-events__item .left-heading .image > div img, .club-events__item .left-heading .image > div picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .club-events__item .left-heading .image > div img, .club-events__item .left-heading .image > div picture {
    /* IE10+ CSS */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .club-events__item .right-content {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .club-events__item .right-content {
    font-size: 16px;
    padding: 15px 24px;
  }
}

@media (max-width: 991px) {
  .inner-intro {
    padding-top: 0;
    text-align: center;
  }
}
.inner-intro__item {
  padding-bottom: 25px;
}
.inner-intro__item > * {
  margin-bottom: 15px;
}
.inner-intro__item .button {
  padding: 10px 0;
}

.inner-club:nth-of-type(2n) {
  background-color: #E3E0E0;
}
@media (max-width: 991px) {
  .inner-club {
    text-align: center;
  }
}
.inner-club .copy {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .inner-club .copy {
    padding-bottom: 35px;
  }
}

@media (max-width: 540px) {
  .intro {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .intro .row {
    justify-content: space-between;
  }
}
.intro__item {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .intro__item {
    margin-bottom: 35px;
  }
}
.intro__item.heading .buttons .btn {
  margin-bottom: 15px;
}
.intro__item.heading .rte {
  margin-bottom: 30px;
}
.intro--top .buttons .btn {
  width: 100%;
}
.intro .solo-image {
  width: 100%;
}
@media (max-width: 991px) {
  .intro .solo-image {
    padding: 0;
  }
}
.intro .solo-image > div {
  width: 100%;
}
.intro .solo-image > div img {
  width: 100%;
}
@media (max-width: 991px) {
  .intro .solo-image > div {
    position: relative;
    height: 100%;
    height: 195px;
  }
}
@media (max-width: 991px) and (-ms-high-contrast: none), (max-width: 991px) and (-ms-high-contrast: active) {
  .intro .solo-image > div {
    /* IE10+ CSS styles go here */
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .intro .solo-image > div img, .intro .solo-image > div picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (-ms-high-contrast: none), (max-width: 991px) and (-ms-high-contrast: active) {
  .intro .solo-image > div img, .intro .solo-image > div picture {
    /* IE10+ CSS */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}

@media (max-width: 991px) {
  .contact-top {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .contact-top__item {
    margin-bottom: 35px;
  }
}
.contact-top__item.copy > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-top__item.copy > div .item:first-of-type {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .contact-top__item.map {
    padding: 0;
  }
}
.contact-top__item.map > div {
  padding-top: 35px;
  width: 100%;
  height: 295px;
}
@media (min-width: 992px) {
  .contact-top__item.map > div {
    height: 440px;
  }
}
.contact-top__item.map > div iframe {
  height: 100%;
  width: 100%;
}

.contact-form form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-family: inherit;
}
.contact-form form > div {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact-form form > div {
    margin-bottom: 10px;
    padding: 0;
  }
}
.contact-form form label {
  display: block;
  margin-bottom: 6px;
  text-align: left;
}
.contact-form form input:not([type=submit]), .contact-form form textarea {
  width: 100%;
  padding: 10px 15px;
}
.contact-form form input {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
  .accommodation {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .accommodation__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .accommodation__item {
    margin-bottom: 40px;
  }
}
.accommodation__item .rte p {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
