﻿.two-column-layout {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.column-one {
    flex: 1;
}

.column-two {
    order: -1;
    flex: 1;
}

#action-item-headline, #action-item-description {
    display: none !important;
}

#action-item-form-subtitle {
    display: block;
}

fieldset.call-to-action legend {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 0;
    text-align: center;
}

#action-item-form-subtitle {
    text-align: center;
    font-size: 20px;
}

    #action-item-form-subtitle p {
        margin: 0 0 25px;
    }

.themed-content-form-section.volunteer {
    margin-top: 10px;
}

.event-body-container .panel {
    margin-bottom: 0;
}

#section-2-column-2.event-column {
    margin-bottom: 24px;
}

.event-body-container #map + div {
    margin-bottom: 0;
}

h1.event-header, p.event-subheader {
    color: #000;
}

#section-2-column-2,
#action-item-form:not(.event-body-container) {
    background-color: #fff;
}

@media(max-width: 720px) {
    #section-2-column-2:not(.event-column), #action-item-form:not(.event-body-container) {
        width: 100%;
        background-color: #fff;
        padding-left: 12px;
        padding-right: 12px;
    }
    #section-2 {
        background-color: #fff;
    }
}

#section-2-column-2.event-column .form-header-container {
    background-color: transparent;
    border: 0;
}

@media (min-width: 768px) {
.column-one, .column-two {
    width: 585px;
}
}