.nav .nav-submenu > a:after,
.nav .nav-submenu > span.arrow a:after {
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 10px;
    color: #c4272f;
    display: block;
}
.nav,
.nav-button,
.nav-close {
    color: #333;
    position: fixed;
}
.nav,
.nav ul,
.nav ul ul,
.nav ul ul ul,
.nav ul ul ul ul,
.nav ul ul ul ul ul,
.nav-button,
.nav-close {
    background: #fff;
}
@font-face {
    font-family: icon-font;
    src: url("../fonts/icon-font.eot");
    src: url("../fonts/icon-font.eot?#iefix") format("eot"),
        url("../fonts/icon-font.woff") format("woff"),
        url("../fonts/icon-font.ttf") format("truetype"),
        url("../fonts/icon-font.svg#icon-font") format("svg");
}
.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav .nav-submenu > a:after,
.nav-button:before,
.nav-close:before,
.nav > ul > .nav-submenu > a:after,
header h1:before {
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}
.icon-desktop:before {
    content: "\E001";
}
.icon-menu-close:before,
.nav-close:before {
    content: "\E002";
}
.icon-menu:before,
.nav-button:before {
    content: "\E003";
}
.icon-mobile:before {
    content: "\E004";
}
.icon-submenu-down:before,
.nav .nav-submenu > a:after {
    content: "\E005";
}
.icon-submenu-right:before {
    content: "\E006";
}
.icon-world:before {
    content: "\E007";
}
.nav-button,
.nav-close {
    top: -12px;
    width: 3rem;
    height: 4.5rem;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 4.4rem;
}
.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center;
}
.nav-button {
    display: block;
    right: 0.4rem;
    font-size: 1.5rem;
    top: -5px;
}
.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
}
.nav > ul > li > ul {
    margin-top: 10px !important;
}
.nav > ul > li > ul > li > ul {
    margin-left: 10px !important;
}
.nav ul ul {
    box-shadow: 1px 4px 4px #888;
}
.nav li {
    cursor: pointer;
    line-height: 40px;
}
.nav li.nav-active > a,
.nav li:hover > a {
    color: #333;
    background: #fff;
}
.nav .nav-submenu > ul {
    margin-left: 10px;
}
.nav .nav-submenu > a {
    padding-right: 30px;
}
.nav .nav-submenu ul li > a:hover {
    text-decoration: underline;
}
.nav a,
.nav a:active,
.nav a:hover,
.nav a:visited {
    border-radius: 0;
    padding: 0 15px 1px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    display: block;
    position: relative;
}
.nav .nav-submenu > span.arrow a:after {
    font-family: icon-font;
    content: "\E006";
}
@media only screen and (max-width: 1300px) and (min-width: 1201px) {
    .li_menu_right a {
        /* padding: 0 7px; */
        line-height: 24px;
    }
    .li_menu_right a.custom_rpost_btn {
        line-height: 28px;
    }
    .border-right-null:hover {
        padding: 0 7px !important;
    }
    .custom-flicker:hover {
        padding: 0 15px 1px !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
    .nav a,
    .nav a:active,
    .nav a:hover,
    .nav a:visited {
        border-radius: 0;
        padding: 0 10px 1px;
        color: #333;
        text-decoration: none;
        font-weight: 400;
        font-size: 0.9em;
    }
    .li_menu_right a {
        /* padding: 0 5px !important; */
        line-height: 24px;
    }
    .li_menu_right a.custom_rpost_btn {
        line-height: 28px;
        padding: 3px 10px !important;
    }
    .border_spacer {
        margin-left: 4px;
        margin-right: 4px;
    }
}
@media only screen and (min-width: 1023px) {
    .nav,
    body {
        padding: 0 !important;
    }
    header {
        position: relative;
    }
    .li_menu_right {
        float: right;
        margin-top: 3px;
    }
    .border-right-1 {
        border-right: 1px solid #ccc;
        height: 18px;
        line-height: 18px;
    }
    .border-right-null {
        border-right: 0px solid #ccc;
        height: 18px;
        line-height: 18px;
    }
    header h1:before {
        content: "\E001";
    }
    .nav-button {
        display: none;
    }
    .nav ul ul ul li:first-child,
    .nav > ul > li {
        border-top: none;
    }
    .nav ul ul ul {
        border-radius: 0;
    }
    .nav .nav-submenu li {
        min-width: 200px;
    }
    .nav .nav-submenu > ul {
        margin: 0;
    }
    .nav > ul > .nav-submenu > a:after {
        content: "\E005";
    }
    .nav .nav-submenu > a:after {
        content: "\E006";
    }
}
.nav-lock-scroll {
    overflow: hidden;
}
.nav {
    font-size: 1em;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
}
.nav ul {
    border-radius: 0;
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile_link_active {
    display: none !important;
}
.mobile_link_inactive {
    display: block;
}
@media only screen and (min-width: 320px) {
    .nav,
    .nav li {
        position: relative;
    }
    .nav,
    .nav ul,
    .nav-no-js .nav li:hover > ul {
        display: block;
    }
    .nav {
        bottom: auto;
        overflow: visible;
    }
    .nav li {
        white-space: nowrap;
    }
    .nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 901;
    }
    .nav ul ul ul {
        top: 5px;
        left: 95%;
        z-index: 902;
    }
    .nav ul ul ul ul {
        z-index: 903;
    }
    .nav ul ul ul ul ul {
        z-index: 904;
    }
    .nav ul ul li.nav-left > ul {
        left: auto;
        right: 95%;
    }
}
@media only screen and (max-width: 1023px) {
    .scroll-top,
    a.custom_rpost_btn:hover {
        text-decoration: none;
    }
    a.custom_rpost_btn,
    a.custom_rpost_btn:hover {
        border: 0 solid #c4272f !important;
        line-height: 26px;
        font-size: 14px;
    }
    .nav,
    .scroll-top {
        text-align: right;
    }
    .nav {
        top: -7px;
        bottom: 0;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        right: 0;
    }
    .border_spacer {
        display: none;
    }
    a.custom_rpost_btn {
        background: #c4272f !important;
        color: #fff !important;
        font-weight: none !important;
        margin-top: 0;
        margin-right: 0;
    }
    .nav ul ul {
        box-shadow: 1px 4px 4px #fff;
    }
    .scroll-top {
        position: fixed;
        border-radius: 2px;
        height: 0;
        width: 0;
        line-height: 20px;
        right: 55px;
        opacity: 0;
        bottom: 55px;
        z-index: 1030;
    }
    a.solutions_menu {
        width: 100%;
    }
    .mobile_link_active {
        display: block !important;
    }
    .mobile_link_inactive {
        display: none !important;
    }
    .custum-top-links a {
        color: #898989;
        font-size: 14px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 920px) {
    .custum-top-links a {
        color: #898989;
        font-size: 13px;
        margin-left: 10px;
    }
}
@media only screen and (max-width: 820px) {
    .custum-top-links a {
        color: #898989;
        font-size: 12px;
        margin-left: 5px;
    }
    .header-top-right {
        margin-right: 40px;
    }
}
.menu_special nav ul li.li_menu_right {
    padding-top: 5px;
}
.menu_special {
    height: 50px;
    padding: 5px 0;
}
@media (max-width: 1024.5px) and (min-width: 992px) {
    .border-right-1,
    .border-right-null {
        font-size: 12px !important;
    }
}
@media (max-width: 1022.5px) and (min-width: 991px) {
    .ext-resolution-backBtn {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin-top: 12px !important;
    }
}
.ext-swag-link {
    margin-top: -3px;
}
.ext-swag-link:hover{
    color: #c4272f !important;
    /* text-decoration: underline !important; */
}
@media only screen and (max-width: 767.5px) and (min-width: 320px) {
    .ext-swag-link {
    font-size: 13px;
    padding-left: 4px !important;
    }
    .ext-swagBtn-head{
        font-size: 9px !important;
    }
}
