/* WHITE & BLUE THEME */
/* BEGIN HEADER */
.rsc-header-background-color {
    color: #222 !important;
    background: #FFF !important;
}
.rsc-login-link a {
   color: #0067c5 !important;
}
.rsc-header svg {
    fill: #0067c5;
}
.rsc-login-link .truncate {
    color: #0067c5 !important;
 }
 
        @media screen and (max-width: 650px) {
            .username-inner svg, .username-inner .truncate svg {
                fill: #0067c5;
            }
            .rsc-login-link .truncate {
                color: #0067c5 !important;
             }
            .rsc-login-link.active a, .rsc-login-link.active .truncate {
                color: #FFF !important;
            }
            .rsc-login-link.active .username-inner svg, .rsc-login-link.active .username-inner a.active svg {
                fill: #FFF !important;
            }
            a.rsc-link-return-to-plan svg:hover, a.rsc-link-return-to-plan svg:focus {
                background: #263645;
            }

        }

.rsc-navbar-background-color {
    background-color: #326295;
    color: #FFF;
}

.rsc-lower-header {
    background: linear-gradient(90deg, rgba(50, 98, 149, 1) 0%, rgba(50, 98, 149, 1) 49%, rgba(11, 58, 93, 1) 51%, rgba(11, 58, 93, 1) 100%);
  }
.rsc-navbarRight-background-color {
    color: #fff;
    background: #0B3A5D;
}


.rsc-header .rsc-lower-header-inner.rsc-navbar-background-color a svg {fill: #FFF !important;}
.rsc-lower-header a.rsc-link-contact-us:hover, 
.rsc-lower-header a.rsc-link-contact-us:focus,
.rsc-lower-header a.rsc-link-search:hover, 
.rsc-lower-header a.rsc-link-search:focus {
  background: #0072CF;
  text-decoration: none;
} 
/* END HEADER */

/* BEGIN FOOTER */
 .nw-footer {
    background-color: #F0F0EE;
    color: #222;
}

.nw-footer a, .nw-footer a:visited, .nw-footer a:active {
    color: #222 !important;
}
.nw-footer .nw-footer__social svg {
    fill: #767676;
}
.nw-footer__social a:hover svg, .nw-footer__social a:focus svg {
    fill: #0067c5 !important;
}
.nw-footer__third-party a:hover, .nw-footer__third-party a:focus, .nw-footer__third-party a:active {
    background-color: rgba(0,103,197,.25) !important;
}
/* END FOOTER */