.dropdown-item-custom {
    font-family: MuseoSans;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #a6a6a6 !important;
    opacity: 1 !important;
    padding: 0.30rem .125rem !important;
    clear: both;
    text-align: inherit !important;
    white-space: nowrap;
    border: 0;
}
.dropdown-item-custom:hover {
    color: #1c79ca !important;
    text-align: inherit;
    line-height: 1.5;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none;
}
.drop-item-title {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    padding: 0.30rem .125rem !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
    color: #49494a;
    display: block;
}
.drop-item-title:hover {
    font-size: 16px !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding: 0.30rem .125rem !important;
    line-height: 1.4;
    opacity: 1 !important;
    color: #1c79ca !important;
    text-align: inherit;
    text-decoration: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 18.75rem;
    width: auto;
    border-radius: 5px;
    box-shadow: -4px 4px 16px 0 rgba(73, 73, 74, 0.16);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: transparent;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.nav .drop-item-title.active {
    display: block;
    color: #1c79ca !important;
    text-decoration: underline;
    position: relative;
    padding-bottom: 8px;
    opacity: 1 !important;
    font-family: MuseoSans-500;
    font-weight: 500;
}