﻿

@media (max-width: 767px) {

    .topBanner {
        margin-bottom: 0px!important;
    }

    .SecondaryNav {
        margin-bottom: 45px;
    }

    section.secondaryNavWrapper button.hamburger.navbar-toggle {
        float: none;
        margin: auto !important;
        display: flex;
        align-items: center;
        position: relative !important;
        z-index: 50;
    }

    section.secondaryNavWrapper {
        background: #025fac;
        position: relative;
    }

    span.realText {
        margin-right: 15px;
        color: white;
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        top: 1px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-decoration: none !important;
    }

    .hamburger__box {
        width: 45px;
        height: 30px;
        display: inline-block;
        position: relative;
    }

    .hamburger__item {
        width: 100%;
        height: 4px;
        /*background-color: #000;*/
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        /*border-radius: 5px;*/
    }

    .hamburger__item {
        background-color: white!important;
        width: 30px;
        height: 3px;
    }

    .hamburger__item::before, .hamburger__item::after {
        content: '';
        left: 0;
        /*border-radius: 5px;*/
        width: 100%;
        height: 4px;
        position: absolute;
        background-color: #000;
        transition: background-color .2s ease-in-out;
        transition: transform .2s ease-in-out;
    }

    .hamburger__item::before {
        top: -11px;
    }

    .hamburger__item::before, .hamburger__item::after {
        background-color: white;
        height: 3px;
    }

    .hamburger__item::before {
        top: -9px;
    }

    .hamburger__item::after {
        top: 11px;
    }

    .hamburger__item::after {
        top: 9px;
    }


    /* Dropdown */

    .navbar-collapse.collapse {
        flex: 1;
        align-self: stretch;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        position: absolute;
        top: 90px;
        background: #025fac;
        width: 100%;
        left: 0;
        right: 0;
        padding-bottom: 18px;
        padding-top: 18px;
        margin: auto;
        -webkit-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.37);
        -moz-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.37);
        box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.37);
    }

    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        top: 135px;
    }

    div#subMenu {
        z-index: 5;
        top: 50px;
    }

    .blueNav li {
        border-right: none;
        border-bottom: 5px solid rgba(255, 255, 255, 0.1);
    }

    .blueNav li:nth-last-of-type(1) {
        border-bottom: none;
    }

    ul.blueNav {
        display: block;
    }

    .blueNav li:nth-of-type(1) a {
        margin-left: 0px;
    }

    .blueNav li a {
        padding: 13px 10px;
    }

    .blueNav li a.nav-link {
        display: block;
    }
}