@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    margin: 0;
    padding: 0;
}

/* Brand Colors from Source */
.bg-brand-teal {
    background-color: #9ec5ba;
}

.bg-brand-dark-blue {
    background-color: #2a4e5c;
}

.text-brand-blue {
    color: #2a4e5c;
}

/* Navigation Gradient */
.nav-gradient {
    background: linear-gradient(to bottom, #437180 0%, #2a4e5c 100%);
}

.header,
.footer-bg {
    background-image: url(../images/header-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

/* Desktop Hover Dropdowns */
@media (min-width: 1024px) {
    .group:hover .dropdown-menu {
        display: block;
    }
}

/* Specific Header Text Styles */
.text-disclaimer {
    font-size: 0.62rem;
    line-height: 1.2;
    color: #888;
}

.info-card {
    border-top: 4px solid #9ec5ba;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.container{
        max-width: 1320px;
        width: 100%;
}
.border {
    border: 1px solid #e5e5e5;
}
.subpage-content ul li{
    list-style: disc !important;
    line-height: 27px;
}
.subpage-content ul{
    padding-left: 45px;
}
.subpage-content p,
.tab-content p
{
        line-height: 27px;
        padding-bottom: 15px;
}
.subpage-content h3{
    font-size: 23px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    margin-top: 15px;
}
.subpage-content h4{
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 16px !important;
    margin-top: 15px;
    text-align: center;
    color: #3a94de;
}
.subpage-content img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.left-tabs {
    background-color: rgb(158 197 186);
}
.image-width{
    width: 80% !important;
}