/*========== PRIMARY NAV ==========*/
/*=====
TOP LEVEL
=====*/
#primary-nav-wrapper #top-nav {
    float: left;
}

#primary-nav li.top-level {
    float: left;
    position: relative;
}

#primary-nav li a {
    display: block;
    height: 48px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 48px;
    color: #FFFFFF;
    padding: 0 15px;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    transition: background 250ms linear;
}

#primary-nav li.top-level a.top-level:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
}

@media only screen and (max-width: 1199px) {
    #primary-nav li a {
        padding: 0 10px;
    }
}
/*=====
END TOP LEVEL
=====*/

/*=====
SUB LEVEL
=====*/
#primary-nav li.top-level ul.sub-nav {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 48px;
    width: 275px;
    min-width: 100%;
    text-align: left;
    padding: 12px 0;
    background-color: #0A1E2C;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

#primary-nav li.top-level ul.sub-nav.left-justify {
    left: -20px;
}

#primary-nav li.top-level ul.sub-nav.right-justify {
    right: -20px;
}

#primary-nav li.top-level:hover ul.sub-nav {
    display: block;
}

#primary-nav li.top-level ul.sub-nav .sub-nav-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url('/static/images/sub_nav_gradient.png') repeat-x;
}

#primary-nav li.sub-level {
    float: left;
    width: 100%;
}

#primary-nav li.sub-level a.sub-level {
    float: left;
    width: 100%;
    height: auto;
    line-height: 1em;
    white-space: nowrap;
    padding: 12px 24px;
}

#primary-nav li.sub-level a.sub-level:hover {
    text-decoration: none;
    background: url('/static/images/transparent_overlay.png');
}
/*=====
END SUB LEVEL
=====*/
/*========== END PRIMARY NAV ==========*/


/*========== SECONDARY NAV ==========*/
/*=====
TOP LEVEL
=====*/
#secondary-nav-wrapper {
    min-height: 48px;
    background-color: #0A1E2C;
}

#secondary-nav-wrapper #secondary-nav {
    width: 100%;
    text-align: center;
}

#secondary-nav li.top-level {
    display: inline-block;
    position: relative;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    transition: background 250ms linear;
}

#secondary-nav li a {
    display: block;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #FFFFFF;
}

#secondary-nav li a.top-level {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
}

#secondary-nav li.top-level:hover a.top-level,
#secondary-nav li.top-level a.top-level:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: url('/static/images/transparent_overlay.png');
}
/*=====
END TOP LEVEL
=====*/

/*=====
SUB LEVEL
=====*/
#secondary-nav li.top-level ul.sub-nav {
    display: none;
    position: absolute;
    top: 48px;
    width: 275px;
    min-width: 100%;
    text-align: left;
    padding: 12px 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

#secondary-nav li.top-level ul.sub-nav.left-justify {
    left: -20px;
}

#secondary-nav li.top-level ul.sub-nav.right-justify {
    right: -20px;
}

#secondary-nav li.top-level:hover ul.sub-nav {
    display: block;
}

#secondary-nav li.top-level ul.sub-nav .sub-nav-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url('/static/images/sub_nav_gradient.png') repeat-x;
}

#secondary-nav li.sub-level {
    float: left;
    width: 100%;
}

#secondary-nav li.sub-level a.sub-level {
    float: left;
    width: 100%;
    line-height: 1em;
    white-space: nowrap;
    padding: 12px 24px;
}

#secondary-nav li.sub-level a.sub-level:hover {
    text-decoration: none;
    background: url('/static/images/transparent_overlay.png');
}
/*=====
END SUB LEVEL
=====*/
/*========== END SECONDARY NAV ==========*/


/*========== FOOTER NAV ==========*/
#footer-nav-wrapper {
    color: #FFFFFF;
    background-color: #0A1E2C;
}

#footer-nav {
    width: 100%;
    text-align: center;
}

#footer-nav li {
    display: inline-block;
}

#footer-nav li a {
    display: block;
    height: 50px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 50px;
    color: #FFFFFF;
    padding: 0 15px;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    transition: background 250ms linear;
}

#footer-nav li.top-level a.top-level:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
}
/*========== END FOOTER NAV ==========*/


/*========== MOBILE NAV ==========*/
.hamburger {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 50px;
    bottom: 0;
    width: 20px;
    height: 14px;
    margin: auto 0;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #FFFFFF;
}

.hamburger span.last {
    margin-bottom: 0;
}

#mobile-logo-section {
    overflow: hidden;
}

#mobile-logo-section .search-icon {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    cursor: pointer;
}

#mobile-logo-section .search-icon img {
    width: 100%;
    cursor: pointer;
}

#mobile-logo-section .search-icon .search-close {
    display: none;
}

#mobile-logo-section .search-bar-wrapper .search-bar {
    position: absolute;
    right: -500px;
}

.search-bar-wrapper input[type='text'] {
    float: left;
    width: 200px;
    height: 30px;
    border: 2px solid #FFFFFF;
    border-right: none;
    border-radius: 0;
}

.search-bar-wrapper .search-bar-submit {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #0A1E2C;
    border: 2px solid #FFFFFF;
    border-left: none;
}

#mobile-logo-section .search-bar-wrapper .search-bar-submit input[type='image'] {
    width: 15px;
    margin-top: 5px;
}

#mobile-nav-wrapper {
    float: left;
    width: 100%;
    height: 0;
    background-color: #454545;
    overflow: hidden;
}

#mobile-nav-wrapper .mobile-nav-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url('/static/images/sub_nav_gradient.png') repeat-x;
}

#mobile-nav-wrapper #mobile-nav {
    width: 100%;
    padding: 20px 0;
}

#mobile-nav-wrapper #mobile-nav li {
    float: left;
    width: 100%;
}

#mobile-nav-wrapper #mobile-nav li span.drop-arrow {
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    background: url('/static/images/nav/open_symbol.png') center no-repeat;
    background-size: 14px;
    cursor: pointer;
}

#mobile-nav-wrapper #mobile-nav li span.drop-arrow.open {
    background: url('/static/images/nav/close_symbol.png') center no-repeat;
    background-size: 14px;
}

#mobile-nav-wrapper #mobile-nav a {
    clear: left;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 0;
    box-sizing: border-box;
}

#mobile-nav-wrapper #mobile-nav a:hover {
    text-decoration: none;
    color: #0A1E2C;
}

#mobile-nav-wrapper ul {
    width: 100%;
    list-style: none;
}

#mobile-nav-wrapper .sub-level-wrapper {
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
}

#mobile-nav-wrapper a.sub-level {
    float: left;
    clear: both;
    margin-left: 20px;
}
/*========== END MOBILE NAV ==========*/


/*========== RESPONSIVENESS ==========*/
@media (min-width: 490px) {
    #mobile-logo-section .search-bar-wrapper {
        position: absolute;
        z-index: 1000;
        right: 45px;
        bottom: 8px;
        width: 230px;
    }
}

@media (max-width: 489px) {
    #mobile-logo-section .search-bar-wrapper {
        position: relative;
        z-index: 1000;
        float: right;
        width: 230px;
        overflow: hidden;
    }
}
/*========== END RESPONSIVENESS ==========*/
