@import 'disable-hover.css';

.rsx-connector-area > a[class*="hidden-"]:after,
.connector-area > a[class*="hidden-"]:after {
    content: none !important;
}

.rsx-connector-area > a[class*="hidden-"]:before,
.connector-area > a[class*="hidden-"]:before {
    border-top-color: transparent;
}

.connector-area.active .connector-lob-flyout {
    display: none !important;
}

.connector-area.active > a,
.connector-area.connector-area_current > a, 
.rsx-connector-area.rsx-active > a {
    color: #fff;
}


/* Menu flyout styles */
.menu-flyout {
    display: none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}


    .menu-flyout.menu-flyout-visible {
        display: block;
        position: absolute;
        z-index: 20;
        background-color: #f0f0f0;
        width: 214px;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: 0px 3px 16px 2px rgba(0,0,0,0.23);
        box-shadow: 0px 3px 16px 2px rgba(0,0,0,0.23);
        top: 100%;
        left: 50%;
        transform: translate(-50%);
        margin-left: 0px;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .menu-flyout ~ .connector-lob-flyout,
    .menu-flyout ~ .rsx-connector-lob-flyout {
        display: none !important;
    }

.menu-flyout-visible .sub-nav-header {
    padding: 30px 30px 0 30px;
    margin: 0;
    font-weight: bold;
    font-size: 1.2rem;
    color: #111;
}

.menu-flyout-visible ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.menu-flyout-visible .menu-flyout-root {
    position: relative;
    min-height: 300px;
}

    .menu-flyout-visible .menu-flyout-root: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: #f0f0f0;
        border-width: 14px;
        margin-left: -14px;
    }

.menu-flyout-visible .sub-nav-root {
    padding-top: 20px;
}

    .menu-flyout-visible .sub-nav-root > li:last-child {
        padding-bottom: 60px;
    }

.menu-flyout-visible .sub-nav-level-1 {
    padding: 10px 18px;
    display: block;
    border-left: 4px solid #f0f0f0;
    font-size: 1.5rem;
    position: relative;
    line-height: normal;
}

    .menu-flyout-visible .sub-nav-level-1:after {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAYAAACUwi84AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTdGOTE3RDZFMDkxMUU4ODU1MkE2RDY0QTMwNUEyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTdGOTE3RTZFMDkxMUU4ODU1MkE2RDY0QTMwNUEyMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNBN0Y5MTdCNkUwOTExRTg4NTUyQTZENjRBMzA1QTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNBN0Y5MTdDNkUwOTExRTg4NTUyQTZENjRBMzA1QTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vo8LxgAAAZJJREFUeNpMUEsvA2EUvfP55q1GR6tECYJ6rTyasJCQSCxEIiQeYWHDmv9gKSzEokIkrCQWVlJBjNZKKhYI2oSUeCeD6mg7046vXnGX955z7jmHmlw7hFdNbwYKkCwyfi2eBIqCv0HRuOGe2zzdn/ee+qLxZEMWT4Np/gOkTJPhGQxqWIXl3YuNSEyvEjlMQN8oZBVZf3djsTu/LPft6vzetrB95ovpqRoLz3wpoWTKBC1hHNSX2buKyh3GTfApZ0W58H4kjBKBxYDSMnoyBWShuF25rc4Kx2Pw/KFgSQkqxF91RkvvKPA0BtnCQqFNDFcVyMdHty9Dj6FnKYKgAxnkBYMR2AggW2BR4PJpOKpqINozobbQOoXTkdO5WToD1gPhVcUX6uFkAfraXGN2C+dBCFEgCQzsnNwtp4+0hYOBVtdYnsR7Ih8JQMSl5D26XvTuhYZwFg+D7ZXjDonzqNE4USb1vsf0uq1AeIRUDf1tFRNOWZh50wjzp2/M0tjf2VQ6y3NYc1qFafU98cX8nU8BBgAJEJrPXAOh1QAAAABJRU5ErkJggg==');
        color: #00549a;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 15px;
    }

    .menu-flyout-visible .sub-nav-level-1:hover {
        border-left-color: #00549a;
        background-color: #e1e1e1;
        text-decoration: none;
    }

.menu-flyout-visible .no-sub-nav .sub-nav-level-1:after {
    content: none;
}

.menu-flyout-visible .no-sub-nav .sub-nav-level-1 {
    color: #00549a;
}

.menu-flyout.menu-flyout-visible li.menu-flyout-item-active > .sub-nav-level-1 {
    border-left-color: #00549a;
    background-color: white;
    font-weight: bold;
    -webkit-box-shadow: -1px 4px 8px -4px rgba(0,0,0,0.1);
    box-shadow: -1px 4px 8px -4px rgba(0,0,0,0.1);
}

    .menu-flyout.menu-flyout-visible li.menu-flyout-item-active > .sub-nav-level-1:after {
        content: "";
    }

.sub-nav-level-1 {
    font-size: 15px !important;
}

.menu-flyout-visible .sub-nav-item ul > li a {
    font-size: 13px !important;
}

.menu-flyout-visible .sub-nav-item ul > li {
    margin-bottom: 18px !important;
    padding-left: 0px !important;
    line-height: 0px !important;
}

.menu-flyout-visible .sub-nav-header {
    font-size: 12px !important;
}


.menu-flyout-visible .sub-nav-level-1 span {
    font-size: 12px !important;
}


.rsx-connector-area {
    background: inherit !important;
}

.rsx-connector-nav {
    float: none;
    margin-top: 0px !important;
}

.menu-flyout-visible .sub-nav-level-1 span {
    display: block;
    font-size: 1.2rem;
}

.menu-flyout-visible .sub-nav-group {
    width: 180%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    background-color: white;
    z-index: -1;
    -webkit-box-shadow: 0px 3px 16px 2px rgba(0,0,0,0.23);
    box-shadow: 0px 3px 16px 2px rgba(0,0,0,0.23);
    opacity: 0;
    -webkit-transition: opacity .225s;
    -o-transition: opacity .225s;
    transition: opacity .225s;
}

.menu-flyout-visible .enter-animation .sub-nav-group,
.menu-flyout-visible .enter-animation .sub-nav-group a,
.menu-flyout-visible .enter-animation .sub-nav-item {
    color: white;
}

.menu-flyout-visible .enter-offset .sub-nav-item {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    overflow: hidden;
}

.menu-flyout-visible .pre-enter-fadein .sub-nav-item,
.menu-flyout-visible .enter-fadein .sub-nav-item {
    opacity: 0;
}

.menu-flyout-has-been-expanded .sub-nav-group {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.menu-flyout-visible .sub-nav-large {
    width: 230%;
}

.menu-flyout.menu-flyout-visible li.menu-flyout-item-active .sub-nav-group {
    position: absolute;
    left: 214px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.menu-flyout-visible .sub-nav-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    overflow-y: hidden;
    -webkit-transition: opacity .225s, -webkit-transform .225s;
    transition: opacity .225s, -webkit-transform .225s;
    -o-transition: opacity .225s, transform .225s;
    transition: opacity .225s, transform .225s;
    transition: opacity .225s, transform .225s, -webkit-transform .225s;
}

    .menu-flyout-visible .sub-nav-item ul {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 30px;
        padding-right: 30px;
        height: 100%;
        padding-top: 30px;
    }

    .menu-flyout-visible .sub-nav-item .sub-nav-level4 {
        padding-top: 20px;
    }

    .menu-flyout-visible .sub-nav-item:not(:last-child) ul {
        border-right: 1px solid #e2e2e2;
    }

    .menu-flyout-visible .sub-nav-item ul > li {
        margin-bottom: 1.5rem;
    }

        .menu-flyout-visible .sub-nav-item ul > li a {
            display: block;
            color: #555;
            font-size: 1.3rem;
            line-height: normal;
        }

            .menu-flyout-visible .sub-nav-item ul > li a:hover {
                color: #00549a;
                text-decoration: underline;
            }

    .menu-flyout-visible .sub-nav-item .sub-nav-links-two-columns,
    .menu-flyout-visible .sub-nav-item .sub-nav-links-three-columns {
        -webkit-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-fill: auto;
        column-fill: auto;
        height: 280px;
    }

.menu-flyout-visible .sub-nav-links-two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}

.menu-flyout-visible .sub-nav-links-three-columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-position: inside;
}

.menu-flyout-overlay {
    background-color: transparent;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 19;
}

    .menu-flyout-overlay,
    .menu-flyout-overlay:active,
    .menu-flyout-overlay:focus {
        outline: 0;
        border: none;
    }

