@font-face {
  font-family: Apercupro;
  src: url('../fonts/ApercuPro.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Apercupro;
  src: url('../fonts/ApercuPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --antique-white: #ede5cd;
  --cornsilk: #ede5cd;
  --midnight-blue: #1e354a;
  --dark-khaki: #96a85b;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.container1440 {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.banav {
  background-color: #0000;
}

.navcontainer {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  height: 65px;
  display: block;
}

.navitem {
  color: var(--antique-white);
  background-image: url('../images/divider_nav.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 10px;
  padding-right: 25px;
  font-size: 15px;
}

.navitem.w--current {
  color: var(--cornsilk);
  font-style: italic;
  font-weight: 300;
}

.homeintro {
  opacity: 1;
  color: #655e4b;
  background-color: #f0e9d3;
  border: 20px solid #655e4b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.balogo {
  margin-top: 22px;
}

.headersub {
  color: var(--antique-white);
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Apercupro, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.bluebg {
  background-color: var(--midnight-blue);
}

.bluebg.trans75 {
  background-color: #1e354abf;
}

.body {
  background-color: var(--antique-white);
  color: #1e354a;
  font-family: Hoeflertitling web;
}

.footer {
  background-color: var(--midnight-blue);
  color: var(--antique-white);
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading {
  color: var(--cornsilk);
  border-bottom: 1px solid #ede5cd80;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.footer-link {
  color: var(--antique-white);
  margin-bottom: 0;
  font-family: Apercupro, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footlink {
  color: var(--antique-white);
}

.footcol {
  width: 33%;
  padding-right: 20px;
}

.div-block-4 {
  width: 45%;
}

.div-block-5 {
  text-align: left;
}

.footlogo {
  flex: 1;
}

.footerlogos {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-block {
  color: #1e354a;
  text-align: center;
  width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-text, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: static;
}

.text-block.maxw {
  color: #655e4b;
  max-width: 500px;
  font-size: 16px;
  line-height: 23px;
}

.btn_more_light {
  color: var(--dark-khaki);
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 100% 60%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 20px 0 0;
  font-family: Hoeflertitling web;
  font-size: 14px;
  font-style: italic;
}

.btn_more_light.headcta {
  font-size: 15px;
}

.btn_more_light.headcta.ml10 {
  margin-left: 10px;
}

.link_light {
  color: var(--dark-khaki);
  text-decoration: none;
}

.socialcontainer {
  margin-top: 10px;
}

.socialicon {
  margin-right: 10px;
}

.text-block-2 {
  font-family: Apercupro, sans-serif;
}

.footfield {
  background-color: var(--midnight-blue);
  color: var(--antique-white);
  border-top: 0 solid #000;
  border-bottom: 1px solid #e6dec680;
  border-left: 0 #000;
  border-right: 0 solid #000;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Apercupro, sans-serif;
  line-height: 14px;
}

.footfield::placeholder {
  color: var(--cornsilk);
}

.footfield.mr10 {
  border-bottom-width: 1px;
  border-bottom-color: #e6dec680;
  margin-bottom: -1px;
  margin-right: 10px;
}

.div-block-6 {
  display: flex;
}

.form-block {
  margin-top: -10px;
}

.herobook {
  border-top: 1px none var(--cornsilk);
  color: #96a85b;
  border-bottom: 1px solid #96a85b;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0 15px;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.div-block-7 {
  margin-bottom: 60px;
  display: flex;
}

.headsubtxt {
  margin-left: 20px;
  margin-right: 10px;
  display: inline-block;
}

.headsubtxt.hoefler {
  font-family: Hoeflertitling web;
  font-size: 15px;
}

.image-2 {
  width: 130px;
  padding-top: 40px;
  position: static;
}

.div-block-8, .div-block-9, .div-block-10 {
  display: none;
}

.heading {
  letter-spacing: 2px;
  font-family: halyard-text, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 76px;
}

.btn_more_light_footer {
  color: var(--dark-khaki);
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 10px 20px 0 0;
  font-family: Hoeflertitling web;
  font-size: 14px;
  font-style: italic;
}

.text-block-5 {
  font-family: Apercupro, sans-serif;
  font-weight: 400;
}

.footlogo-bbs, .footlogo-bram {
  flex: 1;
}

.footer-container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.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;
}

.text-block-10 {
  color: #96a85b;
  font-family: cormorant-garamond, sans-serif;
  font-weight: 400;
}

.spacer-30 {
  width: 30px;
  height: 30px;
}

.spacer-100 {
  width: 100px;
  height: 100px;
}

.subheading {
  font-family: halyard-text, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.spacer-20 {
  width: 20px;
  height: 20px;
}

.text {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.heading-6 {
  color: #524c3c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: halyard-text, sans-serif;
  font-weight: 600;
}

.heading-6.light {
  color: var(--cornsilk);
}

.slider--image--wrapper {
  height: 100%;
}

.holding--text--wrapper {
  flex-flow: column;
  justify-content: space-between;
  padding: 24px 60px;
  display: flex;
}

.section--holding {
  color: #790000;
}

.body-text {
  color: #524c3c;
  max-width: 387px;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
}

.body-text.light {
  color: var(--cornsilk);
}

.holding--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 100svh;
}

.holding--text-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.slide-nav {
  display: none;
}

.left-arrow {
  margin-left: 100%;
  display: none;
}

.heading-1 {
  color: #524c3c;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-bold {
  font-weight: 400;
}

.page-full-width {
  max-width: none;
  height: 100%;
}

.holding--wrapper {
  background-color: #ede5cc;
  min-height: 100svh;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.holding--text {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.text--links--wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.holding--slider {
  background-color: #ede5cc;
  height: 100%;
  overflow: hidden;
}

.text--links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.heading-2 {
  color: #524c3c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: cormorant-garamond, sans-serif;
  font-weight: 400;
}

.text-section--wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.link-block {
  color: #790000;
  text-decoration: none;
}

.link-block.popup-btn.cursor {
  cursor: pointer;
}

.text-links {
  color: #524c3c;
  font-family: cormorant-garamond, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.right-arrow {
  display: none;
  right: -100px;
}

.footer--grid {
  grid-template-rows: auto;
  margin-left: 60px;
  margin-right: 60px;
}

.footer--wrapper {
  background-color: #524c3c;
  padding-top: 84px;
  padding-bottom: 84px;
}

.footer--logos {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link {
  color: #ede5cd;
}

.footer--text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ede5cc;
  flex-flow: column;
  display: flex;
}

.body--new {
  color: #524c3c;
  background-color: #ede5cc;
}

.popup--wrapper {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ede5cdb0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
}

.form--wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer--logos-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container1440 {
    padding-left: 0;
    padding-right: 0;
  }

  .navcontainer {
    padding-left: 20px;
    padding-right: 0;
  }

  .navitem {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 1px solid #ede5cd80;
    margin-left: 25px;
    margin-right: 25px;
    padding: 9px 14px 9px 0;
    display: block;
  }

  .navitem.w--current {
    font-style: italic;
  }

  .headersub {
    text-align: center;
    display: none;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footcol {
    flex: none;
    width: 50%;
  }

  .div-block-4 {
    width: 100%;
  }

  .footlogo {
    flex: none;
    align-self: center;
    width: 33%;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .footerlogos {
    flex-wrap: wrap;
  }

  .text-block {
    width: 60%;
  }

  .btn_more_light {
    object-fit: fill;
    background-position: 100%;
    background-size: auto;
    flex: 0 auto;
    display: block;
  }

  .headsubtxt.hoefler.mobile {
    margin-left: 0;
  }

  .headsubtxt.light {
    color: var(--cornsilk);
    margin-left: 0;
  }

  .menu-button {
    color: var(--cornsilk);
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--midnight-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100vh;
    display: block;
    overflow: hidden;
  }

  .div-block-8 {
    color: var(--cornsilk);
    text-align: left;
    border-top: 2px #e6dec661;
    border-bottom: 2px #e6dec661;
    flex-direction: column;
    align-self: stretch;
    margin: 20px 0 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Apercupro, sans-serif;
    display: flex;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 25px;
    display: flex;
  }

  .div-block-10 {
    border-bottom: 2px solid #e6dec661;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 20px;
    display: flex;
  }

  .link_light_2 {
    color: var(--cornsilk);
    text-decoration: none;
  }

  .footlogo-bbs {
    flex: none;
    align-self: flex-start;
    width: 33%;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footlogo-bram {
    flex: none;
    align-self: center;
    width: 33%;
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .bold-text-5 {
    font-family: Apercupro, sans-serif;
  }

  .text--links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .footer--grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer--wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer--logos {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer--logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer--logos-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .navitem {
    padding-left: 0;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-flex-container {
    margin-bottom: 20px;
  }

  .footcol {
    padding-right: 0;
  }

  .footcol.contact {
    padding-left: 20px;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .text-block {
    width: 80%;
  }

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

  .heading {
    text-align: center;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-sitemap {
    padding-left: 0;
    padding-right: 0;
  }

  .holding--text--wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .holding--text {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .holding--slider {
    min-height: 30svh;
  }
}

@media screen and (max-width: 479px) {
  .navitem {
    border-bottom: 1px solid #ede5cd80;
    margin-right: 25px;
    font-size: 18px;
  }

  .navitem.w--current {
    border-bottom: 1px solid #ede5cd82;
    border-radius: 0;
    margin-right: 25px;
    padding-top: 9px;
    font-family: Hoeflertitling web;
    font-size: 18px;
    font-style: italic;
  }

  .homeintro {
    justify-content: center;
    padding: 35px 35px 60px;
  }

  .balogo {
    width: 200px;
    margin-top: 24px;
  }

  .footer {
    text-align: left;
    padding: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footcol {
    width: 100%;
  }

  .footcol.contact {
    padding-left: 0;
  }

  .text-block {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block.maxw {
    margin-top: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .btn_more_light.headcta.ml10 {
    margin-left: -1px;
  }

  .herobook {
    text-align: center;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .menu-button {
    padding-top: 21px;
  }

  .image-2 {
    width: 50%;
  }

  .div-block-8 {
    margin-top: 15px;
    font-family: Apercupro, sans-serif;
    display: block;
  }

  .div-block-9 {
    padding-top: 15px;
  }

  .div-block-10 {
    border-bottom-width: 1px;
    border-bottom-color: #e6dec680;
    padding-bottom: 15px;
  }

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

  .footlogo-bbs {
    object-fit: contain;
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 0;
    padding: 0 15px;
    position: static;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-100 {
    width: 30px;
    height: 30px;
  }

  .subheading {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
  }

  .holding--grid {
    width: 100%;
  }

  .footer--grid {
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer--logos {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .popup--wrapper {
    height: 100svh;
    position: fixed;
  }

  .footer--logos-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2079a688-5d5a-35c7-22fd-7d76cdfaac92-e1016ce5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2079a688-5d5a-35c7-22fd-7d76cdfaaca5-e1016ce5 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a14e8a2-9d94-26b1-be95-ed586aba277a-e1016ce5 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2079a688-5d5a-35c7-22fd-7d76cdfaaca5-e1016ce5 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }
}


@font-face {
  font-family: 'Apercupro';
  src: url('../fonts/ApercuPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercupro';
  src: url('../fonts/ApercuPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}