body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.invert-icon-color {
  filter: brightness(0) invert(1);
}

.no-scroll {
  position: fixed;
}

/* MOBILE MENU */


.BN_menu__overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #004e38;
  overflow-y: hidden;
  transition: 0.5s;
}
.BN_menu__overlay.BN_account_overlay {
  height: auto;
  position: static;
  margin: 30px auto;
}

.BN__account_menu_mobile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  padding-right: 20px;
}

.BN_mobile_menu_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 406px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 20%;
}

.BN_menu__overlay_account {
  font-family: "Avenir-Book";
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

{# .BN_menu__overlay_account li {
  margin-bottom: 32px;
} #}

.BN_menu__overlay_account ul {
  list-style: none;
  padding-inline-start: 0px!important;
}

.BN_menu__overlay_content {
  font-family: "Avenir-Book";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 32px;
  width: 164px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.BN_menu__overlay_content li {
  margin-bottom: 32px;
}

.BN_menu__overlay_content ul {
  list-style: none;
  padding-inline-start: 0px!important;
}

.BN_menu__overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}

.BN_btn_white {
    width: auto;
    border-radius: 52px;
    gap: 8px;
    color: #004e38!important;
    background-color: #ffffff!important;
    height: 30px;
    margin-top: 26px;
    align-items: center;
    justify-content: center;
    padding: 0px!important;
  }

.BN_menu__overlay_account a:hover, .BN_menu__overlay_account a:focus {
  text-decoration: underline;
}

.BN_menu__overlay_content a:hover, .BN_menu__overlay_content a:focus {
  text-decoration: underline;
}

.BN_menu__overlay .closebtn, .BN_menu__overlay .search-closebtn {
  position: absolute;
  top: 16px;
  right: 45px;
  font-size: 60px;
  font-family: "Avenir-Book";
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .BN_menu__overlay {overflow-y: auto;}
  .BN_menu__overlay .closebtn {
    top: 17px;
    right: 0px;
  }
  .BN_menu__overlay .search-closebtn {
    top: 10px;
    right: 0px;
  }
}

/* MOBILE END */

/* TABLET MENU */
@media screen and (max-width: 940px){
  .BN_mobile_menu_wrapper {
    width: 100%!important;
    left: 0px!important;
  }
  
   .header__account_menu_wrapper {
    display: flex;
    gap: 16px;
    min-width: 166px;
    justify-content: center;
  }

  .BN_menu__overlay.BN_account_overlay {
    height: auto;
    position: static;
    margin: 30px auto;
  }

  .BN_menu__overlay_content {
    font-family: "Avenir-Book";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 32px;
    width: 164px;
    height: 100%;
    margin: 0 auto;
  }
}

/* TABLET END */

.header {
  position: absolute;
  top: 0px;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
}

.BN_header_wrapper {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 1800px;
  padding: 0 40px 0 40px;
}

.header__logo-container {
  display: flex;
  align-items: center;
}

.header__logo-wrapper {
  width: 200px;
}

.header__logo-wrapper img {
  width: 100%;
  height: 100%;
}

.header__topNav-wrapper, .header__topNav-wrapper-white {
  font-size: 20px;
  font-family: "Avenir";
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__accountNav-wrapper, .header__accountNav-wrapper-white {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 20px;
}

.header__account_menu_wrapper {
  display: flex;
  gap: 16px;
  min-width: 193px;
  justify-content: center;
}

.header__account_menu_wrapper.active {
  background-color: #004e38;
}

.BN_user_name.active {
  color: #fff;
}

.BN_my_account.active img {
  filter: brightness(0) invert(1);
}

.material-symbols-outlined.active img {
  filter: brightness(0) invert(1);
}

.BN__menu_search {
  padding-left: 15px;
  cursor: pointer;
  background: none;
  border: none;
}

.header__topNav-wrapper .bn_top_navigation ul, .header__topNav-wrapper-white .bn_top_navigation ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0px;
  align-items: center;
}

.header__topNav-wrapper .bn_top_navigation ul::after {
  content: " | ";
  padding: 13px 0px 13px 15px;
}

.header__topNav-wrapper li, .header__topNav-wrapper-white li {
  padding: 13px 15px;
}

.BN_dropdown_links {
  padding: 13px 0px;
  color: #FFFFFF;
}

.BN_btn_white li {
  color: #004e38;
  padding: 0px;
}

.BN_dropdown_links:hover {
  text-decoration: underline;
}

.header__topNav-wrapper a {
  text-decoration: none;
  color: #191919;
  font-size: 20px;
  font-family: "Avenir";
  text-overflow: unset !important;
  max-width: 100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0px;
    padding-top: 13px;
    text-overflow: unset;
    text-decoration: none;
    max-width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  text-decoration: underline;
}

.header__topNav-wrapper-white a {
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  font-family: "Avenir";
  padding: 0px !important;
  text-overflow: unset !important;
  max-width: 100% !important;
}

.header__topNav-wrapper a:hover, .header__topNav-wrapper-white a:hover {
  text-decoration: underline;
}

.header__topNav-hamburger {
  display: none; 
}

.BN_user_name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: "Avenir";
  font-weight: 400;
  gap: 8px;
}

.BN_user_name span {
  justify-content: center;
  align-items: center;
  display: flex;
}

.material-symbols-outlined {
  transform: rotate(0deg);
  transition: all 0.3s;
}

.active span {
  transform: rotate(180deg);
}

.BN_my_account .BN_user_name a {
  text-decoration: none!important;
}

.header__topNav-wrapper .BN_user_name span:hover {
 text-decoration:none;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

@media (max-width: 1200px) {
  .header__topNav-wrapper, .header__topNav-wrapper-white {
    display: none !important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }
  
  .BN_header_wrapper {
    align-items: center;
  }
  
  .BN_my_account {
    left: auto !important;
    top: 5px !important;
    position: relative !important;
  }
  
  .BN_menu__overlay_content .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    padding-inline-start: 40px;
  }
  
  .header__topNav-hamburger {
    display: flex;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
  }
  
  .header__logo-wrapper {
    width: 150px;
  }
  
  .BN__menu_search {
    position: absolute;
    top: 25px;
    left: 20px;
    font-family: 'Avenir';
    font-size: 25px !important;
    display: flex;
    align-items: center;
    color: white;
    padding-bottom: 10px;
  }
  
  .BN__menu_search img{
    margin-left: 8px;
  }
}

@media (max-width: 640px) {
  .BN_header_wrapper {
    padding: 0 15px 0 15px;
  }
  
  .header__account_menu_wrapper {
    display: none;
  }
}

@media (max-width: 450px) {
  .BN_menu__overlay {overflow-y: auto;}
  .BN_menu__overlay .closebtn {
    top: 0px;
    right: 0px;
  }
  .BN_menu__overlay .search-closebtn {
    top: 0px;
    right: 0px;
  }

  .material-symbols-outlined {
    filter: brightness(0) invert(1)!important;
  }
}

@media print {
  .header__topNav-wrapper, .header__topNav-wrapper-white {
    display: none;
  }
  
  .header__topNav-hamburger {
    display: none;
  }
}

/* SEARCH */

.BN_search_container {
  max-width: 1000px; 
  padding-left: 20px;
  padding-right: 20px; 
  margin: 0 auto;
  position: relative;
  top: 80px;
}

.hssa-demo,
.hssa-element {
  position: relative;
  font-family: 'Avenir'; }
  .hssa-demo *, .hssa-demo *:before, .hssa-demo *:after,
  .hssa-element *,
  .hssa-element *:before,
  .hssa-element *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.hssa-input-label label {
  display: inline-block;
  padding: 5px 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease; }

.hssa-input-wrapper {
  position: relative; }
  .hssa-input-wrapper input[type="search"], .hssa-input-wrapper input[type="text"] {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    font-family: 'Avenir';
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    padding: 20px 15px 10px 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .hssa-input-wrapper input[type="search"]::-webkit-input-placeholder, .hssa-input-wrapper input[type="text"]::-webkit-input-placeholder {
      color: #fff; }
    .hssa-input-wrapper input[type="search"]:-ms-input-placeholder, .hssa-input-wrapper input[type="text"]:-ms-input-placeholder {
      color: #fff; }
    .hssa-input-wrapper input[type="search"]::-ms-input-placeholder, .hssa-input-wrapper input[type="text"]::-ms-input-placeholder {
      color: #fff; }
    .hssa-input-wrapper input[type="search"]::placeholder, .hssa-input-wrapper input[type="text"]::placeholder {
      color: #fff; }
.hssa-input--icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  pointer-events: none; }
  .hssa-input--icon svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }

.hssa-input-deco {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a5a5a5;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s cubic-bezier(0.19, 1, 0.22, 1); }

.hssa-results-outer {
  position: fixed !important;
  overflow: hidden;
  background: transparent;
  z-index:100; 
  top: 157px !important;
  left: 0;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .hssa-results-outer.is-focused.is-loading, .hssa-results-outer.is-focused.has-results {
    opacity: 1;
    visibility: visible; }
    .hssa-results-outer.is-focused.is-loading .hssa-results, .hssa-results-outer.is-focused.has-results .hssa-results {
      min-height: 130px;
      max-height: 500px;
      overflow-x: auto; }
  .hssa-results-outer.is-focused.is-loading .hssa-loader {
    opacity: 1;
    visibility: visible; }
  .hssa-results-outer.is-focused.has-results .hssa-loader {
    opacity: 0;
    visibility: hidden; }
  .hssa-results-outer.is-focused.has-results .hssa-results {
    min-height: 400px; }
  .hssa-results-outer.is-focused.has-empty-results {
    opacity: 1;
    visibility: visible; }
    .hssa-results-outer.is-focused.has-empty-results .hssa-loader {
      opacity: 0;
      visibility: hidden; }
    .hssa-results-outer.is-focused.has-empty-results .hssa-results {
      min-height: 130px; }

@-webkit-keyframes hssaLoader {
  0% {
    opacity: 0;
    -webkit-transform: translate(-55px, 0) scale(0.5);
            transform: translate(-55px, 0) scale(0.5); }
  45% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  55% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(55px, 0) scale(0.5);
            transform: translate(55px, 0) scale(0.5); } }

@keyframes hssaLoader {
  0% {
    opacity: 0;
    -webkit-transform: translate(-55px, 0) scale(0.5);
            transform: translate(-55px, 0) scale(0.5); }
  45% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  55% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translate(55px, 0) scale(0.5);
            transform: translate(55px, 0) scale(0.5); } }

.hssa-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 130px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }

.hssa-loader--icon {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .hssa-loader--icon span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-animation: hssaLoader 0.9s cubic-bezier(0.77, 0, 0.175, 1) infinite;
            animation: hssaLoader 0.9s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
    .hssa-loader--icon span:nth-child(2) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .hssa-loader--icon span:last-of-type {
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      margin-right: 0; }

@-webkit-keyframes resultItem {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes resultItem {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.hssa-results {
  min-height: 0px;
  max-height: 0px;
  /*overflow: scroll;
  border: 1px solid #fff;*/
  background: transparent;
  z-index: 100;
  border-top: none;
  border-bottom: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hssa-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    background: transparent; }
  .hssa-results li {
    border-bottom: 1px solid #fff; }
    .hssa-results li:last-child {
      border-bottom: none; }
    .hssa-results li > a {
      position: relative;
      display: block;
      padding: 15px;
      text-decoration: none;
      -webkit-transition: background .4s ease;
      -o-transition: background .4s ease;
      transition: background .4s ease; }
      .hssa-results li > a > *:last-child {
        margin-bottom: 0; }
      .hssa-results li > a:hover {
        /*background: #f7f7f7;*/ }
    .hssa-results li figure {
      width: 55px;
      height: 55px;
      margin: 0;
      position: relative;
      background: #ededed;
      float: left;
      margin-right: 12px;
      margin-bottom: 2px; }
      .hssa-results li figure span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .hssa-results li h6, .hssa-results li h5 {
      color: #fff;
      font-family: 'Avenir-Medium';
      -webkit-transition: color .4s ease;
      -o-transition: color .4s ease;
      transition: color .4s ease; }
    .hssa-results li p {
      margin: 0 0 5px;
      font-family: 'Avenir-Book';
      font-size: 12px;
      color: #fff; }
  .hssa-results .hssa-postmeta { display: none !important; }
  .hssa-results .hssa-middot { display: none !important; }
  .hssa-results .hssa-viewall a {
    position: relative;
    color: #fff;
    padding: 20px 15px; }
    .hssa-results .hssa-viewall a:hover svg {
      stroke: #a5a5a5; }
  .hssa-results .hssa-viewall--icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    top: 50%;
    right: 13px; }
    .hssa-results .hssa-viewall--icon svg {
      stroke: #d9d9d9;
      -webkit-transition: stroke .4s ease;
      -o-transition: stroke .4s ease;
      transition: stroke .4s ease; }
  .hssa-results .hs-search-highlight {
    background: rgba(165, 165, 165, 0.25); }

.hssa-nomatches {
  font-family: 'Avenir';
  color: #fff;
  margin: 0;
  padding: 15px; }

.hssa-truncate-content .hssa-results li h4,
.hssa-truncate-content .hssa-results li p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }