﻿.container h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.firstLev li {
    margin-top: 90px;
}

.firstLev > li:first-child {
    margin-top: 30px;
}

.firstLev > li a {
    color: #096391;
    text-decoration: underline #096391;
}

.secondLev li,
.secondLev li:first-child {
    margin-top: 30px;
}
.secondLev > li {
    margin-top: 0 !important;
}
    .secondLev li h5 {
        border-left: solid 2px #303030;
        padding-left: 14.5px
    }

    .secondLev li a {
        color: #303030;
        text-decoration: underline #fff;
    }
.secondLev li .thirdLev {
    margin-top: 20px;
}
.secondLev li .thirdLev li {
    margin-top: 15px;
}
.secondLev li .thirdLev h5 {
    font-size: 1.1rem;
    font-weight: normal;
}
.thirdLev li h5 {
    border-left: 0;
    padding-left: 14.5px;
}


@media (max-width: 767px){
    .context-MT90{
        margin-top: 20px;
    }
    .firstLev li{
        margin-top: 25px;
    }
}
