body > header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
}

.menu-icon {
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    z-index: 1000;
}

.titlebar-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-icon::after {
    background: #000 none repeat scroll 0 0;
    -webkit-box-shadow: 0 7px 0 #5389c2, 0 14px 0 #5389c2;
    box-shadow: 0 7px 0 #5389c2, 0 14px 0 #5389c2;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    border-radius: 3px;
    height: 4px;
    width: 42px;
}

.menu-icon::after, .menu-icon:hover:after {
    -webkit-box-shadow: 0 9px 0 #5389c2, 0 18px 0 #5389c2;
    box-shadow: 0 9px 0 #5389c2, 0 18px 0 #5389c2;
    background-color: #5389c2;
}

.title-bar {
    background-color: #fff;
}

body > header .columns {
    padding-left: 0;
    padding-right: 0;
}

.top-bar {
    padding-bottom: 0;
}

.top-bar, .top-bar ul {
    background-color: #5389c2 !important;
}

.top-bar .menu li:not(:first-child) {
    border-top: 2px solid #fff;
}

.top-bar .menu li, .top-bar .menu li a {
    background-color: #5389c2;

}

.top-bar .menu li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent transparent;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    border-color: transparent transparent transparent transparent
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent transparent;
}

.js-drilldown-back > a::before {
    border-color: transparent transparent transparent transparent
}

.js-drilldown-back::before {
    border-color: transparent transparent transparent transparent;
}

.drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.drilldown .js-drilldown-back > a::before {
    border-color: transparent #fff transparent transparent;
}

.menu .active > a {
    color: #fff !important;
    background-color: #fff;
}

header .logo-container {
    padding: 10px;
}

header .logo-container img {
    width: 100%;
    width: 150px;
}

.social {
    display: none;
}

ul.menu {
    margin-bottom: 0 !important;
}

.subsubmenu {
    margin-right: 30px;
    border: none;
    padding: 30px 20px;
}

@media screen and (min-width: 640px) {

    body > header.nav-up {
        top: -88px;
    }

    .logo-container img {
        width: 250px !important;
    }

    body > header {
        padding-top: 24px;
    }

    body > header .flexwrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-bar .menu li:not(:first-child) {
        border-top: none;
    }

    .top-bar {
        margin-bottom: 10px;
    }

    .top-bar, .top-bar ul {
        background-color: #fff !important;
    }

    .top-bar .menu li, .top-bar .menu li a {
        background-color: transparent;
        color: #414241;
    }

    .social {
        display: block;
    }

    .social .fa-facebook-square {
        font-size: 32px;
        color: #3b5998;
    }

    .flexwrap {
        display: flex;
        justify-content: space-between;
    }

    .dropdown.menu.medium-horizontal > li > .is-dropdown-submenu {
        border: none;
        top: 150% !important;
        padding: 30px 20px;
    }

    .menu li.active > a {
        color: #fff !important;
        background-color: #5389c2 !important;
    }

    .is-dropdown-submenu a {
        color: #5389c2 !important;
        font-weight: 400 !important;
    }

    .is-dropdown-submenu a:hover, .dropdown.menu .is-active > a, .top-bar-right > .menu > li:hover > a {
        background-color: #5389c2 !important;
        color: #fff !important;
    }

}

@media screen and (min-width: 1024px) {
    .logo-container img {
        width: 400px !important;
    }

    body > header.nav-up {
        top: -121px;
    }
}