:root {
  --grey: #345e75;
  --white: white;
  --black: black;
  --primary: #5080d6;
  --secondary: #4bcfd4;
}

body {
  color: #0000009c;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #000000a1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #0006;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  column-count: 1;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  line-height: 26px;
}

a {
  color: var(--grey);
  font-weight: 700;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 22px;
  padding-left: 0;
}

em {
  color: #0000006b;
  font-style: italic;
}

.hero-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: .5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image.top {
  margin-top: -40vh;
}

.hero-image.top.video {
  height: 85%;
  margin-top: 0;
}

.img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.img.top {
  margin-top: 40vh;
}

.img.inline {
  height: 40vw;
  max-height: 500px;
  margin-bottom: 30px;
}

.row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.column._6666 {
  flex-basis: 66.66%;
  align-items: center;
}

.column._3333 {
  flex-basis: 33.33%;
}

.heading {
  color: #00000073;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding: 4.5vw 1.5vw;
  display: flex;
}

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

.text-container.top {
  justify-content: flex-start;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.item {
  flex: 1;
  justify-content: center;
  margin: .5vw;
  display: flex;
  position: relative;
}

.item.full-width {
  width: 100%;
}

.navbar {
  background-color: #fff0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  z-index: 900;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: 0 auto;
  align-items: center;
  height: 130px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: #fff;
}

.dropdown-link {
  color: #00000091;
  text-align: center;
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-link.coming-soon {
  color: #00000026;
  text-decoration: line-through;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  float: none;
  justify-content: center;
  display: flex;
}

.icon {
  margin-right: 0;
  position: relative;
}

.button {
  background-color: var(--grey);
  color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
  margin: 5px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.button:hover {
  color: #fff;
  background-color: #5d5d5d;
}

.button.light {
  color: var(--grey);
  background-color: #fff;
}

.button.light:hover {
  background-color: #f1f1f1;
}

.button-container {
  flex-wrap: wrap;
  margin: -5px -5px 23px;
  display: flex;
}

.nav-container {
  justify-content: center;
  display: flex;
}

.light {
  color: #ffffffa3;
}

.footer {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.footer-column {
  text-align: center;
  flex: none;
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-list {
  color: #fff;
  text-align: center;
  margin-left: 0;
}

.terms-banner {
  color: #ffffff54;
  text-align: center;
  background-color: #0000004d;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.columns {
  column-count: 2;
  column-gap: 3em;
}

.italic {
  color: #000000b5;
  max-width: 470px;
  margin-top: 38px;
  display: block;
}

.italic-text {
  color: #0000007d;
}

.unordered-list {
  margin-bottom: 0;
}

.h1 {
  color: #000000a6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.html-embed-2 {
  flex: 1;
  height: 100%;
}

.dark-box {
  background-color: var(--grey);
  color: #ffffffed;
  text-align: center;
  padding: 30px 46px;
}

.map {
  flex: 1;
  height: 500px;
}

.coming-soon {
  color: #ffffff3b;
  text-decoration: line-through;
}

.footer-link {
  color: #fff;
  font-weight: 400;
}

.logo {
  z-index: 100;
  width: 500px;
  margin: -122px auto 30px;
  display: block;
  position: relative;
}

.logo-container {
  z-index: 60;
  background-color: var(--grey);
  flex: 1;
  position: relative;
}

.hero-overlay {
  z-index: 25;
  background-image: linear-gradient(to top, #323232a1, #0000 29%);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.footer-logo {
  max-width: 250px;
  margin-top: 24px;
}

.background-video {
  flex: 1;
  height: 100%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  background-color: #c05d5d;
  padding: 10px;
}

.text-block-5.darker {
  background-color: #a74747;
  padding-top: 5px;
  padding-bottom: 5px;
}

.white-link {
  color: #fff;
}

.review_widget_container {
  color: #1a1a1a;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.review_widget {
  color: #222;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .row {
    flex-direction: column;
  }

  .column._3333.right {
    order: -1;
  }

  .nav-link {
    height: 90px;
  }

  .html-embed-2, .map {
    height: 500px;
  }

  .logo {
    width: 300px;
    margin-top: -74px;
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .column._3333.right {
    order: -1;
  }

  .nav-link {
    letter-spacing: 1px;
    text-transform: capitalize;
    height: 60px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
  }

  .columns {
    column-count: 1;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
  }

  .nav-link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    position: relative;
  }

  .nav-menu {
    background-color: var(--grey);
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .icon {
    display: block;
  }

  .button-container {
    flex-wrap: wrap;
  }

  .nav-container {
    justify-content: flex-end;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--grey);
  }

  .nav-text {
    float: left;
    display: block;
  }

  .logo {
    width: 220px;
    margin-top: -58px;
    margin-bottom: 8px;
  }
}


