/*** 2024 Makeover CSS ***/

body, p, li, h1, h2, h3, h4, h5, h6, div {
    font-family: "Montserrat", "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #84dccf;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}

.header-decorated::after {
    content: "";
    display: block;
    width: 120px;
    border-bottom: 1px solid #84dccf;
    position: absolute;
   bottom: -30px;
}

.header-decorated-centered::after {
    border-bottom: 2px solid #84dccf;
    left: 50%;
    transform: translateX(-50%);
}

.dark-bg-24 {
    background-color: #283138;
    color: #fff;
}

.color-bg-24 {
    background-color: #84dccf;
}

.b-menu {
    color: #fff;
}

ul.main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    right: 0;
}

ul.main-nav li {
    margin: 0;
    position: relative;
}

ul.main-nav li a {
    color: #fff;
}

ul.main-nav li a:hover {
    color: #84dccf;
}

ul.main-nav li::after {
    content: '|';
    color: #84dccf;
    margin: 0 5px 0 10px;
}

ul.main-nav li:last-child::after,
ul.main-nav li:nth-last-child(2)::after {
    content: '';
}

.login-button {
    border-radius: 8000px !important;
    padding: 8px 16px;
    padding-top: .78571429em;
    padding-bottom: .78571429em;
    background-color: #283138;
    color: #fff;
    border:1px solid #84dccf;
}

.ui.action.input:not([class*="left action"]) > input {
    border-top-right-radius: 8000px !important;
    border-bottom-right-radius: 8000px !important;
}

.ui.action.input > .button {
    border-radius: 8000px !important;
    margin-left: 10px;
    background-color: #283138;
    color: #fff;
    font-weight: bold;
}

ul.social-icons-negative {
    margin-left: 0;
}

ul.social-icons-negative li img {
    width: 45px;
    height: 45px;
    filter: sepia(1) saturate(3000%) hue-rotate(120deg) brightness(1);
}

.cta-button {
    border-radius: 8000px !important;
    background-color: #84dccf;
    color: #232323;
    font-weight: 600;
    margin: 10px;
    padding: 8px 16px;
    padding-top: .78571429em;
    padding-bottom: .78571429em;
    font-size: 0.8em;
    display: inline-block;
}

.cta-button:hover, .cta-button:focus {
    background-color: #404f63;
    color: #fff;
}

.img-background {
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
}

.img-background-dark {
    background-image: url('/20/staticpage/00/06/85/placeholders/bps_background.webp');
    color: #fff;
}

.img-background-light {
    background-image: url('/20/staticpage/00/06/85/template/B-full-width-grey.jpg');
}

.circle-highlight {
    background-color: #84dccf;
    color: #000;
    font-size: 24px; 
    padding: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
}

.img-background-circle {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#NewsletterSignup24 input, #NewsletterSignup24 select {
    border-radius: 8000px !important;
    color: #232323 !important;
    border: 0;
}

#NewsletterSignup24 a {
    color: #232323 !important;
}

.ui.secondary.pointing.menu .active.item, .ui.secondary.pointing.menu .active.item:hover {
    color: #84dccf;
    border-color: #84dccf;
}

.ui.secondary.pointing.menu {
    border-bottom: 2px solid #84dccf;
}

.footer ul.links, .footer ul.links a, .footer h6 {
    font-weight: normal !important;
}

/* Manufacturers page */

.image-with-link-promo-outer {
    background-repeat: no-repeat;
    background-size: 100% auto; /* Cover horizontally */
    background-position: top center; /* Align with the top */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    min-height: 180px;
}

@media only screen and (min-width: 42.5625em) {
    .image-with-link-promo-outer {
        min-height: 200px;
    }
}

@media only screen and (max-width: 64.0624em) {
    .image-with-link-promo-outer {
        min-height: 260px;
    }
}

.image-with-link-promo-inner {
    margin-top: 50px;
    background-color: #283138;
    text-align: center;
    padding: 8px;
    width: 100%;
}

.image-with-link-promo-inner a {
    color: #84dccf;
    font-size: 0.7rem;
    font-weight: 600;
}

.alphabet_page_links a.letter_active {
    color: #fff;
    background-color: #84dccf;
}

@media only screen and (min-width: 42.5625em) {
    .secondary-nav .search-wrapper {
        border-right: 0;
    }
}

@media only screen and (max-width: 64.0624em) {
    .nav-large {
        display: none !important;
    }
}

@media only screen and (min-width: 64.0625em) {
    .ui.action.input > input {
        min-width: 350px;
    }
    /* Fix space for header banner */
    #HeaderBannerContainer {
        height: 202px;
    }
}

/*** JQuery-related update 2025 ***/

.tab-content2025 .blog_card_Wrap {
    max-width: 18% !important;
}

.tab-content2025 {
    gap: 2% !important;
}


@media only screen and (max-width: 998px) {
    .tab-content2025 .blog_card_Wrap {
        max-width: 23% !important;
    }
}

@media only screen and (max-width: 768px) {
    .tab-content2025 .blog_card_Wrap {
        max-width: 32% !important;
    }
}

@media only screen and (max-width: 679px) {
    .tab-content2025 .blog_card_Wrap {
        max-width: 46% !important;
    }
    /* Avoid overlap of endorsements and description on mobile product pages */
    .first-line--large {
        overflow-y: hidden;
    }
}