body {
  font-family: open sans;
}
html {
  scroll-behavior: smooth;
}

#header #mobile_accordion,
#header .tab-content {
  display: none;
}

#header .tab-btn.active {
  background: #2b464a !important;
}
#header .tab-btn.active .brxe-text-basic,
#header .tab-btn.active .brxe-heading {
  color: #e7edd7 !important;
}
#header .tab-btn.active .brxe-icon {
  color: #e7edd7 !important;
  fill: #e7edd7 !important;
}

#emailToast {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
  z-index: 9999;
  display: none;
  opacity: 0;
}

.copy-msg {
  background-color: #e8edd9;
  background-image: url(http://dfm-dev.westus.cloudapp.azure.com/dfm-main/wp-content/uploads/2025/07/check.svg);
  background-position: 24px 15px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 12px 24px 12px 60px;
  border-radius: 8px;
  color: #1d2a20;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-top: 22px;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
}
.copy-msg.show {
  visibility: visible;
  opacity: 1;
  position: static;
}

body > .skip-link {
  display: none;
}

@media screen and (max-width: 1360px) {
  #header #mobile_accordion .accordion-content-wrapper,
  #header #brxe-npzzba .accordion-content-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #header #header_menu_wrap li {
    display: none;
  }
  #header #header_menu_wrap li a,
  #header .brx-open #mobile_accordion,
  #header #toggle_icon_open,
  #header .brx-open #header_menu_wrap li:last-child {
    display: block;
  }
  #header #header_menu_right {
    position: static !important;
    justify-content: end !important;
    margin-left: auto;
  }
  #header #header_menu_wrap {
    position: absolute;
    top: 100%;
    overflow: visible;
    display: block;
    height: auto;
    min-height: 0px;
    bottom: auto;
    left: 0;
    z-index: 9;
    max-height: 283px;
    overflow-y: auto;
    background: #fff;
  }
  #header #mobile_accordion .accordion-title-wrapper {
    color: #1d2a20;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-height: 0px;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-bottom: -1px;
  }
  #header #mobile_accordion .accordion-title-wrapper h6 {
    color: #1d2a20;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat";
  }
  #header #mobile_accordion .accordion-title-wrapper i {
    color: #696969;
    fill: #696969;
  }
  #header #header_menu_wrap li a,
  #header #mobile_accordion .accordion-content-wrapper a {
    color: #2b464a;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 400;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #header #mobile_accordion > a {
    border-top: 1px solid #acacac;
  }
  #header .accordion-title-wrapper[aria-expanded="true"] .brxe-icon {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
}
