:root {
  --white-smoke-2: #f0f0f0;
  --dark-slate-gray: #2d3e4f;
  --silver: #bec3c7;
  --white-smoke: #ecf0f1;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --dim-gray-2: #49647b;
  --dark-slate-gray-2: #404047;
  --white-smoke-3: #edeff2;
}

body {
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: #1e295d;
  width: 0%;
  min-width: 302px;
  display: block;
}

.brand-text {
  color: #bec3c7;
  letter-spacing: 1px;
  margin-top: -65px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.brand-text:hover {
  color: #edeff2;
}

.section {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  margin-bottom: 0;
  padding: 30px 40px 110px;
  position: relative;
}

.section.section-gray {
  background-color: #fff;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #e1e1e1;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  padding-top: 60px;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-heading {
  color: #bec3c7;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 3px 8px #000;
  background-color: rgba(45, 62, 79, .79);
  margin-bottom: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.hero-subheading {
  color: #eee;
  text-shadow: 2px 3px 8px #000;
  background-color: rgba(226, 166, 43, .8);
  margin-top: -19px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: rgba(0, 0, 0, 0);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #1e295d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-subheading.center {
  color: #888;
  text-align: center;
  margin-bottom: -55px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #bec3c7;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  border-style: solid;
  border-width: 0 5px 0 0;
  border-color: var(--white-smoke-2);
  background-color: #2d3e4f;
  background-image: linear-gradient(to bottom, black, var(--dark-slate-gray));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 329px;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: var(--silver);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.nav-link:hover {
  color: #edeff2;
}

.nav-link.w--current {
  color: #bec3c7;
  mix-blend-mode: normal;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 48px;
  display: block;
}

.logo-link.w--current {
  margin-top: 140px;
}

.social-footer {
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 10px;
}

.banner {
  float: none;
  clear: none;
  background-color: var(--white-smoke);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(rgba(45, 62, 79, .3), rgba(45, 62, 79, .3)), url('../images/typography.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.content {
  height: 100%;
}

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

.paragraph-form {
  margin-bottom: 0;
}

.image {
  margin-top: -42px;
  margin-bottom: 30px;
  padding-top: 0;
  display: block;
}

.paragraph {
  color: #888;
  margin-top: -351px;
  margin-bottom: 0;
  margin-left: 212px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading {
  color: #1e295d;
  font-size: 20px;
  font-weight: 500;
}

.container {
  margin-bottom: 83px;
}

.image-3 {
  margin-top: -326px;
  margin-bottom: 56px;
  margin-right: 14px;
  padding-top: 0;
  padding-right: 0;
}

.container-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  opacity: 1;
  text-decoration: underline;
}

.image-5 {
  margin-bottom: 0;
}

.image-5:hover, .image-6:hover, .image-7:hover, .image-8:hover, .image-9:hover, .image-10:hover, .image-11:hover, .image-12:hover {
  box-shadow: 5px 5px 15px #000;
}

.recaptcha {
  margin-top: -6px;
  display: block;
}

.nav-link-2 {
  color: #bec3c7;
  text-align: center;
  mix-blend-mode: normal;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: opacity .2s;
  display: block;
}

.nav-link-2:hover {
  color: #fff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-2 {
  width: 100%;
}

.section-3 {
  width: 10px;
  height: 100%;
  position: relative;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link {
  width: 75px;
}

.image-13 {
  padding: 10px;
}

.text-block {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 6px #000;
  margin-top: -38px;
  margin-bottom: 0;
  padding-left: 9px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.image-14 {
  margin-top: -53px;
  margin-left: 77px;
  margin-right: 0;
  padding-right: 0;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .logo-link.w--current {
    margin-top: 16px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }

  .image-2 {
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: 2px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .left-navigation {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link {
    margin-bottom: 26px;
    margin-left: 79px;
    padding-left: 0;
  }

  .logo-link.w--current {
    margin-top: 18px;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 18px;
    padding-left: 0;
  }

  .grid-fours {
    width: 33.333%;
  }

  .banner {
    padding-top: 0;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-subheading {
    margin-bottom: 30px;
    line-height: 30px;
  }

  .section-heading.centered {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .left-navigation {
    border-bottom-width: 3px;
    border-right-style: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

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

  .logo-link {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .logo-link.w--current {
    margin-bottom: auto;
  }

  .grid-fours {
    width: 50%;
  }

  .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/typography.jpg');
    background-size: auto, auto 100%;
    background-attachment: scroll, fixed;
    height: 450px;
    padding-bottom: 0;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph {
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2 {
    margin: 6px auto 11px 16px;
    padding-bottom: auto;
    padding-right: 0;
    display: block;
  }

  .nav-link-2 {
    text-align: center;
  }
}


