/*Eversana styles*/
html .ph-h1,
html .ph-ptxt,
html h1,
html h2,
html h3,
html h4,
html h5 {
  /*page head text and RTE style*/
  font-family: Montserrat !important;
  font-style: normal;
}
html .ph-h1,
html .ph-ptxt {
  font-weight: 500 !important;
}
html h1,
html h2 {
  /*RTE headline style*/
  font-size: 1.25rem;
}
html h1,
html h2,
html h5 {
  /*RTE headline style*/
  line-height: 1.625rem;
}
html .ph-h1 {
  /*page head heading text*/
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
html .ph-ptxt,
html body {
  /*page head text and body style*/
  line-height: 1.375rem;
}
html .ph-ptxt {
  /*page head parapraph text*/
  font-size: 1rem;
}
html .ph-h1 b,
html .ph-h1 strong,
html b,
html strong {
  /*page head text and RTE style*/
  font-weight: 700;
}
html h1 {
  /*RTE style*/
  font-weight: 500;
}
html .text-large,
html h2 {
  /*RTE style*/
  font-weight: 400;
}
html h3 {
  /*RTE style*/
  font-weight: 700;
}
html h4 {
  /*RTE style*/
  font-weight: 600;
}
html h3 {
  /*RTE style*/
  font-size: 1.375rem;
}
html .text-large,
html h4 {
  /*RTE style*/
  font-size: 1.25rem;
}
html .text-large,
html h3 {
  /*RTE style*/
  line-height: 1.5rem;
}
html body {
  /*body defaults style*/
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  color: var(--scope-headline);
  font-weight: 500;
  background-color: #f0f6f8;
  word-break: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
html .text-large {
  /*RTE inline style*/
  font-weight: 400;
}
html .text-medium {
  /*RTE inline style*/
  font-size: 1.125rem;
  line-height: 1.625rem;
}
html .text-small {
  /*RTE inline style*/
  font-size: 0.875rem;
  line-height: 1.125rem;
}
html .rich-text a,
html .accordion-container-wrapper .accordion-dropdown a,
html .image-text-content a,
html .video-player-paragraph a {
  color: var(--scope-link);
  text-decoration: underline;
}
html .rich-text a:hover,
html .accordion-container-wrapper .accordion-dropdown a:hover,
html .image-text-content a:hover,
html .video-player-paragraph a:hover {
  /*color change on RTE link hover*/
  color: var(--scope-text);
  font-weight: 700;
  text-decoration: underline;
}
html small {
  font-weight: inherit;
}

html {
  /*removes extra font bolding in webkit*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

@media screen and (max-width: 991px) {
  main > .aem-Grid > .responsive-column-control,
  main > .aem-Grid > .responsivegrid,
  main > .aem-Grid > .experiencefragment,
  main > .aem-Grid > .videoplayer .video-player-small-content.p-wrapper,
  main > .aem-Grid > .videoplayercard .video-player-two-content {
    /*main build easy container padding on mobile*/
    padding-left: 1.313rem;
    padding-right: 1.313rem;
  }
  html a[href^="tel:"] {
    /*show as clickable link in mobile*/
    color: var(--scope-link) !important;
    text-decoration: underline !important;
  }
  html a[href^="tel:"]:hover {
    /*color change on link hover*/
    color: var(--scope-text) !important;
    font-weight: 400;
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) {
  html .ph-h1,
  html h1,
  html h2 {
    /*page head and RTE headline*/
    line-height: 2.625rem;
  }
  html .ph-h1,
  html h1 {
    /*page head and RTE headline*/
    font-size: 2.25rem;
  }
  html .ph-ptxt {
    /*page head text*/
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  html h2 {
    /*RTE headline style*/
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  html .isi-parent-wrap > .container,
  html header .h-sec > .container,
  html .pageHeaderComponent .header-container .text-wrapper-v4,
  html .video-player-small-wrapper {
    /* align header and ISI to page content */
    max-width: 1110px !important;
  }
}
/* Page level background color*/
body {
  background: #F0F6F8 !important;
}

header {
  background: white;
}

.ph-h1 {
  padding-top: 40px !important;
}

.fixed-top-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 50;
  background-color: #595454;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.fixed-top-banner a {
  color: #FFF;
  text-decoration: underline;
}

/* logo height is not working well with svg - below code for temp fix */
.h-limg {
  max-height: 100% !important;
}

/***HEADER****/
html .pageHeaderComponent {
  position: relative;
}
html .pageHeaderComponent .header-container {
  /* remove background color to header reset hyphens*/
  background: transparent;
}
html .pageHeaderComponent .header-container .mph-container-v4 {
  /* remove padding from container */
  padding-top: 0;
  padding-bottom: 0;
}
html .pageHeaderComponent .ph-v4-container {
  /* set to block so line-height is applied*/
  width: 100%;
}
html .pageHeaderComponent .ph-v4-container:nth-of-type(2) .text-small {
  /* set to block so line-height is applied*/
  display: block;
}
html .pageHeaderComponent .ph-ptxt {
  /* remove top/bottom margin from excerpt container */
  margin: 0;
}
html .pageHeaderComponent span {
  /* remove max-width on span */
  max-width: none;
}
html #page-head-variation-2 .pageHeaderComponent .img-pimary {
  /* change bg color for subq page  */
  background: linear-gradient(90deg, rgb(2, 54, 94) 0%, rgb(2, 54, 94) 50%, rgb(53, 172, 171) 50%, rgb(53, 172, 171) 100%);
}
html #page-head-variation-2 .pageHeaderComponent .img-pimary-mobile-v4 {
  /* change bg color for subq page  */
  background: linear-gradient(90deg, rgb(2, 54, 94) 0%, rgb(2, 54, 94) 50%, rgb(53, 172, 171) 50%, rgb(53, 172, 171) 100%);
}

@media (max-width: 1023px) {
  html .pageHeaderComponent p, html .pageHeaderComponent h1, html .pageHeaderComponent h2, html .pageHeaderComponent h3, html .pageHeaderComponent h4, html .pageHeaderComponent h5, html .pageHeaderComponent h6 {
    /* set to color of header text for mobile only */
    color: var(--scope-headline);
  }
  html .pageHeaderComponent .header-container {
    /* reset position on header container */
    position: initial;
  }
  html .pageHeaderComponent .header-container .mph-container-v4 {
    /* reset to position and padding of header text container */
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 0.875rem;
  }
  html .pageHeaderComponent .top-left-alignment .hero-text {
    /* reset to position and width of hero-text */
    position: relative;
    width: auto;
  }
  html .pageHeaderComponent > div {
    /* move excerpt above hero text on mobile */
    display: flex;
    flex-wrap: wrap-reverse;
  }
  html .pageHeaderComponent .ph-h1 {
    /* remove padding top from hero h1 */
    padding-top: 0 !important;
  }
  html .pageHeaderComponent .page-head-description {
    /* mobile font sizes for page head description */
    font-size: 1rem;
    line-height: 1.25rem;
  }
  html .pageHeaderComponent .ph-h1 br,
  html .pageHeaderComponent .page-head-description br,
  html .pageHeaderComponent .ph-v4-container:nth-of-type(2) br {
    /* remove forced breaks used for desktop/tablet wrapping */
    display: none;
  }
  html .pageHeaderComponent .img-pimary-mobile-v4 {
    /* set size/placement/background of mobile hero image container */
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    height: 9.375rem;
    width: 100%;
    background: linear-gradient(90deg, rgb(2, 54, 94) 0%, rgb(2, 54, 94) 50%, rgb(242, 98, 35) 50%, rgb(242, 98, 35) 100%);
  }
  html .pageHeaderComponent .ph-image-mobile-v4 {
    /* set size and placement mobile of hero image */
    height: 9.375rem;
    max-width: none;
    width: auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-66%);
  }
  html .pageHeaderComponent .ph-container-v4.ph-v4-container {
    /* set padding top of excerpt container leaving room for mobile image */
    padding-top: 10.25rem;
  }
  html .pageHeaderComponent .header-wrapper-ph-v5 {
    /* reset left/right padding and text align excerpt */
    text-align: right;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    max-width: none;
  }
  html .pageHeaderComponent .ph-v4-container:nth-of-type(2) .text-small {
    /* set size of disclaimer text in excerpt */
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 400;
  }
  html header .h-logo {
    margin-left: 1.8rem;
  }
}
@media (min-width: 1024px) {
  html .pageHeaderComponent {
    /* set height of page head  */
    height: 27.5rem;
    margin-bottom: 3.75rem;
  }
  html .pageHeaderComponent p, html .pageHeaderComponent h1, html .pageHeaderComponent h2, html .pageHeaderComponent h3, html .pageHeaderComponent h4, html .pageHeaderComponent h5, html .pageHeaderComponent h6 {
    /* set text color of page head  */
    color: #ffffff;
  }
  html .pageHeaderComponent .ph-h1 {
    /* set padding top of page head h1  */
    padding-top: 4.375rem !important;
  }
  html .pageHeaderComponent .img-pimary {
    /* set height and background gradient of head img container  */
    height: 27.5rem;
    width: auto;
    max-width: none;
    position: relative;
    background: linear-gradient(90deg, rgb(2, 54, 94) 0%, rgb(2, 54, 94) 50%, rgb(242, 98, 35) 50%, rgb(242, 98, 35) 100%);
  }
  html .pageHeaderComponent .ph-v4-image {
    /* set height and placement head desktop img  */
    width: auto;
    height: 27.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-52%);
    top: 0;
    max-width: max-content;
    display: block;
  }
  html .pageHeaderComponent .ph-image-mobile-v4 {
    /* hide mobile image, seeing 2 images at 1024px  */
    display: none;
  }
  html .pageHeaderComponent .top-left-alignment .hero-text {
    /* set width of page head text  */
    width: 50%;
  }
  html .pageHeaderComponent .page-head-description p {
    /* set font style of page head description  */
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 600;
  }
  html .pageHeaderComponent .ph-v4-container:nth-of-type(2) {
    /* set placement of excerpt  */
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1110px;
  }
  html .pageHeaderComponent .header-wrapper-ph-v5 {
    /* set width of excerpt  */
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1179px) {
  html .pageHeaderComponent .header-wrapper-ph-v5 {
    /* set margin left of excerpt to align text above */
    margin-left: 1rem;
  }
  html .ph-h1 br,
  html .page-head-description br {
    /* remove forced breaks used for desktop wrapping */
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  html .pageHeaderComponent .ph-h1 {
    /* set padding top of page head h1  */
    padding-top: 3.125rem !important;
  }
}
@media screen and (max-width: 991px) {
  main > .aem-Grid > .responsivegrid > .cmp-container > .pageHeaderComponent {
    /*fix margins to allow page head to be included inside of a background containere*/
    margin-left: -1.313rem;
    margin-right: -1.313rem;
  }
}
html .accordion-container-wrapper {
  /* remove all padding for accordion wrapper*/
  padding: 0;
}
html .accordion-container-wrapper .accordion .accordion-toggle:not(.open) {
  /* set color of closed accodion */
  color: var(--scope-link);
}
html .accordion-container-wrapper .accordion .open .arrow .icon-close-item svg path {
  /* set color of open accodion icon */
  fill: var(--scope-text);
}
html .accordion-container-wrapper .accordion .accordion-toggle.left-align {
  /* allow more space for toggle text */
  margin: 0 -1rem;
}
html .accordion-container-wrapper .accordion-dropdown {
  /* remove left/right padding for accordion wrapper*/
  padding-left: 1rem;
  padding-right: 1rem;
}
html .accordion-container-wrapper .accordion-dropdown .bgcolorcontainer {
  /* align bgcolorcontainer with copy */
  margin-left: -15px;
  margin-right: -15px;
}

html .global-utility-nav-item.active .global-utility-nav-indication-item p {
  /*indication p spacing*/
  color: var(--scope-text);
  margin-bottom: 0.5rem;
}
html .global-utility-nav-item.active .global-utility-nav-indication-item p:first-of-type {
  margin-bottom: 0.625rem;
}
html .global-utility-nav-item.active .global-utility-nav-indication-item p:last-of-type {
  margin-bottom: 0;
}
html .healthHub_richtext p {
  /*RTE variation 2 */
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 0.875rem 0.5rem;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: var(--scope-secondary);
  border: none;
  text-align: center;
}
html nav.navbar .parent-nav-item-link {
  color: var(--scope-link);
}
html nav.navbar .active-sub-title,
html nav.navbar .parent-nav-item-link.active-link-title,
html nav.navba .level2-nav-item-link.active-sub-title {
  color: var(--scope-text);
}

@media (max-width: 1023px) {
  html .parent-nav-item.nav-item-dropdown.show-inner-dropdown .parent-nav-item-text {
    font-weight: 700;
  }
  html .flat-dynamic-main-nav .hamburger-menu-icon svg {
    /*set height and width of hamburger menu */
    height: 2.75rem;
    width: 2.75rem;
    display: block;
  }
  html .flat-dynamic-main-nav .hamburger-menu-icon span {
    position: relative;
    padding-bottom: 0.375rem;
  }
  html .flat-dynamic-main-nav .hamburger-menu-icon span::after {
    content: "Menu";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  html .flat-dynamic-main-nav.active .hamburger-menu-icon {
    color: #ffffff;
    /*hamburger menu opened */
  }
  html .flat-dynamic-main-nav.active .hamburger-menu-icon span {
    color: #ffffff;
  }
  html .flat-dynamic-main-nav.active .hamburger-menu-icon span::after {
    content: "Close";
  }
  html .h-limg {
    /* set logo height on mobile */
    height: 56px;
    max-width: 220px;
  }
}
@media (min-width: 1024px) {
  html .navigation-header .navbar .parent-nav-item {
    /*top nav item adjustments */
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
  }
  html .navigation-header .navbar .parent-nav-item:hover {
    /*top nav item hover adjustments */
    color: var(--scope-text);
  }
  html .navigation-header .navbar .parent-nav-item:hover::after {
    content: "";
    height: 0.125rem;
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 0.25rem;
    background: var(--scope-text);
    left: 1rem;
  }
  html .navigation-header .navbar .parent-nav-item:hover .parent-nav-item-link {
    color: var(--scope-text);
  }
  html .navigation-header .navbar .parent-nav-item.active-title {
    /*top nav item active adjustments */
    color: var(--scope-text);
    border: none;
  }
  html .navigation-header .navbar .parent-nav-item.active-title::after {
    content: "";
    height: 0.125rem;
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 0.25rem;
    background: var(--scope-text);
    left: 1rem;
  }
  html .navigation-header .navbar .parent-nav-item .level2-nav-item-link:hover {
    /* color and hold nav item on hover */
    color: var(--scope-text);
    font-weight: 700;
  }
  html .healthHub_richtext p {
    /*RTE variation 2 */
    font-size: 1.25rem;
    line-height: 1.625rem;
    border-radius: 0.625rem;
    padding: 0.875rem 2.5rem;
  }
  html .h-limg {
    /* set logo height on desktop */
    max-width: 220px;
  }
}
@media (min-width: 1024px) and (max-width: 1179px) {
  html .h-limg {
    /* set logo height on tablet */
    max-width: 225px;
    height: 70px;
    margin-left: 0;
  }
}
@media (min-width: 1180px) {
  html .h-limg {
    /* set logo height on desktop large */
    height: auto;
    max-width: 330px;
  }
}
/*Added custom CSS to Nav to adjust space - 10-17-2024 - START*/
html .flyout-dynamic-main-nav.navbar.flat-dynamic-main-nav .parent-nav-item.nav-item-dropdown.has-sublinks:hover {
  border-bottom: 0px;
}

html .flyout-dynamic-main-nav.navbar.flat-dynamic-main-nav .has-sublinks .flat-dynamic-section {
  top: 35px;
}

/*Added custom CSS to Nav to adjust space - 10-17-2024 - END*/
/* nivo-hyal pop-up */
#evg-exit-intent-popup .evg-popup {
  width: auto;
  height: auto;
  border-radius: 10px;
  padding: unset;
}
@media (min-width: 985px) {
  #evg-exit-intent-popup .evg-popup {
    height: 370px;
    width: 850px;
  }
}
#evg-exit-intent-popup .evg-popup .evg-h1 {
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.07;
}
@media (min-width: 985px) {
  #evg-exit-intent-popup .evg-popup .evg-h1 {
    font-size: 32px;
  }
}
#evg-exit-intent-popup .evg-popup .evg-main-panel {
  border-radius: 10px;
  background-color: #F5F6FA;
  padding: 40px;
}
@media (min-width: 985px) {
  #evg-exit-intent-popup .evg-popup .evg-main-panel {
    flex-direction: row;
  }
}
#evg-exit-intent-popup .evg-popup .evg-main-panel .group1 {
  align-content: center;
}
#evg-exit-intent-popup .evg-popup .evg-main-panel .group1 img.cmp-cta-img {
  width: 113px;
  margin-bottom: 14px;
}
#evg-exit-intent-popup .evg-popup .evg-main-panel a.evg-cta {
  font-size: 1.25rem;
  border-radius: 25px;
  font-weight: 600;
  width: 234px;
  padding: 12px;
  color: #FFFFFF;
  align-self: center;
}
#evg-exit-intent-popup .evg-popup button.evg-btn-dismissal {
  top: 14px;
  right: 14px;
}