body.has-sticky {
    padding-top: 88px; }
body.has-sticky .page-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100; }
body.has-sticky .page-header {
    top: 0;
    background: #FFF;
    z-index: 200; }
body.has-sticky .page-header-top {
    display: none; }
body.has-sticky .page-header-bottom {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.08); }

.page-header {
    background-color: #FFF; }
.page-header .alert-container {
    height: auto;
    position: absolute;
    top: 86px;
    width: 100%; }
body.has-sticky .page-header .alert-container {
    top: 56px; }

.navbar {
    min-height: 40px !important;
    margin: 0;
    padding: 0;
    list-style: none; }

.nav-item.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 500; }
.nav-item.dropdown .dropdown-toggle::after {
    border-width: 0; }
.nav-item.dropdown .dropdown-toggle span {
    margin-left: 10px; }
.nav-item.dropdown .dropdown-toggle svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    color: #FCBF00;
    fill: currentColor;
    transition: .2s ease; }

.nav-item.dropdown .dropdown-menu {
    left: -5px;
    min-width: 120px;
    padding: 0;
    border-radius: 6px;
    border-width: 0;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1); }
.nav-item.dropdown .dropdown-menu::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px; }

.nav-item.dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 35px;
    color: #0D121C;
    font-size: 14px; }
.nav-item.dropdown .dropdown-item:not(:last-of-type) {
    border-bottom: 1px solid #EEE; }
.nav-item.dropdown .dropdown-item:hover {
    background-color: #FFF;
    color: #FCBF00; }
.nav-item.dropdown .dropdown-item.active, .nav-item.dropdown .dropdown-item:active {
    background-color: unset;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2264px%22%20height%3D%2264px%22%3E%3Cpath%20fill%3D%22%230D121C%22%20opacity%3D%221%22%20d%3D%22M21.4,58.5L0.8,34c-1.1-1.3-1-3.4,0.4-4.5c1.4-1.1,3.4-1,4.5,0.4l15.9,18.8l36.9-42c1.2-1.3,3.2-1.5,4.5-0.3c1.3,1.2,1.5,3.2,0.3,4.5L21.4,58.5z%22%20/%3E%3C/svg%3E") no-repeat left 15px center/100%;
    background-size: 12px; }
.nav-item.dropdown .dropdown-item img {
    margin-right: 8px; }

.nav-item.dropdown.dropdown.show .dropdown-toggle svg {
    transform: rotate(180deg); }

.page-header-top { max-height: 40px !important; }
.page-header-top nav {
    height: 30px;
    font-size: 12px;
    line-height: 14px; }
.page-header-top nav .btn-link {
    min-height: auto;
    padding: 0;
    color: #FFF !important;
    font-size: 12px;
    line-height: 14px !important;
}
.page-header-top nav ul.navbar {
    display: none; }

.page-header-bottom {
    height: 56px; }
.page-header-bottom .container,
.page-header-bottom .navbar {
    height: 100%; }
.page-header-bottom .navbar-brand {
    width: 130px; }
.page-header-bottom .navbar-brand img {
    max-width: 100%; }
.page-header-bottom .nav-link > svg.icon-search {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px; }
.page-header-bottom svg.icon-toggle {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px; }
.page-header-bottom .nav-link {
    padding: 0;
    color: #0D121C;
    transition: .2s ease; }
.page-header-bottom .navbar-toggler {
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 64px;
    margin-right: -20px;
    border-radius: 0; }
.page-header-bottom .navbar-toggler:focus {
    outline: none; }
.page-header-bottom .navbar-toggler:not(.collapsed) {
    background: #0D121C; }
.page-header-bottom .navbar-toggler:not(.collapsed) svg {
    color: #FFF;
    fill: currentColor; }
.page-header-bottom .navbar-toggler:not(.collapsed) svg.icon-close {
    display: block;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px; }
.page-header-bottom .navbar-toggler:not(.collapsed) svg.icon-toggle {
    display: none; }
.page-header-bottom .navbar-toggler.collapsed svg.icon-close {
    display: none; }
.page-header-bottom .navbar-toggler.collapsed svg.icon-togle {
    display: block; }

.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    color: #0d121c; }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    color: #FCBF00; }

@media (max-width: 1024px) {
    .navbar-brand img {
        max-width: 75%;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .page-header-bottom {
        color: #0D121C;
        font-size: 16px;
        line-height: 19px;
        font-weight: bold; }
    .page-header-bottom .navbar {
        justify-content: left; }
    .page-header-bottom .navbar-search {
        margin: 0 20px 0 auto; }
    .page-header-bottom .navbar-toggler {
        display: flex; }
    .page-header-bottom .navbar-collapse {
        margin-left: -20px;
        margin-right: -20px;
        background: #FFF;
        border-top: 1px solid #0D121C;
        z-index: 3; }
    .page-header-bottom .nav-item {
        padding: 0 20px; }
    .page-header-bottom .nav-item .nav-link {
        padding: 20px 0; }
    .page-header-bottom .nav-item.bordered-top::before {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #EEE;
        content: ""; }
    .navbar-light .navbar-nav .nav-link.active {
        color: #0D121C; } }

@media (min-width: 1024px) {
    .page-header .alert-container {
        top: 128px; }
    body.has-sticky .page-header .alert-container {
        top: 88px; }
    .page-header-top nav {
        height: 40px;
        font-size: 14px;
        line-height: 16px; }
    .page-header-top nav ul.navbar {
        display: flex; }
    .page-header-top nav ul.navbar a {
        color: #FFF; }
    .page-header-top nav ul.navbar a:hover {
        color: #B6B8BB; }
    .page-header-top nav li.nav-item:not(:first-of-type)::after {
        content: "";
        width: 1px;
        height: 18px;
        background-color: #3D4149;
        display: block;
        top: 6px;
        position: absolute; }
    .page-header-bottom {
        height: 88px;
        color: #0D121C;
        font-size: 18px;
        line-height: 21px;
        font-weight: bold; }
    .page-header-bottom,
    .page-header-bottom .navbar,
    .page-header-bottom .navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;}
    .page-header-bottom ul.navbar-nav {
        justify-content: flex-end;
    }
    .page-header-bottom .navbar-brand {
        width: auto; height:auto; }
    .page-header-bottom button {
        width: 200px; }
    .page-header-bottom .nav-item:not(:last-of-type) {
        padding: 0 10px; }
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        padding: 0;
        color: #0d121c; }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
        color: #FCBF00; }
    .navbar-light .navbar-nav .nav-link.active:after, .navbar-light .navbar-nav .nav-link:hover:after {
        display: flex;
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -33px;
        background: #FCBF00;
        content: ''; }
    .navbar-light .navbar-nav .nav-item--search .nav-link {
        background: #FFF;
        width: 46px;
        height: 46px;
        border-radius: 23px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .navbar-light .navbar-nav .nav-item--search .nav-link.active, .navbar-light .navbar-nav .nav-item--search .nav-link:hover {
        color: #FCBF00;
        fill: currentColor; }
    .navbar-light .navbar-nav .nav-item--search .nav-link.active:after, .navbar-light .navbar-nav .nav-item--search .nav-link:hover:after {
        display: none; }
    body.page-homepage:not(.has-sticky) .page-header,
    body.page-homepage:not(.has-sticky) .bg-light {
        background-color: transparent !important; } }

.navbar.navbar-expand-lg {
    position: static; }

.mega-item {
    align-items: center;
    background-color: #FFF;
    display: flex;
    padding: 10px 20px;
    text-decoration: none;
    transition: box-shadow .35s ease; }
.mega-item .mega-item__icon {
    align-items: center;
    background-color: #EEE;
    border-radius: 100%;
    display: flex;
    height: 38px;
    justify-content: center;
    margin-right: 10px;
    width: 38px; }
.mega-item .mega-item__icon .icon {
    height: 24px;
    width: 24px; }
.mega-item .mega-item__content {
    color: #3D4149;
    flex: 0 1 80%;
    transition: color .35s; }
.mega-item .mega-item__content p {
    font-size: 14px;
    line-height: 1.35em;
    margin: 0;
    padding: 0; }
.mega-item .mega-item__content p strong {
    color: #0D121C;
    font-size: 14px;
    line-height: 1em;
    transition: color .35s; }
.mega-item.mega-item--cta .btn {
    width: 100%; }
.mega-item.mega-item--featured {
    background-color: #EEE; }
.mega-item.mega-item--featured .mega-item__icon {
    background-color: #FFF; }
.mega-item:hover, .mega-item:active, .mega-item:focus {
    text-decoration: none; }

@media (max-width: 1023.98px) {
    .page-header-bottom .navbar-nav {
        background-color: #FFF;
        height: calc(100vh - 86px);
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 86px;
        z-index: 5; }
    body.has-sticky .page-header-bottom .navbar-nav {
        height: calc(100vh - 56px);
        top: 56px; }
    .page-header-bottom .nav-item {
        padding: 0; }
    .page-header-bottom .nav-item .container,
    .page-header-bottom .nav-item div[class^='col-'] {
        padding-left: 0;
        padding-right: 0; }
    .page-header-bottom .nav-item .container > .row {
        margin-left: 0;
        margin-right: 0; }
    .page-header-bottom .nav-item.nav-item--button,
    .page-header-bottom .nav-item .nav-link,
    .page-header-bottom .nav-item .mega-item {
        padding-left: 20px;
        padding-right: 20px; }
    .page-header-bottom .nav-item.dropdown > .nav-link:not(.active) > .icon.icon-chevron-right {
        transform: rotate(90deg) translateX(-8px); }
    .page-header-bottom .nav-link,
    .page-header-bottom .mega-item {
        position: relative; }
    .page-header-bottom .nav-link > .icon.icon-chevron-right,
    .page-header-bottom .mega-item > .icon.icon-chevron-right {
        color: #FCBF00;
        fill: currentColor;
        height: 16px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .35s;
        width: 16px; }
    .page-header-bottom .nav-link.active > .icon.icon-chevron-right,
    .page-header-bottom .mega-item.active > .icon.icon-chevron-right {
        transform: rotate(-90deg) translateX(8px); }
    .mega {
        height: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .45s; }
    .navbar-nav > .nav-item > .nav-link.active + .mega {
        height: auto;
        max-height: 10000px;
        overflow: auto; } }

@media (min-width: 1024px) {
    .page-header-bottom > .container {
        position: relative; }
    .navbar-nav > .nav-item:not(.nav-item--search) > .nav-link {
        height: 88px;
        line-height: 88px; }
    .navbar-nav > .nav-item.nav-item--search {
        padding-left: 0; }
    .navbar-nav > .nav-item.nav-item--search > .nav-link {
        align-items: center;
        background-color: #FFF;
        border-radius: 100%;
        display: flex;
        height: 46px;
        justify-content: center;
        width: 46px; }
    .nav-link > .icon.icon-chevron-right,
    .mega-item > .icon.icon-chevron-right {
        display: none; }
    .navbar-nav > .nav-item.dropdown {
        position: static; }
    .navbar-nav > .nav-item:not(.nav-item--search) > .nav-link {
        position: relative; }
    .navbar-nav > .nav-item:not(.nav-item--search) > .nav-link::after {
        background-color: #FCBF00;
        bottom: 0;
        content: '';
        display: block;
        height: 4px;
        left: .5rem;
        opacity: 0;
        position: absolute;
        right: .5rem;
        transition: opacity .45s linear;
        z-index: 1; }
    .navbar-nav > .nav-item:hover > .nav-link {
        color: #FCBF00; }
    .navbar-nav > .nav-item:hover > .nav-link::after {
        opacity: 1; }
    .navbar-nav > .nav-item:hover > .nav-link + .mega {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
        visibility: visible;
        z-index: 3; }
    .mega {
        background-color: #FFF;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 999px 0 999px rgba(13, 18, 28, 0.6);
        display: flex;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 128px;
        transform: translateY(10px);
        transition: transform .5s ease, opacity .5s ease;
        visibility: hidden;
        width: 100vw;
        z-index: 1001; }
    .mega .mega__list {
        list-style: none;
        padding: 40px 0;
        width: 100%; }
    body.has-sticky .mega {
        top: 88px; }
    .mega-item {
        border-radius: 8px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        padding: 15px 30px 15px 15px; }
    .mega-item:not(:last-child) {
        margin-bottom: 15px; }
    .mega-item .mega-item__icon {
        height: 58px;
        margin-right: 15px;
        width: 58px; }
    .mega-item .mega-item__icon .icon {
        height: 36px;
        width: 36px; }
    .mega-item .mega-item__content p strong {
        font-size: 16px;
        line-height: .85em; }
    .mega-item.mega-item--cta {
        padding-left: 48px;
        padding-right: 48px; }
    .mega-item.mega-item--featured:hover, .mega-item.mega-item--featured:active {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }
    .mega-item:hover, .mega-item:active {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        text-decoration: none; }
    .mega-item:hover .mega-item__content strong, .mega-item:active .mega-item__content strong {
        color: #FCBF00; }
    .mega-item:hover.mega-item--cta, .mega-item:active.mega-item--cta {
        box-shadow: none; } }

#cms-header {
    border-bottom: 1px #EEE solid;
}
.mega-item__icon img {
    width: 36px;
}

.mega-item__black-bg {
    position: absolute;
    top: 129px;
    width: 100vw;
    left: 0;
    height: 200px;
    background: #0D121C;
    z-index: 0;
}

.navbar .btn-link {
    font-weight: 700;
}

.navbar-nav .btn {
    font-size: 16px !important;
    font-weight: 700;
}
