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

.column-two {
    order: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

#action-item-description.panel {
    text-align: center;
}

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

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

@media (min-width: 768px) {
    .action-item-headline.panel, .event-title-wrapper {
        height: 683px;
    }

    #action-item-description.panel {
        width: 70%;
    }

    #call-to-action-fieldset {
        display: none;
    }

    #action-item-panel-calltoaction {
        display: block;
        background-color: transparent;
        border-color: transparent;
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: var(--black-color);
    }
}

@media (max-width: 767px) {
    #section-2 {
        background-color: #d3d3d3;
    }

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

    .action-item-headline.panel {
        height: 205px;
        text-align: center;
    }

    #call-to-action-fieldset legend {
        display: block;
        background-color: transparent;
        border-color: transparent;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: var(--black-color);
        font-family: 'Roboto', sans-serif;
        text-transform: none;
    }
}

.action-item-title {
    margin-bottom: 24px;
    font-size: 72px;
}

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

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

    #action-item-panel-calltoaction {
        font-size: 20px;
    }
}

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

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

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

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

h1.event-header {
    color: #fff;
    margin: 0;
    font-size: 72px;
    font-family: 'Roboto', sans-serif;
}

p.event-subheader {
    display: none;
}

.event-title-container {
    top: 200px;
}

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

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