body{
    background-color: #7192ba;;
    color: #303030;
    font-family: 'Archivo', sans-serif;
    font-size: 105%;
}
.outer-container{
    /*    max-width: 1920px;
        margin: 0 auto;*/
    width: 100%;
    overflow: hidden;
}
@media (min-width:1200px)
{   .container{
    width: 1200px;
}
}
@media (max-width: 1199px)
{
    .container{
        width: auto;
    }
}
h1{
    font-family: 'Archivo', sans-serif;
    font-size: 28px;
    font-weight: 200;
    font-style: normal;
    text-transform: capitalize;
    color: #871e57;
    margin-bottom: 25px;
}

h2, article h1{
    font-family: 'Archivo', sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
}
@media (max-width: 767px)
{
    h1, h2, article h1{
        font-size: 22px;
    }
}
article h2{
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    /*    color: #004990;*/
}
article h3{
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    /*    color: #004990;*/
}
h2.secondary-heading{
    font-family: 'Archivo', sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    h2.secondary-heading{
        font-size: 22px;
    }
}
h4{
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
}
h5{
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #004990;
}
p, li{
    font-family: 'Archivo', serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.65;
    color: #303030;
}
@media (max-width: 767px)
{
    p, li{
        font-size: 13px;
    }
}
p em{
    font-family: 'Archivo', serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.65;
    color: #7f756c;
}
p a{
    font-family: 'Archivo', serif;
    font-size: 17px;
    color: #871e57;
    text-decoration: none;
}
@media (max-width: 767px)
{
    p em, p a{
        font-size: 13px;
    }
}
hr{
    color: #871e57;
    background-color: #871e57;
    border: none;
    height: 0.5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
td{
    padding: 6px;
}
a{
    font-family: 'Archivo', sans-serif;
    color: #871e57;
    font-size: 17px;
}
a:hover{
    color: rgb(75, 126, 190);
    text-decoration: none;
}
.header-container{
    background: #e3e5e4;
    height: 112px;
}
/*@media (max-width:767px)
{   .header-container{
        height: 109px;
    }
}*/
.logo{
    padding-top: 5px;

}
.logo img{
    /*padding: 10px 0;*/
    margin: auto 0;
    z-index: 99;
    margin-bottom: -40px;
    position: absolute;

}
@media (max-width:767px)
{
    /*.logo{
        display: block;
  margin-right: auto;
  margin-left: auto;
    }*/
    .logo img{
        /*padding: 25px 0;*/
        display: block;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }
}
@media (max-width:400px)
{
    .header-container{
        height: 112px;
    }
    /*    .logo{
            height: 115px;
        }*/
    .logo img{

        width: 330px;
        bottom: -2px;
        box-shadow: none;
        border: none;
    }
}
.login-header{
    padding-top: 34px;
    padding-right: 15px;

}
@media (max-width:767px)
{   .login-header{
    display: none;
}
}
.login-header a, .login-header a:hover{
    font-size: 14px;
    font-weight: 400;
    color: #7c0041;
}
.login-header .icon-lock{
    font-size: 14px;
}
.nav-outer{
    background-color: #ffffff;
    border-top: #cbbdaf solid 1px;
    /*    border-bottom: #cbbdaf solid 1px;*/
}
@media (min-width: 768px){
    .nav-outer{
        border-bottom: #cbbdaf solid 1px;
    }
}
/*.navbar-header{
    border-bottom: #cbbdaf solid 1px;
}*/
.navbar{
    border: none;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a{
    font-size: 17px;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 999px) {
    .navbar-default .navbar-nav > li > a{
        font-size: 16px;
        font-weight: 400;
        padding-left: 9px;
        padding-right: 9px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .remove-nav-padding{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .navbar-default .navbar-nav > li > a.last-nav-item{
        padding-right: 0;
    }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    background:url('../img/main-nav-hover.jpg') repeat-x;
}
.navbar-default .navbar-nav > li > a.home-icon{
    color: #7c0041;
}
.navbar-default .navbar-nav > li > a.home-icon:hover,
.navbar-default .navbar-nav > li > a.home-icon:focus{
    color: #dadbcb;
}
@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #dad6cb;
        background:url('../img/main-nav-hover.jpg') repeat-x;}
}
/*@media (min-width: 768px){
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}*/
.dropdown-toggle{
    cursor: default;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a.home-icon {
        display: none;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #7f756c;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 21px;
    height: 5px;
    border-radius: 0;
    background-color: #7f756c;
}
.navbar-toggle:hover .icon-bar {
    background-color: #dadbcb;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
@media (min-width: 768px) {
    .mobile-nav-container, span.caret {
        display: none;
    }
}
@media (max-width: 767px){
    .navbar-collapse .row{
        background-color: #ced9e2;
        border-bottom: #ffffff solid 1px;
    }
}
.mobile-nav-container{
    width: 300px;
    height: 48px;
}
.nav-button-container{
    display: inline-block;
    border-right: 1px solid #ccc;
    height: 48px;
}
.nav-button-container button{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 9px;
}
.nav-button-label{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 17px;
    padding-left: 5px;

}
.nav-button-toggle{
    display: table-cell;
    border: none;
    border-radius: 0;
    padding-top: 3px;
    padding-right: 7px;
}
.navbar button:hover, .navbar button:focus{
    background:url('../img/main-nav-hover.jpg') repeat-x;
    color: #dadbcb;
}
.navbar button:focus .icon-bar{
    background-color: #dadbcb;
}
.navbar-login{
    display: inline-block;
    height: 48px;
    padding-left: 15px;
    padding-right: 13px;
    margin-left: -5px;
}
.navbar-login a{
    display: table-cell;
    font-size: 14px;
    color: #7c0041;
    padding-top: 18px;
}

@media(max-width: 767px){
    .nav-separator-mobile{
        height: 7px;
        background: url('../img/nav-separator.jpg') repeat-x;
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(min-width: 768px){
    .nav-separator{
        height: 7px;
        background: url('../img/nav-separator.jpg') repeat-x;
    }
}
.dropdown-menu li a{
    font-size: 14px;
}


.banner-message{
    position: relative;
    margin-top: 5px;
    background: url('../img/box-lg.png') no-repeat;
    /*    padding-left: 50px;
        padding-top: 30px;*/
}
@media (min-width: 480px) and (max-width: 767px){
    .banner-message{
        background: url('../img/box-md-no-shadow.png') no-repeat;
    }
}
@media (max-width: 479px){
    .banner-message{
        background: url('../img/box-sm-no-shadow.png') no-repeat;
    }
}
@media (min-width: 768px){
    .banner-message .nowrap{
        white-space: nowrap;
    }
}
.banner-message-text{
    position: absolute;
    left: 55px;
    top: 30px;
    width: 480px;

}
@media (min-width: 480px) and (max-width: 767px){
    .banner-message-text{
        left: 20px;
        top: 0;
        width: 300px;
    }
}
@media (max-width: 479px){
    .banner-message-text{
        left: 20px;
        top: 0;
        width: 180px;
    }
}
.banner-message-text h2{
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 39px;
    font-style: normal;
    text-transform: uppercase;
    color: #dad6cb;
    margin-bottom: 7px;
}
@media (min-width: 480px) and (max-width: 767px){
    .banner-message-text h2{
        font-size: 33px;
        margin-top: 10px;
    }
}
@media (max-width: 479px){
    .banner-message-text h2{
        font-size: 26px;
        margin-top: 15px;
    }
}
.banner-message-text p{
    color: #dad6cb;
}
@media (max-width: 767px){
    .banner-message-text p{
        display: none;
    }
}
@media (max-width: 479px){
    .slide1-lg-only{
        display: none;
    }
}
.banner-lm-lg{
    background: url('../img/lm-lg.png') no-repeat;
    width: 361px;
    height: 29px;
    position: absolute;
    right: -35px;
    top: 210px;
    padding-right: 35px;
    padding-top: 3px;
}
@media (min-width: 480px) and (max-width: 767px){
    .banner-lm-lg{
        background: url('../img/lm-lg.png') no-repeat;
        width: 370px;
        height: 23px;
        position: absolute;
        right: -59px;
        top: 165px;
        padding-right: 22px;
        padding-top: 2px;
    }
}
@media (max-width: 479px){
    .banner-lm-lg{
        background: url('../img/lm-sm.png') no-repeat;
        width: 220px;
        height: 23px;
        position: absolute;
        right: -20px;
        top: 165px;
        padding-right: 22px;
        padding-top: 2px;
    }
}
.banner-learn-more, .banner-learn-more:hover{
    color: #dad6cb;
    font-size: 15px;
    font-weight: 600;
    float: right;
}
@media (max-width: 767px){
    .banner-learn-more, .banner-learn-more:hover{
        font-size: 13px;
    }
}
.welcome-updates, .content{
    background: #e3e5e4;
    padding-top: 20px;
    padding-bottom: 40px;
}
@media (max-width:767px)
{   .welcome-updates{
    padding-top: 0;
    padding-bottom: 1px;
}
}

.wealth-management{
    height: 293px;
    background: url('../img/banners/2560x293/wealth-management.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .wealth-management{
        height: 220px;
        background: url('../img/banners/1920x220/wealth-management.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .wealth-management{
        height: 220px;
        background: url('../img/banners/1200x220/wealth-management.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .wealth-management{
        height: 154px;
        background: url('../img/banners/768x154/wealth-management.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .wealth-management{
        height: 154px;
        background: url('../img/banners/480x154/wealth-management.jpg') no-repeat center center;
    }
}
.financial-planning{
    height: 293px;
    background: url('../img/banners/2560x293/financial-planning.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .financial-planning{
        height: 220px;
        background: url('../img/banners/1920x220/financial-planning.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .financial-planning{
        height: 220px;
        background: url('../img/banners/1200x220/financial-planning.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .financial-planning{
        height: 154px;
        background: url('../img/banners/768x154/financial-planning.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .financial-planning{
        height: 154px;
        background: url('../img/banners/480x154/financial-planning.jpg') no-repeat center center;
    }
}
.asset-management{
    height: 293px;
    background: url('../img/banners/2560x293/asset-management.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .asset-management{
        height: 220px;
        background: url('../img/banners/1920x220/asset-management.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .asset-management{
        height: 220px;
        background: url('../img/banners/1200x220/asset-management.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .asset-management{
        height: 154px;
        background: url('../img/banners/768x154/asset-management.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .asset-management{
        height: 154px;
        background: url('../img/banners/480x154/asset-management.jpg') no-repeat center center;
    }
}
.who-we-serve{
    height: 293px;
    background: url('../img/banners/2560x293/who-we-serve.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .who-we-serve{
        height: 220px;
        background: url('../img/banners/1920x220/who-we-serve.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .who-we-serve{
        height: 220px;
        background: url('../img/banners/1200x220/who-we-serve.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .who-we-serve{
        height: 154px;
        background: url('../img/banners/768x154/who-we-serve.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .who-we-serve{
        height: 154px;
        background: url('../img/banners/480x154/who-we-serve.jpg') no-repeat center center;
    }
}
.meet-our-team{
    height: 293px;
    background: url('../img/banners/2560x293/meet-our-team.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .meet-our-team{
        height: 220px;
        background: url('../img/banners/1920x220/meet-our-team.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .meet-our-team{
        height: 220px;
        background: url('../img/banners/1200x220/meet-our-team.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .meet-our-team{
        height: 154px;
        background: url('../img/banners/768x154/meet-our-team.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .meet-our-team{
        height: 154px;
        background: url('../img/banners/480x154/meet-our-team.jpg') no-repeat center center;
    }
}
.expert-articles{
    height: 293px;
    background: url('../img/banners/2560x293/expert-articles.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .expert-articles{
        height: 220px;
        background: url('../img/banners/1920x220/expert-articles.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .expert-articles{
        height: 220px;
        background: url('../img/banners/1200x220/expert-articles.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .expert-articles{
        height: 154px;
        background: url('../img/banners/768x154/expert-articles.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .expert-articles{
        height: 154px;
        background: url('../img/banners/480x154/expert-articles.jpg') no-repeat center center;
    }
}
.worth-magazine-articles{
    height: 293px;
    background: url('../img/banners/2560x293/worth-magazine-articles.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .worth-magazine-articles{
        height: 220px;
        background: url('../img/banners/1920x220/worth-magazine-articles.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .worth-magazine-articles{
        height: 220px;
        background: url('../img/banners/1200x220/worth-magazine-articles.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .worth-magazine-articles{
        height: 154px;
        background: url('../img/banners/768x154/worth-magazine-articles.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .worth-magazine-articles{
        height: 154px;
        background: url('../img/banners/480x154/worth-magazine-articles.jpg') no-repeat center center;
    }
}
.commentary{
    height: 293px;
    background: url('../img/banners/2560x293/commentary.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .commentary{
        height: 220px;
        background: url('../img/banners/1920x220/commentary.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .commentary{
        height: 220px;
        background: url('../img/banners/1200x220/commentary.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .commentary{
        height: 154px;
        background: url('../img/banners/768x154/commentary.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .commentary{
        height: 154px;
        background: url('../img/banners/480x154/commentary.jpg') no-repeat center center;
    }
}
.our-company{
    height: 293px;
    background: url('../img/banners/2560x293/our-company.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .our-company{
        height: 220px;
        background: url('../img/banners/1920x220/our-company.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .our-company{
        height: 220px;
        background: url('../img/banners/1200x220/our-company.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .our-company{
        height: 154px;
        background: url('../img/banners/768x154/our-company.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .our-company{
        height: 154px;
        background: url('../img/banners/480x154/our-company.jpg') no-repeat center center;
    }
}
.news{
    height: 293px;
    background: url('../img/banners/2560x293/news.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .news{
        height: 220px;
        background: url('../img/banners/1920x220/news.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .news{
        height: 220px;
        background: url('../img/banners/1200x220/news.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .news{
        height: 154px;
        background: url('../img/banners/768x154/news.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .news{
        height: 154px;
        background: url('../img/banners/480x154/news.jpg') no-repeat center center;
    }
}
.in-the-community{
    height: 293px;
    background: url('../img/banners/client-portal-xl.webp') no-repeat center center;
    border-bottom: #ffffff solid 1px;
    position: relative;
}
.layer{
    background-color: rgba(48, 95, 153, 0.38);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .in-the-community{
        height: 220px;
        background: url('../img/banners/client-portal-lg.webp') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .in-the-community{
        height: 220px;
        background: url('../img/banners/client-portal-md.webp') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .in-the-community{
        height: 154px;
        background: url('../img/banners/client-portal-sm.webp') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .in-the-community{
        height: 154px;
        background: url('../img/banners/client-portal-xs.webp') no-repeat center center;
    }
}
.our-founder{
    height: 293px;
    background: url('../img/banners/2560x293/our-founder.jpg') no-repeat center center;
    border-bottom: #ffffff solid 1px;
}
@media (min-width: 1200px) and (max-width: 1920px)
{
    .our-founder{
        height: 220px;
        background: url('../img/banners/1920x220/our-founder.jpg') no-repeat center center;
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .our-founder{
        height: 220px;
        background: url('../img/banners/1200x220/our-founder.jpg') no-repeat center center;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .our-founder{
        height: 154px;
        background: url('../img/banners/768x154/our-founder.jpg') no-repeat center center;
    }
}
@media (max-width: 479px)
{
    .our-founder{
        height: 154px;
        background: url('../img/banners/480x154/our-founder.jpg') no-repeat center center;
    }
}
.banner-title h1, .banner-title h2{
    font-family: 'Archivo', sans-serif;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    height: 293px;
    line-height: 293px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
}
@media (max-width:1920px){
    .banner-title h1, .banner-title h2{
        height: 220px;
        line-height: 220px;
    }
}
@media (max-width:1199px){
    .banner-title h1, .banner-title h2{
        padding-top:0;
    }
}
@media (max-width:767px)
{   .banner-title h1, .banner-title h2{
    height: 154px;
    line-height: 154px;
    font-size: 27px;
    }
}
.banner-title h1, .banner-title h2{
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}
.our-company .banner-title h2{
    vertical-align: 40%;
    padding-top: 90px;
}
@media (min-width: 1200px) and (max-width: 1920px){
    .our-company .banner-title h2{
        vertical-align: 48%;
        padding-top: 65px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .our-company .banner-title h2{
        vertical-align: 48%;
        padding-top: 85px;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .our-company .banner-title h2{
        vertical-align: 48%;
        padding-top: 55px;
    }
}
@media (max-width: 479px){
    .our-company .banner-title h2{
        vertical-align: 48%;
        padding-top: 30px;
    }
}
#welcome p{
    width: 95%;
}
.padding-top-30{
    padding-top: 30px;
}
.padding-top-10{
    padding-top: 10px;
}
.footer-container{
    background-color: #7192ba;
    padding-bottom: 20px;
}
address{
    font-size: 12px;
}
.footer-container .phone-info{
    padding-top: 66px;
}
@media (max-width:767px)
{   .footer-container .phone-info{
    padding-top: 0;
}
}
.footer-container h3{
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    padding-top: 20px;
}
#sidebar-nav-covid-19 ul li {
    border-bottom: none;
}
#sidebar-nav-covid-19 hr{
    margin: 15px 20px;
}
#sidebar-nav h4{
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 0;

}
#sidebar-nav h4{
    border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
    .sidebar-nav h4{
        padding-top: 0px;
    }
}
#sidebar-nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}
#sidebar-nav ul li{
    border-bottom: 1px solid #d3d3d3;
    padding: 12px 20px;
    line-height: 1.3;
}
#sidebar-nav ul li.last-item{
    border-bottom: none;
}
#sidebar-nav ul li a{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.sidebar-nav-top{
    background-color: hsla(0, 0%, 100%, 0.45);
    margin-top: -20px;
    padding-top: 20px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .sidebar-nav-top{
        margin-top: 30px;
        padding-top: 3px;
    }
}

.sidebar-nav{

}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-nav{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .sidebar-nav{
        float: none;
        width: 100%;
        margin-top: 0;
    }
}
.padding-bottom-35{
    padding-bottom: 35px;
}

.sidebar-nav-top .profile-selectors{
    padding: 15px 25px 0 25px;
}
ul{
    padding-left: 30px; /* overwrites 40px*/
}
.loginFailure{
    color: #871e57;
    font-size: 16px;
    margin-bottom: 15px;
}
.returnMessageFailure{
    color: #7c0041;
}
.returnMessageSuccess{
    color: #004990;
}
.contact-form .returnMessageSuccess, .contact-form .returnMessageFailure{
    padding: 20px 20px 10px 20px;
}
.error-message{
    color: #7c0041;
}
.reports-table{
    font-size: 16px;
}
@media (max-width: 767px){
    .reports-table{
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .reports-submit-btn{
        margin-top: 10px;
        width: 100%;
    }
}
#sidebar-nav h4.ca-welcome{
    font-weight: 500;
    font-size: 18px;
}
#sidebar-nav ul li a.ca-logout{
    color: rgb(75,126,190);
}
article li{
    padding-bottom: 10px;
}
#tolerance, .tolerance{
    display: none;
}
.nowrap{
    white-space: nowrap;
}
.ss-container{
    display: block;
}
.custom-btn{
    background-color: #fff;
    color: #666;
    border-color: #fff;
    margin-top: 35px;
}
.custom-btn:hover{
    background-color: #cccccc;
    color: #666;
    border-color: #cccccc;
}
.banner-mute{
    background-color: rgba(48,95,153,0.64);
}
.form-control-custom{
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: none!important;
    border-radius: 3px;
}
.form-control-custom:focus{
    border-width: 2px;
    border-color: #066aab;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.custom-btn-2{
    background-color: #fff;
    color: #666;
    border-color: #fff;
    width: 80px;
}
.custom-btn-2:hover{
    background-color: #cccccc;
    color: #666;
    border-color: #cccccc;
}
.footer-img{
    margin-top: 40px;
    width: 35%;
    min-width: 250px;
}
.header-img{
    padding-top: 15px;
    width: 55%;
    min-width: 250px;
}
