/* module_hype-nav.css */

/*#top {*/
    /*height: 58px;*/ /* 58px height is the height of the nav when collapsed */
    /*background-color: #242424;
}*/

/* for jumplinks */

/*
    Example:
    <span id="better-experience" class="jumplink-stop"></span>
*/

/*.jumplink-stop {
    height: 58px;
    display: block;
}*/

.module_hype-nav {
    background-color: #242424;
    position: relative;
    z-index: 9;
    /*height: 58px;*/
}

.module_hype-nav.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.module_hype-nav .container {
    padding: 0;
    background-color: #242424;
}

.module_hype-nav .container #mini-nav-bar {
    display: flex;
    border-bottom: 1px solid #404040;
    flex: auto;
    flex-direction: row;
    /*height: 58px;*/
}

.module_hype-nav .container a#mini-nav-toggle {
    padding: 1em 30px;
    border-bottom: 0;
    height: 58px;
}

.module_hype-nav .container #mini-nav-menu {
    /*position: absolute;*/
    width: 1200px;
    max-width: 100%;
}

.module_hype-nav .container #mini-nav-menu.closed {
    display: none;
}

.module_hype-nav .container #section {
    /*color: #fdb414;*/
    color: #cbcbcb;
    display: inline-flex;
    padding: 1em 30px 1em 0;
    flex: auto;
    font-family: "Oswald Regular", Arial, sans-serif;
    /*font-weight: 600;*/
    /*letter-spacing: 1px;*/
    line-height: 26px;
    font-size: 16px;
}

.module_hype-nav .container #section.hideIt {
    /*visibility: hidden;*/
}

.module_hype-nav .icon-menu {
    top: 2px;
    position: relative;
}

/*.module_hype-nav .icon-menu {
    color: #fdb414;
}*/

.module_hype-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #242424;
}

.module_hype-nav ul li {
    padding: 1em 30px;
    border-bottom: 1px solid #404040;
}

.module_hype-nav ul li.no-show {
    visibility: hidden;
    height: 0;
    padding: 0;
}

.module_hype-nav a,
.module_hype-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
}

.module_hype-nav ul li a.active {
    color: #fdb414;
}

.module_hype-nav ul li a:hover,
.module_hype-nav ul li a:focus {
    color: #fdb414;
}

.module_hype-nav ul li a.last {
    border-bottom: 0;
}
