﻿body{
 background-color: unset;
}

div#action-item-headline {
    font-family: var(--headline-font);
}

#action-item-title {
    font-size: 72px;
    line-height: 71.36px;
    font-weight: 900;
    text-align: left;
    width: 75%;
    color: #000000;
}
.action-item-headline.panel {
    width: 100%;
    max-width: unset;
    min-height: unset;
}

#headline-image {
    height: 310px;
    max-width: 100%;
    object-fit: cover;
}

p#action-item-subtitle, div#signature-count-wrapper {
    display: none;
}

div#section-2-column-2 {
    order: 1;
}

div#section-2-column-1 {
    order: 2;
}

legend#call-to-action-legend {
    font-family: var(--body-copy-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

button.btn-primary,
button#action-item-form-submit {
    padding: .25rem 3.5rem;
    font-weight: bold;
    background-color: var(--primary-color);
    color: #ffffff;
    border: solid 2px var(--primary-color);
    border-radius: var(--button-corner);
}

input[type="checkbox"]{
    accent-color: var(--secondary-color);
}


@media (max-width: 767px) {
    #action-item-title {
        line-height: 44.6px;
    }
    
    h1#action-item-title {
        font-size: 45px;
        padding:15px;
    }
}
    