.refreshed-template {
    --ahs-navy: #2e343f;
    --ahs-navy-dark: #272c36;
    --ahs-blue: #007ac3;
    --ahs-blue-light: #f2f8fa;
    --ahs-blue-dark: #005e85;
    --ahs-green: #008996;
    --ahs-green-light: #18b8c7;
    --ahs-green-medium: #007681;
    --ahs-green-dark: #005158;
    --healthier-together-green: #a1d45e;
    background: var(--ahs-blue-light);

    color: var(--ahs-navy-dark);
    font-family: Lato, sans-serif;
    font-size: 16px;

    /**
     * LINKED LIST
     */

    /**
     * CARDS
     */

    /**
     * FEATURED LINKS
     */

    /**
     * RESOURCE LINKS
     */

    /**
     * GRID OVERWRITES
     */

    /**
     * MAIN CONTENT SETTINGS
     */
}

.refreshed-template *:last-child {
    margin-bottom: 0 !important;
}

.refreshed-template *:first-child {
    margin-top: 0 !important;
}

.refreshed-template h1,
.refreshed-template h2,
.refreshed-template h3,
.refreshed-template h4,
.refreshed-template h5,
.refreshed-template h6 {
    margin-bottom: 32px;

    color: var(--ahs-green);
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
}

.refreshed-template h2 {
    font-size: 42px;
    font-weight: 700;
}

.refreshed-template h3 {
    color: var(--ahs-blue-dark);
    font-size: 26px;
    font-weight: normal;
}

.refreshed-template p {
    margin-bottom: 32px;

    font-size: 16px;
    line-height: 1.5;
}

.refreshed-template p.large {
    font-size: 26px;
    line-height: 1.3;
}

.refreshed-template p a {
    display: inline-block;
    max-width: 100%;

    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.refreshed-template a {
    display: inline-flex;
    align-items: center;

    transition: 0.2s ease-in-out all;

    color: var(--ahs-blue-dark);
    font-weight: 700;
    text-decoration: underline;
    gap: 8px;
}

.refreshed-template a:hover {
    color: var(--ahs-navy);
    text-decoration: underline;
}

.refreshed-template a:hover .fa {
    color: var(--ahs-green-medium);
}

.refreshed-template a .fa {
    color: var(--ahs-green-light);
}

.refreshed-template a.btn {
    padding: 8px 16px;

    border: 1px solid var(--ahs-blue-dark);
    border-radius: 100vw;

    background: transparent;

    color: var(--ahs-navy-dark);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.refreshed-template a.btn:hover {
    border-color: var(--ahs-blue);

    background: var(--ahs-blue-dark);

    color: white;
}

.refreshed-template a.btn:hover .fa {
    color: white;
}

.refreshed-template a.btn.primary {
    background: var(--healthier-together-green);
}

.refreshed-template a.btn.primary:hover {
    background: var(--ahs-blue-dark);
}

.refreshed-template a.btn .fa {
    transition: 0.2s ease-in-out all;

    color: var(--ahs-blue-dark);
    font-weight: regular;
}

.refreshed-template ul {
    display: flex;
    flex-direction: column;
    gap: 16px;

    padding-left: 24px;
}

.refreshed-template section h2 ~ p {
    max-width: 680px;
}

.refreshed-template section .col-12 h2 ~ p {
    max-width: 100%;
}

.refreshed-template .link-list {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px;
    padding: 0;

    list-style: none;
    gap: 16px;
}

.refreshed-template .link-list a {
    text-decoration: none;
}

.refreshed-template .link-list a:hover {
    text-decoration: underline;
}

.refreshed-template .card-wrapper {
    display: flex;
    gap: 52px 24px;
}

.refreshed-template .card {
    display: flex;
    position: relative;

    border: none;

    background: transparent;
}

.refreshed-template .card a.group-hover {
    position: static;

    text-decoration: none;
}

.refreshed-template .card a.group-hover::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.refreshed-template .card a.group-hover:hover {
    text-decoration: underline;
}

.refreshed-template .card .image {
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 66.66%;
    overflow: hidden;

    border-radius: 8px;

    background: white;
    background-position: center;
    background-size: cover;
}

.refreshed-template .card .title {
    margin-bottom: 24px;

    color: var(--ahs-blue-dark);
    font-size: 22px;
    font-weight: 700;
}

.refreshed-template .card p {
    font-size: 14px;
}

.refreshed-template .featured-link-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.refreshed-template .featured-link {
    position: relative;
    padding: 16px 24px;

    transition: 0.2s ease-in-out background;

    border: 1px solid #ced6d8;
    border-radius: 8px;

    background: white;
}

.refreshed-template .featured-link .title {
    margin-bottom: 16px;

    font-size: 26px;
}

.refreshed-template .featured-link:hover {
    background: #dae8ed;
}

.refreshed-template .featured-link a.group-hover {
    position: static;

    font-weight: 400;
    text-decoration: none;
}

.refreshed-template .featured-link a.group-hover::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.refreshed-template .featured-link a.group-hover:hover {
    text-decoration: underline;
}

.refreshed-template .resource-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;

    width: 100%;
}

.refreshed-template .resource {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 32px 24px;
    gap: 24px 16px;

    transition: 0.2s ease-in-out background;

    border: 1px solid #ced6d8;
    border-radius: 8px;

    background: white;
}

@media screen and (min-width: 992px) {
    .refreshed-template .resource {
        flex-direction: row;
        align-items: center;
    }
}

.refreshed-template .resource:hover {
    background: #dae8ed;
}

.refreshed-template .resource:hover .title {
    color: var(--ahs-navy);
    text-decoration: underline;
}

.refreshed-template .resource .title {
    margin-bottom: 24px;

    transition: 0.2s ease-in-out color;

    color: var(--ahs-blue-dark);
    font-size: 22px;
    font-weight: 700;
}

.refreshed-template .resource .label {
    display: inline-block;
    margin-bottom: 24px;
    padding: 8px 16px;

    border-radius: 0.4rem;

    background: var(--healthier-together-green);

    color: var(--ahs-navy);
    font-size: 16px;
    font-weight: 700;
}

.refreshed-template .resource a.group-hover {
    position: static;
}

.refreshed-template .resource a.group-hover::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.refreshed-template .container {
    padding-right: 16px;
    padding-left: 16px;
}

.refreshed-template .row {
    margin-right: -16px;
    margin-left: -16px;
}

.refreshed-template .row .col-12 {
    padding-right: 16px;
    padding-left: 16px;
}

@media screen and (min-width: 992px) {
    .refreshed-template .row {
        margin-right: -32px;
        margin-left: -32px;
    }

    .refreshed-template .row .col-12 {
        padding-right: 32px;
        padding-left: 32px;
    }
}

.refreshed-template .main-content {
    padding-top: 32px;
    padding-bottom: 64px;
}

.refreshed-template .main-content section {
    margin: 64px 0;
}

@media screen and (min-width: 992px) {
    .refreshed-template .main-content {
        padding-top: 64px;
        padding-bottom: 96px;
    }

    .refreshed-template .main-content section {
        margin: 96px 0;
    }
}

.refreshed-template section.hero {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;

    background: linear-gradient(
        180deg,
        rgb(158, 210, 76, 72%) 32.62%,
        rgb(78, 182, 122, 72%) 66.65%,
        rgb(0, 154, 168, 72%) 100%
    );
}

.refreshed-template section.hero::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.05;
    background: url('/media/images/patterns/hero-dots.png');
    background-repeat: repeat;
}

.refreshed-template section.hero .container {
    position: relative;
}

.refreshed-template section.hero .breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 16px;
    padding: 0;

    color: var(--ahs-green-dark);
    font-size: 16px;
    list-style: none;
    gap: 16px;
}

.refreshed-template section.hero .breadcrumbs .crumb-root {
    font-weight: 700;
}

.refreshed-template section.hero .breadcrumbs .crumb-root a,
.refreshed-template section.hero .breadcrumbs .crumb-root span {
    color: var(--ahs-navy-dark);
    text-decoration: none;
}

.refreshed-template section.hero .breadcrumbs .crumb-root a:hover {
    text-decoration: underline;
}

.refreshed-template section.hero .breadcrumbs .crumb-root {
    display: flex;
    flex-direction: row;
    gap: 8px;

    align-items: center;
}

.refreshed-template section.hero .breadcrumbs li:not(.crumb-root)::before {
    content: '\f105';

    margin-right: 16px;

    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
}

.refreshed-template section.hero .breadcrumbs a {
    color: inherit;
}

.refreshed-template section.hero .grand-title {
    margin: 16px 0;

    color: var(--ahs-navy-dark);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (min-width: 992px) {
    .refreshed-template section.hero .grand-title {
        font-size: 96px;
    }
}

.refreshed-template section.hero p:not(.large) {
    max-width: 680px;
}

.refreshed-template section.community .row {
    row-gap: 32px;
}

.refreshed-template section.community .community-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.refreshed-template section.community .community-cards .card {
    overflow: hidden;

    transition: 0.2s ease-in-out background;

    border-radius: 8px;

    background: var(--ahs-blue);
}

.refreshed-template section.community .community-cards .card.card-blue-dark {
    background: var(--ahs-blue-dark);
}

.refreshed-template section.community .community-cards .card.card-green {
    background: var(--ahs-green);
}

.refreshed-template section.community .community-cards .card .image {
    margin-bottom: 0;

    border-radius: 0;
}

.refreshed-template section.community .community-cards .card .content {
    padding: 32px;

    color: white;
}

.refreshed-template section.community .community-cards .card .content a,
.refreshed-template section.community .community-cards .card .content p {
    color: white;
}

.refreshed-template section.community .community-cards .card .content p {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .refreshed-template section.community .community-cards .card {
        flex-direction: row;
    }

    .refreshed-template section.community .community-cards .card .image {
        flex-shrink: 0;
        width: 176px;
        padding: 0;
    }
}

.refreshed-template section.discover .card-wrapper {
    flex-wrap: wrap;
}

.refreshed-template section.discover .card-wrapper .card {
    width: calc(50% - 12px);
}

@media screen and (min-width: 992px) {
    .refreshed-template section.discover .card-wrapper {
        flex-wrap: nowrap;
    }

    .refreshed-template section.discover .card-wrapper .card {
        width: 100%;
    }
}

footer.site-footer {
    --ahs-navy: #2e343f;
    --ahs-navy-dark: #272c36;
    --ahs-blue: #007ac3;
    --ahs-blue-light: #f2f8fa;
    --ahs-blue-dark: #005e85;
    --ahs-green: #008996;
    --ahs-green-light: #18b8c7;
    --ahs-green-medium: #007681;
    --ahs-green-dark: #005158;
    --healthier-together-green: #a1d45e;
    background: var(--ahs-blue-dark);

    color: var(--ahs-navy-dark);
    font-family: Lato, sans-serif;
    font-size: 16px;
}

footer.site-footer *:last-child {
    margin-bottom: 0 !important;
}

footer.site-footer *:first-child {
    margin-top: 0 !important;
}

footer.site-footer h1,
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4,
footer.site-footer h5,
footer.site-footer h6 {
    margin-bottom: 32px;

    color: var(--ahs-green);
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none;
}

footer.site-footer h2 {
    font-size: 42px;
    font-weight: 700;
}

footer.site-footer h3 {
    color: var(--ahs-blue-dark);
    font-size: 26px;
    font-weight: normal;
}

footer.site-footer p {
    margin-bottom: 32px;

    font-size: 16px;
    line-height: 1.5;
}

footer.site-footer p.large {
    font-size: 26px;
    line-height: 1.3;
}

footer.site-footer a {
    display: inline-flex;
    align-items: center;

    transition: 0.2s ease-in-out all;

    color: var(--ahs-blue-dark);
    font-weight: 700;
    text-decoration: underline;
    gap: 8px;
}

footer.site-footer a:hover {
    color: var(--ahs-navy);
    text-decoration: underline;
}

footer.site-footer a:hover .fa {
    color: var(--ahs-green-medium);
}

footer.site-footer a .fa {
    color: var(--ahs-green-light);
}

footer.site-footer a.btn {
    padding: 8px 16px;

    border: 1px solid var(--ahs-blue-dark);
    border-radius: 100vw;

    background: transparent;

    color: var(--ahs-navy-dark);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

footer.site-footer a.btn:hover {
    border-color: var(--ahs-blue);

    background: var(--ahs-blue-dark);

    color: white;
}

footer.site-footer a.btn:hover .fa {
    color: white;
}

footer.site-footer a.btn.primary {
    background: var(--healthier-together-green);
}

footer.site-footer a.btn.primary:hover {
    background: var(--ahs-blue-dark);
}

footer.site-footer a.btn .fa {
    transition: 0.2s ease-in-out all;

    color: var(--ahs-blue-dark);
    font-weight: regular;
}

footer.site-footer ul {
    display: flex;
    flex-direction: column;
    gap: 16px;

    padding-left: 24px;
}

footer.site-footer ul li {
    margin: 0;
    padding: 0;

    list-style: none;
}

footer.site-footer ul li::before {
    display: none;
}

footer.site-footer .container-fluid {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 48px;

    color: white;
    gap: 32px;
}

footer.site-footer .footer-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

footer.site-footer .land-acknowledgement {
    padding-bottom: 32px;

    border-bottom: 1px solid var(--ahs-blue);
}

footer.site-footer .land-acknowledgement .title {
    margin-bottom: 16px;

    font-size: 26px;
}

footer.site-footer .land-acknowledgement p {
    color: white;
}

footer.site-footer ul#footer-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;

    list-style: none;
    gap: 32px;
}

footer.site-footer ul#footer-nav a {
    position: relative;
    width: max-content;

    color: white;
    text-decoration: none;
}

footer.site-footer ul#footer-nav a:hover::after {
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;

    background: var(--ahs-blue);
}

footer.site-footer .copyright {
    margin-top: 32px;

    font-size: 14px;
}

footer.site-footer .logos {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    footer.site-footer .container-fluid {
        flex-direction: row;
        padding-right: 64px;
        padding-left: 64px;
        gap: 64px;
    }

    footer.site-footer ul#footer-nav {
        flex-direction: row;
    }
}

@media screen and (min-width: 1140px) {
    footer.site-footer .footer-main {
        flex-direction: row;
    }

    footer.site-footer .nav-wrapper {
        flex-shrink: 0;
    }

    footer.site-footer .land-acknowledgement {
        padding-bottom: 0;

        border-bottom: 0;
    }
}

.refreshed-template section.content-image-5050 .row {
    row-gap: 32px;
}

.refreshed-template section.content-image-5050 .content-text {
    order: 1;
}

.refreshed-template section.content-image-5050 .content-image {
    order: 2;
}

.refreshed-template section.content-image-5050 .content-image img {
    width: 100%;

    border-radius: 32px;
}

.refreshed-template section.content-image-5050 .content-image .image {
    width: 100%;
    padding-bottom: 66.66%;

    border-radius: 32px;

    background-position: center;
    background-size: cover;
}

.refreshed-template section.network .card-wrapper {
    flex-wrap: wrap;
}

.refreshed-template section.network .card-wrapper .card {
    width: calc(50% - 12px);
}

@media screen and (min-width: 992px) {
    .refreshed-template section.network .card-wrapper .card {
        width: calc(25% - (24px * 3 / 4));
    }
}
