
    .top-bar {
        background: #0b446b;
    }

    .top-bar-section ul li {
        background: #0b446a;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #0b446a;
    }

    .top-bar-section ul li > a {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: white;
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #0b446a;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: white;
        line-height: 2rem;
        text-align: left;
    }

    .top-bar-section li:hover {
        color: yellow;
    }

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-right: solid 2px #39ab4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 1.5rem;
        width: 0;
        margin-top: 0.7rem;
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #ffffff1f;
        background: #ffffff1f;
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #ffffff1f;
        color: #FFFFFF;
        background: ffffff1f; }


    /* xl screen */

    @media only screen and (min-width: 85.063em) and (max-width: 120em) {

        .footerMargin {
            margin-top: -1%;
        }

    }

    /* responsive */

    @media only screen and (min-width: 75.063em) and (max-width: 85em) {



    }

    /* responsive 1 */

    @media only screen and (min-width: 70.063em) and (max-width: 75em) {

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 14px;
        }

    }

    /* responsive - tablet */

    @media only screen and (min-width: 64.063em) and (max-width: 70em) {

        .top-bar-section ul li > h5 {
            font-size: 13px;
            margin-left: 8px;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 9px;
        }
    }

    /* responsive 2 */

    @media only screen and (min-width: 57.063em) and (max-width: 64em) {

        .top-bar-section ul li > h5 {
            font-size: 14px;
            margin-left: 7px;
        }

        .top-bar-section ul li > a {
            font-size: 12px;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 7px;
        }

        .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
            font-size: 12px;
        }
    }



    /* responsive 3 */

    @media only screen and (min-width: 50.063em) and (max-width: 57em) {


        .top-bar-section ul li > h5 {
            font-size: 12px;
            margin-left: 5px;
        }

        .top-bar-section ul li > a {
            font-size: 11px;
        }

        .top-bar-section .has-dropdown > a {
            padding-right: 1.9rem !important;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 5px;
        }

        .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
            font-size: 11px;
        }

    }



    /* responsive 4 */

    @media only screen and (min-width: 40.063em) and (max-width: 50em) {

        .top-bar-section ul li > h5 {
            font-size: 10px;
            margin-left: 3px;
        }

        .top-bar-section ul li > a {
            font-size: 8.7px;
        }

        .top-bar-section .has-dropdown > a {
            padding-right: 1.9rem !important;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 3px;
        }

        .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
            font-size: 8.7px;
        }

    }





    /* mobile */

    @media only screen and  (max-width: 40em) {

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-right: none;
            border-bottom: solid 2px #39ab4e;
            border-top: none;
            clear: none;
            height: 1.5rem;
            width: 0;
            margin-top: 0.7rem;
        }

        .top-bar.expanded .toggle-topbar a {
            color: white;
        }

        .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
            color: #0c446a;
        }

        .top-bar.expanded .title-area {
            background: #0c4469;
        }

        .top-bar-section .dropdown li.title h5 a {
            color: #FFFFFF;
            display: block;
            text-align: left;
            margin-left: -4%;
        }

        .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
            line-height: 1.5rem;
        }

        .top-bar.expanded .toggle-topbar:active, a:active {
            color: #ffffff;
        }

        .top-bar.expanded .toggle-topbar a span::after {
            box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
        }

    }