/* Template Sub-menu */
#site-header-sub-wrapper {
    position: static;
    z-index: 1000;
    width: 100%;
    margin: 0;
    right: 0;
    display: inline-block;
}

#site-header-sub-menu {
    background: #243F8E;
    color: #FFFFFF;
    height: 60px;
    text-align: right;
}

#site-header-sub-menu a {
    color: #f1f1f1;
    font-size: 15px;
    padding: 0 0 0 40px;
    font-family: 'Segoe UI Regular’;
}

#site-header-sub-menu a:hover {
    color: #c4c4c4;
}

#secondary-navigation {
    display: inline-block;
    margin-right: 2.5%;
    margin-top: 1.5%;
}

ul.secondary-menu > li {
    float: left;
    padding-right: 10px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

ul.secondary-menu > li > a:before {
    content: "\e601";
    font-family: "thegem-icons";
    font-size: 16px;
    font-weight: normal;
    vertical-align: bottom;
}

#page:not(.vertical-header) #site-header-sub-menu.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
@media (min-width: 1260px) {
    #page.layout-boxed #site-header-sub-menu.fixed {
        width: 1260px;
        left: 50%;
        margin-left: -630px;
    }
}

#site-header-sub-menu.fixed.shrink {
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    border-collapse: separate;
}
