.clear {
    clear: both;
}

.center {
    text-align: center;
}

p.meta {
    margin: 0;
    font-size: 0.8em;
}

.features section a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.features section a:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.pagination {
    text-align: center;
}

.search {
    position: relative;
    padding-right: 2em;
}

.search input {
    height: 1.5em !important;
    font-size: 1em !important;
}

.search button {
    height: auto;
    width: 2.8em;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0.8em;
    padding: .8em;
}

span.fa.fa-search span.fa {
    position: absolute;
    margin-left: -.4em;
    margin-top: -.4em;
}


.featured_event {
    border-radius: 0.25em;
    border: solid 1px rgba(255,255,255,0.15);
    background-color: rgba(255,255,255,0.05);
    padding: 0.5em;
    font-size: 0.7em;
    width: auto;
    margin: 1em auto;
    position: relative;
}

.featured_event h3 {
    font-size: 0.5em;
}

.featured_event p {
    margin-bottom: 0.2em;
}

.featured_event p.meta {
    float: left;
    margin-right: 1em;
}

.featured_event a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured_event a.full-link:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.block-illustrated_paragraph .image {
    display: inline-block;
    position: relative;
}

.block-illustrated_paragraph .image img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1280px) {

    #sidebar .image {
        float: left;
        line-height: 3.5em;
        height: 3.5em;
    }

    #sidebar .image img {
        height: 3em;
        width: auto;
        line-height: inherit;
    }

    #sidebar nav ul {
        margin: 0 0 0 1em;
    }

    #sidebar form {
        height: 3.5em;
        line-height: 3.5em;
        display: flex;
        align-items: center;
    }

    #sidebar form div {
        display: inline;
        flex-grow: 1;
        position: relative;
        padding-right: 2em;
    }

}

.image.fit img {
    height: 100%;
}
