/* ==================== HEADER  ==================== */

.navbar {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top-header-section > .container,
.header-nav > .container {
    display: block;
}

.logo-div {
    display: flex;
    align-items: center;
}

    .logo-div > a {
        margin-bottom: 0;
    }

    .logo-div #dnn_dnnLogo_imgLogo {
        padding: 10px 0;
        width: 100%;
        height: 65px;
    }

.small-menu-div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .small-menu-div > a {
        margin-bottom: 0;
    }

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#top-header-section {
    background-color: #004762;
    color: #fff;
    height: 45px;
    width: 100%;
    z-index: 900;
}

.header-nav {
    background-color: #fff;
    width: 100%;
}

.sf-menu > li > a {
    -moz-transition: padding 0.1s linear;
    -o-transition: padding 0.1s linear;
    -webkit-transition: padding 0.1s linear;
    transition: padding 0.1s linear;
}

.navHover > a {
    color: #d89017 !important;
}

.navHover > ul > li > a {
    text-align: left !important;
    font-size: 12px !important;
    border-left: none !important;
    border-bottom: none !important;
    padding: 7.5px 0px 7.5px 15px !important;
}

    .navHover > ul > li > a:hover {
        background-color: #004762 !important;
        color: #fff !important;
    }

.small-apply-btn {
    color: #fff;
    background-color: #DE9016;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
}

    .small-apply-btn:hover {
        background-color: #258460;
    }

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-section {
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    margin-bottom: 0;
}

    .header-section:hover {
        text-decoration: none;
    }

.header-icon {
    height: 35px;
    width: 35px;
}

.header-text {
    color: #fff;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.subheader {
    padding-top: 10px !important;
}

#SearchChoices {
    display: none;
}

.SearchBorder {
    float: left;
    padding-top: 0px;
}

.ServerSkinWidget {
    float: right;
    padding-top: 5px;
}

.searchInputContainer {
    display: inline-block !important;
    margin: 0 3px 0 0 !important;
    position: relative !important;
}

.SearchTextBox {
    color: #000000;
    font-size: 12px !important;
    width: 135px;
    height: 23px;
    margin-top: -3px;
}

.SearchCSS {
    position: absolute;
    right: 20px;
    display: contents;
}

    .SearchCSS > img {
        height: 16px;
        width: 16px;
    }

#nav-spacer {
    height: 100px;
}

#short-nav-spacer {
    height: 65px;
}

/* Mobile Menu */
#mobile-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.activedMenu {
    display: block !important;
    max-height: 500px;
    overflow-y: auto;
}

.activedSubMenu {
    display: block !important;
}

.activatedParent {
    background-color: #d89017 !important;
    color: #fff !important;
}

.menu-item {
    background-color: #EBEBEB;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px -15px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    cursor: pointer;
}

.searchMenu {
    background-color: #EBEBEB;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    text-align: right;
}

.menu-item:hover {
    background-color: #004762;
    color: #fff;
}

.sub-item {
    background-color: #cdcdcd;
    color: #000;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px -15px;
    padding: 10px;
    border-bottom: 1px solid #aaaaaa;
    cursor: pointer;
}

    .sub-item:hover {
        background-color: #004762;
        color: #fff;
    }

.sub-menu {
    display: none;
}

.item-text {
    margin: auto;
    text-transform: uppercase;
    font-family: 'Lato',Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.navbar-toggler {
    display: flex;
    background-color: #004762;
}

    .navbar-toggler.collapsed {
        background-color: transparent;
        border-color: #004762;
    }

#top-header-content-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn {
    align-items: center;
    background-color: #258460;
    color: #fff;
    display: flex;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 45px;
    padding: 10px;
    text-decoration: none;
}

.header-btn-logo {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #fff;
}

#portal-dropdown {
    margin-bottom: 0;
}

    #portal-dropdown #portal-btn {
        border: none;
    }

    #portal-dropdown #portal-dropdown-menu {
        margin-top: 0;
        padding: 0;
    }

        #portal-dropdown #portal-dropdown-menu .dropdown-item {
            margin-bottom: 0;
            padding: 0.75rem 1.5rem;
            text-decoration: none;
        }

            #portal-dropdown #portal-dropdown-menu .dropdown-item:visited {
                color: inherit;
                text-decoration: none;
            }

#subscribe-btn-link {
    margin-right: 0;
    margin-bottom: 0;
    text-decoration: none;
}

/* ==================== FOOTER  ==================== */
.footer-content {
    background-color: #004762;
}

.footer-box {
    color: #FFF;
    background-color: #00374B;
}

.copyright {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 8px;
}

    .copyright,
    .copyright a,
    .copyright a:link,
    .copyright a:active,
    .copyright a:visited,
    .copyright span {
        color: #FFF;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        margin-bottom: 0;
        text-decoration: none;
    }

.footer-header {
    color: #F4BE49;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-text {
    color: #fff !important;
    font-family: 'Lato',Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    text-decoration: none !important;
}

#footer-links-section .footer-link {
    margin-bottom: 0px;
}

    #footer-links-section .footer-link:hover {
        color: #d89017 !important;
        text-decoration: none;
    }

.footer-contact-icons {
    width: 25px;
    height: 25px;
}

#footer-BBB {
    width: 134px;
    height: 35px;
    margin-top: 22px;
}

.footer-content .bfc-btn {
    width: 100%;
}

#center-copyright {
    justify-content: center;
    text-align: center;
}

#nav-phone {
    color: black;
    text-decoration: none;
}

/* Extra small devices - xs */
@media (max-width: 575px) {
    /* ==================== Header  ==================== */
    .small-apply-btn {
        font-size: 12px;
        margin-right: 5px;
        padding: 3px 10px 3px 10px;
    }

    .navbar-toggler.collapsed > .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 71, 98, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        height: 20px;
        margin-bottom: 0;
        width: 20px;
    }

    .navbar-toggler > .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' 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");
        height: 15px;
        margin-bottom: 0;
        width: 20px;
    }

    /* ==================== FOOTER  ==================== */
    .footer-content {
        padding: 30px 0px;
    }

    .footer-section {
        margin-bottom: 32px;
    }

    #footer-links-section .footer-link-div {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .footer-social-icons {
        width: 34px;
        height: 34px;
    }

    .copyright {
        padding: 11px 0px;
    }

    #right-copyright {
        padding-top: 0;
    }

    .copyright a,
    .copyright span {
        font-size: 12px;
    }

    #left-copyright,
    #right-copyright {
        justify-content: center;
        text-align: center;
    }

    .copyright > .sep {
        padding: 0px 5px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    /* ==================== Header  ==================== */
    .header-section {
        padding-right: 10px;
        padding-left: 10px;
        text-decoration: none;
    }

    #top-header-content-div {
        justify-content: flex-end;
    }

    #subscribe-btn-link {
        margin-right: 10px;
    }

    .small-apply-btn {
        font-size: 14px;
        margin-right: 15px;
        padding: 5px 20px 5px 20px;
    }

    .navbar-toggler.collapsed > .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='25' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 71, 98, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        height: 25px;
        margin-bottom: 0;
        width: 35px;
    }

    .navbar-toggler > .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='25' 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");
        height: 25px;
        margin-bottom: 0;
        width: 35px;
    }

    #nav-spacer {
        height: 125px;
    }

    /* ==================== FOOTER  ==================== */

    .footer-content {
        padding: 30px 0px;
    }

    .footer-section {
        margin-bottom: 32px;
    }

    #footer-links-section .footer-link-div {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .footer-social-icons {
        width: 54px;
        height: 54px;
    }

    .copyright {
        padding: 11px 0px;
    }

    #right-copyright {
        padding-top: 0;
    }

    .copyright a,
    .copyright span {
        font-size: 14px;
    }

    #left-copyright,
    #right-copyright {
        justify-content: center;
        text-align: center;
    }

    .copyright > .sep {
        padding: 0px 12px;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
    /* ==================== HEADER  ==================== */
    #nav-spacer {
        height: 118px;
    }

    /* ==================== FOOTER  ==================== */
    .footer-content {
        padding: 45px 0px;
    }

    #footer-links-section .footer-link-div {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .footer-social-icons {
        width: 34px;
        height: 34px;
    }

    .copyright {
        padding: 11px 0px;
    }

    #right-copyright {
        padding-top: 0;
    }
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    /* ==================== HEADER  ==================== */
    #top-header-section {
        height: 35px;
    }

    .header-btn {
        height: 35px;
    }

    #nav-spacer {
        height: 100px;
    }

    /* ==================== FOOTER  ==================== */
    .footer-section {
        margin-bottom: 0;
    }

    #footer-links-section .footer-link-div {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .copyright {
        padding: 18px 0px;
    }

    #right-copyright {
        padding-top: 18px;
    }

    #left-copyright {
        justify-content: flex-start;
        text-align: left;
    }

    #right-copyright {
        justify-content: flex-end;
        text-align: left;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
}

