.sub-menu-wrapper {
    height: 4.8em;
}
.sub-menu.sticky {
    position: fixed;
    z-index: 999;
    left: 5vw;
    right: 5vw;
    top: 5px;
}
@media (min-width: 1200px) {
    .sub-menu.sticky {
        left: 50%;
        right: auto;
        width: 1198px;
        margin-left: -599px;
    }
}
.sub-menu, .sub-menu .children .inner {
    margin-left: -30px;
    margin-right: -30px;
    border: 1px solid #e3e4e8;
    border-radius: 1em;
    background: #FFF;
    position: relative;
}
.sub-menu .sticky-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 4.8em;
    overflow: hidden;
    padding-left: 30px;
    transition: all 300ms ease;
}
.sub-menu .sticky-logo svg {
    width: 1px;
    height: 4.8em;
    transition: all 300ms ease;
    opacity: 0;
}
.sub-menu .sticky-logo svg path {
    fill: #165AB7;
}
.sub-menu.sticky .sticky-logo {
    width: 64px;
}
.sub-menu.sticky .sticky-logo svg {
    width: 34px;
    opacity: 1;
}
.sub-menu .support {
    float: right;
    text-align: right;
    width: 350px;
    height: 4.8em;
    line-height: 4.8em;
    padding-right: 30px;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .sub-menu {
        margin-left: -34px;
        margin-right: -34px;
    }
    .sub-menu .sticky-logo {
        padding-left: 34px;
    }
    .sub-menu.sticky .sticky-logo {
        width: 68px;
    }
    .sub-menu .support {
        width: 400px;
        padding-right: 34px;
    }
    .sub-menu .support a {
        margin-left: 34px;
    }
}
.sub-menu .support a {
    margin-left:30px;
}
.sub-menu .support a.support-link:before {
    content: "\f128";
}
.sub-menu .support a.special-version:before {
    content: "\f111";
}
.sub-menu .items {
    height: 4.8em;
    line-height: 4.8em;
	overflow: hidden;
	position: relative;
    margin-right: 350px;
    margin-left: 0px;
    transition: all 300ms ease;
}
.sub-menu.sticky .items {
    margin-left: 64px;
}
@media (min-width: 1200px) {
    .sub-menu .items {
        margin-right: 400px;
    }
    .sub-menu.sticky .items {
        margin-left: 68px;
    }
}
.sub-menu .items::before, .sub-menu .items::after {
	content:"";
	position: absolute;
	z-index: 1;
	top: 1.4em;
	width: 15px;
	height: 2em;
}
.sub-menu .items::before {
	left:0px;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}
.sub-menu .items::after {
	right:0px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.sub-menu .items .item {
    color:#818698;
    color: #2e3038;
    margin-left: 30px;
    white-space: nowrap;
}
.sub-menu .items li:last-child .item {
	margin-right: 30px;
}
.sub-menu .items a, .sub-menu .support a {
    color:#818698;
    color: #2e3038;
    text-decoration: none !important;
}
.sub-menu .items a:hover, .sub-menu .support a:hover {
    color: #165AB7;
}
.sub-menu .items ul, .sub-menu .items li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
@media (min-width: 1200px) {
    .sub-menu .items .item {
        margin-left: 34px;
        white-space: nowrap;
    }
    .sub-menu .items li:last-child .item {
        margin-right: 34px;
    }
}
.sub-menu .parent {
    display: inline-block;
    position: relative;
}
.sub-menu .parent:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20%;
    transition: all 300ms ease;
    width: 100%;
    left: 0px;
    height: 2px;
    background: #165AB7;
    opacity: 0;
}
.sub-menu .parent:hover:after, .sub-menu .parent.active:after {
    bottom: 0%;
    opacity: 1;
}
.sub-menu .children {
    padding-top: 5px;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 60%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease;
}
.sub-menu .children.active {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
.sub-menu .children .inner {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    margin: 0px;
    box-shadow: 0 1em 2em -0.2em rgba(92,97,112,0.2);
    padding: 30px;
}
@media (min-width: 1200px) {
    .sub-menu .children .inner {
        padding: 34px;
    }
}
.sub-menu .children a {
    text-decoration: none !important;
}
.sub-menu .children .small-box {
    border: 1px solid #ecedf1;
}
.sub-menu .support-menu a {
    color:#818698;
}
.sub-menu .support-menu a:hover, .sub-menu .support-menu .standard-icon {
    color:#165AB7;
}
.sub-menu .support-menu .standard-icon {
    font-size: 1.52em;
    margin-bottom: 0.2em;
}
.sub-menu .support-menu .standard-icon.phone:before {
    content: "\f13d";
}
.sub-menu .support-menu .standard-icon.message:before {
    content: "\f12d";
}
.sub-menu .support-menu .standard-icon.callback:before {
    content: "\f13b";
}
.sub-menu .support-menu .svg-icon svg {
    width: 2em;
    height: 2em;
    margin-left: -0.1em;
}