  .header {
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 40; }
  .header.is-active {
    height: 100%; }
  @media screen and (min-width: 1024px) {
    .header.is-active {
      height: unset; } }
  @media screen and (min-width: 1024px) {
    .header .mobile-only {
      display: none; } }
  .header .desktop-only {
    display: none; }
    @media screen and (min-width: 1024px) {
      .header .desktop-only {
        display: block; } }

.header__top-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .header__top-container {
      height: unset; } }

.header__row-top {
  background-color: #fff;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  z-index: 10;
  width: auto;
  height: unset;
  gap: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 1200px) {
    .header__row-top {
      padding: 15px 52px; } }
  .header__row-top .header__search {
    display: none;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      .header__row-top .header__search {
        display: block; } }
    @media screen and (min-width: 1024px) {
      .header__row-top .header__search {
        display: none; } }

.header__row-bottom {
  background-color: #282828;
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 0;
  justify-content: space-between;
  align-items: center; }
  .header__row-bottom.is-active {
    display: flex;
    overflow-y: scroll;
    position: absolute;
    height: 100%;
    bottom: 0;
    top: 0; }
    @media screen and (min-width: 1024px) {
      .header__row-bottom.is-active {
        position: inherit;
        height: auto;
        overflow: inherit; } }
  @media screen and (min-width: 1024px) {
    .header__row-bottom {
      background-color: #000021;
      padding: 8px 20px; } }
  @media screen and (min-width: 1200px) {
    .header__row-bottom {
      padding: 8px 52px; } }
  .header__row-bottom--desktop {
    display: none; }
    .header__row-bottom--desktop.is-active {
      display: none; }
      @media screen and (min-width: 1024px) {
        .header__row-bottom--desktop.is-active {
          display: flex; } }
    @media screen and (min-width: 1024px) {
      .header__row-bottom--desktop {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px; } }
  .header__row-bottom--mobile {
    background-color: #000000; }
    @media screen and (min-width: 1024px) {
      .header__row-bottom--mobile {
        display: none; } }
  .header__row-bottom .header-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .header__row-bottom .header__search {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .header__row-bottom .header__search {
      display: block; } }

.header__logo {
  background-image: url("/themes/custom/cbg_theme_2024/dist/images/logo-primary.svg");
  width: 118px;
  height: 53px; }
  @media screen and (min-width: 1024px) {
    .header__logo {
      width: 148px;
      height: 67px; } }
  @media screen and (min-width: 1350px) {
    .header__logo {
      width: 177px;
      height: 80px; } }

.layout-container.nagaunee .header__logo,
.layout-container.regenstein .header__logo,
.layout-container.windy .header__logo {
  background-image: url("/themes/custom/cbg_theme_2024/dist/images/logo-primary-all-black.svg"); }

.header__subsites-menu {
  display: none; }
  @media screen and (min-width: 1024px) {
    .header__subsites-menu {
      display: flex; } }
  .header__subsites-menu .market-menu__content {
    padding: 0;
    color: var(--dynamic-color);
    font-weight: 700; }
    .header__subsites-menu .market-menu__content:hover {
      color: var(--dynamic-hover-color); }
    .header__subsites-menu .market-menu__content.is-active {
      color: var(--dynamic-active-color); }
    @media screen and (min-width: 1024px) {
      .header__subsites-menu .market-menu__content {
        min-width: 200px; } }
    @media screen and (min-width: 1200px) {
      .header__subsites-menu .market-menu__content {
        padding: 4px 14px;
        font-size: 1rem;
        min-width: 231px; }
        .header__subsites-menu .market-menu__content .subsection-menu__short-title {
          font-size: 80%;
          font-weight: 500;
          letter-spacing: 0.1px; } }
    @media screen and (min-width: 1350px) {
      .header__subsites-menu .market-menu__content {
        min-width: 261px; } }
  .header__subsites-menu .market-menu__list {
    display: flex;
    gap: 13px; }
    @media screen and (min-width: 1024px) {
      .header__subsites-menu .market-menu__list {
        gap: 30px; } }
    @media screen and (min-width: 1350px) {
      .header__subsites-menu .market-menu__list {
        gap: 88px; } }

.header__market-menu {
  order: 1;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .header__market-menu {
      display: flex;
      order: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 1350px) {
    .header__market-menu .market-menu__content {
      font-size: 1rem;
      padding: 4px 14px; } }

.header__mobile-donate {
  padding: 24px 0 32px;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .header__mobile-donate {
      display: none; } }

.header__search-button-container {
  display: flex;
  flex-direction: row;
  align-items: center; }

.header__search {
  order: 0;
  padding: 12px 30px;
  transition: min-width ease-in-out 0.25s;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .header__search {
      min-width: 10px;
      order: initial;
      padding: 0 40px;
      width: calc(100% - 55px); } }
  @media screen and (min-width: 1024px) {
    .header__search {
      width: auto;
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .header__search.is-open {
      min-width: 350px; } }
  .header__search .js-form-type-textfield,
  .header__search .js-form-item-search {
    overflow: hidden;
    border-radius: 5px 0 0 5px; }
  .header__search .views-exposed-form .form-actions .button {
    margin-right: 0; }

.header__mobile-menu {
  display: block;
  order: 2;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .header__mobile-menu {
      display: none; } }
  .header__mobile-menu .main-menu {
    background-color: #000000; }

.header__menu-toggle {
  display: none;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .header__menu-toggle {
      background-color: transparent;
      border: 0;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      padding: 0; }
      .header__menu-toggle:hover, .header__menu-toggle:focus {
        background-color: transparent;
        border: 0; } }
  .header__menu-toggle .desktop-only {
    background-color: #7dd69d;
    font-weight: 600;
    padding: 25px 15px;
    color: #1f1f1f;
    border: 1px solid #7dd69d;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out, border 300ms ease-in-out; }
    .header__menu-toggle .desktop-only:hover {
      border-color: #dff5e8;
      background-color: #dff5e8; }
    .header__menu-toggle .desktop-only:active {
      background: #fff;
      color: #018375;
      border-color: #018375; }
  .header__menu-toggle.is-active .desktop-only {
    display: none; }

.header__mobile-toggle {
  color: #000021;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 24px;
  justify-content: center;
  width: 30px;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .header__mobile-toggle {
      display: none; } }

.header__bar {
  background-color: #000021;
  border-radius: 5px;
  height: 3px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  width: 30px; }
  .header__bar:nth-child(3) {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .header__bar {
      display: none; } }

@media screen and (min-width: 1024px) {
  .header__menu-toggle.is-active,
  .header__mobile-toggle.is-active {
    display: flex;
    width: 78px;
    height: 70px;
    align-items: center;
    justify-content: center; } }

.header__menu-toggle.is-active .header__bar,
.header__mobile-toggle.is-active .header__bar {
  margin-bottom: 5px; }
  .header__menu-toggle.is-active .header__bar:nth-child(2),
  .header__mobile-toggle.is-active .header__bar:nth-child(2) {
    opacity: 0; }
  .header__menu-toggle.is-active .header__bar:nth-child(1),
  .header__mobile-toggle.is-active .header__bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg); }
  .header__menu-toggle.is-active .header__bar:nth-child(3),
  .header__mobile-toggle.is-active .header__bar:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg); }
    @media screen and (min-width: 1024px) {
      .header__menu-toggle.is-active .header__bar:nth-child(3),
      .header__mobile-toggle.is-active .header__bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg); } }
  @media screen and (min-width: 1024px) {
    .header__menu-toggle.is-active .header__bar,
    .header__mobile-toggle.is-active .header__bar {
      display: flex;
      background-color: #000021; } }

.header__megamenu {
  background-color: #000021;
  display: none;
  flex-direction: row;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 40px 56px;
  position: fixed;
  width: 100%;
  scrollbar-width: auto;
  scrollbar-color: #7dd69d #000021;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .header__megamenu.is-active {
    display: none; }
    @media screen and (min-width: 768px) {
      .header__megamenu.is-active {
        display: flex;
        flex-flow: column;
        gap: 20px; } }
    @media screen and (min-width: 1024px) {
      .header__megamenu.is-active {
        flex-flow: row wrap; } }
    @media screen and (min-width: 1200px) {
      .header__megamenu.is-active {
        flex-flow: row; } }
  .header__megamenu::-webkit-scrollbar {
    width: 0.5rem; }
  .header__megamenu::-webkit-scrollbar-track {
    box-shadow: #000021;
    border-radius: 10px; }
  .header__megamenu::-webkit-scrollbar-thumb {
    background: #7dd69d;
    border-radius: 5px; }
  .header__megamenu::-webkit-scrollbar-thumb:hover {
    background: #018375; }

.header__main-menu {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .header__main-menu {
      width: 75%; } }

.header__garden-hours {
  display: none; }
  @media screen and (min-width: 1024px) {
    .header__garden-hours {
      display: block;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .header__garden-hours {
      width: 25%; } }
