/*.SubContentMenu ul li a {
    color: #242568 !important;
}*/
.SubContentMenu {
    background-color: #242568;
    width: 100%;
}
.ulSub {
    /*list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #242568;
    text-align: center;
   
    font-size: 0;*/
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #A9A9A9;
    border-bottom: 0 !important;
    height:100px;
}

    .ulSub li {
        display: block;
        flex: 0 1 auto; /* Default */
        list-style-type: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        border-right: 1px solid white;
    }
        .ulSub li:last-child
        {
            border-right: none;
        }

        .ulSub li a {
            color: white;
            text-align: center;
            /*width: 20%;*/
            /*padding: 20px 0px 20px 0px;*/
            text-decoration: none;
            /*border-left: 1px solid white;*/
            font-weight: bold;
            font-size: 18px;
            vertical-align: middle;
            display: inline-block;
            vertical-align: middle;
            
        }

            .ulSub li:before {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -0.25em; /* Adjusts for spacing */
            }

.ulSub li a:hover {
}

.SubContentHeader {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.containerActive {
    max-width: 1400px;
    margin: 0 auto;
    border: 1px solid #A9A9A9;
    border-top: none !important;
    margin-bottom: 50px;
}

.noBorder {
    border: none !important;
}

.containerActive .container {
    padding-bottom: 10px !important;
}

li.first a {
    /*border-left: 1px solid white;*/
}

.last {
    border-right: none !important;
}

.ulSub li.selected, a.selected {
    color: #242568 !important;
    background-color: white;

}

.subDisabled {
    pointer-events: none;
    cursor: default;
}