/*** 321 Web Marketing Custom CSS ***/

body header.nav {
    position: sticky;
}

body.non-sticky-header header.nav {
    position: unset;
}

body main {
    margin-top: 0 !important;
}

.above-header-menu {
    display: none;
    background-color: #f5f5f5;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.above-header-menu--wrapper {
    width: 100%;
    margin: 0 auto;
}

.above-header-menu .mega-menu-wrap {
    background-color: transparent !important;
}

.above-header-menu ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 1.8rem !important;
}

.above-header-menu ul > li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.above-header-menu ul > li.mega-search-btn {
    width: 28px !important;
    height: 28px !important;
}

.logged-in .above-header-menu ul > li.mega-loginCSS span:before {
    content: '';
    position: absolute;
    display: block;
    background-position: -177px -53px;
    background-image: url(/wp-content/themes/berg-theme-child/dist/images/sprite.svg);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -3px 6px;
}

.above-header-menu ul > li > a,
.above-header-menu ul > li > span:not(.wp-cart-count) {
    background-color: transparent !important;
    height: fit-content !important;
    color: #313232 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    padding: 3px !important;
    opacity: 1 !important;
    transition: 0.4s ease-in-out all !important;
}

.logged-in .above-header-menu ul > li.mega-loginCSS > a {
    background-color: #ececec !important;
    position: absolute !important;
    width: 100% !important;
    top: 100% !important;
    left: -9999px !important;
    color: #000 !important;
    padding: 7px 14px !important;
    border-radius: 8px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    transition: 0.4s ease-in-out color, .25s ease-in-out opacity, 0s 0.25s ease-in-out left !important;
}

.logged-in .above-header-menu ul > li.mega-loginCSS:hover > a {
    color: #000 !important;
    left: 0 !important;
    opacity: 1 !important;
    pointer-events: all !important;
    transition: 0.4s ease-in-out color, .25s ease-in-out opacity, 0s ease-in-out left !important;
}

.logged-in .above-header-menu ul > li.mega-loginCSS:hover > a:hover {
    color: #BA1E23 !important;
}

.logged-in .above-header-menu ul > li.mega-loginCSS > a:after {
    content: '';
    background-position: -193px -53px;
    background-image: url(/wp-content/themes/berg-theme-child/dist/images/sprite.svg);
    background-repeat: no-repeat;
    position: unset;
    display: inline-block !important;
    width: 14px;
    height: 14px;
    margin: -2px 6px;
    background-size: auto;
    line-height: normal;
}

.above-header-menu ul > li.mega-search-btn > a {
    color: transparent !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    line-height: normal !important;
    top: 0 !important;
    left: 0 !important;
    padding: 6px 6px !important;
    overflow: hidden !important;
    clip: rect(0, 28px, 28px, 0) !important;
}

.above-header-menu ul > li:hover > a {
    color: #BA1E23 !important;
}

.above-header-menu ul > li.mega-search-btn > a:hover {
    color: transparent !important;
}

.above-header-menu ul > li.mega-search-btn > a:before {
    vertical-align: top !important;
    background-size: contain !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta {
    display: flex !important;
    align-items: center;
    z-index: -1 !important;
}

body header .main-menu-wrapper ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
}

body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta {
    z-index: 99 !important;
}

body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta > a.mega-menu-link {
    background-color: #BA1E23 !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin-left: 0.5rem !important;
    padding: 1rem 2rem !important;
    border-radius: 6px !important;
    cursor: pointer !important;
}

body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta > a.mega-menu-link:hover,
body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta > a.mega-menu-link:focus {
    color: #fff !important;
    filter: brightness(1.1) !important;
}

@media (min-width: 992px) {
    body header .main-menu-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .above-header-menu {
        display: block;
    }

    .above-header-menu--wrapper {
        max-width: 960px;
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    body header .header-inner-wrapper {
        padding: 16.5px 0;
    }

    .above-header-menu--wrapper {
        max-width: 1200px;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta {
        padding: 1.5rem 0 0 !important;
    }

    body header .main-menu-wrapper ul.mega-menu li.mega-menu-item.mega-menu-cta > a.mega-menu-link {
        margin-left: 0rem !important;
    }
}

body #wpfront-notification-bar {
    background-image: none;
    background-color: #303131;
    position: unset;
}

body #wpfront-notification-bar #wpfront-notification-bar-table {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 90vw;
}

body #wpfront-notification-bar .wpfront-message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
    column-gap: 20px;
    padding: 10px 0;
}

body #wpfront-notification-bar .wpfront-message p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

body #wpfront-notification-bar .wpfront-message a.button {
    background-color: #BA1E23;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 18px;
    border-radius: 6px;
}

body #wpfront-notification-bar .wpfront-message a.button:hover {
    filter: brightness(1.1) !important;
}

.articles-archive--header {
    background-image: url(/wp-content/uploads/2021/11/division-inner-banner2x.png);
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.articles-archive--header-wrapper,
.articles-archive--loop-wrapper,
.single-article--header-wrapper,
.single-article--content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.articles-archive--loop-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.articles-archive--loop {
    padding: 100px 0 80px;
}

.recent-article--link {
    background-color: #fff;
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 15px 0 rgba(49, 50, 50, 0.07);
    transition: 0.25s ease-in-out all;
}

.recent-article--link:hover {
    background-color: #e9f3f6;
}

.recent-article--image {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recent-article--image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: 0.25s ease-in-out all;
}

.recent-article--link:hover .recent-article--image img {
    transform: scale(1.1);
}

.recent-article--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    padding: 35px;
}

.recent-article--content-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-article--content-info-title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.recent-article--content-info-date p {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.recent-article--content-info-description p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    word-break: break-word;
}

.recent-article--content-cta p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    transition: 0.25s ease-in-out all;
}

.recent-article--link:hover .recent-article--content-cta p {
    gap: 16px;
    filter: brightness(0.7);
}

.recent-article--content-cta p .arrow:before {
    content: '';
    background-image: url('/wp-content/themes/berg-theme-child/dist/images/sprite.svg');
    background-position: -2px -16px;
    background-repeat: no-repeat;
    position: unset;
    display: block;
    width: 16px;
    height: 16px;
}

.article-pagination {
    grid-column: 1 / span 3;
    margin: 50px 0 0;
}

.article-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.article-pagination li {
    list-style-type: none;
}

.article-pagination li a,
.article-pagination li span {
    display: block;
    width: 45px;
    height: 45px;
    color: #000;
    font-weight: 400;
    padding: 10px;
    border: 1px solid rgba(95, 96, 95, 0.1);
    text-align: center;
}

.article-pagination li span.current {
    background-color: #BA1E23;
    color: #fff;
    font-weight: 600;
}

.article-pagination li span.dots {
    border: none;
    margin: 1px 0 0;
}

.article-pagination li a:hover {
    color: #BA1E23;
}

.single-article--header {
    background-color: #0a596c;
    padding: 100px 0;
}

.single-article--header-title h1 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 22px;
}

.single-article--header-date p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.single-article--content {
    padding: 100px 0;
}

.single-article--content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

.single-article--content-share {
    flex: 1 1 45px;
}

.single-article--content-inner {
    flex: 1 1 calc(100% - 45px - 55px);
}

.single-article--content-inner > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.single-article--content-inner > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-article--content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin: 50px 0 30px;
}

.single-article--content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin: 50px 0 30px;
}

.single-article--content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin: 50px 0 30px;
}

.single-article--content p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px;
}

.single-article--content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
}

.single-article--content li:not(.widget) {
    list-style-type: none;
    display: flex;
    gap: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.single-article--content li:not(.widget):before {
    content: '';
    background-image: url('/wp-content/themes/berg-theme-child/dist/images/li-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
    margin: 5.4px 0 0;
    flex-shrink: 0;
}

.single-article--content .wp-block-image .alignright {
    margin: 0.5em 0 30px 30px;
}

.single-article--content .after-content {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #000;
}

.single-article--content .after-content .widget {
    list-style-type: none;
}

.single-article--content .after-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .articles-archive--header-wrapper,
    .articles-archive--loop-wrapper,
    .single-article--header-wrapper,
    .single-article--content-wrapper {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .articles-archive--header-wrapper,
    .articles-archive--loop-wrapper,
    .single-article--header-wrapper,
    .single-article--content-wrapper {
        max-width: 720px;
    }

    .articles-archive--loop-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-pagination {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 767px) {
    .articles-archive--header-wrapper,
    .articles-archive--loop-wrapper,
    .single-article--header-wrapper,
    .single-article--content-wrapper {
        max-width: 510px;
    }

    .recent-article--image {
        max-height: 175px;
    }

    .articles-archive--loop-wrapper {
        grid-template-columns: auto;
    }

    .article-pagination {
        grid-column: 1;
    }

    .single-article--header,
    .single-article--content {
        padding: 80px 0;
    }

    .single-article--content-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .single-article--content .wp-block-image .alignright {
        float: none;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .articles-archive--header-wrapper,
    .articles-archive--loop-wrapper,
    .single-article--header-wrapper,
    .single-article--content-wrapper {
        max-width: 100%;
        padding: 0 30px;
    }
}

/* 11/07/24 Landing Page */

.video-header-background {
    position: relative;
    width: 100%;
    padding: 120px 0;
    z-index: 1;
}

.video-header-background:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.62;
    z-index: 2;
}

.video-header-background--media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.video-header-background--media video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.video-header-background--heading {
    position: relative;
    z-index: 3;
}

.video-header-background--heading h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.icon-items-section {
    background-color: #04303a;
    padding: 120px 0;
}

.icon-items-section.light-bg {
    background-color: #fff;
}

.icon-items-section > .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 12.5%;
}

.icon-items-section--content {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.icon-items-section--boxes {
    flex: 1 1 calc(55% - 12.5%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    height: fit-content;
}

.icon-items-section--content-heading h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin: 0;
}

.light-bg .icon-items-section--content-heading h2 {
    color: #000;
}

.icon-items-section--content-copy p,
.icon-items-section--content-copy li {
    color: #fff;
    line-height: 1.7;
}

.light-bg .icon-items-section--content-copy p,
.light-bg .icon-items-section--content-copy li {
    color: #000;
}

.icon-items-section--content-copy ul {
    margin-bottom: 24px;
}

.icon-items-section--content-copy p:last-child,
.icon-items-section--content-copy ul:last-child {
    margin-bottom: 0;
}

.icon-items-section:not(.light-bg) p > a {
    color: #cbcbcb;
}

.icon-items-section p > a:hover {
    opacity: 0.88;
}

.icon-items-section .icon-items-section--content-copy .bs-pro-button a {
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}

.icon-items-section .icon-items-section--content-copy .bs-pro-button a:before {
    order: 2;
    position: unset;
    margin: 0;
}

.icon-items-section .icon-items-section--content-copy .bs-pro-button a:hover {
    gap: 0.75rem;
    opacity: 0.88 !important;
}

.icon-items-section .icon-items-section--content-copy .bs-pro-button a:hover:before {
    background-position: -2px -16px;
    -webkit-animation: none;
    animation: none;
}

.icon-items-section:not(.light-bg) .icon-items-section--content-copy .bs-pro-button a {
    color: #fff !important;
}

.icon-items-section:not(.light-bg) .icon-items-section--content-copy .bs-pro-button a:before {
    filter: brightness(0) invert(1);
}

.icon-items-section--boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
    column-gap: 40px;
}

.icon-item-box--icon {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

.icon-item-box--icon svg {
    color: #fff;
    width: 65px;
    height: 65px;
}

.light-bg .icon-item-box--icon svg {
    color: #04303a;
}

.icon-item-box--label p {
    max-width: 170px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.light-bg .icon-item-box--label p {
    color: #04303a;
}

.listed-items-section {
    padding: 120px 0;
}

.listed-items-section > .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.listed-items-section--heading h2 {
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

.listed-items-section--boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    column-gap: 80px;
}

.listed-item-box {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
}

.listed-item-box p {
    max-width: 130px;
    margin: 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .listed-items-section--boxes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .listed-items-section--boxes {
        column-gap: 40px;
    }
}

@media (max-width: 767px) {
    .video-header-background {
        padding: 90px 0;
    }

    .video-header-background--heading h1 {
        font-size: 50px;
    }

    .icon-items-section {
        padding: 90px 0;
    }

    .icon-items-section > .container {
        flex-direction: column;
    }

    .icon-items-section--content-heading h2 {
        font-size: 35px;
    }

    .icon-items-section--boxes {
        column-gap: 60px;
    }

    .listed-items-section--boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 512px) {
    .icon-items-section--boxes {
        grid-template-columns: auto;
        gap: 60px;
    }

    .listed-items-section--boxes {
        grid-template-columns: auto;
    }
}





.unique-nav-block-section {
    background-color: #fff; 
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.unique-nav-block-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.unique-nav-block-heading h2 {
    color: #04303a;
    font-size: 30px;
    text-align: center;
    margin: 0;
}

.unique-nav-block-items {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: center;
}

.unique-nav-block-item {
    color: #04303a;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    background: transparent;
    border-radius: 5px;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    /* flex: 30%; */
}

.unique-nav-block-item:hover {
    color: #BA1E23;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .unique-nav-block-items {
        flex-direction: column;
        align-items: center;
    }
}





/* Mid Content CTA */

.mid-content-cta {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 2rem 70px;
    margin: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 40px;
    column-gap: 60px;
    box-shadow: 0px 7px 17px -5px rgba(0, 0, 0, 0.17);
}

.mid-content-cta--image {
    flex: 1 1 300px;
    display: none;
}

.mid-content-cta--image img {
    width: 100%;
}

.mid-content-cta--inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    max-width: 760px;
    margin: 0 auto;
}

.mid-content-cta--inner-heading h2,
.mid-content-cta--inner-heading h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.mid-content-cta--inner-copy p {
    text-align: center;
}

.mid-content-cta--inner-copy p:last-child {
    margin-bottom: 0;
}

.mid-content-cta--inner-cta a {
    background-color: #BA1E23;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 24px 13px;
    border-radius: 6px;
    transition: 0.4s ease-in-out all;
}

.mid-content-cta--inner-cta a:hover {
    color: #fff;
    filter: brightness(1.1);
}

@media (min-width: 992px) {
    .mid-content-cta:not(.align-center) .mid-content-cta--image {
        display: flex;
    }

    .mid-content-cta.align-left .mid-content-cta--image {
        order: 2;
    }

    .mid-content-cta:not(.align-center) .mid-content-cta--inner {
        flex: 1 1 calc(100% - 60px - 300px);
        align-items: flex-start;
        max-width: 100%;
        margin: 0;
    }

    .mid-content-cta:not(.align-center) .mid-content-cta--inner-heading h2,
    .mid-content-cta:not(.align-center) .mid-content-cta--inner-heading h3 {
        text-align: left;
    }

    .mid-content-cta:not(.align-center) .mid-content-cta--inner-copy p {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .mid-content-cta {
        padding: 50px;
    }
}


@media (min-width: 992px) {
    .mid-content-cta:not(.align-center) .mid-content-cta--form {
        display: flex;
        order: 1;
    }

    .mid-content-cta.align-left .mid-content-cta--form {
        order: 1;
    }
}

.mid-content-cta--form {
    flex: 1;
}

@media (max-width: 992px) {
    .mid-content-cta--form {
        display: none;
    }
}

.mid-content-cta--form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sustainability .listed-items-section--boxes,
.advocacy-center .listed-items-section--boxes,
.programs .listed-items-section--boxes {
    grid-template-columns: repeat(3, 1fr);
}

.sustainability .icon-items-section > .container,
.advocacy-center .icon-items-section > .container,
.programs .icon-items-section > .container {
    align-items: center;
}


/* .programs .icon-items-section--boxes,
.advocacy-center .icon-items-section--boxes,
.sustainability .icon-items-section--boxes {
    position: sticky;
    top: 50%;
} */

footer.footer {
    background-image: none;
    background-color: #313232;
}

@media (max-width: 576px) {
    body section.bs-section--about-association-section .container .bs-row .bs-column:not([data-type="e25m/column"]) .bs-slider .bs-blurb {
        background: transparent;
    }

    body section.bs-section--about-association-section .container .bs-row .bs-column:not([data-type="e25m/column"]) .progress-bar-container {
        display: none;
    }
}

.single .bs-section.bs-section-361f4ee214d91a40b971b5706fc4ee71b1d7c8d9 {
    background-color: #04303A;
}


.bs-div--inner-menu .bs-div__inner .menu-item a:before,
.bs-div--inner-menu .bs-div__inner .menu-item a:after {
    background: transparent !important;
}

.bs-section-53fa149c407eebc6f7c8b7bb1121b1d114fab7eb .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.bs-section-53fa149c407eebc6f7c8b7bb1121b1d114fab7eb .container {
    padding: 0;
    max-width: 100%;
}

.bs-section-53fa149c407eebc6f7c8b7bb1121b1d114fab7eb .bs-pro-button.bs-pro-button---default .bs-pro-button__container,
.bs-section-53fa149c407eebc6f7c8b7bb1121b1d114fab7eb .bs-pro-button.bs-pro-button---default {
    justify-content: center;
}

.static-menu-bar {
    background-color: #04303a;
    position: sticky;
    top: 0;
    left: 0;
    padding: 2rem 0;
    z-index: 99;
}

.logged-in.admin-bar .static-menu-bar {
    top: 32px;
}

@media (max-width: 782px) {
	.logged-in.admin-bar .static-menu-bar {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .static-menu-bar {
		top: 0;
	}
}

.static-menu-bar--inner {
    display: flex;
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 0 auto;
}

.static-menu-bar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 2.8rem;
    column-gap: 3.6rem;
    width: 100%;
    margin: 0;
    padding: 0;
}

.static-menu-bar ul li {
    list-style-type: none;
}

.static-menu-bar ul li.static-menu-bar--cta {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.static-menu-bar ul li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.25s ease-in-out all;
}

.static-menu-bar ul li a:hover {
    color: #cf2e2e;
}

.static-menu-bar ul li a.button {
    background-color: #cf2e2e;
    color: #fff;
    font-size: 1.125em;
    padding: 0.9rem 2.4rem;
    border-radius: 50px;
    box-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.25s ease-in-out all;
}

.static-menu-bar ul li a.button:hover {
    filter: brightness(1.1);
}

@media (max-width: 895px) {
    .static-menu-bar ul {
        gap: 2.8rem;
    }

    .static-menu-bar ul li a {
        font-size: 16px;
    }

    .static-menu-bar ul li a.button {
        font-size: 16px;
        padding: 0.7rem 2rem;
    }
}

@media (max-width: 767px) {
    .static-menu-bar ul {
        justify-content: center;
    }

    .static-menu-bar ul li.static-menu-bar--cta {
        justify-content: center;
        min-width: 100%;
    }
}







.recycling-section-1 .wp-block-image img {
    max-height: 350px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.bioplastic-info-block {
    position: relative;
    background: #400e3f;
    color: white;
    padding: 4rem 2rem;
    border-radius: 8px;
    max-width: 500px;
    margin: 2rem auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.bioplastic-icon {
    position: absolute;
    right: 20px;
    top: -50px;
    background-color: #2d5c4f;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    padding: 12px;
    box-sizing: border-box;
}

.bioplastic-text ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.bioplastic-text li {
    margin-bottom: 0.75rem;
    display: block;
}

.bioplastic-text strong {
    font-weight: bold;
}

.bioplastic-text ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 1.5em !important;
    margin-left: 0 !important;
}

.bioplastic-text ul li {
    position: relative !important;
    display: list-item !important;
    margin-left: 0 !important;
}

.bioplastic-text ul li::before {
    content: none !important;
    background: none !important;
    display: none !important; 
}

.wp-block-heading.make-text-green {
    color: rgb(32, 219, 145);
}




/*** Rotating Image ***/

section#recycling-outer-section-3 {
    background-image: linear-gradient(270deg, rgb(3, 47, 57) 0%, rgb(53, 21, 50) 100%);
}

 .rotating-pie-section {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     padding: 60px 20px 0;
     color: white;
     font-family: Arial, sans-serif;
     text-align: center;
 }

 .rotating-pie-section__container {
     position: relative;
     width: 100%;
 }

 .rotating-pie-section__chart-wrapper {
     position: relative;
     width: 200px;
     height: 200px;
     margin: 0 auto 20px;
     border-radius: 50%;
     background-color: #002b2e;
 }

 .rotating-pie-section__slice {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transform: rotate(-90deg);
     transition: transform 1s ease;
     pointer-events: none;
 }

 .active .rotating-pie-section__slice {
     transform: rotate(0deg);
 }

 .rotating-pie-section__label-plastic {
     position: absolute;
     top: 70%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 14px;
     white-space: nowrap;
 }

 .rotating-pie-section__label-bioplastic {
     position: absolute;
     top: -40px;
     left: 51%;
     transform: translateX(1px);
     display: flex;
     align-items: baseline;
     gap: 6px;
 }

 .rotating-pie-section__label-line-wrapper {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     margin-right: -1px;
 }

 .rotating-pie-section__label-line-horizontal {
     width: 50px;
     height: 1px;
     display: block;
 }

 .rotating-pie-section__label-line-vertical {
     width: 3px;
     height: 17px;
     display: block;
 }

 .rotating-pie-section__label-bioplastic-text {
     font-size: 14px;
     white-space: nowrap;
 }

 .rotating-pie-section__description {
     max-width: 300px;
     font-size: 14px;
     line-height: 1.5;
     margin: 0 auto;             
 }



 /*** Bioplastics growth section ****/

 .bioplastic-growth-section {
     padding: 60px 20px;
     color: white;
     font-family: Arial, sans-serif;
     text-align: center;
 }

 .bioplastic-growth-section__graphics {
     display: flex;
     justify-content: center;
     align-items: flex-end;
     flex-wrap: wrap;
     gap: 40px;
     margin-bottom: 40px;
 }

 .bioplastic-growth-section__item {
     display: flex;
     flex-direction: column;
     align-items: center;
     flex: 1 1 auto;
     max-width: 200px;
     position: relative;
 }

 .bioplastic-growth-section__icon {
     position: relative;
     display: inline-block;
 }

 .bioplastic-growth-section__weight-text {
     position: absolute;
     top: 60%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 14px;
     font-weight: bold;
     color: white;
     line-height: 1.4;
     pointer-events: none;
     white-space: nowrap;
 }

 .bioplastic-growth-section__label {
     font-size: 18px;
     margin-top: 10px;
     font-weight: 600;
 }

 .bioplastic-growth-section__text {
     max-width: 600px;
     margin: 0 auto;
     font-size: 14px;
     line-height: 1.6;
 }

 p.rotating-pie-section__footnote {
     padding-top: 6rem;
     text-align: left;
 }

 @media  (max-width: 1200px) {
    .recycling-section-3.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
         grid-template-areas:
             "col1"
             "col2";
     }
 }

 @media (max-width: 895px) {
     .recycling-section-2.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
         grid-template-areas:
             "col1"
             "col2";
     }

     .recycling-section-2 .gb-block-layout-column-gap-2 {
         grid-gap: 2rem 2em;
     }

     .recycling-section-1.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
         grid-template-areas:
             "col1"
             "col2";
     }

    .recycling-section-1 .gb-block-layout-column-gap-2 {
        grid-gap: 2rem 2em;
    }
 }


 @media (max-width: 599px) {
     .bioplastic-growth-section__graphics {
         flex-direction: column;
         align-items: center;
     }

     .bioplastic-growth-section__item {
         max-width: none;
     }

     .bioplastic-growth-section__icon svg {
         width: 120px;
         height: auto;
     }

     .bioplastic-growth-section__weight-text {
         font-size: 12px;
     } 

         .bioplastic-growth-section__weight-text {
             top: 62%;  
        }
    
}



/*** Value Blocks ***/
/* .value-blocks {
    padding: 40px 20px;
}

.value-blocks__inner {
    max-width: 1440px;
    margin: 0 auto;
}

.value-blocks__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
}

.value-blocks__item {
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
    cursor: pointer;
    position: relative;
    padding: 1rem;
    min-height: 100px;
}

.value-blocks__title {
    z-index: 1;
    font-size: 1.1rem;
    line-height: 1.3;
}

.value-blocks__desc {
    display: none;
    color: black;
    padding: 1rem;
    border-radius: 5px;
    font-size: 0.95rem;
    line-height: 1.5;
    width: 100%;
    height: 100%;
}

.value-blocks__hidden {
    display: none !important;
}

.value-blocks__visible {
    display: block !important;
}

.value-blocks__hover {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row-reverse;
    gap: 0.5rem;
    justify-self: anchor-center;
    bottom: 10px;
    left: 10px;
    font-size: 0.85rem;
    color: white;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 3;
}

.value-blocks__hover i {
    display: inline-block;
    margin-right: 6px;
}

.value-blocks__item:hover .value-blocks__hover {
    opacity: 1;
}

.value-blocks__item:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: span 2;
}

.value-blocks__item:nth-child(2) {
    grid-column: 4 / span 2;
}

.value-blocks__item:nth-child(3) {
    grid-column: 6 / span 1;
}

.value-blocks__item:nth-child(4) {
    grid-column: 4 / span 2;
}

.value-blocks__item:nth-child(5) {
    grid-column: 6 / span 1;
    grid-row: span 2;
}

.value-blocks__item:nth-child(6) {
    grid-column: 1 / span 3;
}

.value-blocks__item:nth-child(7) {
    grid-column: 1 / span 3;
}

.value-blocks__item:nth-child(8) {
    grid-column: 6 / span 1;
    grid-row: 4;
}

.value-blocks__item:nth-child(9) {
    grid-column: 4 / span 2;
    grid-row: 4;
}

.value-blocks__item:nth-child(10) {
    grid-column: 4 / span 1;
    grid-row: 3;
}

.value-blocks__item:nth-child(11) {
    grid-column: 5 / span 1;
    grid-row: 3;
}

@media (max-width: 768px) {
    .value-blocks__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .value-blocks__item {
        grid-column: span 2 !important;
        grid-row: auto !important;
    } 
} */

/*** Value Blocks ***/
.value-blocks {
    /* padding: 40px 20px; */
}

.value-blocks__inner {
    max-width: 1440px;
    margin: 0 auto;
}

.value-blocks__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.value-blocks__item {
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
    cursor: pointer;
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: 1rem;
}

.value-blocks__title,
.value-blocks__desc {
    transition: opacity 0.3s ease;
}

.value-blocks__title {
    z-index: 1;
    font-size: 1.1rem;
    line-height: 1.3;
}

.value-blocks__desc {
    display: none;
    color: black;
    padding: 1rem;
    align-content: center;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 2;
}

.value-blocks__hover {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row-reverse;
    justify-self: anchor-center;
    gap: 0.5rem;
    bottom: 10px;
    left: 10px;
    font-size: 0.85rem;
    color: white;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 3;
}

.value-blocks__hover i {
    display: inline-block;
    margin-right: 6px;
}

.value-blocks__item:hover .value-blocks__hover {
    opacity: 1;
}

.value-blocks__box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    border-radius: 0 !important;
}

.value-blocks__item {
    background-color: #ccc;
    /* fallback if no image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    overflow: hidden;
}

.value-blocks__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    pointer-events: none;
}

.value-blocks__box {
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .value-blocks__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .value-blocks__item {
        grid-column: span 2 !important;
    }
}


/*** Tab Section ***/

section#recycling-outer-section-5 {
    background-image: linear-gradient(90deg, rgb(4, 48, 58) 0%, rgb(32, 219, 145) 100%);
}

.bio-tabs {
    /* padding: 2rem; */
    color: white;
}

.bio-tabs__nav {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 895px) {
    .bio-tabs__nav {
        flex-direction: column;
    }
}

.bio-tabs__tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.75rem 0;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.bio-tabs__tab.is-active {
    color: #ffffff;
    font-weight: 700;
}

.bio-tabs__content-wrapper {
    margin-top: 1rem;
}

.bio-tabs__panel {
    display: none;
}

.bio-tabs__panel.is-active {
    display: block !important;
    animation: fadeIn 0.3s ease-in-out;
}

.bio-tabs__subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: white;
    position: relative;
    padding-bottom: 0.5rem;
}

@keyframes underlineGrow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    } 
}

.bio-tabs__subtitle::after {
    content: "";
    display: block;
    height: 4px;
    width: 280px;
    background-color: #cb2027;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: underlineGrow 0.6s ease forwards;
}

.bio-tabs__subtitle_container {
    width: fit-content;
}

.bio-tabs__content {
    font-size: 1rem;
    line-height: 1.6;
}

.bio-tabs .info-toggle-container .info-toggle-trigger:hover {
    color: #cb2027;
}




.uniform-table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid white;
    margin-top: 2rem;
    table-layout: fixed;
}

.uniform-table th,
.uniform-table td {
    border: 2px solid white;
    padding: 1rem;
    text-align: center;
    color: white;
    font-weight: normal;
    vertical-align: top;
    word-wrap: break-word;
}

.uniform-table th {
    font-weight: bold;
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    } 
}



section .bio-tabs__content ul li:before {
    display: none;
}

.bio-tabs__content ul li {
    display: list-item !important;
}


.bs-section--leadership-executive-team .container .bs-row .bs-column .bs-advanced-blurb__image figure picture img {
    clip-path: unset !important;
}

.bs-section--leadership-executive-team .container .bs-row .bs-column .bs-advanced-blurb__image figure picture img {
    border-radius: 50%;
    /* width: 300px !important;
    height: 300px; */
    height: 340px;
    max-height: unset !important;
}

.bs-section--leadership-executive-team .container .bs-row .bs-column .bs-advanced-blurb {
    padding: 1rem 0;
}

.fancybox-container.leadership-popup .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content--image img {
    clip-path: unset !important;
    border-radius: 50%;
        /* width: 300px !important;
        height: 300px; */
        height: 340px !important;
        object-position: 72% !important;
}

.bs-section--leadership-executive-team .container .bs-row .bs-column .bs-advanced-blurb__image figure picture img:not([src]) {
    display: none; 
}

.recycling-section-2 ul li::before {
    display: none !important;
}

.recycling-section-2 ul li {
    position: relative !important;
    display: list-item !important;
    margin-left: 0 !important;
    color: #fff;
    padding-left: unset;
}

.recycling-section-2 ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 1.5em !important;
    margin-left: 0 !important;
}

form.post-password-form label {
    display: block;
}

#bring-images-to-front a.bs-blurb__trigger {
    position: relative;
    z-index: 999999999;
}

#bring-images-to-front .gb-block-container .gb-container-image-wrap {
    z-index: 1;
}

.bioplastic-text {
    /* text-align: center; */
}

.info-toggle-container {
    font-family: sans-serif;
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2;
    text-align: left;
}

.info-toggle-trigger {
    cursor: pointer;
    margin-bottom: 0;
}

.info-toggle-content {
    display: none;
    padding: 1rem;
    font-weight: normal; 
}


.bioplastics-resources {
    padding: 0;
}

.bioplastics-resources .accordion-item {
    border-bottom: 1px solid #ddd;
}

.bioplastics-resources .accordion-header {
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    text-align: left;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.bioplastics-resources .accordion-header:hover {
    background: #e8e8e8;
}

.bioplastics-resources .accordion-header i {
    transition: transform 0.3s ease;
}

.bioplastics-resources .accordion-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.bioplastics-resources .accordion-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #eee;
    animation: fadeSlide 0.3s ease-in-out;
}

.bioplastics-resources p.report-title {
    display: flex;
    align-items: end;
    margin-bottom: 0;
}

.bioplastics-section {
    scroll-margin-top: 250px;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    .bioplastics-resources .accordion-header {
        font-size: 16px;
        padding: 12px 16px;
    }

        .bioplastics-resources .accordion-content {
        font-size: 14px;
        padding: 16px;
    } }

.bs-section--search-results ul li .post-inner > a {
    flex-direction: column;
}


ul.default-bullets {
    list-style-type: disc;
    padding-left: 40px;
}

ul.default-bullets li {
    position: static;
    display: list-item;
    padding-left: initial;
}

ul.default-bullets li::before {
    content: none !important;
    display: none !important; 
}

/*** Video Section CTA ***/

.bs-pro-button-p-btn-3487e323a5fc23d459a4e9804c0053062d047fb4 {
    justify-content: center;   
}

.bs-column-36f30487f5bda5ec35c1fc7a3cfb047ab332daf1 .gb-layout-column-wrap {
    align-items: center;
}

/*** Align arrow in SVGs ***/
.arrow.bioplastic-growth-section__item {
    padding: 2rem 0;
}

.rotating-pie-section__footnote small {
    font-size: 14px;
}

.bio-tabs__content p {
    margin-top: 24px;
}

.bio-tabs__content .footnote-number {
    vertical-align: super;
    font-size: smaller;
}

.bio-tabs__content .footnotes li {
    font-size: 0.9em;
}


/* Bio Plastics Accordion Gallery */
.bioplastic-accordion-gallery-wrapper {
    margin-bottom: 20px;
}

/* Infographic Grid Styling */
.bioplastic-accordion-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

/* Individual Card */
.bioplastic-accordion-gallery .bio-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 220px;
    text-align: center;
    transition: transform 0.3s ease;
    padding: 10px;
}

.bioplastic-accordion-gallery .bio-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bio-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.bio-card p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* Language Links */
.bioplastic-accordion-gallery-wrapper .report-title {
    margin-top: 20px;
    font-size: 15px;
    color: #111;
}

.bioplastic-accordion-gallery-wrapper .report-title a {
    margin-left: 6px;
    color: #cc0000;
    text-decoration: none;
}

.bioplastic-accordion-gallery-wrapper .report-title a:hover {
    text-decoration: underline; }