﻿.container-fluid {
    height: 80px;
}

    .container-fluid .header-label {
        font-size: 16px;
        color: #000000;
        font-family: Roboto;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0;
    }

    .container-fluid #dropdownMenuButton {
        color: #2A63B0;
        font-weight: bold;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .container-fluid .phone-number {
        color: #2A63B0;
        font-family: Roboto Condensed;
        font-weight: Bold;
        text-align: left;
        font-size: 16px;
    }

        .container-fluid .phone-number > .phone-icon,
        .container-fluid .map-icon {
            color: #B72B26;
            margin-right: 5px;
        }

        .container-fluid .navbar-brand {
            padding-left: 0;
        }

.header-image {
    width: 175px;
    height: 45px;
}

header .container > .navbar {
    padding: 0 15px 0 15px;
}

header .navbar-light .navbar-nav .nav-link {
    font-family: Roboto;
    color: #3A3A3A;
}

#horizontal-menu {
    align-self: end;
    padding-bottom: 8px;
}

.header-text-container {
    display: none !important;
    padding-left: 0;
    padding-right: 0;
}

.header-text-container-content {
    display: flex;
    flex-direction: column;
}

#MobileMenu {
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: 1;
}

.MenuDropDown {
    display: block;
}

    .MenuDropDown ul li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.cd-accordion-menu {
    width: 100%;
    background: #EBEBEB;
    color: #000;
}

    .cd-accordion-menu, .cd-accordion-menu ul {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        list-style: none;
        vertical-align: baseline;
    }

        .cd-accordion-menu a {
            color: #000 !important;
            font-size: 14px;
            font-weight: normal;
            text-decoration: none;
        }

        .cd-accordion-menu label {
            margin: 0;
            cursor: pointer;
            background-color: #EBEBEB;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #aaaaaa;
        }

        .cd-accordion-menu ul {
            display: none;
        }

        .cd-accordion-menu li {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .cd-accordion-menu label, .cd-accordion-menu a {
            position: relative;
            display: block;
        }

            .cd-accordion-menu label a {
                padding: 15px 0 15px 40px;
                font-family: Roboto;
                color: #000;
                font-size: 24px;
            }

        .cd-accordion-menu ul label a {
            padding: 10px 0 10px 30px;
        }

        .cd-accordion-menu a:hover {
            text-decoration: none;
        }

        .cd-accordion-menu label:hover {
            background-color: #2A64B1 !important;
        }

            .cd-accordion-menu label:hover a {
                color: #fff !important;
            }

        .cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cd-accordion-menu label::before {
            right: 18px;
            background-position: 0 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cd-accordion-menu label::after {
            background-position: -16px 0;
        }

        .cd-accordion-menu.animated label::before {
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }


navbar-nav li a {
    color: #3A3A3A;
}

nav select {
    background-color: #E22822;
    color: #FFFFFF;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    text-align: center;
    text-align-last: center;
}

    nav select option {
        font-size: 16px;
        color: #FFFFFF;
        font-family: Roboto;
        text-align: center;
        text-align-last: center;
    }

#top-footer {
    background-color: #0D1C33;
    padding: 60px 0;
    width: 100%;
}

    #top-footer .footer-logo {
        background-color: #fff;
        border-radius: 25px;
        padding: 8px;
        display: inline-flex;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    #top-footer .footer-icon-text {
        display: flex;
        flex-direction: row;
    }

    #top-footer .red-icon {
        color: #B72B26;
        margin-right: 10px;
        padding-top: 5px;
    }

    #top-footer .footer-title {
        color: #fff;
        font-size: 21px;
        margin-bottom: 40px;
    }

    #top-footer .footer-header {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }

    #top-footer .footer-text {
        color: #fff;
        font-size: 16px;
    }

    #top-footer .footer-links {
        color: #fff;
        display: block;
        font-size: 18px;
        margin-bottom: 25px;
    }

        #top-footer .footer-links:last-of-type {
            margin-bottom: 25px;
        }

#bottom-footer {
    background-color: #000;
    height: 80px;
    width: 100%;
}

    #bottom-footer > .container,
    #bottom-footer > .container > .row {
        height: 100%;
    }

    #bottom-footer #bottom-footer-section {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
    }

        #bottom-footer #bottom-footer-section a,
        #bottom-footer #bottom-footer-section span {
            color: #fff;
            font-size: 13px;
            padding-bottom: 0;
        }

@media (min-width: 576px) {
        .container-fluid .phone-number {
            font-size: 18px;
        }

    .notfound-header-container {
        width: 768px;
        height: 552px;
    }

    .notfound-header {
        width: 532px;
        height: 45px;
    }

    .notfound-subheader {
        width: 537px;
        height: 55px;
    }
}

@media (min-width: 768px) {
    .header-image {
        width: 175px;
        height: 45px;
    }
}

@media (min-width: 992px) {
    .header-image {
        width: 239px;
        height: 61px;
    }   
}

@media (min-width: 1200px) {
    .header-text-container {
        display: block !important;
    }

    .MenuDropDown {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: none;
    }
}
