﻿@font-face {
    font-family: "Open Sans Bold";
    src: url('../lib/fonts/OpenSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

#navMenu {
    height: 120px;
    margin-top: 0px;
}

#headerLink {
    display: block;
    margin-top: 1.5px;
}

#headerLink img {
    display: block;
    vertical-align: top;
}

#navMenu > .container-fluid {
    align-items: flex-start !important;
}

#header-nav-stretch-height-center {
    display: flex;
    flex-direction: column;
    height: 120px;
    float: right;
    margin: unset;
}

#header-masterNavbar-menuItems {
    align-items: center;
    justify-content: center;
}

#header-navbar-title-container {
    width: 100%;
    padding-right: 15px;
    margin-bottom: -5px;
}

#header-navbar-title {
    text-transform: uppercase;
    font-size: 28pt;
    font-family: "Open Sans Bold", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-top: 8px;
    text-align: right;
}

#navMenu .header-trademark {
    position: relative;
    font-size: 20px;
    font-family: "Open Sans Bold", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    top: -0.8em;
}

#header-title-block-wrapper {
    height: 100%;
    padding-left: 10px;
}

#imgHeader {
    display: block;
    margin-top: 3px;
    width: 215px;
    height: auto;
}

#mainContainer {
    padding-top: 50px;
}

#efdMenuContent {
    margin-top: 10px;
}

#header-efdMenu-wrapper .fixed-top-2 {
    margin-top: 110px;
}

/* Non-Mobile Smaller Screen settings */
@media (max-width: 1024px) {
    #imgHeader {
        width: 187px;
        margin-top: 1.75px;
        height: auto;
    }

    #header-navbar-title {
        font-size: 25pt;
        position: relative;
        top: -1.5px
    }

    #navMenu .header-trademark {
        font-size: 20px;
        top: -.60em;
    }
}

/* Mobile-specific settings */
#header-mobileTitleWrapper {
    display: none;
}



@media (min-width: 997px) {
    #header-mobileTitleWrapper {
        display: none !important;
    }
}

@media (max-width: 996px) {

    #navMenu .mobile-container {
        position: relative;
    }

    #header-title-block-wrapper {
        position: absolute;
        top: -9px;
        left: 0px;
        z-index: 2;
        width: 100%;
    }

    #navMenu .navbar-toggler {
        position: absolute;
        top: 5px;
        right: 12px;
        z-index: 1000;
        display: block !important;
        visibility: visible !important;
    }

    #imgHeader {
        width: 130px;
        height: auto;
        margin-top: 10px;
    }

    #navMenu {
        height: 80px;
    }

    #mainContainer {
        margin-top: -40px;
    }

    #header-navbar-title-container-mobile {
        width: 100%;
        text-align: left;
    }

    #header-navbar-title-mobile {
        position: absolute;
        top: 45px;
        left: 10px;
        text-transform: uppercase;
        font-size: 17pt;
        font-family: "Open Sans Bold", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        color: #ffffff;
        margin-top: 9px;
        text-align: left;
        display: block;
    }

    #navMenu .header-trademark {
        font-size: 10px;
        top: -0.8em;
    }

    #header-mobileTitleWrapper {
        display: block !important;
        margin-top: -4px;
    }

    #header-navbar-title {
        display: none !important;
    }

    #headerLink {
        position: relative;
        z-index: auto;
        padding-left: 0px;
    }

    #header-nav-stretch-height-center {
        height: auto !important;
        align-items: flex-start;
    }

    #masterNavbar {
        transition: height 0.3s ease;
        background-color: #336699;
    }

    #header-masterNavbar-menuItems {
        line-height: normal;
        font-size: 1rem;
    }

    #efdMenuContent {
        overflow: hidden;
        transition: height 0.3s ease;
        background-color: white;
    }

    #efdMenuContent .navbar-collapse {
        margin-top: -20px !important;
    }

    #navMenu .navbar-collapse {
        margin-top: 90px !important;
    }

    #header-efdMenu-wrapper .fixed-top-2 {
        margin-top: 70px;
    }

    #NavSubMenu .container-fluid {
        padding-top: 10px;
    }
}