select.hs-input{
    width: 97% !important;
}

.hs-input{
    color: black !important;
    background-color: #d7d7d7!important;
    background-color: var(--inputgrey)!important;
    border-radius: 0px !important;
}

table tbody tr:nth-child(2n) td, fieldset, fieldset legend{
    background-color: white;
}

input.hs-button.primary.large{
    padding: 5px 20px;
    border: 1px solid;
    border-radius: 0px;
    color: #ee3526;
    color: var(--mtred);
    border-color: #ee3526;
    border-color: var(--mtred);
    background-color: transparent !important;
    box-shadow: none;
    font-size: 1.2em;
    text-align: center;
    background-image: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: none;
    min-height: 50px;
    width: 150px;
}

input.hs-button.primary.large:hover{
    color: white;
    font-size: 1.2em;
    border-color: #ee3526;
    border-color: var(--mtred);
    background-color: #ee3526 !important;
    background-color: var(--mtred) !important;
    text-shadow: none;
    box-shadow: none;
    transition: none;
}

input.hs-button.primary.large:focus,
input.hs-button.primary.large:active:not(.inactive):not(.link){
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    transition: none;
    border-color: #ee3526;
    border-color: var(--mtred);
}

body .distro-contact-info{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

body.page-id-37 div.right-col{
    width: 100%;
}

body.page-id-37 div.left-col{
    width: 100%;
}
body.page-id-37 .two-col{
    text-align: center;
}

/* Small Desktop */
@media only screen and (min-width: 768px) {
    body.page-id-37 .two-col{
        text-align: unset;
    }
    body.page-id-37 div.right-col{
        width: 38%;
    }

    body.page-id-37 div.left-col{
        width: 60%;
    }

}