﻿.shellnavbar, .proActFooter {
    background-color: #E0E8F1 !important;
    border-bottom: none !important;
    position: relative;
}
.shellnav > li > a {
    margin-right: 20px !important;
    font-size: 14px !important;
}
.navbar-default .navbar-nav.shellnav > li > a {
    font-size: 14px !important;
}
.brandName {
    font-size: 15px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
}

    .brandName:hover, .brandName:focus {
        text-decoration: none;
        color: #D42E12
    }

.brandLogo {
    width: 32px;
    margin-top: -15px;
    margin-left: 3px;
    margin-right: 10px;
    display: inline-block !important;
}


.navbar-default .navbar-nav > .active > a {
    color: #404040;
    background: none;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 2px solid red;
    font-weight: 600;
}

    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #404040;
        background: none;
        background-color: white;
    }

.navbar-nav > li > a {
    color: #404040;
    font-weight: 600;
}

    .navbar-nav > li > a > span.material-icons-outlined {
        padding-left: 5px;
        vertical-align: middle;
        font-size: 18px;
    }

.proActFooter {
    height: 50px;
}

    .proActFooter > ul > li > a {
        padding-left: 40px;
        padding-right: 40px;
    }

.footerNav {
    margin-left: 10%;
    text-transform: uppercase;
}
body {
    font-family: Futura Book !important;
    font-size: 12px !important;
}