﻿body {
    overflow-x: hidden;
}

.header {
  background: #0e1047;
}

.show-mobile-nav ~ .wrap, .show-mobile-nav ~ .page-wrap, .show-mobile-nav ~ footer {
    transform: translate3d(-265px, 0, 0);
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}

.hamburger-nav {
    position: absolute;
    top: 0;
    right: -265px;
    height: 100%;
    width: 265px;
}

.show-mobile-nav ~ .hamburger-nav {
    transform: translate3d(-265px, 0, 0);
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}

/*.css-isolation .menu {
    position: static !important;
}*/

@media all and (min-width: 1200px) {
    .outer-wrap {
        margin-bottom: 60px;
    }
    header.css-isolation .menu {
        font-size: 1.05rem;
    }
}


@media all and (max-width: 1200px) {
    .cswrap {
        top: 25px !important;
    }
    .cswrap-layouts {
        width: 265px;
        height: 700px;
        top: 30px !important;
        position: absolute;
        right: 0px;
        background: #0e1047;
        padding: 15px 0;
        overflow: hidden;
        z-index:20;
    }
}

@media all and (max-width: 1200px) {
    .search {
        z-index: 6;
        position: fixed;
        left: 0;
        padding: 10px;
        width: 100%;
        background: #0c0e40;
        top: 45px;
    }
}

    /* FOOTER OVERRIDES START */
    body > footer a:link:link {
        color: #007cab !important;
    }

    body > footer a.button:not(.no-style) {
        display: inline-block !important;
        background-color: unset !important;
        border: unset !important;
    }

        body > footer a.button:not(.no-style) i {
            margin-left: inherit;
            -webkit-transform: none;
            transform: none;
            color: #454e63 !important;
            font-size: 16px;
        }
    /* FOOTER OVERRIDES END */

