/*! CSS Used from: https://development.fmiweb.com/css/common.css?v=8519 */
.setcontainer {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    text-align: left;
}

/*! CSS Used from: https://development.fmiweb.com/css/online-bill-pay-menu.css?v6 */
.account-section .account-header {
    background: #cf152d;
    padding: 30px 0;
    color: #fff;
    position: relative;
}

.account-section .account-header .account-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-section .account-header .account-header-inner .account-header-left p {
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.account-section .account-header .account-header-inner .account-header-left p span {
    font-family: 'open_sansregular', sans-serif;
    text-transform: none;
    font-size: 21px;
    display: block;
    padding-top: 10px;
}

.account-section .account-header .account-header-inner .account-header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.account-section .account-header .account-header-inner .account-header-right .account-nav-toggle {
    display: none;
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.account-section .account-header .account-header-inner .account-header-right .account-nav-toggle:hover {
    background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .account-section .account-header .account-header-inner .account-header-right .account-nav-toggle {
        display: block;
    }
}

.account-section .account-header .account-header-inner .account-header-right .account-nav-toggle i {
    margin-right: 5px;
}

.account-section .account-header .account-header-inner .account-header-right .account-nav ul:after {
    clear: both;
    display: block;
    content: "";
}

.account-section .account-header .account-header-inner .account-header-right .account-nav ul li {
    float: left;
    margin-left: 20px;
}

.account-section .account-header .account-header-inner .account-header-right .account-nav ul li a {
    display: inline-block;
    padding: 12px;
    border-radius: 3px;
    color: #fff;
    font-family: 'open_sansbold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.account-section .account-header .account-header-inner .account-header-right .account-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.account-section .account-header .account-header-inner .account-header-right .account-nav ul li.active-page a {
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .account-section .account-header .account-header-inner .account-header-right .account-nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 99;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

    .account-section .account-header .account-header-inner .account-header-right .account-nav ul li {
        float: none;
        margin: 0;
        padding: 0;
    }

    .account-section .account-header .account-header-inner .account-header-right .account-nav ul li a {
        display: block;
        padding: 18px 14px;
        color: #666;
        border-radius: 0;
    }

    .account-section .account-header .account-header-inner .account-header-right .account-nav ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
        color: #cf152d;
    }

    .account-section .account-header .account-header-inner .account-header-right .account-nav ul li.active-page a {
        background: rgba(0, 0, 0, 0.1);
        border-left: 3px solid #cf152d;
    }
}

/*! CSS Used from: https://www.fmiweb.com/css/site-global.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-user:before {
    content: "\f007";
}

/*! CSS Used from: https://www.fmiweb.com/css/common.css?v=2889 */
.site-header .header-super {
    background: #555353;
    padding: 14px 0;
    color: #fff;
}

.site-header .header-super a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.site-header .header-super a i {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 480px) {
    .setcontainer #topMenuContainer {
        text-align: center !important;
    }
}

.setcontainer {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    text-align: left;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f6f6f6;
}

.setcontainer #topMenuContainer {
    line-height: 22px;
}

/*! CSS Used from: https://www.fmiweb.com/css/hh_common.css */
.overlay-page-banner {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*! CSS Used from: https://www.fmiweb.com/css/common.css?v=2889 */
h1 {
    font-weight: normal;
    cursor: default;
}

h1 {
    font-size: 36px;
}

.overlay-page-banner {
    background-color: #000;
    opacity: 0.40;
}

.content-banner {
    background-image: url("/img/content-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0 10.4%;
    position: relative;
}

.content-banner.general {
    background-image: url("/img/WS_Login_b.jpg");
}

.content-banner h1 {
    color: white;
    font-family: open_sansbold;
    font-size: 56px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.cookie-disclaimer {
    position: fixed;
    bottom: 0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 1.2em max(1em, calc(calc(100dvw - 114ch) / 2));
    font-size: 0.8em;
    line-height: 1.7;
    text-align: center;
    background-color: hsl(0 4% 16%);
    color: white;
    z-index: 999;
    box-shadow: 0 0 0.75em hsl(0 0 0 / 70%);
}

.cookie-disclaimer p {
    margin-bottom: 0;
}

.cookie-disclaimer a,
.cookie-disclaimer a:visited,
.cookie-disclaimer a:hover {
    color: lightblue;
    text-decoration: underline;
}

.cookie-disclaimer button {
    border: none;
    background-color: hsl(0 0% 73%);
    color: hsl(0 4% 16%);
    margin-top: 1.25em;
    font-size: 1em;
    cursor: pointer;
    padding: 0.1em 0.45em;
    font-family: 'open_sansregular', sans-serif;
}

@media screen and (max-width: 542px) {
    .content-banner h1 {
        font-size: 30px;
    }
}

/*! CSS Used from: https://www.fmiweb.com/css/common.css?v=2889 */
h6 {
    font-weight: normal;
    cursor: default;
}

h6 {
    font-size: 12px;
}

.site-footer .setcontainer .footer-logo {
    display: inline-block;
    margin-bottom: 15px;
    height: 85px;
    vertical-align: top;
}

.site-footer :is(h6, p, address) {
    color: #dfdfdf;
    margin-bottom: 1rem;
}

.site-footer h6 {
    font-size: 1rem;
    font-family: 'open_sansbold';
}

.site-footer .setcontainer .footer-content,
.site-footer address {
    text-align: left;
    line-height: 1.5;
    font-size: 13px;
}

.site-footer .setcontainer .footer-content {
    margin-bottom: 5px;
}

.site-footer a,
.site-footer a:hover,
.site-footer .setcontainer .footer-content {
    color: #dfdfdf;
}

.site-footer .social-icon {
    height: 21px;
    margin-right: 5px;
    opacity: 0.65;
}

.site-footer .fa {
    font-size: 24px;
    margin-right: 5px;
    opacity: 0.85;
    vertical-align: middle;
}

.site-footer :is(.fa, .social-icon):hover {
    opacity: 1;
}

.upper-footer {
    padding: 50px 0 15px;
    background: #555353;
}

.lower-footer {
    padding: 15px 0 5px;
    background: #3f3d3d;
}

.fa-linkedin:before {
    content: "\f0e1";
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}
