﻿.banner-text__background {
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0, 0.5);
}

.banner-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.banner-title {
    width: 100%;
    margin: 35px 0;
    color: #ffffff;
}

.upcoming-event {
    padding-bottom: 18px;
}

.publications-list__title {
    font-size: 16px;
    line-height: 24px;
}

.event-map {
    margin-bottom: 24px;
}

.report-button {
    text-align: center;
}

.s-sidebar-list li .report-button:hover,
.s-sidebar-list li .report-button:visited:hover {
    background-color: #ebc512;
}

@media only screen and (min-width: 752px) {
    .col-main {
        padding-right: 5%;
    }
}

@media only screen and (min-width: 1040px) {
    .share-page__wrap {
        padding-right: 0;
    }
}