﻿.one-column-layout {
    justify-content: center;
}

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

.column-one {
    flex: 1;
}

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

#action-item-form {
    background-color: transparent;
    border-color: transparent;
}

#action-item-description {
    display: none;
}

.action-item-headline.panel {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    max-width: initial;
}

.action-item-title {
    margin-bottom: 28px;
    font-size: 48px;
}

.action-item-subtitle {
    font-size: 20px;
}

#section-2 {
    padding-top: 0;
}

.action-item-form {
    padding-top: 0;
}

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

fieldset.call-to-action legend, .password-div, .survey-question, .survey-answer {
    color: #fff;
}

.simple-vertical-registration {
    color: #fff;
}

.event-body-container .simple-vertical-registration {
    color: inherit;
}

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

.letter-content, #letter-salutation {
    color: #fff;
}

.event-body-container .form-header-container {
    display: none;
}

.event-title-container {
    text-align: center;
}

h1.event-header {
    font-size: 48px;
}

p.event-subheader {
    font-size: 24px;
}

#action-item-form .event-body-container fieldset .label-bold,
#action-item-form .event-body-container .themed-content-form-section .checkbox label {
    color: #061e2d;
}

#action-item-body-copy, .survey-header {
    color: #fff;
}

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

    #section-2 {
        background-color: #fff;
    }

    fieldset.call-to-action legend, .password-div, .survey-question, .survey-answer, .simple-vertical-registration, .letter-content, #letter-salutation {
        color: #000000;
    }
}

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


@media (max-width: 767px) {
    .action-item-title {
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: 30px;
        font-weight: 400;
    }

    #action-item-body-copy {
        color: #000;
    }
}
