@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
:root {
    --red: #bd271f;
    --navy: #192953;
    --fadedNavy: #9ca5bd;
    --offWhite: #f8f8f8;
    --extraLightGrey: #eaeaea;
    --lightGrey: #b7b6b6;
    --grey: #878787;
    --mediumGrey: #484848;
    --charcoal: #252525;
}
body {
    background-color: #ffffff;
}
h1 {
    font-family: 'Lato', sans-serif;
    color: var(--navy);
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }  
}
h2 {
    font-family: 'Lato', sans-serif;
    color: var(--navy);
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    h2 {
        font-size: 2.25rem;
    } 
}
h3 {
    font-family: 'Lato', sans-serif;
    color: var(--navy);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
#headerWrapper {
    padding: 0px;
    position: scroll;
    top: 0px;
    z-index: 1000;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    #headerWrapper {
        position: fixed;
    }  
}
#header {
    padding-top: 8px;
    padding-bottom: 0px;
}
@media (min-width: 768px) {
    #header {
        padding-bottom: 8px;
    }  
}
#header .col-md-3 {
    text-align: left;
}
@media (min-width: 768px) {
    #header .col-md-3 {
        text-align: center;
    } 
}
#mainNav {
    padding-top:50px;
    padding-left: 10px;
}
#mainNav a:link.nav-link, #mainNav a:visited.nav-link {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
font-size: 1rem;
font-weight: 400;
color: var(--mediumGrey);
}
#mainNav a:hover.nav-link {
    color: var(--fadedNavy)
}
.navbar-toggler {
    margin-top: -120px;
}
#subHeader {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: var(--navy);
    color: #ffffff;
}
#subHeader .col-md-3 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#subHeader .col-md-9 {
    text-align: center;
    padding-right: 0px;
}
@media (min-width: 768px) {
    #subHeader .col-md-9 {
        text-align: right;
        padding-right: 30px;
    }  
}
#subHeader .col-md-9 a:link, #subHeader .col-md-9 a:visited {
font-family: 'Lato', sans-serif;
font-size: 1rem;
font-weight: 700;
text-decoration: none;
color: #ffffff;
letter-spacing: 1px;
margin-left: 8px;
margin-right: 8px;
}
#subHeader .col-md-9 a:hover {
    color: var(--fadedNavy);
}
#hero {
    background-image: url(/images/backHero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px;
    margin-top: 0px;
}
@media (min-width: 768px) {
    #hero {
       margin-top: 166px;
    }
}
 #hero .overlay {
     background-color: rgba(25, 25, 25, .5);
     padding-top:  75px;
     padding-bottom:  75px;
     padding-left:  25px;
     color: #ffffff;
 }
 @media (min-width: 768px) {
    #hero .overlay {
        background-color: rgba(25, 25, 25, .35);
        padding-top:  190px;
        padding-bottom:  190px;
        padding-left:  125px;
    }  
 }
 #hero .overlay p:nth-child(1) {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 500;
 }
 @media (min-width: 768px) {
    #hero .overlay p:nth-child(1) {
        font-size: 3.95rem;
     }  
 }
 #hero .overlay p:nth-child(2) {
    font-family: 'Lato', sans-serif;
    font-size: .985rem;
    font-weight: 400;
    margin-top: -10px;
    line-height: 110%;
 }
 @media (min-width: 768px) {
    #hero .overlay p:nth-child(2) {
        font-size: 1.75rem;
        font-weight: 300;
        margin-top: -30px;
     }
 }
 #hero .overlay .btn {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--red);
    border-radius: 0px;
    margin-top: 50px;
    -webkit-transition: all .375s linear;
-moz-transition: all .375s linear;
-ms-transition: all .375s linear;
-o-transition: all .375s linear;
transition: all .375s linear;
 }
 #hero .overlay .btn:hover {
     background-color: var(--navy);
 }
 #content {
     padding-top: 90px;
     padding-bottom: 90px;
 }
    #content p, #content ul, #content ol {
        font-family: 'Lato', sans-serif;
        font-size: .975rem;
        font-weight: 500;
        color: black;
    }
 @media (min-width: 768px) {
    #content p, #content ul, #content ol {
        font-size: 1.125rem;
     }
 }
 #content ul li, #content ol li {
     padding-top: 5px;
     padding-bottom: 5px;
 }
 #content a:link, #content a:visited {
     text-decoration: none;
     color: var(--red);
 }
 #content a:hover {
     text-decoration: underline;
     color: var(--fadedNavy);
 }
 #content a:link.btn, #content a:visited.btn, #content button {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--red);
    border-radius: 0px;
    margin-top: 25px;
    -webkit-transition: all .375s linear;
    -moz-transition: all .375s linear;
    -ms-transition: all .375s linear;
    -o-transition: all .375s linear;
    transition: all .375s linear;
    min-width: 150px;
    text-decoration: none;
 }
 #content a.btn:hover, #content button:hover {
     background-color: var(--navy);
 }
#content.interior {
    margin-top: -50px;
    padding: 100px 4% 0px 4%;
}

@media (min-width: 768px) {
    #content.interior {
        margin-top: 120px;
    }


    #decorativeBar {
        display: block;
        background-color: var(--navy);
        width: 100%;
        height: 35px;
        position: absolute;
        left: 0px;
        margin-top: -98px;
    }

    #leadIns {
        padding-left: 0px;
        padding-right: 0px;
        background-color: var(--offWhite);
    }

        #leadIns p {
            font-family: 'Lato', sans-serif;
            font-size: .975rem;
            font-weight: 300;
            color: var(--mediumGrey);
        }

    @media (min-width: 768px) {
        #leadIns p {
            font-size: 1rem;
        }
    }

    #leadIns .btn {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        background-color: var(--red);
        border-radius: 0px;
        margin-top: 25px;
        -webkit-transition: all .375s linear;
        -moz-transition: all .375s linear;
        -ms-transition: all .375s linear;
        -o-transition: all .375s linear;
        transition: all .375s linear;
    }

        #leadIns .btn:hover {
            background-color: var(--navy);
        }

    #leadIns .card {
        border-style: none;
        background-color: #ffffff;
        margin-left: 10px;
        margin-right: 10px;
    }

    #leadIns .card-footer {
        border-style: none;
        background-color: #ffffff;
        padding: 0px;
    }

    #organizations {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 25px;
    }

        #organizations .container {
            padding-top: 35px;
        }

        #organizations img {
            opacity: 1;
            -webkit-transition: all .375s linear;
            -moz-transition: all .375s linear;
            -ms-transition: all .375s linear;
            -o-transition: all .375s linear;
            transition: all .375s linear;
        }

            #organizations img:hover {
                opacity: .25;
            }

    #footer {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: var(--navy);
        color: #ffffff;
        padding-left: 75px;
    }

        #footer p {
            font-family: 'Lato', sans-serif;
            font-size: .9125rem;
            font-weight: 300;
        }

        #footer ul {
            font-family: 'Lato', sans-serif;
            font-size: .9125rem;
            font-weight: 300;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            #footer ul li {
                padding-top: 5px;
                padding-bottom: 5px;
            }

        #footer a:link, #footer a:visited {
            text-decoration: none;
            color: #ffffff;
        }

        #footer a:hover {
            color: var(--fadedNavy);
        }

    #date {
        padding-left: 70px;
        font-family: 'Lato', sans-serif;
        font-size: .9125rem;
        font-weight: 300;
    }

    #subFooter {
        text-align: center;
        background-color: var(--charcoal);
        color: var(--lightGrey);
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #subFooter p {
            font-family: 'Lato', sans-serif;
            font-size: .85rem;
            font-weight: 300;
            margin: 0px;
        }

        #subFooter a:link, #subFooter a:visited {
            color: var(--lightGrey);
            text-decoration: none;
        }

        #subFooter a:hover {
            color: var(--offWhite);
        }

    .fa-linkedin-in {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    .dropdown-menu {
        background-color: #ffffff;
        border-style: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 0 2px 2px rgba(25,25,25,.25);
        box-shadow: 0 0 2px 2px rgba(25,25,25,.25);
    }

    a:link.dropdown-item, a:visited.dropdown-item {
        font-family: 'Lato', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: var(--mediumGrey);
    }

    .line {
        display: block;
        height: 1px;
        width: 125px;
        background-color: var(--lightGrey);
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .fa-caret-right {
        padding-left: 5px;
    }

    .fa-lock {
        padding-right: 5px;
    }

    #content .disclaimer {
        font-size: small;
    }
    /* start form styling =========================================================== */
    .form-label {
        font-family: 'Lato', sans-serif;
        font-size: .975rem;
        font-weight: 400;
        color: var(--navy);
    }

    @media (min-width: 768px) {
        .form-label {
            font-size: 1.125rem;
        }
    }

    input.form-control {
        border-radius: 0px;
        border-style: none;
        background-color: var(--extraLightGrey);
        color: var(--mediumGrey);
        -webkit-transition: all .375s linear;
        -moz-transition: all .375s linear;
        -ms-transition: all .375s linear;
        -o-transition: all .375s linear;
        transition: all .375s linear;
    }

        input.form-control:hover {
            background-color: var(--offWhite);
            -webkit-box-shadow: 0 0 2px 2px rgba(25,25,25,.25);
            box-shadow: 0 0 2px 2px rgba(25,25,25,.25);
        }

    table.table-profile {
        width: 25% !important;
        border: none;
        border-spacing: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    td.table-profile {
        border: none;
        text-align: left;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
    }

    td.table-profile_bottom {
        border: none;
        text-align: left;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
    }

    table.table-profile_bottom {
        border: none;
        border-spacing: 0px;
        width: 30%;
        margin-left: auto;
        margin-right: 0px;
    }

    table.table-profile_bottom_right {
        border: none;
        border-spacing: 0px;
        width: 40%;
        margin-left: 15px;
        margin-right: auto;
    }

    p.smallSOL {
        line-height: 0.75;
    }

    .column {
        float: left;
        width: 40%;
        padding: 5px;
        margin-left: 5%;
    }

    #profile_row row {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .row::after {
        content: "";
        clear: both;
        display: table;
    }

    button.nav-link active {
        color: White;
        background-color: blue;
        text-decoration: none;
        font-weight: bold;
    }

    #Login_Error {
        color: red;
    }

    td.Search_Result {
        padding: 2px 6px 2px 6px;
    }

    th.Search_Result {
        padding: 2px 6px 2px 6px;
    }

    table.table-letter {
        margin-left: auto;
        margin-right: auto;
        border: 0;
        width: 48%
    }

    td.table-letter {
        border: 0;
        width: 50%
    }

    .Letter-Body {
        padding-left: 25%;
        padding-right: 25%;
    }

    .Legal-Top {
        padding-left: 5%;
        padding-right: 5%;
    }

    .Arial {
        font-family: Arial, sans-serif;
        font-size: .85rem;
        font-weight: 300;
    }

    table.table-manage {
        margin-left: 5%;
        margin-right: auto;
        border: 1px;
        width: 85%
    }

    td.table-manage {
        border: 0;
        width: 17%
    }

    th.table-manage {
        background-color: var(--navy);
        color: white;
    }

    .link-manage {
        background-color: var(--navy);
        color: white !important;
    }