
.site-footer {
    font-size: 15px;
    color: white;
    position: relative;

    /* background-color: #1e3c60; */
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;


    background-image: url(/Content/Images/largeFooterSeal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;


    height: 100%;
    max-width: 750px;
    /* margin-left: auto; */
    margin-right: 50px;

    height: calc(100% - 100px);
    margin-top: 50px;

    z-index: 1;
}

.basic-footer__wrapper {
    border-bottom: 10px solid #ffb738;
    position: relative;
    background-color: #1e3c60F0;
}
/* .basic-footer__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #1e3c60F0;

    z-index: 1;

} */
.basic-footer a {
    color: white;
}
.basic-footer {
    position: relative;
    color: white;
    padding: 15px;
    max-width: var(--page-max-width);
    
    display: grid;
    grid:
        "icon content" min-content
        / min-content minmax(auto, max-content);
    gap: 10px 15px;
    justify-content: center;
    align-content: center;
    margin: 0 auto;

    min-height: 190px;
}
.basic-footer__logo {
    grid-area: icon;
    align-self: center;
}
.basic-footer__content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: center;

    z-index: 1;
}
.basic-footer__content > * {
    margin: 5px;
}

.basic-footer__content > div > p {
    margin: 0;
}

.basic-footer__copyright {
    line-height: 1.6em;
}

@media screen and (max-width: 480px) {
    .basic-footer {
        gap: 10px;
    }
    .basic-footer__logo.basic-footer__logo {
        width: 20.8vw;
        height: 20.8vw;
        background-size: contain;
    }
}

@media screen and (max-width: 330px) {
    .basic-footer {
        display: grid;
        grid:
            "content" max-content
            "icon" min-content
            / 1fr;
        justify-content: center;
    }
    .basic-footer__logo {
        justify-self: center;
    }
}

.footer-events {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}

.c-three-sect-footer {
    /* gap: 30px; */
    position: relative;

    /* background-color: #192b41; */

    border-bottom: 1px solid #536d84;
    font-family: sans-serif;

    background-color: rgba(25, 43, 65, 0.97);

    padding: 15px 0;

}

.c-three-sect-footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

.c-three-sect-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(25, 43, 65, 0.97);

    z-index: -1; /* Place the background behind the content */
}

.c-three-sect-footer p {
    margin: 0;
}

.c-three-sect-footer a, .c-three-sect-footer a:is(:active, :visited) {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5em;
}

.site-footer a:hover {
    color: #ffb738;
    text-decoration: underline;
}

.c-three-sect-footer h2 {
    color: #fbb732;
    font-weight: bold;

    font-family: sans-serif;

    font-size: 15px;

    margin-top: 0;
    margin-bottom: 6px;

    text-transform: uppercase;
}

.c-three-sect-footer h2.footerMobileAppsText {
    font-size: 25px;
    line-height: 1.2em;
    text-transform: capitalize;
    font-family: serif;
    font-style: italic;
}

.c-three-sect-footer .c-three-sect-footer__content > div {
    padding: 0 15px;
    z-index: 1;
}

.c-three-sect-footer__content {
    max-width: var(--page-max-width);
    margin: auto;
}

@media screen and (min-width: 720px) {
    .c-three-sect-footer__content > div:nth-child(2) {
        border-left: 1px solid white;
        border-right: 1px solid white;
    }
}

@media screen and (max-width: 720px) {
    .c-three-sect-footer {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 15px;
    }
    .c-three-sect-footer__content > div {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .c-three-sect-footer {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .c-three-sect-footer__content > div {
        padding: 0;
    }
}


@media screen and (min-width: 1280px) {
    .c-three-sect-footer {
        padding: 50px 0;
    }
    .c-three-sect-footer__content > div {
        padding: 0 50px;
    }
}

.top-mobile-links a {
    height: 60px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;

    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;

    overflow: hidden;
    line-height: 150px;
}
.top-mobile-links a:first-child {
    aspect-ratio: 92/60;
}

.footerMobileAppsText ~ p {
    margin-top: 0;
    margin-bottom: 10px;
}

.mobileAppLinks a, .mobileAppLinks a:is(:active, :visited) {
    background: linear-gradient(315deg, rgba(233, 159, 24, 1) 0%, rgba(233, 159, 24, 1) 15px, rgba(255, 183, 55, 1) 15px, rgba(255, 183, 55, 1) 100%);
    display: inline-block;
    padding: 10px;
    padding-bottom: 8px;
    text-transform: capitalize;
    color: black;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.4em;

    font-family: sans-serif;
}

.mobileAppLinks a:hover {
    background: linear-gradient(315deg, rgba(71, 115, 169, 1) 0%, rgba(71, 115, 169, 1) 15px, rgba(30, 60, 96, 1) 15px, rgba(30, 60, 96, 1) 100%);
    color: white;
    text-decoration: none;
    text-decoration: none;
}