﻿/* #region Variables */

:root {
    --midnight: #1D416D;
    --sandstone: #E2D8C1;
    --sandstone_tint: #F7F4ED;
    --fawn: #F2AE6A;
    --burnt_sienna: #E76F51;
    --lagoon: #29A193;
    --deep_teal: #31616F;
    --true_blue: #326DB2;
    --slate: #3B464C;
    --mid_green: #238358;
    --deep_green: #295918;
    --light_green: #459C57;
}

/* #endregion */

/* #region Header Styles */

.header-pages {
    background-color: var(--mid_green);
}

    .header-pages a:hover,
    .header-pages a.selected {
        background: #FFFFFF !important;
        color: #222222;
    }

.navbar,
.navbar .container-fluid {
    background: #FFFFFF !important;
}

.search-button,
.login-button {
    display: none !important;
}

.nav-item:hover,
.nav-item .selected {
    text-decoration-color: var(--mid_green) !important;
}

/* #endregion */

/* #region General Styles */

.gga-section h1 {
    color: var(--slate);
}

.gga-section a {
    color: var(--slate);
}

.gga-section .btn-banner {
    color: #FFFFFF;
    background: var(--mid_green);
}

    .gga-section .btn-banner i {
        color: #FFFFFF;
    }

    .gga-section .btn-banner.btn-white {
        color: var(--mid_green);
    }

    .gga-section .btn-banner.btn-white i {
        color: var(--mid_green);
    }

/* #endregion */
/* #region Block Styles */
.gga-homepage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .gga-homepage h2 {
        width: 60%;
        font-size: 36px;
        color: var(--slate);
        padding: 0px;
        margin: 25px 0px 30px 0px;
        border: 0px;
        text-align: center;
    }

    .gga-homepage h3 {
        font-size: 32px;
        color: var(--slate);
        margin: 0px 0px 35px;
    }

    .gga-regions {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .gga-regions .region {
        position: relative;
        width: 30%;
        max-width: 375px;
        background: #FFFFFF;
        padding: 10px;
        margin: 0px 25px;
        border-radius: 20px;
        text-decoration: none;
    }

    .gga-regions .region img {
        width: 100%;
        height: 250px;
        background: #F5F5F5;
        border: 0px;
        border-radius: 20px;
        object-fit: cover;
    }

    .gga-regions .region .content {
        padding: 15px 10px;
    }

    .gga-regions .region h4 {
        color: var(--slate);
        margin: 0px 0px 10px;
    }

    .gga-regions .region p {
        margin: 0px;
    }

    .gga-regions .region .pill {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 150px;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        padding: 5px 20px;
        border-radius: 25px;
        text-align: center;
    }

.gga-section.featured-section {
    height: 650px;
    padding: 0px;
}

    .gga-section.featured-section .buttons {
        display: flex;
        flex-direction: row;
        margin-top: 25px;
    }

    .gga-section.featured-section .buttons .btn-banner {
        margin-right: 25px;
    }

    .gga-section.featured-section .col-md-6 {
        display: flex;
        flex-direction: column;
    }

    .gga-section.featured-section .col-md-6:first-child {
        padding: 7.5% 5% 40px 10%;
    }

    .gga-section.featured-section breadcrumb {
        margin-bottom: 30px;
    }

    .gga-section.featured-section img {
        width: 100%;
        max-height: 600px;
        border-radius: 0px 0px 0px 25px;
        object-fit: cover;
    }

    .gga-section.featured-section span {
        width: 100%;
        height: 50px;
        font-size: 18px;
        color: var(--slate);
        padding: 15px 0px;
        line-height: 20px;
    }

.gga-process-section {
    padding: 50px 10%;
}

.gga-process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

    .gga-process .step-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 200px;
    }

    .gga-process .step-item h4 {
        font-size: 18px;
        font-weight: 300;
        margin: 0px;
        text-align: center;
    }

    .gga-process .step-item img {
        width: 100px;
        height: 100px;
        padding: 10px;
        object-fit: contain;
    }

        .gga-process .step-item img.icon {
            border: 2px solid var(--mid_green);
            border-radius: 50px;
        }

.gga-sponsors-section {
    color: var(--slate);
    padding: 50px 10%;
}

.gga-sponsors-section h4 {
    margin-bottom: 25px;
}

.gga-sponsors {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.gga-sponsors .sponsor-item {
    width: 15%;
    height: 100%;
    padding: 0px 20px;
    margin: 0px 0.83%;
}

.gga-sponsors .sponsor-item img {
    width: 100%;
    height: 100%;
}

.helpus-section {
    padding: 25px 10%;
}

.gga-section .box-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gga-section .helpus-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0px 0px 0px;
    margin: 0px 0px 25px 0px;
}

.gga-section .helpus-content .btn-banner {
    margin: 50px 0px 0px 0px;
}

.gga-section .helpus-content p {
    margin-bottom: 25px;
}

.gga-section .side-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--mid_green);
    padding: 50px;
    border-radius: 20px 20px 0px 20px;
}

.gga-section .side-content h2 {
    color: var(--sandstone_tint);
    padding: 0px 0px 30px 0px;
    margin: 0px;
    border: 0px;
}

.gga-section .side-content p {
    font-size: 18px;
    color: var(--sandstone_tint);
}

.gga-section .side-content .button-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

    .gga-section .side-content .button-container .fa-circle-info {
        font-size: 40px;
        margin-right: 20px;
    }

.gga-section .focus-areas-details {
    min-height: 500px;
}

.gga-section .focus-areas-details .details {
    background: var(--mid_green);
    color: var(--sandstone_tint);
}

.gga-section .focus-areas-details .details p {
    color: var(--sandstone_tint);
    font-size: 18px;
}

.gga-section .item-button {
    border-left: none !important;
    border-radius: 20px 0px 0px 20px;
}

    .gga-section .item-button.selected {
        background: var(--mid_green);
        color: var(--sandstone_tint);
    }

    .gga-section .item-button:hover {
        
    }

.gga-section #ItemImage {
    height: 100%;
    max-height: 500px;
}

.gga-section.our-focus-areas h2 {
    color: var(--slate);
    border-bottom: 1px solid var(--mid_green);
}

.latest-news-section.gga-section h2 {
    width: 50%;
    color: var(--slate);
}

.latest-news-section.gga-section .row {
    justify-content: space-between;
}

.gga-section .content-item {
    background: #FFFFFF;
}

.gga-section .content-item h4 {
    color: var(--slate);
}

.gga-section .content-item .content-subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 0px;
}

.gga-section .content-item .item-details {
    background: var(--mid_green);
}

.gga-section.footer-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #FFFFFF;
    padding: 50px 10%;
    border-top: 7.5px solid var(--mid_green);
}

.gga-section.footer-banner h2 {
    width: 50%;
    color: var(--slate);
    padding: 0px 25px 0px 0px;
    border: 0px;
    text-align: right;
}

.gga-section.footer-banner .buttons {
    display: flex;
    flex-direction: row;
    width: 50%;
    padding: 0px 0px 0px 25px;
}

.gga-section.footer-banner .buttons .btn-banner {
    margin-right: 25px;
}

.gga-introduction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 10%;
}

.gga-introduction .col-md-12 {
    padding: 40px 0px 30px;
}

.gga-introduction img {
    width: 300px;
    height: 300px;
    border-radius: 20px 20px 0px 20px;
    object-fit: cover;
}

.gga-section .introduction-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: calc(100% - 325px);
    padding: 0px 0px 0px 75px;
}

.gga-section .introduction-details h4 {
    font-weight: 300;
}

.gga-section.resource-details .col-md-3 {
    background: var(--mid_green);
    border-radius: 20px;
}

.gga-section.resource-details .topic-row {
    display: flex;
}

.gga-section.resource-details .topic-column {
    display: flex;
    flex-direction: column;
}

.gga-section.resource-details .topic-column span {
    margin-bottom: 15px;
}

.content-item a:not(.static) {
    position: absolute;
    right: 0px;
    bottom: 65px;
}

.gga-section.resource-details .sponsor-section img {
    width: 100%;
}

.gga-section.accordion-section h2 {
    color: var(--slate);
    border-bottom: 1px solid var(--mid_green);
}

.gga-section.white-section .accordion-item {
    border-color: var(--mid_green);
}

.gga-section.benefits-section h2,
.gga-section.benefits-section h4,
.gga-section.values-section h2,
.gga-section.values-section h4 {
    color: var(--slate);
    border-color: var(--mid_green);
}

.gga-section.white-section:not(.helpus-section) h2 {
    color: var(--slate);
    border-color: var(--mid_green);
}

/* #endregion */
/* #region Mobile Styles */
@media (max-width: 767px) {
    .navbar {
        height: 60px;
    }

    .gga-section.featured-section {
        flex-direction: column-reverse;
        height: auto;
    }

        .gga-section.featured-section img {
            border-radius: 0px;
        }

        .gga-section.featured-section span {
            padding: 10px;
        }

        .gga-section.featured-section .buttons {
            margin: 0px;
        }

            .gga-section.featured-section .buttons .btn-banner {
                margin: 15px 0px 0px;
            }

    .gga-regions .region {
        width: 100%;
        margin: 0px 0px 25px;
    }

    .gga-homepage h2 {
        width: 100%;
    }

    .gga-process-section {
        padding: 25px 10%;
    }

        .gga-process-section .gga-process {
            align-items: center;
        }

            .gga-process-section .gga-process .step-item {
                margin: 0px 0px 25px;
            }

                .gga-process-section .gga-process .step-item img:not(.icon) {
                    transform: rotate(90deg);
                }

    .gga-section .helpus-content {
        align-items: center;
        padding: 0px;
    }

        .gga-section .helpus-content .btn-banner {
            margin: 0px;
        }

    .gga-section .item-button {
        border-radius: 20px;
    }

    .latest-news-section.gga-section h2 {
        width: 100%;
    }

    .gga-sponsors .sponsor-item {
        width: 100%;
    }

    .gga-sponsors-section {
        padding: 25px 10%;
    }

    .gga-section .btn-banner {
        width: 100%;
        justify-content: center;
    }

    .gga-section.footer-banner h2 {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .gga-section.footer-banner .buttons {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .gga-section.footer-banner .buttons .btn-banner {
            margin: 25px 0px 0px;
        }

    .content-item div:not(.article-details):not(.item-details) {
        height: 250px;
    }

    .content-item .item-details {
        min-height: 50px;
        height: auto;
    }

    .gga-section .introduction-details {
        padding: 0px;
    }

    .gga-introduction img {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .gga-section .introduction-details {
        width: 100%;
    }
}

/* #endregion */

/* #region Tablet Styles */

@media (min-width: 1001px) and (max-width: 1200px) {
    
}

/* #endregion */

/* #region Smaller Tablet Styles */

@media (min-width: 768px) and (max-width: 1000px) {
    .gga-section.featured-section {
        height: 750px;
    }
}

/* #endregion */

/* #region All Tablet Styles */

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar {
        height: 80px;
    }

    .gga-homepage h2 {
        width: 100%;
    }

    .gga-regions {
        flex-wrap: wrap;
    }

        .gga-regions .region {
            width: calc(50% - 20px);
            margin: 0px 10px 20px;
        }

    .gga-section .box-content {
        flex-direction: column-reverse;
    }

    .gga-section .helpus-content {
        width: 100%;
    }

        .gga-section .helpus-content .btn-banner {
            margin: 25px 0px 0px;
        }

    .gga-section.featured-section .buttons {
        flex-direction: column;
        margin: 0px;
    }

    .gga-section.featured-section .buttons .btn-banner {
        margin: 0px 0px 10px;
    }

    .gga-section .side-content {
        width: 100%;
    }

    .gga-section .helpus-content {
        margin: 0px;
    }

    .gga-section .focus-areas-details .area-info {
        flex-direction: column;
    }

    .gga-section .focus-areas-details .details {
        width: 100%;
        border-radius: 0px 20px 0px 0px;
    }

    .gga-section .focus-areas-details img {
        border-radius: 0px 0px 20px 20px;
    }

    .content-item .info-container {
        width: calc(100% - 200px);
    }

    .gga-section.footer-banner .buttons {
        align-items: center;
        padding: 0px;
    }

    .gga-section.footer-banner .buttons .btn-banner {
        height: fit-content;
    }

    .gga-section .news-articles .content-item {
        width: 100%;
    }
}

/* #endregion */