main .icon-list a {
    text-decoration: none;
}

.hh-events-block.hh-events .date-img {
    margin-right: 20px;
}

#current-events__events-container .hh-events-block.hh-events .row {
    margin-left: 0;
    margin-right: 0;
}

.hh-events .details .time {
    text-transform: lowercase;
}

.current-events__interior__section__item__text {
    width: 100%;
}

.dropdown button.primary-button.primary-button-white.btn-block.dropdown-toggle {
    margin-top: 0 !important;
}

html body header {
    z-index: 25;
}

.events a:not(.cta-button), .events a:not(.cta-button):focus, .events a:not(.cta-button):hover, .hh-events .event a:not(.cta-button):hover .title, .hh-events .event a:not(.cta-button):focus .title, .event a:not(.cta-button) .title, .info a:not(.cta-button) {
    color: #333 !important;
    text-decoration: underline !important;
}

.hh-module .col-xs-12 .secondary-button, .hh-module .col-xs-12 .primary-button {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #a31f36;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: center;
    -webkit-transition: all .25s;
    transition: all .25s;
    font-size: 18px;
    padding: 7px 20px;
    border-radius: 3px;
    box-shadow: none;
}

.hh-module .col-xs-12 .primary-button {
    box-shadow: 0 0 0 2px #a31f36 inset;
}

.hh-module .col-xs-12 .primary-button:hover {
    background: transparent;
    outline: none;
    color: #a31f36;
}

.sidebar .secondary-button, .sidebar .primary-button {
    font-size: 16px !important;
}

.hh-module .col-xs-12 .secondary-button:hover {
    background: #000;
    color: #fff;
}

.icon-list a:hover, .feeds a:hover {
    text-decoration: none;
}

.events .page-title #events-view, .events-detail .content-detail h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}

