#home-wrapper {
  margin-top: var(--header-offset, 6rem);
}
#home-wrapper #block-bc-breadcrumbs {
  display: none;
}

.text-nowrap {
  text-wrap: nowrap;
}

.font-im-fell-double-pica-sc {
  font-family: "IMFellGreatPrimerSC-Regular", serif;
}

.section-subtitle {
  font-size: 40px;
}

.section {
  color: #1a1a1a;
}

.no-gutters .col-12 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.path-frontpage {
  max-width: 100vw;
  overflow-x: hidden;
}
.path-frontpage .main.container {
  height: 0px;
  padding-bottom: 0px;
}
@media (min-width: 640px) {
  .path-frontpage .main.container {
    padding-bottom: 45px;
  }
}
.path-frontpage div#our-mission {
  margin-top: -128px;
}
.path-frontpage div#join-the-club {
  margin-top: -64px;
}
.path-frontpage div#top-stories {
  display: none;
}
.path-frontpage .wrap {
  flex-wrap: wrap;
}
.path-frontpage .container {
  max-width: 1200px;
}
.path-frontpage .large-image, .path-frontpage .small-image-row {
  padding-left: 16px;
  padding-right: 16px;
}
.path-frontpage .large-image img, .path-frontpage .small-image-row img {
  min-width: 125px;
  min-height: 125px;
  height: 125px;
  width: 125px;
  object-fit: cover;
}
.path-frontpage .article-big, .path-frontpage .article-small {
  border-radius: 2px;
  border: 1px solid var(--Neutral-200, #CDCFD4);
}
.path-frontpage #edit-container > *:first-child, .path-frontpage #edit-container > *:first-child > *:first-child {
  display: flex;
  flex-grow: 1;
}
.path-frontpage #edit-actions:has(.w-full) {
  width: 100%;
  margin-bottom: 0px !important;
}
.path-frontpage .stay-upto-date-wrapper form {
  height: 280px;
}
@media (min-width: 768px) {
  .path-frontpage .md\:mt-20 {
    margin-top: 5rem !important;
  }
}
@media (min-width: 640px) {
  .path-frontpage .stay-upto-date-wrapper form {
    height: auto;
  }
  .path-frontpage .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }
  .path-frontpage .sm\:small-image-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .path-frontpage .sm\:article-big, .path-frontpage .sm\:small-image-row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .path-frontpage #edit-actions:has(.w-full) {
    width: fit-content;
    margin-bottom: 1rem !important;
  }
  .path-frontpage .sm\:article-big, .path-frontpage .sm\:article-small {
    border-radius: 2px;
    border: 0px;
  }
  .path-frontpage .sm\:large-image {
    padding-left: 16px;
    padding-right: 16px;
  }
  .path-frontpage .sm\:large-image img {
    width: 100%;
    height: auto;
  }
  .path-frontpage .sm\:article-small {
    max-width: 195px;
  }
  .path-frontpage .sm\:article-small img {
    width: 195px;
    height: 195px;
    object-fit: cover;
    object-position: center;
  }
}

.border-gradient-orange {
  border: 1px solid #BA5216;
}

.border-b-tertiary-hide {
  border-bottom: 8px solid #5F4D4D;
}

.h-96 {
  height: 24rem !important;
}

.text-xxs {
  font-size: 0.625rem;
}

.text-gradient-orange {
  background: linear-gradient(90deg, #BA5216 15.1%, #E1781F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clearfix.nav > li.nav-item > a.nav-link {
  font-size: 19px;
}

.bg-gradient-orange {
  background: linear-gradient(90deg, #BA5216 15.1%, #E1781F 100%);
}

.bg-gradient-orange:hover, .bg-gradient-orange:focus {
  background: linear-gradient(90deg, #A63D17 15.1%, #E1781F 100%);
  border-color: transparent;
}

.bg-tertiary-sand {
  background-color: #EEE9DE;
}

.w-81 {
  width: 21.5rem;
}

.h-73 {
  height: 19.5rem;
}

.h-72 {
  height: 18rem !important;
}

.w-screen {
  width: 100vw;
}

@media (max-width: 576px) {
  /* If header is not fixed, content does NOT need that big top margin */
  #home-wrapper {
    margin-top: 0;
  }
  #home-wrapper img.min-w-full, #mobile-main-banner-image {
    margin-top: -9px !important;
  }
}
@media (max-width: 450px) {
  #main-tagline {
    width: 233px;
    text-align: center;
  }
}
@media (max-width: 1030px) {
  #main-tagline {
    font-size: 5vw;
  }
  .section-subtitle {
    font-size: 3vw;
    text-align: center;
    line-height: 6vw;
  }
}
@media (max-width: 578px) {
  #main-tagline {
    font-size: 26px;
  }
  .section-subtitle {
    font-size: 22px;
    text-align: center;
    line-height: 30px;
  }
  .section-buttons {
    width: 100%;
    flex-direction: column !important;
    font-size: 18px;
    padding: 10px;
  }
  .section-buttons a {
    width: 100%;
  }
  .section-text-container {
    padding: 10px 20px 30px 20px;
  }
  .section-text {
    font-size: 18px;
  }
}
