/**
 * @file
 * Subtheme specific CSS.
 */

/* Universal */
* {
    font-family:Roboto;
}
body {
    background-color:#fff !important;
    height:100%;
    display:flex;
    flex-direction:column;
}
footer {
    margin-top:auto;
}
h1,h2,h3,h1 *,h2 *,h3 * {
    font-family:Teko;
    text-transform:uppercase;
    font-weight:700;
}
h2 {
    font-size:2.5rem;
}
#main-wrapper {
    padding-bottom:5rem;
}
.btn {
    text-transform: uppercase;
    font-weight:900;
    padding:.5rem 1.5rem
}

/* Header and Navigation */
header img {
    max-width:15.625rem;
    height:auto;
    width:100%;
    margin:0 !important;
}
header > .container {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
#navbar-main {
    flex-wrap:wrap;
    padding:0;
    background-color:#fff;
}
.navbar-brand {
    font-family:Roboto;
    color: #000;
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 1px;
}
.navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-collapse {
    width:100%;
    background-color:#00629B;
    color:#fff
}
#navbar-main .nav-link {
    padding-left:1rem;
    padding-right:1rem;
}
#navbar-main .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
}
#navbar-main .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #1C2B48;
}
header > .container {
    margin:0 auto;
    padding-top:2.5rem;
    padding-bottom:2.5rem;
}
#navbar-main .dropdown-menu {
    background-color:#182B49;
    top:2.375rem;
    border-radius: 0;
    border: none;
    padding: 0;
    width: auto;
    min-width: 100%;
}
#navbar-main .nav-item > .dropdown-menu .dropdown-item {
    padding: 0;
}
#navbar-main .nav-item > .dropdown-menu .dropdown-item a {
    display: block;
    width: 100%;
    padding: 0.5em 1em !important;
    color: #fff;
    white-space: nowrap;
}
#navbar-main .nav-item > .dropdown-menu .dropdown-item a:hover {
    background-color: #fff;
    color: #484949;
    text-decoration: none;
}

/* Meet the Team */
#block-ourteamheader .hero {
    height: 15.625rem;
    max-width: 69.375rem;
    max-width: 100%;
    background: linear-gradient(96deg, rgb(0, 98, 155) 0%, rgb(212, 98, 173) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#block-ourteamheader .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
    margin-right: auto;
    margin-left: auto;
    gap: 1.188rem;
    z-index: 1;
}
@media (min-width: 576px) {
    #block-ourteamheader .hero-content {
        max-width: 540px;
    }
} 
@media (min-width: 768px) {
    #block-ourteamheader .hero-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #block-ourteamheader .hero-content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #block-ourteamheader .hero-content {
        max-width: 1140px;
    }
}

#block-ourteamheader .hero-title {
    color: #FFFFFF;
    font-size: clamp(36px, 5vw, 64px);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

#block-ourteamheader .halftone-circle {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

#block-ourteamheader .halftone-magenta {
    right: -28%;
    left: auto;
    top: -185%;
    width: 97%;
    height: 556%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(315deg);
}

#block-ourteamheader .halftone-magenta::before {
    content: '';
    width: 978.294px;
    height: 989.443px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Magenta.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-ourteamheader .halftone-yellow {
    right: -11%;
    left: auto;
    top:-53%;
    width: 42%;
    height: 244%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}

#block-ourteamheader .halftone-yellow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-ourteamheader .halftone-turquoise {
    right: 63%;
    left: auto;
    top: -110%;
    width: 48%;
    height: 276%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(167.853deg);
}

#block-ourteamheader .halftone-turquoise::before {
    content: '';
    width: 575.25px;
    height: 582px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Turquoise.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    margin-bottom: 12px;
}

/* Drupal Training */
#block-drupaltrainingheader .hero {
    height: 250px;
    max-width: 1110px;
    max-width: 100%;
    background: linear-gradient(96deg, rgb(0, 98, 155) 0%, rgb(212, 98, 173) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#block-drupaltrainingheader .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    gap: 19px;
    z-index: 1;
}
@media (min-width: 576px) {
    #block-drupaltrainingheader .hero-content {
        max-width: 540px;
    }
} 
@media (min-width: 768px) {
    #block-drupaltrainingheader .hero-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #block-drupaltrainingheader .hero-content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #block-drupaltrainingheader .hero-content {
        max-width: 1140px;
    }
}

#block-drupaltrainingheader .hero-title {
    color: #FFFFFF;
    font-size: clamp(36px, 5vw, 64px);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

#block-drupaltrainingheader .halftone-circle {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

#block-drupaltrainingheader .halftone-magenta {
    right: -28%;
    left: auto;
    top: -185%;
    width: 97%;
    height: 556%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(315deg);
}

#block-drupaltrainingheader .halftone-magenta::before {
    content: '';
    width: 978.294px;
    height: 989.443px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Magenta.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-drupaltrainingheader .halftone-yellow {
    right: -11%;
    left: auto;
    top:-53%;
    width: 42%;
    height: 244%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}

#block-drupaltrainingheader .halftone-yellow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-drupaltrainingheader .halftone-turquoise {
    right: 63%;
    left: auto;
    top: -110%;
    width: 48%;
    height: 276%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(167.853deg);
}

#block-drupaltrainingheader .halftone-turquoise::before {
    content: '';
    width: 575.25px;
    height: 582px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Turquoise.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Host a Website */
#block-hostawebsitebanner {
    position: relative;
    overflow: hidden;
}
#block-hostawebsitebanner .hero {
    height: 250px;
    max-width: 1110px;
    max-width: 100%;
    background: linear-gradient(96deg, rgb(0, 98, 155) 0%, rgb(212, 98, 173) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#block-hostawebsitebanner .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    gap: 19px;
    z-index: 1;
}
@media (min-width: 576px) {
    #block-hostawebsitebanner .hero-content {
        max-width: 540px;
    }
} 
@media (min-width: 768px) {
    #block-hostawebsitebanner .hero-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #block-hostawebsitebanner .hero-content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #block-hostawebsitebanner .hero-content {
        max-width: 1140px;
    }
}
#block-hostawebsitebanner .hero-title {
    color: #FFFFFF;
    font-size: clamp(36px, 5vw, 64px);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-hostawebsitebanner .halftone-circle {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
#block-hostawebsitebanner .halftone-magenta {
    right: -28%;
    left: auto;
    top: -185%;
    width: 97%;
    height: 556%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(315deg);
}
#block-hostawebsitebanner .halftone-magenta::before {
    content: '';
    width: 978.294px;
    height: 989.443px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Magenta.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#block-hostawebsitebanner .halftone-yellow {
    right: -11%;
    left: auto;
    top:-53%;
    width: 42%;
    height: 244%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}
#block-hostawebsitebanner .halftone-yellow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#block-hostawebsitebanner .halftone-turquoise {
    right: 63%;
    left: auto;
    top: -110%;
    width: 48%;
    height: 276%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(167.853deg);
}
#block-hostawebsitebanner .halftone-turquoise::before {
    content: '';
    width: 575.25px;
    height: 582px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Turquoise.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion .card-header {
    padding:0;
}
.accordion .card-header .btn {
    width:100%;
    text-align: left;
    margin: 0;
    padding: 1rem 1.5rem;
    background-color: #055a8e;
    color: #fff;
    outline-color:#bababa;
}
.card-body ul {
    list-style: none !important;
    padding-left: 0 !important;
}
.card-body ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px;
}
.card-body ul li svg {
    flex-shrink: 0;
    margin-top: 2px;
}


/* Homepage */
#block-homepagebannerv2 .hero {
    min-height: 450px;
    height: auto;
    max-width: 1110px;
    max-width: 100%;
    background: linear-gradient(96deg, rgb(0, 98, 155) 0%, rgb(212, 98, 173) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#block-homepagebannerv2 .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    gap: 19px;
    z-index: 1;
}
@media (min-width: 576px) {
    #block-homepagebannerv2 .hero-content {
        max-width: 540px;
    }
} 
@media (min-width: 768px) {
    #block-homepagebannerv2 .hero-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #block-homepagebannerv2 .hero-content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #block-homepagebannerv2 .hero-content {
        max-width: 1140px;
    }
}

#block-homepagebannerv2 .hero-title {
    color: #FFF;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px
}

#block-homepagebannerv2 .hero-subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

#block-homepagebannerv2 .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    #block-homepagebannerv2 .hero-buttons {
        flex-direction: row;
        gap: 8px;
    }
}

#block-homepagebannerv2 .btn {
    padding: 12px 48px;
    border-radius: 8px;
    text-decoration: none;
}

#block-homepagebannerv2 .btn-primary {
    background: #FFCD00;
    color: #182B49;
    border: 1px solid #C69214;
}
#block-homepagebannerv2 .btn-primary:hover {
    background: #d1a700;
}

#block-homepagebannerv2 .btn-secondary {
    background: #fff;
    color: #0D446C;
}
#block-homepagebannerv2 .btn-secondary:hover {
    background: #bababa;
}

#block-homepagebannerv2 .halftone-circle {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

#block-homepagebannerv2 .halftone-magenta {
    right: -28%;
    top: -185%;
    width: 97%;
    height: 556%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(315deg);
}

#block-homepagebannerv2 .halftone-magenta::before {
    content: '';
    width: 978.294px;
    height: 989.443px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Magenta.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-homepagebannerv2 .halftone-yellow {
    right: -11%;
    top: -33%;
    width: 42%;
    height: 244%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block-homepagebannerv2 .halftone-yellow::before {
    content: '';
    width: 978.294px;
    height: 989.443px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-homepagebannerv2 .halftone-turquoise {
    right: 70%;
    top: -110%;
    width: 48%;
    height: 276%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(167.853deg);
}

#block-homepagebannerv2 .halftone-turquoise::before {
    content: '';
    width: 575.25px;
    height: 582px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Turquoise.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    #block-homepagebannerv2 .halftone-yellow {
        right: -20%;
        top: -10%;
        width: 65%;
        height: 200%;
    }

    #block-homepagebannerv2 .halftone-turquoise {
        right: 60%;
        top: -80%;
        width: 65%;
        height: 200%;
    }
}

/* Homepage Archive
#block-homepagebanner {
    background-color:#000461;
    position:relative;
    overflow:hidden;
}
#block-homepagebanner {
    background-image:linear-gradient(#000461,#000461),radial-gradient(#00C2FF,#BD00FF);
    background-repeat:no-repeat,no-repeat;
    background-position:center,center;
}
#block-homepagebanner h2 {
    color:#fff;
    font-size:3.5rem;
    padding-bottom:1rem;
    position:relative;
}
.path-frontpage .region-featured-top {
    padding-top:0;
}
#block-homepagebanner .container {
    padding-top:3rem;
    padding-bottom:3rem;
    position:relative;
    z-index:2;
    padding-left: 100px;
}
#block-homepagebanner .btn {
    color:#FFF;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 75px 0px rgba(255, 255, 255, 0.25);
}
.ellipse,.light {
    position:absolute;
}
.ellipse1 {
    background: radial-gradient(99.09% 99.09% at 77.87% 9.56%, #00C2FF 0%, #BD00FF 72.43%, #FFF 100%);
    border-radius: 50%;
    width:20%;
    padding-bottom:20%;
    opacity: 0.75;
    top:-33%;
    left:-3%;
}
.ellipse2 {
    background: radial-gradient(99.09% 99.09% at 77.87% 9.56%, #00C2FF 0%, #BD00FF 72.43%, #FFF 100%);
    border-radius: 50%;
    width: 25%;
    padding-bottom: 25%;
    opacity: 0.75;
    top: 21%;
    left: -3%;
}
.ellipse3 {
    background: radial-gradient(99.09% 99.09% at 77.87% 9.56%, #00C2FF 0%, #BD00FF 72.43%, #FFF 100%);
    border-radius: 50%;
    width: 40%;
    padding-bottom: 40%;
    opacity: 0.75;
    top: 15%;
    right: -11%;
}
.ellipse4 {
    background: radial-gradient(99.09% 99.09% at 77.87% 9.56%, #00C2FF 0%, #BD00FF 72.43%, #FFF 100%);
    border-radius: 50%;
    width: 25%;
    padding-bottom: 25%;
    opacity: 0.75;
    bottom: -65%;
    right: 10%;
}
.light1 {
    background: radial-gradient(50% 50.00% at 50% 50.00%, #00C2FF 0%, rgba(189, 0, 255, 0.00) 100%);
    width:50%;
    padding-bottom:50%;
    top: 21%;
    left: -3%;
}
.light2 {
    background: radial-gradient(50% 50.00% at 50% 50.00%, #00C2FF 0%, rgba(189, 0, 255, 0.00) 100%);
    width: 35%;
    padding-bottom: 35%;
    top: -30%;
    right: 9%;
}
*/

/* Homepage --> What We Do Section */

#block-oechomewhatwedo .oec-cta-card {
    display: flex;
    flex-direction: column;
    padding: 24px 30px;
    gap: 24px;
    border-radius: 20px;
    border: 3px solid #C69214;
    background: #FFCD00;
}

#block-oechomewhatwedo .oec-cta-title {
    color: #182B49;
    /* font-size: 20px; */
    font-weight: 700;
}

#block-oechomewhatwedo .oec-cta-subtitle {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #182B49;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

#block-oechomewhatwedo .oec-cta-btn {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8.41px;
    background: #FFF;
}
#block-oechomewhatwedo .oec-cta-btn:hover {
    background: #bababa;
}


/* Homepage --> Examples Section */
#block-oechomeexamples .examples-section {
    display: flex;
    flex-direction: column;
}
.col {
    margin-bottom: 1rem;
}
.card {
    overflow: hidden;
    border-radius: 20px;
}
/* .card:hover {
    opacity: 0.85;
    transform: translateY(-5px);
} */

.card-caption {
    background: rgba(0, 0, 0, 0.65);
    padding: 12px 0;
}

.card-caption a {
    color: #fff;
    font-weight: 700;
}

.card-caption a:hover, a:focus, .link:hover, .link:focus {
    color: #bababa !important;
}

/* EventBrite Guide */
#block-eventbriteheader .hero {
    height: 250px;
    max-width: 1110px;
    max-width: 100%;
    background: linear-gradient(96deg, rgb(0, 98, 155) 0%, rgb(212, 98, 173) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#block-eventbriteheader .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    gap: 19px;
    z-index: 1;
}
@media (min-width: 576px) {
    #block-eventbriteheader .hero-content {
        max-width: 540px;
    }
} 
@media (min-width: 768px) {
    #block-eventbriteheader .hero-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #block-eventbriteheader .hero-content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #block-eventbriteheader .hero-content {
        max-width: 1140px;
    }
}
#block-eventbriteheader .hero-title {
    color: #FFFFFF;
    font-size: clamp(36px, 5vw, 64px);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
#block-eventbriteheader .halftone-circle {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
#block-eventbriteheader .halftone-magenta {
    right: -28%;
    left: auto;
    top: -185%;
    width: 97%;
    height: 556%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(315deg);
}

#block-eventbriteheader .halftone-magenta::before {
    content: '';
    width: 978.294px;
    height: 989.443px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Magenta.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-eventbriteheader .halftone-yellow {
    right: -11%;
    left: auto;
    top:-53%;
    width: 42%;
    height: 244%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}

#block-eventbriteheader .halftone-yellow::before {
    content: '';
    width: 600px;
    height: 610px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block-eventbriteheader .halftone-turquoise {
    right: 63%;
    left: auto;
    top: -110%;
    width: 48%;
    height: 276%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(167.853deg);
}

#block-eventbriteheader .halftone-turquoise::before {
    content: '';
    width: 575.25px;
    height: 582px;
    background-image: url('https://oec-web.ucsd.edu/sites/default/files/2026-01/UCSDBrand-GritCircle-Turquoise.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* Footer */
.region-footer-fourth .block {
    width: 100%;
}
.site-footer__top .region-footer-fourth {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.site-footer .block {
    margin: 0;
    border: none;
}
.site-footer__top .region-footer-fourth img {
    width: 290px;
    height: 52px;
    object-fit: contain;
    display: block;
}
.site-footer__top .region-footer-fourth p {
    color: #fff;
    text-decoration: none;
}
.footer-address-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-evenly;
}

/* Footer - Bottom (Copyright / Navy) */
footer.site-footer {
    background: var(--Triton-Blue, #00629B) !important;
    padding-bottom: 0;
}
footer .region-footer-fifth {
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: #182b49;
}
footer .region-footer-fifth p {
    color:#fff;
    text-decoration: none;
}
footer .region-footer-fifth a {
    color: #fff;
    text-decoration: underline;
}
footer .site-footer__bottom {
    border-top: none;
}
.site-footer__bottom .block {
    margin: 0;
}