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

.two-column-layout {
    justify-content: space-between;
    column-gap: 22px;
}

@media (min-width: 768px) {
    .column-two {
        order: -1;
    }

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

    .action-item-headline.panel {
        display: none;
    }
}

.column-one {
    flex: 1;
}

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

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

@media (max-width: 767px) {
    .action-item-title {
        font-size: 36px;
        font-weight: 400;
    }

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

#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;
}

@media (min-width: 768px) {
    #section-1 {
        background: none !important;
    }

    #action-item-panel-title.panel {
        display: block;
        background-color: transparent;
        border-color: transparent;
        color: #fff;
        text-shadow: 0 1px 0 #000;
    }

        #action-item-panel-title.panel h1 {
            font-size: 48px;
            font-weight: 500;
            color: #fff;
        }
}

@media (max-width: 767px) {
    main {
        background: none !important;
    }

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

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;
}

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

#section-1.event-section {
    display: none;
}

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

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;
}