﻿body {
    background-color: #fff;
}

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

.column-one {
    flex: 1.5;
}

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

.panel fieldset {
    padding: 0 0 10px 0;
}

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

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

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

#section-2-column-2 .event-large-centered-title {
    font-size: 48px;
    line-height: 4rem;
    margin-top: 0px;
    margin-bottom: 24px;
}

.event-large-centered {
    max-width: 1200px;
    height: 470px;
    border-radius: 24px;
    margin: 32px auto 32px auto;
    background-color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#section-1 {
    height: 338px;
}

#section-1 .container.one-column-layout {
    display: none;
}

#section-2 #section-2-column-2,
#section-2 #action-item-form {
    max-width: 720px;
}

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

main #section-2 .event-large-centered-header {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #1e0a3c;
    margin-bottom: 22px;
}

#event-map-container h5, #event-legal-disclaimer h5, #action-item-form h5 {
    font-weight: 700;
    font-size: 20px;
}

#section-2-column-2 .event-body-container div:nth-child(4) {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .panel {
        border-radius: 5px;
    }
}

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

@media (max-width: 767px) {
    .one-column-layout {
        justify-content: center;
    }

    #section-2-column-2 .event-large-centered-title {
        word-break: break-word;
        font-size: 32px;
        line-height: 2.5rem;
        font-weight: 400;
    }

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

    #div-calendar-links .panel-body ul {
        margin-left: 24px;
    }

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

@media (max-width: 480px) {
    #section-2-column-2 .event-large-centered-title {
        font-size: 28px;
    }
}