﻿/* replace foundation's hide/show styling options for mobile/desktop */
.appear-for-medium-down {
    display: none;
}

.appear-for-large-up {
    display: block;
}
/* */

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 1024px) {
    /* replace foundation's hide/show styling options for mobile/desktop */
    .appear-for-medium-down {
        display: block;
    }

    .appear-for-large-up {
        display: none;
    }
    /* */
}

header {
    line-height: 1.5rem;
    height: auto;
}

@media (min-width: 64.0625em) {
    header.mt-11-large, header.my-11-large {
        margin-top: 0.6875rem !important;
    }

    header .mt-7-large, header .my-7-large {
        margin-top: 0.4375rem !important;
    }

    header .pt-22-large, header .py-22-large {
        padding-top: 1.0rem !important;
    }

    header article.title-bar .row .card-block {
        margin-top: -40px;
    }
}

.logo-image-container:focus {
    box-shadow: 0 0 0 12px #076192;
    border-radius: 3px;
}

header nav ul.desktop-nav-header {
    margin-bottom: .25em;
    margin-top: 1.8rem !important;
}

@media (min-width: 48em) {
    header .mt-40-medium, header .my-40-medium {
        margin-top: 1.5rem !important;
    }

    header .ml-16-medium, header .mx-16-medium {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    header .mt-n12-medium, header .my-n12-medium {
        margin-top: -0.75rem !important;
    }
}

header .text-red {
    color: #C60F13 !important;
}

header .title-bar .small-size-image {
    width: 103px;
}

header .card-type-margin {
    margin-left: 10px;
}

header .not-overview-card-type-four p {
    position: relative !important;
    top: -95px !important;
    right: -100px !important;
    color: #fff !important;
    margin-top: 0px !important;
}

header #notes-icon-outline:hover, header #mobile-notes-icon-outline:hover {
    font-weight: 900 !important;
    color: #424242 !important;
}

header .close-msg-mobile {
    position: absolute;
    right: 15px;
    top: 50px;
    margin-bottom: .8em;
    cursor: pointer;
    color: black;
}

header .close-msg {
    position: absolute;
    right: 30px;
    top: 22px;
    margin-bottom: .8em;
    cursor: pointer;
    color: black !important;
}

header #notes-label, #mobile-notes-label {
    margin-left: 5px;
    font-weight: bold;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    -ms-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

header #notes-icon-solid {
    margin-top: 1.3em;
    margin-left: 1.4em;
    margin-bottom: .8em;
}

header .prev-messages, header .next-messages, header .prev-messages, header .next-messages {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    color: #424242;
    cursor: pointer;
    margin: 10px;
    font-weight: 800
}

header #message-center-dropdown:hover {
    color: #424242;
}

header #message-center-dropdown .message, header #mobile-message-center-dropdown .message {
    padding: 0 16px 8px 16px;
    margin-top: 8px;
    padding-bottom: 16px;
}

header .message-center-header {
    background-color: rgb(255, 255, 255);
}

header #message-center-dropdown h4, #mobile-message-center-dropdown h4 {
    font-size: .875rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

header #message-center-dropdown {
    z-index: 40;
    min-width: 320px;
    max-width: 345px;
    overflow: hidden;
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    margin-top: .5em;
    margin-left: .4em;
    margin-right: .4em;
}

header #mobile-message-center-dropdown {
    z-index: 40;
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    margin-top: .5em;
    margin-left: .4em;
    margin-right: .2em;
}

@media (max-width: 1024px) and (min-width: 768px) {
    header #mobile-header #mobile-message-popup {
        width: 24.5rem;
        position: fixed;
        top: 0px;
        right: 20px;
        left: auto;
    }

    header #mobile-header-banner #multiple-account-banner #accountSelectDropDown {
        right: 0px !important;
        left: auto !important;
        width: 25.5rem !important;
    }
    header #mobile-header .message-center-reminder {
        top: 13px;
    }
} 

header #message-center-dropdown {
    position: relative;
    top: 0px;
}

 header .title-bar li a:after  {
    display: block;
    content: '';
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 125ms ease-in-out;
    transition: -webkit-transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out, -webkit-transform 125ms ease-in-out;
}

header .title-bar li.active a:after, .title-bar a:hover:after, .title-bar li a:focus-visible:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.title-bar li a:focus-visible{
    outline: none;
}

header .title-bar li.active {
    pointer-events: none;
}

header .title-bar li a, .title-bar li a:hover {
    color: #FFF;
}

header .section-white-links {
    top:-10px;
    height:43.19px;
}

header .white-links {    
    padding: 5px 5px 5px 0;
    margin: 5px -5px 0 0;
}

header .fw-regular {
    font-weight: 400;
}

header .title-bar h2 {
    color: rgba(255, 255, 255, 0.6);
}

header h2 {
    font-size: 1.968rem;
}

header article.title-bar .row .card-block div p {
    margin-top: -10px;
    position: static;
    top: inherit;
    right: inherit;
    color: inherit;
}

header article.title-bar .row .card-block div p {
    margin-top: -10px;
}

header .title-bar .card_type {
    text-transform: capitalize;
}

header .img_source {
    max-width: 195px;
}

header .title-bar .oval-drop-shadow {
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    background: black;
    opacity: 0.2;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    width: 100%;
    -webkit-transform: scale(0.9, 0.25);
    transform: scale(0.9, 0.25);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    header .title-bar .oval-drop-shadow.not-overview {
        width: 100px;
    }

header article.title-bar .row .card-block div {
    min-height: 205px;
    display: block;
}

header .p-absolute {
    position: absolute;
}

header .title-bar .current-card-image {
    position: relative;
    display: block;
}

header article.title-bar .row .card-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

header .person_name, #mobile-header-banner .person_name, aside .person_name {
    text-transform: capitalize;
}

header .row-fluid, header .full-width {
    max-width: 100% !important;
}

header .mb-70-small, header .my-70-small {
    margin-bottom: 2rem !important;
}

header .title-bar {
    background-position: center;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
    align-items: end;
}

header .message-center-reminder, header .settings-cog {
    width: 50px;
    padding: 12px;
    display: inline-block !important;
    position: relative;
}

header .message-center-focus {
    padding-left: 1px !important;
}

header .message-center-reminder.closed {    
    z-index: 0;
}

header .message-center-dropdown {
    color: #424242 !important;
}

header .message-center-dropdown-focus {
    padding: 3px 0 0 2px;
    margin-top: -3px;
}

header .mr-n30-small, header .mx-n30-small {
    margin-right: -1.875rem !important;
}

header .mt-0-small, header .my-0-small {
    margin-top: 0 !important;
}

header .mr-6-small, header .mx-6-small {
    margin-right: 0.375rem !important;
}

header .ml-4-small, header .mx-4-small {
    margin-left: 0.25rem !important;
}

header .justify-content-center {
    -webkit-box-pack: center;
    justify-content: center;
}

header .d-flex {
    display: -webkit-box !important;
    display: flex !important;
}

header ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

header nav.appear-for-large-up {
    padding-right: 0px !important;
}

header.mb-0-small, header.my-0-small {
    margin-bottom: 0 !important;
}

.move-left a.exit-off-canvas {
    background: rgba(0, 0, 0, 0.5);
}

    .move-left a.exit-off-canvas:hover {
        background: rgba(0, 0, 0, 0.3);
    }


    header.main-header .transparent {
        color: transparent !important;
        background: transparent !important;
    }

@media (max-width: 1024px) {
    header.main-header article section .logo {
        margin: 8px 0 8px 10px;
        width: 145px;
    }
}

@media (max-width: 340px) {
    header.main-header article section .logo {
        width: 100px;
    }
}

@media (min-width: 1025px) {
    header.main-header article section .logo {
        max-width: 200px;
    }
}

header rotate-180 {
    transform: matrix(1, 0, 0, 1, 0, 0);
}

header.main-header article section .message-center-reminder .badge, header.main-header article section .settings-cog .badge {
    padding-top: 0px;
    line-height: 18px;
}

header.main-header article section a span.hamburger {
    position: absolute;
    right: 0;
    margin-top: 4px;
    top: 0px;
}

header.main-header article section button {
    border: 1px solid;
    background: none;
}

header.main-header article section ul.user-bar {
    overflow: visible;
}

    header.main-header article section ul.user-bar li a {
        color: blue;
        text-decoration: underline;
    }

        header.main-header article section ul.user-bar li a.dropdown {
            z-index: 101;
            background: white;
        }

            header.main-header article section ul.user-bar li a.dropdown span {
                border-radius: 50%;
                width: 20px;
                height: 20px;
                position: relative;
                top: -3px;
            }

    header.main-header article section ul.user-bar li div#close-block {
        position: relative;
    }

        header.main-header article section ul.user-bar li div#close-block #close-block-bg {
            position: absolute;
            width: 100%;
            background-color: #fce883;
            cursor: pointer;
            z-index: -1;
            height: 40px;
            top: -10px;
        }

    header.main-header article section ul.user-bar li .f-dropdown {
        min-width: 320px;
        max-width: 350px;
        border: 2px solid #fce883;
        box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
        background: #fffbe8;
    }

        header.main-header article section ul.user-bar li .f-dropdown.open #message-center-dropdown, header.main-header article section ul.user-bar li .f-dropdown.open #mobile-message-center-dropdown {
            position: static;
            top: 42px;
            right: -2px;
            z-index: 100;
            min-width: 320px;
            max-width: 350px;
            min-height: 200px;
            overflow: hidden;
            padding: 0px 5px;
            border: none;
        }

        header.main-header article section ul.user-bar li .f-dropdown:before, header.main-header article section ul.user-bar li .f-dropdown:after {
            display: none;
        }

header .title-bar .not-overview-hello-block h2{
    display: none;
}

header .title-bar .not-overview-top {
    top: 2.5em;
}

    header .title-bar .not-overview-top div.p-absolute {
        left: 1em;
    }

header .click-off {
    width: 100vw;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: default;
    z-index: 5;
}

header.main-header button section nav ul li .account-count div.count-div {
    color: #424242;
    padding: 0 3px;
}

header.main-header article section nav ul li .account-count i.fa-triangle {
    transform: rotate(60deg);
    transition: 0.125s ease-in-out;
    color: #ccc;
    font-size: 0.5rem;
}

header.main-header article section nav ul li .account-count #accountSelectDropDown i.fa-triangle {
    transform: matrix(1, 0, 0, 1, 0, 0);
}

header #accountSelectDropDown .drop_down_text {
    padding-top: 1.5em;
    padding-left: 1.8em;
    padding-bottom: 1.1em;
    display: inline-block;
}

header #accountSelectDropDown .drop_down_text_right {
    padding-top: 1.5em;
    padding-right: 1.6em;
    padding-bottom: 1.1em;
    float: right;
    display: inline-block;
}

header #accountSelectDropDown .drop_down_articles {
    margin-bottom: .3em;
}

header .fw-semi-bold {
    font-weight: 600;
}

header h6 {
    font-size: 1.145rem;
}

header .account-count div.bg-dropdown-open {
    visibility: visible !important;
    z-index: 10 !important;
}

header .account-count div.bg-dropdown {
    cursor: default;
    width: 22.5rem;
    position: absolute;
    background: white;
    margin-top: -22px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: -2rem;
    border-radius: 0.3125rem;
    visibility: hidden;
}

    header .account-count div.bg-dropdown a:nth-of-type(n+2) button {
        margin-top: 0.5rem;
    }

    header .account-count div.bg-dropdown button {
        border-radius: 5px;
        border: 0.0625rem solid #bebebe;
    }

        header .account-count div.bg-dropdown button.active, header .account-count div.bg-dropdown button:hover, header .account-count div.bg-dropdown button:focus-visible {
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
            border-color: #979797;
            outline: none;
        }

            header .account-count div.bg-dropdown button.active div, header .account-count div.bg-dropdown button:hover div, header .account-count div.bg-dropdown button:focus-visible div {
                border-color: #f1f1f1;
            }

    header .account-count div.bg-dropdown a article div {
        border: 0.5rem solid transparent;
        border-radius: 5px;
        padding: 0.5rem;
    }

    header .account-count div.bg-dropdown button div section {
        text-align: left;
        color: #333;
    }

#mobile-header-banner #single-account-banner .p-absolute {
    left: 15px;
    top: 32px;
}

#mobile-header-banner .p-absolute {
    top: 10px;
}

    #mobile-header-banner .p-absolute .card-type-four {
        top: -65px !important;
        text-align: left !important;
        color: #424242 !important;
    }



#mobile-header-banner #multiple-account-banner .p-absolute .card-type-four {
    top: 150px !important;
    left: 40px;
}

#mobile-header-banner #multiple-account-banner .not-overview-card-type-four .p-absolute .card-type-four {
    top: -70px !important;
    left: 105px;
}

#mobile-header-banner .p-absolute .card-type-four, #mobile-header-banner #single-account-banner .p-absolute .card-type-four {
    position: absolute;
    top: 3.1em !important;
    left: 105px;
    width: 200px;
    text-align: left !important;
}

#mobile-header-banner #single-account-banner .p-absolute.is-overview .card-type-four {
    position: static;
    width: 156px;
    left: 105px;
    text-align: center !important;
}

#mobile-header-banner #single-account-banner .p-absolute.is-overview {
    top: 0;
    left: auto;
    width: 156px;
}

header .mb-11-small, header .my-11-small {
    margin-bottom: 0.6875rem !important;
}

header .mt-11-small, header .my-11-small {
    margin-top: 0.6875rem !important;
}

header .account-count div.bg-dropdown a button div img {
    margin: 0 auto;
    display: block;
    max-width: 5rem;
}

header.main-header article section nav ul li .account-count #clickOff {
    width: 100vw;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: default;
    z-index: 0;
}

header.main-header article section nav ul li .account-count.active span {
    z-index: 11;
}

header.main-header article section nav ul li .account-count.active div.count-div {
    z-index: 11;
}

header.main-header article section nav ul li .account-count.active i.fa-triangle {
    z-index: 11;
    transform: rotate(0deg);
}

    header.main-header article section nav ul li .account-count.active div.bg-dropdown article {
        z-index: 12;
    }

header.main-header article section nav ul li .account-count.active #clickOff {
    z-index: 9;
}

header.main-header article section nav ul li.active {
    font-weight: 600;
}

    header.main-header article section nav ul li.active a {
        color: #076191;
    }

header.main-header article section nav ul li a {
    color: rgba(66, 66, 66, .7);
}

    header.main-header article section nav ul li a:focus-visible {
        outline: none;
        box-shadow: 0 4px 0 0 #076191;
    }

    header.main-header article section nav ul li a:hover {
        color: #076191;
    }
            
header.main-header article .custom-side-bar {
    background-color: #262626;
}

    header.main-header article .custom-side-bar ul.off-canvas-list li a {
        border-bottom: none;
    }

    header.main-header article .custom-side-bar ul.off-canvas-list li label {
        background-color: #333;
        border-top: none;
        padding: 0;
        text-transform: none;
        font-weight: 400;
        font-size: 1rem;
    }

        header.main-header article .custom-side-bar ul.off-canvas-list li label h6 {
            font-weight: 300;
            margin-bottom: 1.5px;
            color: rgba(255, 255, 255, 0.7);
            padding-left: 0.66667rem;
        }

        header.main-header article .custom-side-bar ul.off-canvas-list li label span.icon-spacer {
            display: inline-block;
            width: 25px;
            text-align: center;
        }

    header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label {
        background: inherit;
        color: inherit;
        padding: unset;
        border-radius: inherit;
        margin-bottom: inherit;
        font-family: inherit;
        font-size: inherit;
    }

        header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label.active .content {
            display: block;
            background: inherit;
            transition: max-height 0.5s ease;
            height: auto;
            visibility: visible;
            max-height: 240px;
        }

        header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label.active .accordion-angle {
            transform: rotate(180deg);
            transition: all 0.5s ease;
        }

        header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .card-select {
            z-index: 1022;
        }

        header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .accordion-angle {
            transition: all 0.5s ease;
            position: absolute;
            right: 4%;
        }

        header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .content {
            padding: inherit;
            transition: max-height 0.5s ease;
            max-height: 0;
            overflow: hidden;
            display: block;
        }

            header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .content a.active span {
                border-color: rgba(194, 194, 194, .4);
            }

            header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .content a:first-of-type i {
                color: rgba(255, 255, 255, .7);
            }

            header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .content a span {
                border-left: 3px solid;
                border-color: transparent;
                padding-left: 0.5rem;
            }

            header.main-header article .custom-side-bar ul.off-canvas-list li .accordion .accordion-navigation span.card-label .content div i {
                font-size: 0.9rem;
                color: transparent;
                margin-bottom: 2px;
            }

header.main-header article a.right-off-canvas-toggle:hover, header.main-header article a.right-off-canvas-toggle:focus {
    color: #ff9000;
}


#mobile-header {
    min-height: 1px;
}

    #mobile-header .message-center-reminder, #mobile-header .settings-cog {
        width: 50px;
        padding: 12px;
        display: inline-block !important;
        position: relative;
        z-index: 0;
    }

    #mobile-header .mr-n26-small, #mobile-header .mx-n26-small {
        margin-right: -1.625rem !important;
    }

@media only screen and (max-width: 1024px) {
    #mobile-header .message-center-reminder {
        position: absolute;
        top: 7px;
        right: 100px;
    }
}

@media (max-width: 767px) {
    #mobile-header #mobile-raised i, #mobile-header #mobile-raised img {
        right: 20px;
        top: 15px;
    }
}

@media (min-width: 768px) {    
    #mobile-header-banner .p-absolute .card-type-four {
        top: 1.3em;
        color: #fff;
    }
}

#mobile-header #raised i, #mobile-header #raised img, #mobile-header #raised #notes-label, #mobile-header #mobile-raised i, #mobile-header #mobile-raised img, #mobile-header #mobile-raised #mobile-notes-label {
    position: absolute;
}

#mobile-header #mobile-message-popup {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 50px;
    background: white;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
    margin-top: -22px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.12);
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .3125rem;
    z-index: 10;
    overflow-x: auto;
    max-height: 99%;
}

#mobile-header .pt-14-small, #mobile-header .py-14-small {
    padding-top: 0.875rem !important;
}

#mobile-header-banner #accountSelectDropDown {
    visibility: hidden;
    cursor: default;
    width: 22.5rem;
    position: absolute;
    padding-top: 67px;
    background: white;
    margin-top: -22px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.12);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 1rem;
    border-radius: 0.3125rem;
}


@media (max-width: 64rem) {
    #mobile-header-banner .card-block {
        top: 45px;
    }

    header #mobile-header-banner .not-overview-top section.card-block {
        top: 0.8em;
    }

        header #mobile-header-banner .not-overview-top div.p-absolute {
            left: 0.9em;
        }

        header #mobile-header-banner .not-overview-top div.account-count {
            padding-top: 0.8em;
        }

    header #mobile-header-banner #multiple-account-banner .not-overview-hello-block div.account-count {
        padding-top: 0em;
        margin-top: -10px;
    }

    #mobile-header-banner .card-block img {
        width: 155px;
    }

    #mobile-header-banner .card-block img.small-size-image {
        width: 103px;
    }

    #mobile-header-banner h2 {
        text-align: right;
        padding-top: 14px;
    }
}

#mobile-header-banner img {
    border: 0;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0px;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-bottom-width: 0px;
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

@media (max-width: 47.9375rem) {
    #mobile-header-banner h2 {
        color: white;
        margin-top: .625rem;
        font-size: 1.719rem;
        line-height: 28px;
    }
}

#mobile-header-banner .account-selector {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: right;
}

#mobile-header-banner a:-webkit-any-link {
    cursor: pointer;
}

#mobile-header-banner .account-count {
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

#mobile-header-banner #multiple-account-banner .account-count {
    margin-top: -20px;
}

    #mobile-header-banner .account-count span {
        color: #fff;
    }

#mobile-header-banner .account-count i.fa-triangle {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transition: 0.125s ease-in-out;
    transition: 0.125s ease-in-out;
    color: #ccc;
    font-size: 0.5rem;
}

#mobile-header-banner .account_toggle, #mobile-header-banner .account-selector {
    display: inline-flex;
}

#multiple-account-banner .not-overview-hello-block {
    height: 50px;
}

.fade {
    transition: opacity .3s;
}

.fadeOut {
    opacity: 0;
    pointer-events: none;
}

.fadeIn {
    opacity: 1;
    pointer-events: all;
}

.message-center-button:hover{
    color: black;
}

@media (max-width: 64rem) {
    #mobile-header-banner #single-account-banner h2 {
        text-align: center !important;
        padding-bottom: 85px;
    }

    #mobile-header-banner #single-account-banner .card-block {
        width: 100%;
        top: -70px;
    }
}

aside.custom-side-bar {
    background-color: #262626;
}

aside h6 {
    font-weight: 300;
    margin-bottom: 1.5px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 0.66667rem;
    font-size: 1.145rem;
    padding-bottom: 1.125rem !important;
    padding-top: 1.125rem !important;
    background-color: #333333;
}

aside span.card-label {
    background: inherit;
    background-image: inherit;
    background-position-x: inherit;
    background-position-y: inherit;
    background-size: inherit;
    background-repeat-x: inherit;
    background-repeat-y: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    background-clip: inherit;
    background-color: inherit;
    color: inherit;
    padding: unset;
    border-radius: inherit;
    margin-bottom: inherit;
    font-family: inherit;
    font-size: inherit;
    list-style-type: circle;
}

aside ul.off-canvas-list li label {
    background-color: #333333;
    border-top: none;
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
}

aside ul.off-canvas-list li a {
    border-bottom: none;
    border-bottom-width: initial;
    border-bottom-style: none;
    border-bottom-color: initial;
}

aside ul.off-canvas-list li a img {
    margin-right: 5px;
}

aside ul.off-canvas-list li .accordion-angle {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    right: 4%;
}

aside ul.off-canvas-list li span.card-label.active .accordion-angle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

aside ul.off-canvas-list li span.card-label.active .content {
    display: block;
    background: inherit;
    background-image: inherit;
    background-position-x: inherit;
    background-position-y: inherit;
    background-size: inherit;
    background-repeat-x: inherit;
    background-repeat-y: inherit;
    background-attachment: inherit;
    background-origin: inherit;
    background-clip: inherit;
    background-color: inherit;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    height: auto;
    visibility: visible;
    max-height: 240px;
}

aside ul.off-canvas-list li span.card-label .content {
    padding: inherit;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
    max-height: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
}

aside ul.off-canvas-list li label {
    background-color: #333333;
    border-top: none;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 0.0625rem !important;
}

aside .align-middle {
    -webkit-box-align: center;
    align-items: center;
}

aside .d-flex {
    display: -webkit-box !important;
    display: flex !important;
}

aside ul.off-canvas-list li span.card-label .content a.active span {
    border-color: rgba(194, 194, 194, 0.4);
    border-top-color: rgba(194, 194, 194, 0.4);
    border-right-color: rgba(194, 194, 194, 0.4);
    border-bottom-color: rgba(194, 194, 194, 0.4);
    border-left-color: rgba(194, 194, 194, 0.4);
}

aside ul.off-canvas-list li span.card-label .content a span {
    border-left: 3px solid;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: transparent;
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding-left: .5rem;
    margin-left: 1.25rem !important;
}

aside .icon-spacer {
    margin-left: .2em;
}

.is-hidden {
    display: none !important;
}

.image-container {
    display: inline-block;
}

#mobile-header .exit-off-canvas {
    position: fixed !important;
}

header #mobile-header-banner #multiple-account-banner #accountSelectDropDown {
    width: 100vw;
    position: fixed;
    left: 0px;
    margin: 0px;
    padding-top: 3px;
}

header #mobile-header-banner #multiple-account-banner #accountSelectDropDown .account_toggle {
    display: block;
}

header #mobile-header-banner #multiple-account-banner #accountSelectDropDown .account_toggle .drop_down_text {
    text-align: right;
    padding-right: 0.5em;
}

header #mobile-header-banner #multiple-account-banner #accountSelectDropDown .account_toggle .drop_down_text span {
    color: #424242;
    font-size: 16px;
    font-weight: 300;
}

header #mobile-header-banner #multiple-account-banner a {
    color: #424242;
}

header #mobile-header-banner #multiple-account-banner h6 span{
    color: #424242;
}

@media (max-width: 321px) {
    #mobile-header-banner .account_toggle {
        width: 120px;
    }

    header .logo-header img {
        width: 120px !important;
        height: 59px !important;
    }

    header .drop_down_text, header .drop_down_articles {
        width: 300px;
    }
}

header .primary-line-links {    
    font-weight: 600;
    top: -2px;
    position: relative;
}

    header .primary-line-links:hover {
        color: #076191 !important;
    }

header #notes-icon-outline {
    font-size: 24px;
    position: relative;
    left: -1.5px;
    top: 1px;
}

header #mobile-notes-icon-outline {
    font-size: 24px;
    left: 6.5px;
}

header .message a {
    color: black !important;
}