#allrecords .t450 .sub-menu__link {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'FuturaPT';
}

.t450 a, #allrecords .t450 a {
    text-decoration: none;
    color: #000;
}
#allrecords .t450 .t-menu__link-item {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'FuturaPT';
}

#allrecords .t450 .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#allrecords .t450 .t450__list_item:hover .sub-menu {
    max-height: 250px;
}
.t450__list_item:last-child a {
    margin-bottom: 15px !important;
}

.t450__list_item {
    margin-bottom: 10px;
}