/*
Custom Stylesheet: Brenzys 
Description: This stylesheet is for Brenzys branded pages.
Version: 1.0.0
*/

:root {
  --brenzys-color-1: #003399;
  --brenzys-color-2: #d9e0f0;
  --brenzys-color-3: #eef4ff;
  --brenzys-color-4: #f4faff;
  --brenzys-color-5: #aadbec;
  --brenzys-color-6: #3a73cf;
  --brenzys-color-7: #19468d;
  --brenzys-color-8: #F3F7FF;
  --brenzys-color-9: #2465AF;
  --brenzys-color-10: #6694c7;
  --brenzys-color-11: #84A8E1;
}

/*-----------------------------------------------------------*/

/* VARIOUS */

.template-brenzys input,
.template-brenzys input[type="email"],
.template-brenzys input[type="number"],
.template-brenzys input[type="password"],
.template-brenzys input[type="search"],
.template-brenzys input[type="tel"],
.template-brenzys input[type="text"],
.template-brenzys input[type="url"],
.template-brenzys textarea,
.template-brenzys select,
.template-brenzys #infusion-clinic-locator input[type="text"] {
  border-color: var(--brenzys-color-1);
  background: #ffffff;
}
.template-brenzys a.button,
.template-brenzys button {
  background-color: var(--brenzys-color-1);
}

.template-brenzys a.button--alt-1,
.template-brenzys button.button--alt-1 {
  border: 2px solid var(--brenzys-color-1);
  background-color: #fff;
  color: var(--brenzys-color-1);
}

.template-brenzys P {
  color: #000000;
}
.template-brenzys span.subtitle {
  color: var(--brenzys-color-1);
}

.template-brenzys button {
  padding: 15px 20px 15px 20px;
  font-family: "Montserrat", sans-serif;
}

.template-brenzys a.button--alt-1,
.template-brenzys button.button--alt-1 {
  line-height: 1;
  padding: 14px 20px;
}

.template-brenzys ul:not(.custom-menu):not(.menu):not(.sub-menu):not(.select-dropdown__list) li {
  margin-bottom: 15px;
  padding-left: 4px;
}

.template-brenzys .about-talk-to-doc__pill-cont {
  border-color: #6394e3;
}

@media screen and (max-width: 500px) {
  .template-brenzys a.button--alt-1,
  .template-brenzys button.button--alt-1 {
    width:100%;
  }  
  .template-brenzys .leaving-modal a.button--alt-1,
  .template-brenzys .leaving-modal button.button--alt-1 {
    width:auto
  }
}

/*-----------------------------------------------------------*/

/* ICONS */

.template-brenzys .icon--globe::before {
  content: "";
  background: url("/brenzys/wp-content/uploads/sites/2/2024/07/icon-globe.png")
    center center / cover no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

/*-----------------------------------------------------------*/

/* HEADER & NAV */

.template-brenzys .main-navigation .main-nav ul.top-bar-mobile-nav li {
  background: var(--brenzys-color-1);
  color: #fff;
}
.template-brenzys
  .main-navigation.sub-menu-right.toggled
  .main-nav
  > ul.top-bar-mobile-nav
  > li
  > a {
  border-color: #fff;
  color: #fff;
}
.template-brenzys.page--login .site-header {
  border-top: 10px solid var(--brenzys-color-1);
}
.template-brenzys .top-bar {
  background: var(--brenzys-color-1);
}
.template-brenzys .nav-float-right #site-navigation {
  margin-right: -30px;
}
.template-brenzys .main-navigation .main-nav > ul > li.current-menu-item > a,
.template-brenzys
  .main-navigation
  .main-nav
  ul
  li:not([class*="current-menu-"]):hover
  > a,
.template-brenzys
  .main-navigation
  .main-nav
  ul
  li:not([class*="current-menu-"]):focus
  > a,
.template-brenzys
  .main-navigation
  .main-nav
  ul
  li.sfHover:not([class*="current-menu-"])
  > a,
.template-brenzys .main-navigation .menu-bar-item:hover > a,
.template-brenzys .main-navigation .menu-bar-item.sfHover > a,
.template-brenzys .main-navigation .main-nav ul li.current-menu-parent > a {
  color: var(--brenzys-color-1);
}

@media only screen and (min-width: 1465px) {
  .template-brenzys .main-nav > ul > li:not(:nth-of-type(2)) ul ul {
    right: 100%;
    transform: translateX(-200%);
  }
}
@media only screen and (max-width: 1464px) and (min-width: 1100px) {
  .template-brenzys .main-nav > ul > li ul ul {
    right: 100%;
    transform: translateX(-200%);
  }
}
@media only screen and (max-width: 1100px) {
  .template-brenzys .main-nav > ul > li ul ul > li{
    padding-left:20px;
  }
  .template-brenzys .inside-header {
    border-top: 10px solid var(--brenzys-color-1);
  }
}

@media only screen and (max-width: 470px) {
  .template-brenzys .site-logo--main {
    flex: 0 1 auto;
    width: 36%;
  }
  .template-brenzys .site-logo--secondary {
    flex: 0 1 auto;
    width: 38%;
  }
  .template-brenzys .menu-toggle {
    padding: 0;
  }
  .template-brenzys .has-inline-mobile-toggle .header-widget {
    right: 65px;
  }
}

/* Tweaks for long French titles in specific dropdown */
.template-brenzys.fr .main-navigation .main-nav > ul > li:nth-of-type(3) > ul.sub-menu{
    width:350px;
}

.template-brenzys.fr .main-navigation .main-nav > ul > li:nth-of-type(3) > ul.sub-menu > li:nth-of-type(2) > ul{
    transform: translateX(-232%);
}




/*-----------------------------------------------------------*/

/* CUSTOM SECONDARY NAV (SEE FUNCTIONS.PHP FOR TEMPLATE MARKUP) */

/* style 1 */
.template-brenzys .custom-secondary-nav,
.template-brenzys .custom-secondary-navigation--desktop a,
.template-brenzys nav.custom-secondary-navigation--mobile button,
.template-brenzys nav.custom-secondary-navigation--mobile li,
.template-brenzys nav.custom-secondary-navigation--mobile a {
  background: var(--brenzys-color-2);
  color: var(--brenzys-color-1);
  border-color: var(--brenzys-color-1);
}
.template-brenzys .custom-secondary-navigation--desktop a:hover,
.template-brenzys .custom-secondary-navigation--mobile a:hover {
  background: var(--brenzys-color-3);
}
.template-brenzys nav.custom-secondary-navigation--mobile button span::after {
  background: url("/wp-content/uploads/sites/2/2024/07/brenzys-chevron-down.png")
    no-repeat center center;
}

/* style 2 */
.template-brenzys .style--2 .custom-secondary-nav,
.template-brenzys .style--2 .custom-secondary-navigation--desktop a,
.template-brenzys .style--2 nav.custom-secondary-navigation--mobile button,
.template-brenzys .style--2 nav.custom-secondary-navigation--mobile li,
.template-brenzys .style--2 nav.custom-secondary-navigation--mobile a {
  background: var(--brenzys-color-4);
  color: #53565a;
  border-color: var(--brenzys-color-1);
}
.template-brenzys .style--2 .custom-secondary-navigation--desktop a:hover,
.template-brenzys .style--2 .custom-secondary-navigation--mobile a:hover {
  background: #c5e0b8;
}
.template-brenzys
  .style--2
  nav.custom-secondary-navigation--mobile
  button
  span::after {
  background: url("/wp-content/uploads/2024/10/grey-chevron-down.png") no-repeat
    center center;
}

.template-brenzys .custom-menu li ul.sub-menu {
  background: #f9f9f9;
}
.template-brenzys .custom-menu ul.sub-menu li a{
  border-bottom:1px solid var(--brenzys-color-1);
}

.template-brenzys .custom-menu li.menu-item-has-children > a::after {
  content:"";
  width:13px;
  height: 9px;
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/down-caret-navy.svg") center center / cover no-repeat;
  position:absolute;
  transform: translate(8px, 9px); 
}
/*-----------------------------------------------------------*/

/* HEADER*/

.template-brenzys .site-logo--secondary img {
  max-height: 60px;
  width: 158px;
}


/*-----------------------------------------------------------*/

/* BANNER*/

.template-brenzys .page-banner {
  background-image: url("/brenzys/wp-content/uploads/sites/7/2025/04/brenzys-blue-banner-bg.png");
  overflow: hidden;
}

.page-banner.page-banner--brenzys-login h1 {
  max-width: 675px;
}
@media only screen and (max-width: 1285px) and (min-width: 1130px) {
  .page-banner.page-banner--brenzys-login img,
  .page-banner.page-banner--brenzys-my-harmony-team img {
    right: -15%;
  }
}
@media only screen and (max-width: 1129px) and (min-width: 1025px) {
  .page-banner.page-banner--brenzys-login img,
  .page-banner.page-banner--brenzys-my-harmony-team img {
    right: -25%;
  }
}
.page-banner.page-banner--brenzys-contact h1 {
  max-width: 700px;
  font-size:40px;
}
.page-banner.page-banner--brenzys-contact h1 span {
  font-size: 36px;
}
.page-banner.page-banner--brenzys-contact .banner--title-ver-2 p{
  max-width: 700px;
  font-size:27px;
}
.fr .page-banner.page-banner--brenzys-contact h1 {
  max-width: 855px;
}
.fr .page-banner.page-banner--brenzys-contact .banner--title-ver-2 p {
  max-width: 855px;
}
.page-banner.page-banner--brenzys-caregiver-information h1 {
  max-width: 580px;
}
.page-banner.page-banner--brenzys-support img {
  bottom: -2px;
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .page-banner.page-banner--brenzys-home img,
  .page-banner.page-banner--brenzys-support img {
    right: -15%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-banner--brenzys-home {
    padding-top: 30px;
  }
  .template-brenzys .page-banner h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .template-brenzys .page-banner {
    height: auto;
  }
  .template-brenzys .page-banner--faq{
    height:300px;
  }
  .template-brenzys .page-banner .main-container {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .page-banner.page-banner--brenzys-home img {
    display: block;
    position: relative;
    margin: -30px auto 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .page-banner--brenzys-contact .banner--title-ver-2 h1 span,
  .page-banner--brenzys-contact .banner--title-ver-2 p {
    font-size: 28px;
  }
}

.template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 {
  font-size: 40px;
    line-height:1.4;
    margin-bottom:0
    max-width:50%;

}
.template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
  font-size: 28px;
    font-weight:500;
    line-height:1.4;
}

@media only screen and (max-width: 1024px) {
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 {
      max-width: 60%;
  }
}
@media only screen and (min-width: 931px) {
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
        display:block;
    }
}
@media only screen and (max-width: 930px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 {
      font-size: 30px;
    }
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
      font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 {
      font-size: 24px;
    }
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
      font-size: 24px;
    }
}
@media only screen and (max-width: 600px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 {
      font-size: 18px;
    }
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
      font-size: 18px;
    }
}
@media only screen and (max-width: 600px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 {
      font-size: 14px;
    }
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
      font-size: 14px;
    }
}
@media only screen and (max-width: 548px) {
    .template-brenzys .page-banner.alt-2.page-banner--brenzys-contact h1 span {
        display: unset;
    }
}


.template-brenzys p.title {
  color: var(--brenzys-color-1);
}

.template-brenzys .contact-box.alt-2{
  background:var(--brenzys-color-3);
}

/*-----------------------------------------------------------*/

/* DIN FORM ROW */

.template-brenzys .din-form {
  background: linear-gradient(
      0deg,
      rgba(0, 51, 153, 0.15) 0%,
      rgba(0, 51, 153, 0.15) 100%
    ),
    #fff;
}
.template-brenzys .din-form-fields{
    align-items:stretch;
}
.template-brenzys .din-form-fields button{
  height:auto;
}

/*-----------------------------------------------------------*/

/* HOME */

.template-brenzys .home .page-banner.alt-2 h1 {
  font-size: 40px;
    line-height:1.5
}
.template-brenzys .home .page-banner.alt-2 h1 span {
  font-size: 30px;
    font-weight:500;
}
@media only screen and (max-width: 1024px) {
    .template-brenzys .home .page-banner.alt-2 h1 {
      max-width: 63%;
  }
}
@media only screen and (max-width: 930px) {
  .template-brenzys .home .page-banner.alt-2 h1 {
      font-size: 30px;
    }
    .template-brenzys .home .page-banner.alt-2 h1 span {
      font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
  .template-brenzys .home .page-banner.alt-2 h1 {
      font-size: 24px;
    }
    .template-brenzys .home .page-banner.alt-2 h1 span {
      font-size: 24px;
    }
}
@media only screen and (max-width: 600px) {
  .template-brenzys .home .page-banner.alt-2 h1 {
      font-size: 18px;
    }
    .template-brenzys .home .page-banner.alt-2 h1 span {
      font-size: 18px;
    }
}
@media only screen and (max-width: 600px) {
  .template-brenzys .home .page-banner.alt-2 h1 {
      font-size: 14px;
    }
    .template-brenzys .home .page-banner.alt-2 h1 span {
      font-size: 14px;
    }
}
.template-brenzys.fr .home .page-banner.alt-2 h1 {
  max-width:650px;
}

@media only screen and (max-width: 1060px) {
    .template-brenzys.fr .home .page-banner.alt-2 h1 {
      max-width:65%;
    }   
}
@media only screen and (max-width: 960px) {
  .template-brenzys.fr .home .page-banner.alt-2 h1 {
      font-size: 30px;
    }
    .template-brenzys.fr .home .page-banner.alt-2 h1 span {
      font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
  .template-brenzys.fr .home .page-banner.alt-2 h1 {
      font-size: 24px;
    }
  .template-brenzys.fr .home .page-banner.alt-2 h1 span {
      font-size: 24px;
    }
}
@media only screen and (max-width: 600px) {
  .template-brenzys.fr .home .page-banner.alt-2 h1 {
      font-size: 18px;
    }
  .template-brenzys.fr .home .page-banner.alt-2 h1 span{
      font-size: 18px;
    }
}
@media only screen and (max-width: 580px) {
  .template-brenzys.fr .home .page-banner.alt-2 h1 {
      font-size: 14px;
    }
  .template-brenzys.fr .home .page-banner.alt-2 h1 span{
      font-size: 14px;
      display:unset;
    }
}


@media only screen and (max-width: 548px) {
    .page-banner.alt-2 h1 span {
        display: inline-block;
    }
}

.template-brenzys .home-about-product-row__inner1 {
  background: var(--brenzys-color-1);
}
.template-brenzys .home-about-product-row__inner2 {
  background: var(--brenzys-color-2);
}

.template-brenzys .home-about-support__link.lnk--1 {
  background-color: var(--brenzys-color-2);
}

.template-brenzys .home-about-product-row > div:after {
  background-color: var(--brenzys-color-2);
}

.template-brenzys .home-about-support__link {
  background-color: var(--brenzys-color-1);
}

.template-brenzys .home-about-product-row > div:before {
  background-color: var(--brenzys-color-1);
}

.template-brenzys .home-about-support__link.lnk--2:before {
  content: url("/brenzys/wp-content/uploads/sites/2/2024/10/support-icon-map.png");
}

.template-brenzys .home-about-support__link.lnk--3:before {
  content: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-home-about-3.png");
}

.template-brenzys .home-about-support__link.lnk--4:before {
  content: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-home-about-4.png");
}

.template-brenzys .home-about-support-2__features-item-img {
  background: var(--brenzys-color-3);
}
.template-brenzys .home-about-support-2__features-item-text {
  background: var(--brenzys-color-1);
}

.template-brenzys .home-about-product-row__prod-box-cont {
  margin-bottom: 15px;
}
.template-brenzys .home-about-product-row__prod-box-top {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/brenzys-blue-bg-small.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.template-brenzys .home-about-product-row__prod-box-top > img {
  margin: 0 auto -10px auto;
}
.template-brenzys .home-about-product-row__prod-box-bottom {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.template-brenzys .home-about-product-row__prod-box-bottom > p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.template-brenzys .home-about-product-row__prod-box-bottom > a {
  color: var(--brenzys-color-1);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.template-brenzys .page-banner.alt-2.page-banner--brenzys-caregiver h1 span,
.template-brenzys .page-banner.alt-2.page-banner--brenzys-resources h1 span {
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
}
@media only screen and (max-width: 1250px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-injection img{
    left:unset!important;
    right:-15%;
  }
}
@media only screen and (max-width: 1024px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-about img{
    left: unset!important;
    right: -10%;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-ra img{
    left: unset!important;
    right: 0;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-jia img{
    left: unset!important;
    right: -5%;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-psa img,
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-pso img{
    left: unset!important;
    right: -6%;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-as img{
    left: unset!important;
    right: -13%;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-my-harmony-team img{
      left: 45%!important;
      right: unset;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-lifestyle img{
    left: unset!important;
    right: -10%;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-caregiver img{
    left: unset!important;
    right: 0;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-doc-talk img{
    left:unset!important;
    right:0;
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-resources img{
    left:unset!important;
    right:0;
  }
}
@media only screen and (max-width: 1000px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-my-harmony-team h1{
    font-size:32px
  }
}
@media only screen and (max-width: 700px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-my-harmony-team h1{
    font-size:26px
  }
}
@media only screen and (max-width: 640px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-my-harmony-team h1{
    font-size:26px
  }
}
@media only screen and (max-width: 520px) {
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-my-harmony-team img{
      max-height:160px;       
  }
  .template-brenzys .page-banner.alt-2.page-banner--brenzys-my-harmony-team h1{
    font-size:18px
  }
}
/*-----------------------------------------------------------*/

/* ABOUT */

.template-brenzys .about-what-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-about-what.png")
    center bottom / cover no-repeat;
}

.template-brenzys .about-cta-row {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/brenzys-blue-bg-medium.png")
    center / cover no-repeat;
}

.template-brenzys .about-how-row {
  background: var(--brenzys-color-3);
}

.template-brenzys .about-side-effects-2-row {
  background: var(--brenzys-color-3);
}

.template-brenzys .about-blurb-row {
  background: var(--brenzys-color-1);
}

.template-brenzys .about-side-effects-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-side-effects.png")
    60% top / cover no-repeat;
}

.template-brenzys .about-safety-info-row__inner {
  background: var(--brenzys-color-3);
}

.template-brenzys.about-safety-info-row__inner p:last-of-type {
  margin-bottom: 0;
}

.template-brenzys .about-cta-row__inner1 img {
  max-height: 360px;
  padding: 20px;
}
@media (max-width: 768px) {
  .template-brenzys .about-cta-row__inner1 img {
    padding-bottom: 0;
  }
}

.template-brenzys .about-how-row__inner2 {
  width: 50%;
  position: relative;
}
.template-brenzys .about-how-row__inner2:before {
  content: "";
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/brenzys/wp-content/uploads/sites/7/2025/05/how-does-brenzys-work-3.png")
    center center no-repeat;
  background-size: 80% auto;
  z-index: 9;
}
.template-brenzys.fr .about-how-row__inner2:before{
  background: url("/brenzys/wp-content/uploads/sites/7/2025/06/how-does-brenzys-work-3-fr.png")
    center center no-repeat;
}

.template-brenzys .about-how-row__inner2:after {
  z-index: 4;
}
@media (max-width: 1024px) {
  .template-brenzys .about-how-row__inner1 > div {
    flex-direction: column;
    display: flex;
  }
  .template-brenzys .about-how-row__inner1 {
    width: 100%;
  }
  .template-brenzys .about-how-row__inner2,
  .template-brenzys.fr .about-how-row__inner2 {
    width: 100%;
    padding-bottom: 73%;
    margin-left: -24px;
  }
  .template-brenzys .about-how-row__inner2:before,
  .template-brenzys.fr .about-how-row__inner2:before {
    width: calc(100% + 48px);
    background-size: 80% auto;
    z-index: 9;
  }
  .template-brenzys .about-how-row__inner2:after {
    bottom: 0;
  }
}
.template-brenzys .about-safety-info-alt-row {
  background: var(--brenzys-color-4);
}
.template-brenzys .about-safety-info-alt-row__box {
  border-color: var(--brenzys-color-6);
}
.template-brenzys .about-talk-to-doc {
  overflow: hidden;
  position: relative;
}
.template-brenzys .about-talk-to-doc > div:before {
  content: "";
  background-image: url("/brenzys/wp-content/uploads/sites/7/2025/04/icon-heart.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -185px;
  top: 6%;
  width: 155px;
  height: 155px;
}
.template-brenzys .about-talk-to-doc > div:after {
  content: "";
  background-image: url("/brenzys/wp-content/uploads/sites/7/2025/04/icon-stethoscope.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -170px;
  top: 20%;
  width: 155px;
  height: 155px;
}

/*-----------------------------------------------------------*/

/* INFUSION PAGE */

.template-brenzys .infusion-what-row {
  background: var(--brenzys-color-3);
}

.template-brenzys .infusion-what-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-infusion-what-background.png")
    65% top / cover no-repeat;
}

.template-brenzys .infusion-cta-row {
  background: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-blue-black-banner-bg.png")
    center top / cover no-repeat;
}

.template-brenzys .info-box-row__inner {
  background: var(--brenzys-color-1);
}

.template-brenzys .video-modal-row__container {
  background: var(--brenzys-color-1);
}

/*-----------------------------------------------------------*/

/* CAREGIVER INFORMATION */

.template-brenzys .caregiver-loved-one-row {
  background: var(--brenzys-color-3);
}

.template-brenzys .caregiver-resources-row a p,
.template-brenzys .caregiver-resources-row a {
  color: var(--brenzys-color-1);
}

/*-----------------------------------------------------------*/

/* SUPPORT */

.template-brenzys .support-tiles-row__item {
  background: var(--brenzys-color-1);
}

.template-brenzys .support-help-row {
  background: var(--brenzys-color-3);
}

.template-brenzys .support-clinic-locator-map .infusion-clinic-results,
.template-brenzys .support-clinic-locator-map .list-item.active {
  border-color: var(--brenzys-color-1);
}

.template-brenzys .support-downloads-row__guides a > p {
  color: var(--brenzys-color-1);
}

.template-brenzys .steps-content-row-1__inner2 > div {
  background: var(--brenzys-color-1);
}

.template-brenzys .support-resources-row,
.template-brenzys .support-links-row {
  background-color: var(--brenzys-color-3);
}

.template-brenzys .support-contact-row {
  background-color: var(--brenzys-color-3);
}

.template-brenzys .steps-title-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/2/2024/07/brenzys-support-blurb-background.png")
    50% 15% / cover no-repeat;
}

@media only screen and (min-width: 1450px) {
  .template-brenzys .steps-title-row__inner2:before {
    background-position: 50% 25%;
  }
}
.template-brenzys .steps-content-row-1__inner1-row .number-circle {
  background-color: var(--brenzys-color-1);
}

/* CONDITIONS */
.template-brenzys
  .content-l-image-r-row.conditions-ra
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/conditions-placeholder.png")
    50% 15% / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-row.conditions-jia
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/07/lady-girl-laptop.png")
    50% 15% / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-row.conditions-psa
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/conditions-placeholder.png")
    50% 15% / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-row.conditions-as
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/conditions-placeholder.png")
    50% 15% / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-row.conditions-pso
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/conditions-placeholder.png")
    50% 15% / cover no-repeat;
}

/*-----------------------------------------------------------*/

/* FOOTER */

/*-----------------------------------------------------------*/

/* UTILITY */

.template-brenzys .bg--brand-1 {
  background: var(--brenzys-color-1);
}
.template-brenzys .bg--brand-2 {
  background: var(--brenzys-color-2);
}
.template-brenzys .bg--brand-3 {
  background: var(--brenzys-color-3);
}
.template-brenzys .bg--brand-4 {
  background: var(--brenzys-color-4);
}
.template-brenzys .bg--brand-5 {
  background: var(--brenzys-color-5);
}
.template-brenzys .bg--brand-6 {
  background: var(--brenzys-color-6);
}
.template-brenzys .bg--brand-7 {
  background: var(--brenzys-color-7);
}

/* ACCORDION */
.template-brenzys
  .content-l-image-r-row.about-brenzys
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/couple-bike-jog.png")
    center top / cover no-repeat;
}

.template-brenzys .accordion-header > p > span {
  background: var(--brenzys-color-6);
}

@media only screen and (max-width: 768px) {
  .template-brenzys  .mobile-accordion-item button {
    border-color: #5b8bc3;
  }
  .template-brenzys .mobile-accordion-header[aria-expanded="true"] {
    background: #f3f7ff;
    color: #003399;
  }
  .template-brenzys .mobile-accordion-header::after {
    background: url("/brenzys/wp-content/uploads/sites/7/2025/05/caret-blue.svg");
  }
  .template-brenzys .mobile-accordion-content {
    background: #fafafa;
    background: var(--brenzys-color-8);
    border-color: #5b8bc3;
  }
  .template-brenzys .faq-mobile-question {
    border-color: var(--brenzys-color-1);
  }
  .template-brenzys .faq-mobile-question h3 {
    color: #2465af;
  }
  /* .template-brenzys .faq-mobile-answer resource-grid-block__title{
    display:none;
  } */
  .template-brenzys .faq-mobile-answer .resource-grid-block__item{
    margin-bottom:20px;
  }
  .template-brenzys .faq-mobile-answer .resource-grid-block__booklet-thumb{
    margin-top:15px;
  }
}

/* VARIOUS LAYOUTS */
.template-brenzys .support-blocks-row__item {
  background-color: var(--brenzys-color-3);
}

.template-brenzys .info-box-row-alt__box {
  background: var(--brenzys-color-1);
}
.template-brenzys
  .image-l-content-r-row.patient-support
  .image-l-content-r-row__inner1:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/elderly-lady-phone.png")
    center top / cover no-repeat;
}
.template-brenzys .image-l-content-r-row.patient-support {
  background-color: var(--brenzys-color-3);
}
.template-brenzys .content-l-image-r-row.lifestyle,
.template-brenzys .content-l-image-r-row.lifestyle4 {
  padding: 50px 0;
  background: var(--brenzys-color-3);
}
.template-brenzys
  .content-l-image-r-row.lifestyle
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/jogging-couple.png")
    center top / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-row.lifestyle4
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/rejecting-cigs.png")
    center top / cover no-repeat;
}
.template-brenzys
  .image-l-content-r-cntnd-row.lifestyle
  .image-l-content-r-cntnd-row__inner1 {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/man-at-laptop-focused.png")
    center center / cover no-repeat;
}
.template-brenzys .image-l-content-r-row.lifestyle2,
.template-brenzys .image-l-content-r-row.lifestyle3 {
  padding: 48px 0;
  background: var(--brenzys-color-3);
}
.template-brenzys
  .image-l-content-r-row.lifestyle2
  .image-l-content-r-row__inner1:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/woman-yoga-park.png")
    center center / cover no-repeat;
}

.template-brenzys
  .image-l-content-r-row.lifestyle3
  .image-l-content-r-row__inner1:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/aerial-box-pack.png")
    center center / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-cntnd-row.lifestyle2
  .content-l-image-r-cntnd-row__inner2 {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/video-call-phone.png")
    center center / cover no-repeat;
}
.template-brenzys
  .content-l-image-r-row.caregiver-info-3
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/elderly-man-holding-hand.png")
    center top / cover no-repeat;
}

.template-brenzys
  .content-l-image-r-row.caregiver-info
  .content-l-image-r-row__inner2:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/smiling-turtleneck-man.png")
    center top / cover no-repeat;
}
.template-brenzys
  .image-l-content-r-row.caregiver-info-2
  .image-l-content-r-row__inner1:before {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/woman-holding-elderly-arm.png")
    center top / cover no-repeat;
}

.template-brenzys .content-l-image-r-row.caregiver-info {
  padding: 45px 0;
}

.template-brenzys .content-l-image-r-row.caregiver-info .content-l-image-r-row__inner1 {
  padding: 80px 24px 80px 0;
}

.template-brenzys .image-l-content-r-row.caregiver-info-2 {
  padding: 75px 0 50px 0;
}
.template-brenzys
  .image-l-content-r-row.caregiver-info-2
  .image-l-content-r-row__inner2 {
  padding: 0 0 0 60px;
}
.template-brenzys .content-l-image-r-row.caregiver-info-3 {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .template-brenzys .content-l-image-r-row.caregiver-info .content-l-image-r-row__inner1 {
    padding: 60px 0 50px 0;
  }
  .template-brenzys .image-l-content-r-row.caregiver-info-2 .image-l-content-r-row__inner1 {
    width: 100%;
    padding-bottom: 90%;
    margin: 0 auto;
  }
  .template-brenzys .image-l-content-r-row.caregiver-info-2 .image-l-content-r-row__inner2 {
    padding: 40px 0 0 0;
  }

  .template-brenzys .content-l-image-r-row.caregiver-info{
    padding:0;
  }
  .template-brenzys .content-l-image-r-row.caregiver-info-3 > div {
    flex-direction: column-reverse;
  }
  .template-brenzys
    .content-l-image-r-row.caregiver-info-3
    .content-l-image-r-row__inner1 {
    padding: 40px 0 0 0;
  }
}
.template-brenzys .info-box-row-alt.alt-3 .info-box-row-alt__box {
  background: var(--brenzys-color-3);
}

.template-brenzys .narrow-info-box-row__inner {
  background: var(--brenzys-color-3);
}

.template-brenzys .speech-bubble-slider-row__item > div:first-child {
  /*     background: url("/brenzys/wp-content/uploads/sites/7/2025/04/speech-bubble-1.png") center top / 100% auto no-repeat; */
  background: var(--brenzys-color-3);
}
.template-brenzys .speech-bubble-slider-row__item > div:nth-child(2) {
  /*     background: url("/brenzys/wp-content/uploads/sites/7/2025/04/speech-bubble-2.png") center top / 100% auto no-repeat; */
  background: var(--brenzys-color-6);
}
.speech-bubble-slider-row__item > div:first-child:after {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/bubble-1-bottom.png")
    top center / 100% auto no-repeat;
  width: 30%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  left: 20%;
}
.template-brenzys .speech-bubble-slider-row__item > div:nth-child(2):after {
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/bubble-bottom-2.png")
    top center / 100% auto no-repeat;
  width: 30%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  right: 20%;
}
.template-brenzys .speech-bubble-slider-row .splide__pagination__page {
  background: #fda4c3;
}
.template-brenzys .speech-bubble-slider-row .splide__pagination__page.is-active {
  background: var(--brenzys-color-1);
}
.template-brenzys .doc-blocks-row__item {
  background: var(--brenzys-color-3);
}


.template-brenzys button.tab{
    background:#fff;
    color:#1f1f1f;

}
.template-brenzys .tab[aria-selected="true"],
.accordion.alt-2 .accordion-item.active button{
    color:var(--brenzys-color-9);
}
.template-brenzys .tab[aria-selected="true"],
.template-brenzys .tabs-content{
  background: var(--brenzys-color-8);
  border-color:var(--brenzys-color-1);
}
.template-brenzys .tabs-content:before,
.tab[aria-selected="true"]:after{
  background-color: var(--brenzys-color-8);
}
.template-brenzys button.tab{
    border-color:var(--brenzys-color-10);
}
.template-brenzys .accordion.alt-2 .accordion-item.active{
    border-color:var(--brenzys-color-1);
}
.template-brenzys .accordion.alt-2 .accordion-panel table,
.template-brenzys .accordion.alt-2 .accordion-panel table td{
    border-color:var(--brenzys-color-11);
}
.template-brenzys .accordion-panel a{
  color:var(--brenzys-color-7);
}
.template-brenzys .faq-tabs-row .accordion-panel a{
  color:inherit;
  font-weight:700;
}

.template-brenzys .resource-grid-block__booklet-thumb,
.template-brenzys .resource-grid-block.alt-1 .resource-grid-block__booklet-thumb{
    background: var(--brenzys-color-1);
}
.template-brenzys .resource-grid-block.alt-1 .resource-grid-block__download-bar a{
  color: var(--brenzys-color-1);
}
.template-brenzys.single-faq header.entry-header,
.template-brenzys.search-results header.page-header{
  background: url("/brenzys/wp-content/uploads/sites/7/2025/04/brenzys-blue-banner-bg.png") center center / cover no-repeat;
  padding:120px 0;
}

.template-brenzys div.asl_r.vertical{
  background: var(--brenzys-color-11);
}

.template-brenzys div.asl_m .probox .proclose svg{
  background:#fff!important;
  margin-top:1px;
}
.template-brenzys #ajaxsearchlite1 .probox, div.asl_w .probox{
  background-color:#fff!important;
  background-image:none;
  color:#1f1f1f;
  height:55px!important;
}

.template-brenzys div[id*='ajaxsearchlite'].asl_m {
  z-index:12!important;
}

.template-brenzys #ajaxsearchlite1 .probox .proinput input, 
.template-brenzys div.asl_w .probox .proinput input,
.template-brenzys #ajaxsearchlite1 .probox .proinput input::placeholder, 
.template-brenzys div.asl_w .probox .proinput input::placeholder{
  color:#1f1f1f!important;
  font-family: Montserrat;
  font-size: 17px;
  padding:10px 0px!important;

}

.template-brenzys div.asl_w .probox .promagnifier{
  height:100%;
  width:auto!important;
  font-family: Montserrat;
  font-size: 17px;
  background: var(--brenzys-color-1);
  padding:0 18px;
}
.template-brenzys div.asl_w .probox .promagnifier svg{
  display:none;
}
.template-brenzys .resource-grid-block-row__booklet-thumb {
  background: var(--brenzys-color-1);
}