#header .main-menu>li>a:hover,
#header .main-menu>li>a:focus {
    background: transparent !important;
    color: #3b60bf !important;
}

a {
    color: #08c;
}

a:hover,
a:active {
    color: #005580;
}

.publication-grid-container {
    margin-top: 2em;
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(3, 1fr);
    background-color: rgb(217, 227, 229);
    padding: 4rem;
}

.publication-grid-item {
    border-radius: 15px;

    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.publication-grid-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    gap: 2rem;
}

.publication-title {
    font-size: 2.5rem;
    line-height: 3rem;
}

.publication-description {
    font-size: 1em;
}

.publication-image img {
    border-radius: 15px 15px 0 0;
}

.publication-download-button {
    padding: 2rem;
}


.ajax-load-more-wrap .aw-masonry {
    background: #f0f0f0;
    padding: 20px 10px 30px !important;
    display: block;
}

.alm-filter--year {
    background: #f0f0f0;
    margin: 0;
    padding: 30px 10px 10px;
}

.alm-filters-container .alm-filter--inner {
    padding-bottom: 0 !important;
}

.alm-filters[data-target="alm_pub_results"] {
    margin-bottom: 0 !important;
}

.alm-filter--select .alm-filter--item {
    display: block;
    border-radius: 5px !important;
    border: 2px solid #d1d1d1;
    box-shadow: none !important;
    outline: 0 !important;
    color: #595959 !important;
    box-sizing: border-box !important;
    padding: 0 35px 0 15px !important;
    height: 40px !important;
    width: 200px !important;
    vertical-align: middle;
    position: relative;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto !important;
    min-height: 0 !important;
    float: none !important;
    box-shadow: inset 0 1px 0 0 rgb(0 0 0 / 10%);
    background: rgb(240, 240, 240) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAMAAACyy+glAAAAJFBMVEXw8PDj4+PPz8/R0dHp6enNzc3T09Pu7u7a2trW1tbU1NTc3NwdrRINAAAAZ0lEQVR42u3ROQ7AIAxE0fHGlvvfN8RCiAZCkybidUjf04Dj+CtiUQxUmDDDZqxD+7wxE6zqW2RVwIyK10Mriqno2wlV8t2IhZi9bm1etX2xlHbz5rLmwgYyR7t/Y8aETRqC4ji+cgMCnAIf797hIgAAAABJRU5ErkJggg==') no-repeat 97% center !important;
    background-size: 22px 20px !important;
}

.ajax-load-more-wrap .aw-masonry .grid-item {
    width: calc(33.3333% - 26.6666px);
    margin: 0 10px 20px;
    float: left;
    display: inline-block;
    background: rgb(255, 255, 255);
    color: rgb(131, 141, 143);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border-radius: 17px;
    overflow: hidden;
}

@media screen and (max-width: 399px) {
    .ajax-load-more-wrap .aw-masonry .grid-item {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 400px) and (max-width: 991px) {
    .ajax-load-more-wrap .aw-masonry .grid-item {
        width: calc(50% - 30px);
        margin: 0 10px 20px;
    }
}

/* @media screen and (min-width: 992px) and (max-width: 1188px) {
    .ajax-load-more-wrap .aw-masonry .grid-item {
        width: calc(33.3333% - 26.6666px);
    }
} */

@media screen and (min-width: 1189px) {
    .ajax-load-more-wrap .aw-masonry {
        padding: 20px 36px 30px !important;
    }

    .alm-filter--year {
        padding: 40px 36px 20px;
    }

    .ajax-load-more-wrap .aw-masonry .grid-item {
        width: calc(33.3333% - 43.6666px);
    }
}

.aw-tile {
    font-size: 14px;
    color: rgb(131, 141, 143);
    background: #fff;
    display: block;
}

.aw-tile:hover,
.aw-tile:focus {
    text-decoration: none;
    /* background: #f9f9f9; */
}

.aw-tile__image {
    width: 100%;
    height: auto;
}

.aw-tile__content {
    padding: 18px;
}

.aw-tile__content p {
    color: rgb(131, 141, 143);
    line-height: 1.6;
}

.aw-tile__title {
    font-size: 15px;
    font-weight: 700;
    color: #3b3d40;
    line-height: 1.2;
}

.aw-tile__text a {
    color: #0088cc;
}

.aw-tile__content *:last-child {
    margin-bottom: 0;
}

.aw-tile__footer {
    border-top: 1px solid #f5f3f1;
    font-size: 12px;
}

.aw-tile__footer-cols {
    padding: 0;
    list-style-type: none;
    display: flex;
}

.aw-tile__footer-cell {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aw-tile__footer-cell:nth-child(even) {
    border-left: 1px solid #f5f3f1;
}

.aw-tile__download {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
}

.aw-tile__download:hover,
.aw-tile__download:focus {
    color: #08c;
}

.aw-tile__download::after {
    display: inline-block;
    content: '';
    background-image: url(images/pdf-icon.png);
    background-size: 30px 31px;
    width: 30px;
    height: 31px;
    margin-left: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .aw-tile__download::after {
        background-image: url(images/pdf-icon@2x.png);
        /* background-size: 61px 58px;
        width: 61px;
        height: 58px; */
    }
}