.media-sections {
    border-bottom: 2px solid #004A8D;
}

.media-sections a {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: #9D9D9D;
    padding: 10px 0 32px 0;
    margin-right: 35px;
    text-decoration: none;
    position: relative;
}

.media-sections a.select {
    color: #004A8D;
}

.media-sections a.select:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px;
    background: #004A8D;
}

.media-sections a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px;
    background: #004A8D;
}