/*.home-banner {*/
    /*display: flex;*/
    /*height: 100%;*/
/*}*/

.home-callouts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1016px;
    margin: 0 auto 20px;
    padding-top: 20px;
}

.home-content {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.home-content .column {
    flex: 1;
}

.home-content .column:not(:first-child) {
    margin-left: 15px;
}

.home-content .column:not(:last-child) {
    margin-right: 15px;
}

.home-content#content .column .events {
    margin-bottom: initial;
}

.featured-posts-container {
    max-width: 1000px;
    margin: 10px auto;
}

.featured-posts-container .featured-posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.featured-posts-container .featured-posts .single-post {
    flex: 1;
}

.featured-posts-container .featured-posts .single-post:not(:last-child) {
    margin-right: 10px;
}

.featured-posts-container .featured-posts .single-post:not(:first-child) {
    margin-left: 10px;
}

.featured-posts-container .featured-posts.has-one .single-post {
    flex-direction: row;
    max-width: 700px;
    margin: 0;
}

.featured-posts-container .featured-posts.has-one .single-post .title {
    font-size: 27px;
    line-height: 35px;
}

.featured-posts-container .featured-posts.has-one .single-post .image {
    flex: 1;
    height: auto;
    min-height: 300px;
}

.home-content .brochure {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    opacity: 1;
    transition: 300ms all linear;
}

.home-content .brochure img {
    max-width: 100%;
}

.home-content .brochure:hover {
    opacity: 0.8;
}

.column-button-container {
    display: flex;
    justify-content: center;
}

.home-button {
    margin: 5px auto;
    padding: 4px 8px;
    text-align: center;
    text-transform: uppercase;
    color: blue !important;
    border: 2px solid blue;
    border-radius: 4px;
    transition: 300ms all linear;
}

.home-button:hover {
    text-decoration: none !important;
    color: white !important;
    background: blue;
}

@media (max-width: 1040px) {
    .home-callouts {
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-callouts .callout {
        margin: 15px;
    }

    .featured-posts-container .featured-posts.has-one .single-post {
        margin: 15px;
    }

    #content .events a.full-cal {
        display: none;
    }
}

@media (max-width: 750px) {
    .home-content {
        flex-direction: column;
    }

    .home-content .column {
        margin: 10px 0 10px 0 !important;
    }

    .home-content .column.left .facebook-embed {
        width: auto;
    }

    .home-content .column.left {
        display: flex;
        justify-content: center;
    }

    /*.home-banner .slide .overlay {*/
        /*width: auto;*/
        /*max-width: 150px;*/
    /*}*/

    .home-content .brochure {
        width: 95%;
        margin: 0 auto;
    }

    .home-content .column.middle {
        order: -1;
        text-align: center;
    }
}

@media (max-width: 685px) {
    .featured-posts-container .featured-posts .single-post {
        flex-basis: auto;
        width: 90%;
        margin: 15px 10px !important;
    }

    .featured-posts-container .featured-posts.has-one .single-post {
        flex-direction: column !important;
    }
}
