/* Custom Styles */
.header__content--desktop {
    padding: 10px 0;
}

.header__container {
    max-width:1180px;
}

.header a.link-list__link {
    line-height: 40px;
    display: inline-block;
    margin: 10px;
    padding:10px 20px;
    text-transform: uppercase;
    font-size:14px;
    font-weight:600;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color:rgba(255, 255, 255, 0.45);
}

.header a.link-list__link:hover {
    color: #5f8e3d;
}

a.announcement {
    font-size:16px;
    font-weight:600;
}

a.announcement:hover {
    font-size:16px;
    font-weight:600;
}