﻿.one-column-layout {
    align-items: center;
}

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

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

#action-item-description.panel {
    background-color: transparent;
    border-color: transparent;
}

    #action-item-description.panel .display-text {
        font-size: 16px;
        line-height: 24px;
    }

.read-more-sign-up-intro {
    display: block;
}

#action-item-displaytext,
#action-item-description {
    color: #fff;
}

@media (min-width: 768px) {
    #section-1 .container {
        height: 683px; /* increase height since form will partially be located in section 1 */
    }

    #section-2 .container {
        margin-top: -400px; /* move up top of section 2 into section 1 on desktop view */
    }

        #section-2 .container.event-container {
            margin-top: -650px; /* move up top of section 2 into section 1 on desktop view */
        }

    .action-item-headline {
        padding-top: 90px;
    }

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

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

    #action-item-form.panel {
        box-shadow: 0px 4px 8px 0px rgba(12, 0, 51, 0.1);
    }

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

@media (max-width: 767px) {
    main {
        background-attachment: initial;
    }

    .two-column-layout {
        align-items: stretch;
    }

    #action-item-description.panel {
        background-color: #fff;
    }

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

    .action-item-subtitle {
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
    }

    .action-item-title {
        font-size: 36px;
        font-weight: 400;
    }

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

    #section-2 .form-header-container.panel h1.event-header {
        color: #061e2d;
    }

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

        #section-2.event-section {
            padding-top: 24px;
        }

    #action-item-displaytext, #action-item-description {
        color: #000000;
    }
}

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

.event-title-container {
    display: none;
}

.event-body-container .form-header-container {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

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

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

h1.event-header {
    color: #fff;
    margin: 0;
}

p.event-subheader {
    display: none;
}

.signature-count-verbiage {
    color: #fff;
}

.read-more-link {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.read-more-link-wrapper {
    margin-top: -40px;
    padding-bottom: 20px;
}

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

#action-item-form {
    background-color: #fff;
}

    #action-item-form.event-body-container {
        background-color: transparent;
    }

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