@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaNewMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura;
  src: url('../fonts/FuturaNewDemi.otf') format("opentype"), url('../fonts/FuturaNewBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #ba9765;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Futura, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #ba9765;
  text-decoration: underline;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.page-wrapper.blue-bg {
  background-color: #173040;
}

.container {
  flex-flow: column;
  align-self: center;
  max-width: 1200px;
  position: static;
}

.section {
  color: #fff;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.hero-content {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 0 2rem 2rem;
  display: flex;
  position: relative;
}

.hero-logo {
  align-self: center;
  width: 600px;
}

.tree-img-left {
  width: 35vw;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.image, .tree-left {
  mix-blend-mode: multiply;
}

.tree-img-right {
  width: 35vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.image-2 {
  width: 500px;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  max-width: 61ch;
  font-family: Futura, Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.h1.gold {
  color: var(--gold);
}

.reg-button {
  background-color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.image-3 {
  align-self: center;
  width: 110px;
}

.ber-logo {
  width: 6.7em;
}

.phone-number {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 1.1em;
  text-decoration: none;
}

.footer {
  z-index: 5;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 12vw;
  position: relative;
}

.image-7 {
  width: 7.3em;
}

.dng-footer {
  flex-flow: column;
  display: flex;
}

.image-8 {
  width: 7em;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: .5em;
}

.image-6 {
  width: 6em;
}

.eire-logo {
  max-width: 220px;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

.spacer-med {
  height: 3rem;
}

.reg-para {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checlklabel {
  font-size: 12px;
  line-height: 16px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
  display: flex;
}

.close {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:hover {
  background-color: #d42222;
}

.reg-subhead {
  font-size: 1vw;
  font-weight: 400;
}

.reg-panel {
  z-index: 10;
  float: right;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: #0b1f2efa;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: 100%;
  padding: 56px 47px 60px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.field {
  color: #000;
  letter-spacing: 1px;
  border: 1px #000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 5px;
  font-weight: 500;
}

.field.textarea {
  height: 65px;
}

.text-span {
  color: #93b7be;
  text-decoration: underline;
}

.button {
  color: #1e3c35;
  background-color: #b09c6100;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #1e3c35;
  border-color: #6d6d6d;
}

.button.fw {
  color: #464b56;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.fw:hover {
  background-color: #ffffffa3;
}

.reg-head {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.check {
  border: 2px solid #fff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.checkfield {
  text-transform: none;
  padding-left: 25px;
}

.reg-border-box {
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reg-button-form {
  background-color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.tel {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    flex: 1;
  }

  .ber-logo {
    width: 4.2em;
  }

  .phone-number {
    text-align: center;
    font-size: 1.8vw;
  }

  .footer {
    justify-content: space-between;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
  }

  .text-block {
    text-align: center;
    font-size: 1vw;
  }

  .checlklabel {
    font-size: 1em;
  }

  .reg-subhead {
    font-size: 2vw;
  }

  .reg-panel {
    transform: translate(100%);
  }
}

@media screen and (max-width: 767px) {
  .hero-logo {
    width: 480px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ber-logo, .eire-logo {
    align-self: center;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .reg-subhead {
    font-size: 3vw;
  }

  .reg-panel {
    width: 100%;
    transform: translate(100%);
  }

  .button {
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .hero-logo {
    width: 270px;
  }

  .h1.gold {
    font-size: 22px;
  }

  .reg-button {
    font-size: 16px;
  }

  .ber-logo {
    width: 9em;
  }

  .phone-number {
    font-size: 7vw;
  }

  .footer {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-7 {
    width: 11em;
    font-size: 4vw;
  }

  .dng-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 6vw;
  }

  .image-8 {
    width: 14em;
  }

  .text-block {
    font-size: 3vw;
  }

  .image-6 {
    width: 12em;
  }

  .reg-subhead {
    font-size: 4vw;
  }

  .reg-panel {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    transform: translate(100%);
  }

  .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reg-button-form {
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaNewMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaNewDemi.otf') format('opentype'), url('../fonts/FuturaNewBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}