/** Edits to footer copyright text size**/
.footer__info--copyright {
    font-size: 12px !important;
}


/** Edits to dropdown menu**/
nav .nav__dropdown h2 {
    text-transform: none;
    font-size: 20px;
}
/**Overall the fonts are large on the size. I know if follows what is in Figma but it always eends up looking too big in HTML. That is something I'm still trying to get a better hold of why it doesn't translate well. So this is meant to be univeral change for the font size**/
h2 {
    font-size: max(14px, 2.8rem);
    padding-bottom: .5rem;
    line-height: 1.25;
}

p {
    font-size: max(12px, 1.8rem) !important;
}

.entry-content .wp-block-group__inner-container ul:not(.directors__list):not(.topics__list) {
    font-size: max(12px,1.8rem);
}

h3 {
    font-size: max(13px, 2.0rem);
}

h6 {
    font-size: max(14px, 1rem);
}

iframe {
    width: 100% !important;
    min-height: 600px;
}
/**Conference right image should fill the area*/
.conferences__hero .right__image img {
    width: 100%;
}
/**Change buttons on leadership page**/
.btn, .btn:link, .btn:visited {
    font-size: max(12px, 1.6rem);
}
/**Make bio images smaller**/
.directors__list li .image img {
    max-width: 200px !important;
}

/**Bio text smaller and add line height**/
.directors__list li .name, .directors__list li .expertise {
    font-size: max(13px, 1.8rem);
    font-weight: 600;
}

.directors__list li .date {
    font-size: max(12px, 1.4rem);
}

.directors__list li .services {
    font-size: 14px;
}

.directors__list li .expertise {
    margin-bottom: 0;
}
/**Need to be able to have initial caps in the bio section8**/
h2 {
    text-transform: none;
}
/**Edit size of dropdown menu fonts**/
/*nav .nav__dropdown h2 {
    font-size: 26px !important;
}*/
/**Edit size of rigth size bar content**/

.item__image img {
    min-width: 200px;
}

.centers__main > .gb-layout-column-wrap {
    gap: 4rem 20rem;
}

.item__info--title {
    font-size: max(14px, 2rem);
}

/** Footer hover Circle Text**/
.footer__main--learn a:hover, .footer__main--learn a:focus {
    color: #ffffff;
}

.nav .nav__dropdown-section a:hover, .nav .nav__dropdown-section a:focus {
    color: #E00087;
}

.home .value > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
}

header.header .header__main--logo img {
    width: 100%;
    transition: all .3s ease-in-out;
}

header.header {
    position: sticky !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /*height: 111px;*/ overflow-anchor: none;
}

    header.header:after {
        position: relative;
        display: block;
        top: 0;
    }

    header.header.sticky-header .header__main {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    header.header.sticky-header .header__main--logo img {
        width: 220px;
        overflow-anchor: none;
    }

.nav.is-active .nav__list {
    display: block;
    max-height: 100vh;
    visibility: visible;
    height: calc(100vh - 108px) !important;
    padding-bottom: 2rem !important;
}

    .nav.is-active .nav__list .nav__dropdown.is-active {
        /*bottom: 0;
        top: 0;*/
        max-height: calc(100vh - 180px) !important;
        overflow: auto;
        z-index: 1;
        padding: 0;
    }

.content p a, .content li a, .mec-related-event-content h5 a {
    color: var(--color-primary, inherit);
    text-decoration: underline;
}

    .content p a:hover, .content li a:hover, .mec-related-event-content h5 a:hover, .mec-related-event-content h5 a:focus {
        color: var(--color-link-hover, inherit);
    }

.partnership a,
.partnership .content p a,
.partnership .content li a,
.partnership .mec-related-event-content h5 a {
  color: #ffffff !important;
}

.mec-color-hover {
    text-decoration: none !important;
}

    .mec-color-hover:hover, .mec-color-hover:focus {
        text-decoration: underline !important;
    }

.content ul:not([class]), .content ol:not([class]) {
    list-style-type: disc;
    margin: 0 0 2rem 0;
    padding-left: 2rem;
}

    .content ul:not([class]) li:not(:last-of-type), .content ol:not([class]) li:not(:last-of-type) {
        margin-bottom: none;
    }

.content ol:not([class]) {
    list-style-type: decimal;
}

.resource__list-elearning .item {
    gap: 24px;
}

    .resource__list-elearning .item .item__image img {
        min-width: unset;
        max-width: 100% !important;
        width: unset;
    }

.resource__list-elearning .item__info h3 a {
    font-size: max(13px, 1.6rem) !important;
}

.accordion .accordion__full-text {
    margin-left: 0 !important;
}

.column__wrapper.nachc-regional {
    gap: 60px;
    flex-wrap: wrap;
    justify-content: unset;
}

.nachc-regional .column {
    flex: 1 1 31% !important;
    max-width: unset !important;
}

.entry-content ul.topics__list li, .entry-content ul.topics__list li .item {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.entry-content ul.topics__list .item__image img {
    max-width: 350px !important;
}

.calendar-event-key-heading {
    font-size: 24px !important;
}

.calendar-event-key p {
    font-size: 16px !important;
}

.event-color {
    margin-right: 10px !important;
}

.entry-content .wp-block-group__inner-container ul:not(.directors__list):not(.topics__list) {
    padding-top: 0;
    /*padding-bottom: 3rem;*/
}

.image-card-grid .item__image img {
    max-width: 350px !important;
}

.speakers ul.conf-speakers__list {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 5rem !important;
    padding-top: 3rem !important;
    padding-bottom: 6rem !important;
    display: grid !important;
    width: 100%;
}

article .left ul {
    margin-bottom: 0 !important;
}

.wp-block-genesis-blocks-gb-column.right img.download-link {
    border: 0 !important;
    margin-top: 4px;
}

.conferences__nav.sticky-conferences-nav {
    position: fixed;
    z-index: 1000;
    top: 77px;
    left: 0;
    right: 0;
}

.conferences__nav li a, .conferences__nav .nav__link {
    padding: 15px 0 !important;
    font-size: 14px !important;
    line-height: unset !important;
}

.entry-content .wp-block-group__inner-container ul li {
    padding-bottom: 0 !important;
}

.navigation {
    margin: 48px 0 0 0;
}

    .navigation ul {
    }

        .navigation ul li:not(.prev-page):not(.next-page) {
            border: 1px solid #05376D;
            border-radius: 50%;
            height: 32px !important;
            width: 32px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #05376D;
        }

    .navigation a {
        color: #05376D;
    }

        .navigation a:hover, .navigation a:focus {
            color: var(--color-link-hover);
        }

.hero--interior {
    background-image: none !important;
    padding-bottom: 0 !important;
}

    .hero--interior:before {
        content: '';
        width: 60%;
        height: 32px;
        background-color: #009DCF;
        position: absolute;
        left: 0;
        bottom: 18px;
    }

    .hero--interior h1 {
        translate: none !important;
    }

    .hero--interior .hero__inner {
        background-image: url('/wp-content/uploads/2023/05/circles.svg');
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-bottom: 32px;
    }

    .hero--interior.vtf-care-delivery .hero__inner {
        background-image: url('/wp-content/uploads/2023/05/bluebar-and-circles-care-delivery-1.svg');
    }

    .hero--interior.vtf-governance .hero__inner {
        background-image: url('/wp-content/uploads/2023/05/bluebar-and-circles-gov-1.svg');
    }

    .hero--interior.vtf-infrastructure .hero__inner {
        background-image: url('/wp-content/uploads/2023/05/bluebar-and-circles-infra-1.svg');
    }

    .hero--interior.vtf-people .hero__inner {
        background-image: url('/wp-content/uploads/2023/05/bluebar-and-circles-people-1.svg');
    }

.site-container .news__left--quote.wp-block-quote cite {
    font-style: italic !important;
}

.item__info {
    /*max-width: 350px;*/
}

    .item__info p {
        font-size: max(12px, 1.6rem) !important;
        padding-bottom: 1rem;
    }

        .item__info a.item__info--type, .item__info p a, a.item__info--type p, .item__info a .item__info--title {
            /*font-size: max(12px, 1.4rem) !important;*/
            color: var(--color-primary) !important;
            font-weight: 600;
            text-decoration: none !important;
        }

            .item__info a.item__info--type:hover, .item__info p a:hover, a.item__info--type:hover p, .item__info a:hover .item__info--title {
                color: var(--color-link-hover) !important;
                text-decoration: underline !important;
            }

        .item__info a.item__info--type, .item__info p a, .item__info a {
            text-decoration: none !important;
        }

            .item__info a.item__info--type:focus, .item__info p a:focus, .item__info a:focus {
                text-decoration: underline !important;
            }

.toolkit--elements li {
    padding-left: 18px !important;
}

    .toolkit--elements li a {
        font-size: max(14px, 1.8rem) !important;
    }

    .toolkit--elements li:before {
        top: 28px !important;
        width: 12px !important;
        height: 12px !important;
    }

.entry-content .news__right-column ul.home__event-list li.news__item, .entry-content .news__right-column ul.home__news-list li.news__item {
    padding-bottom: 4rem !important;
}

    .entry-content .news__right-column ul.home__news-list li.news__item article .title {
        padding-bottom: 0;
    }

.news__right-column .view-more-link {
    padding-top: 1rem !important;
}

.two-columns .right h3, .centers__main .right h3 {
    margin-bottom: 1.5rem;
}

.mec-event-meta i {
    color: var(--color-blue);
    display: inline-block;
}

.mec-single-event-date i, .mec-local-time-details i {
    margin-right: 11px;
}

.mec-single-event-time i {
    margin-right: 12px;
}

.mec-single-event-label i {
    margin-right: 16px;
}

.mec-single-event-category i {
    margin-right: 11px;
}

.mec-single-event-category dt {
    padding: 0 !important;
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul {
    padding-left: 32px !important;
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details {
    padding: 0;
}

    .mec-single-event-date, .mec-single-event-time, .mec-single-event:not(.mec-single-modern) .mec-local-time-details h3, .mec-single-event-label {
        padding-left: 0;
        padding-top: 0;
    }

        .mec-single-event-label dd {
            padding-left: 32px !important;
            font-weight: 500 !important;
        }

        .mec-single-event-date abbr, .mec-single-event-time abbr, .mec-single-event:not(.mec-single-modern) .mec-local-time-details abbr, .mec-single-event-label abbr {
            font-weight: 500;
        }

.mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    padding: 0 !important;
    border: 0 !important;
}

.item__info a.external-link {
    justify-content: flex-end;
    align-items: flex-start !important;
}

.two-columns .right a, .centers__main .right a {
    color: var(--color-primary);
    text-decoration: none;
}

    .two-columns .right a:hover, .two-columns .right a:focus, .centers__main .right a:hover, .centers__main .right a:focus, .two-columns .right a:hover p, .two-columns .right a:focus p, .centers__main .right a:hover p, .centers__main .right a:focus p {
        color: var(--color-link-hover);
        text-decoration: underline;
    }

.entry-content .directors .options ul li {
    margin-bottom: 0 !important;
}

.home__event-list .news__item .title, .home__news-list .news__item .title {
    text-decoration: none;
}

    .home__event-list .news__item .title:hover, .home__event-list .news__item .title:focus,
    .home__news-list .news__item .title:hover, .home__news-list .news__item .title:focus {
        text-decoration: underline;
    }

.home .view-more-link.events a, .home .view-more-link.news a {
    color: var(--color-link);
    text-decoration: none;
}

    .home .view-more-link.events a:hover, .home .view-more-link.events a:focus,
    .home .view-more-link.news a:hover, .home .view-more-link.news a:focus {
        color: var(--color-link-pink-hover);
        text-decoration: underline;
    }

.gb-button, .wp-block-button__link.has-vivid-cyan-blue-background-color, .wp-block-button__link {
    background-color: var(--color-primary) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: max(12px, 1.6rem) !important;
    padding: 1.5rem 3.5rem !important;
    line-height: 1;
}

    .gb-button:hover, .gb-button:focus, .wp-block-button__link.has-vivid-cyan-blue-background-color:hover, .wp-block-button__link.has-vivid-cyan-blue-background-color:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
        background-color: var(--color-link-hover) !important;
    }

.mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3, .mec-single-modern .col-md-4 .mec-sponsors-details h3, .mec-sponsors-details .mec-events-single-section-title,
.mec-single-event .mec-event-meta dd, .nachc-events-related, .event-local-time-gsb, .mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-related-event-content span {
    color: var(--color-primary) !important;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a {
    font-weight: 500;
}

.event-content-gsb a:not(.gb-button):not(.wp-block-button__link) {
    color: var(--color-primary) !important;
    text-decoration: underline !important;
}

    .event-content-gsb a:not(.gb-button):not(.wp-block-button__link):hover, .event-content-gsb a:not(.gb-button):not(.wp-block-button__link):focus {
        color: var(--color-link-hover) !important;
    }

.mec-related-events-wrap h3.mec-rec-events-title {
    border-bottom: 0;
    padding: 0 0 2rem 0;
    font-family: var(--font-tertiary);
    text-transform: none;
    color: var(--color-tertiary);
    font-size: max(14px, 3.2rem);
    font-weight: 500;
}

    .mec-related-events-wrap h3.mec-rec-events-title:before {
        display: none;
    }

article.mec-related-event-post.col-md-3.col-sm-3 {
    padding: 0 32px;
}

.nachc-events-related .mec-related-event-post img {
    min-width: auto !important;
    max-width: 200px !important;
}

.nachc-events-related .mec-related-event-post .mec-related-event-content h5 a {
    font-size: 14px;
}

.nachc-events-related .mec-related-event-post .mec-related-event-content span {
    font-size: 14px;
}

h3.py-12 + div > a > figure > img:hover {
    -webkit-filter: none !important;
}

input#search-box {
    padding: 10px 32px !important;
}

@media (min-width: 1440px) {
    .hero--interior:before {
        width: 52%;
    }
}

@media (min-width: 1200px) {
    .modal__slide--text {
        max-width: 50vw;
    }
}

@media (min-width: 1024px) {
    .two-columns > .gb-layout-column-wrap, .centers__main > .gb-layout-column-wrap {
        justify-content: space-between;
        /*column-gap: max(19vw, 16rem) !important*/
    }

    .two-columns .right, .centers__main .right {
        flex: 0 0 350px;
    }

    .two-columns > .gb-layout-column-wrap .left, .centers__main > .gb-layout-column-wrap .left {
        flex: 0 60%;
    }
}

@media (max-width: 1215px) {
    .conferences__nav li a:link, .conferences__nav li a:visited {
        font-size: 12px !important;
    }
}

@media (max-width: 1024px) {
    .two-columns > .gb-layout-column-wrap, .centers__main > .gb-layout-column-wrap {
        column-gap: 6rem !important;
    }

    .two-columns .right, .centers__main .right img:not(.download-link) {
        max-width: 100%;
        width: 350px;
    }
}

@media (min-width: 1280px) {
    header.header {
        min-height: 193px;
    }
}

@media (max-width: 1100px) {
    .nav .nav__list {
        background-color: #fff;
        padding: 12px 0 0 0 !important;
    }

    .nav.is-active .nav__list {
        border-bottom: 8px solid #009DCF;
    }

    .nav__list .nav__item.active-menu-mobile > .nav__link {
        background: #307BA6 url('/wp-content/uploads/2023/05/chevron-left-white.svg') no-repeat 24px 14px;
        color: #fff;
        font-weight: 600;
    }

    .nav__list .nav__link {
        padding: 12px 24px 12px 48px;
        color: #05376D;
        font-size: 16px;
        background: url('/wp-content/uploads/2023/05/chevron-right-lightblue.svg') no-repeat 24px 14px;
    }

    .nav .nav__dropdown {
        box-shadow: unset;
        top: 72px;
        background-color: #fff;
    }

    .nav .nav__dropdown-section--columns {
        flex-direction: column;
        text-align: left;
    }

        .nav .nav__dropdown-section--columns .column:first-child {
            border-top: unset;
            padding-top: unset;
        }

        .nav .nav__dropdown-section--columns .column {
            border-top: 1px solid #474747;
            border-left: unset;
            padding-left: 0;
            padding-top: 2rem;
        }

            .nav .nav__dropdown-section--columns .column > .menu-item {
                padding-top: 0 !important;
            }

    .nav .nav__dropdown-section:not(:last-child):has(ul) {
        margin-bottom: 3rem;
    }

    .nav .nav__dropdown h3 {
        font-size: 24px !important;
    }

    .nav .nav__dropdown-section-list li.nested {
        font-size: 14px;
    }

    .header .nav .nav__dropdown__inner {
        padding-left: 52px;
    }

    li.current-menu-ancestor > a.nav__link:after, .nav__link:hover:after, .nav__link:focus:after, .nav__link.active:after {
        display: none;
    }

    .nav__link:link, .nav__link:visited {
        text-align: left;
    }

    .nav .nav__dropdown .nav__dropdown-section h2 {
        font-size: 18px !important;
    }

    .conferences__nav.sticky-conferences-nav, .conferences__nav.sticky-conferences-nav .nav {
        position: static !important;
    }

    .conferences__nav .nav__list {
        visibility: visible !important;
        max-height: unset !important;
        position: static !important;
        display: flex;
        background-color: transparent;
        text-align: left;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 0;
        column-gap: clamp(2rem, 2vw, 4rem);
        padding: 12px 24px !important;
        justify-content: space-between;
        flex-direction: column;
    }

        .conferences__nav .nav__list li {
            flex: 1;
            white-space: nowrap;
        }

    .conferences__nav li a, .conferences__nav .nav__link {
        padding: 6px 0 !important;
    }

        .conferences__nav li a:link:after, .conferences__nav li a:visited:after {
            display: none !important;
        }

    .conferences__nav .nav__list .nav__link {
        background-image: none;
    }

    .header__button--icons {
        position: relative;
        width: 35px;
        height: 22px;
    }

        .header__button--icons span {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            left: 0;
            opacity: 1;
        }

            .header__button--icons span:nth-child(1) {
                top: 0;
            }

            .header__button--icons span:nth-child(2) {
                top: 9px;
            }

            .header__button--icons span:nth-child(3) {
                top: 18px;
            }

        .header__button--icons.is-active span:nth-child(1) {
            top: 8px;
            transform: rotate(135deg)
        }

        .header__button--icons.is-active span:nth-child(2) {
            opacity: 0;
            left: -20px;
        }

        .header__button--icons.is-active span:nth-child(3) {
            top: 8px;
            transform: rotate(-135deg)
        }

    .nav .nav__dropdown-close {
        display: none;
    }

    .filter__item--icon {
        width: 24px;
        height: 24px;
    }

    .filter__item:has( > a.active) .filter__item--icon svg {
        width: 12px;
    }

    .filter__item--icon svg {
        width: 12px;
        height: 12px;
    }

    .hero--interior .hero__inner {
        background: url('/wp-content/uploads/2023/05/bluebar-and-circles-mobile.svg') no-repeat 50% top;
    }

    .hero--interior.vtf-care-delivery .hero__inner {
        background-image: url('/wp-content/uploads/2023/06/bluebar-and-circles-care-v3.svg');
    }

    .hero--interior.vtf-people .hero__inner {
        background-image: url('/wp-content/uploads/2023/06/bluebar-and-circles-people-v3.svg');
    }

    .hero--interior.vtf-infrastructure .hero__inner {
        background-image: url('/wp-content/uploads/2023/06/bluebar-and-circles-infrastructure-v3.svg');
    }

    .hero--interior.vtf-governance .hero__inner {
        background-image: url('/wp-content/uploads/2023/06/bluebar-and-circles-governance-v3.svg');
    }
}

@media (max-width: 1590px) {
    .home .news .news__left .wp-block-group__inner-container {
        display: flex;
        align-items: center;
        gap: 32px;
        flex-direction: column-reverse;
    }

        .home .news .news__left .wp-block-group__inner-container .news__left--image {
            max-width: unset;
        }

        .home .news .news__left .wp-block-group__inner-container .news__left--quote {
            margin: 0;
            position: static;
            translate: none;
            max-width: unset;
        }
}

@media (max-width: 1500px) {
    .home .value > .wp-block-group__inner-container {
        grid-template-columns: 1fr;
    }

    .home .wp-block-group__inner-container h2, .home .wp-block-group__inner-container .wp-block-image {
        text-align: center;
    }

        .home .wp-block-group__inner-container .wp-block-image img {
            display: inline-block;
            max-width: 520px;
        }
}

@media (max-width: 1300px) and (min-width: 1100px) {
    .news__right-column h2 {
        font-size: 20px;
    }
}

@media (max-width: 1100px) {
    .site-inner {
        padding-top: 126px;
    }

    .home main.content {
        margin-top: 16vw;
    }

    .home .news > .wp-block-group__inner-container {
        flex-direction: column-reverse;
    }

    .home .value > .wp-block-group__inner-container {
        grid-template-columns: 1fr;
    }

    .home .wp-block-group__inner-container {
        padding-left: 0;
        padding-right: 0;
        display: grid;
    }
}

@media (max-width: 900px) {
    .overview__content--regional {
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .gb-layout-column-wrap.gb-block-layout-column-gap-2 {
        flex-direction: column;
    }

    .column__wrapper.nachc-regional {
        flex-direction: column;
        gap: 0;
    }

    .entry-content ul.topics__list .item__image img {
        max-width: 80% !important;
    }

    .news__right-column .wp-block-heading {
        margin-top: 30px;
    }

    .footer__main--list {
        align-items: center;
        margin: 0 auto 48px auto;
        display: flex;
        flex-direction: column;
    }

    .accordion .accordion__link {
        grid-template-columns: 27px 1fr;
    }

    .accordion__link .icon {
        height: 32px !important;
        width: 32px !important;
    }

        .accordion__link .icon svg {
            height: 16px;
            width: 16px;
        }

    /*    .hero--interior .hero__inner {
        background-position: -26% -18px;
    }*/

    .hero--interior .hero__inner {
        padding-bottom: 24px;
    }

    .hero--interior:before {
        height: 12px;
        bottom: 12px;
        width: 50%;
    }

    a.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share {
        width: 40px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 630px) {

    .home .news > .wp-block-group__inner-container {
        padding-right: 0 !important;
    }

    .home .news .news__left .wp-block-group__inner-container {
        display: flex;
        flex-direction: column-reverse;
    }

        .home .news .news__left .wp-block-group__inner-container .news__left--image {
            display: flex;
            justify-content: center;
            max-width: unset;
        }

            .home .news .news__left .wp-block-group__inner-container .news__left--image img {
                max-width: 180px;
                display: inline-block;
            }

    .home .wp-block-group__inner-container .wp-block-image img {
        max-width: 100%;
    }

    .image-card-grid.grid2 {
        flex-direction: column;
    }

    .directors__list li {
        margin-left: 0 !important;
    }

        .directors__list li .image img {
            max-width: 100% !important;
        }
}

.search-overlay {
    position: absolute;
    width: 100vw;
    height: 100vw;
    background-color: rgba(5, 55, 109, 0.9);
    z-index: -1;
}

div[data-fbc-ratio]{
    min-height: 620px !important;
}

.page-template-q4t-home iframe {
    width: 100% !important;
    min-height: 430px;
}

/* new "Resources & Research" hero backgrounds */
body .hero--interior.vtf-people .hero__inner {
	background-image: url(https://www.nachc.org/wp-content/uploads/2025/03/circles-employer-1.svg);
}
body .hero--interior.vtf-care-delivery .hero__inner {
    background-image: url(https://www.nachc.org/wp-content/uploads/2025/03/circles-provider-1.svg);
}
body .hero--interior.vtf-governance .hero__inner {
    background-image: url(https://www.nachc.org/wp-content/uploads/2025/03/circles-partner-1.svg) !important;
}
@media screen and (max-width: 1100px) {
	body .hero--interior.vtf-people .hero__inner {
	    background-image: url(https://www.nachc.org/wp-content/uploads/2025/03/circles-employer-mobile-2.svg);
	    background-size: auto 100%;
	}
	body .hero--interior.vtf-care-delivery .hero__inner {
	    background-image: url('https://www.nachc.org/wp-content/uploads/2025/03/circles-provider-mobile.svg');
	    background-size: auto 100%;
	}
	body .hero--interior.vtf-governance .hero__inner {
	    background-image: url('https://www.nachc.org/wp-content/uploads/2025/03/circles-partner-mobile.svg') !important;
	    background-size: auto 100%;
	}
}
/* END new "Resources & Research" hero backgrounds */