.church-filter-container {
    color: white;
    background-color: #D92423;
    padding: 15px 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
}

.flex-row {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.flex-row>* {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-width: 0;
    padding: 15px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.clear {
    clear: both !important;
}

.small {
    font-size: 88%;
}

.church-demographics {
    /* font-size: 1.5em; */
}

.church-demographics .heading {
    padding: 0;
    margin-bottom: 0;
}

.church-demographics .column-footer {
    /* font-size: 2.5em; */
}

.half-container {
    width: 50%;
    padding: 10px;
}

.half-container.left {
    float: left !important;
}

.half-container.right {
    float: right !important;
}