#decision {
    width: 50%;
    margin: 40px auto;
    max-width: 1200px;
    background-color: #007fc7;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
#decision p.disclaimer {
    font-size: .75rem;
    padding: 20px 40px 40px 40px;
}
#decision-header {
    background: url(/files/Bell/img/path-1200x120.png);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}
#decision-header h1 {
    text-align: center;
    font-size: 3em;
    padding: 7% 20px 20px 20px;
}
#decision-form-header {
    font-size: 1.3em;
    width: 90%;
    margin-left: 5%;
}
#decision-form label {
    display: flex;
    font-size: 1.3em;
}
#decision-form input, #decision-form select, #decision-form textarea {
    margin: 0 0 20px 0;
    line-height: 2em;
    width: 94%;
    font-size: 1.3em;
}
#decision-form {
    margin-left: 5%;
    padding-bottom: 40px;
}
#decision-form-header h1 {
    text-align: center;
}
#contact_mailings label {
    display: inline-flex;
}
#contact_mailings input {
    width: auto;
    margin-right: 10px;
}
select#contact_faithResponse {
    font-size: 1.3em;
}
button#contact_submit {
    width: 150px;
    text-align: center;
    display: block;
    margin: 10px auto;
    border: 0;
    padding: 15px;
    color: #007fc7;
    font-size: 21px;
    background-color: #ffffff;
    cursor: pointer;
}
input[type=text], input[type=email] {
    border-bottom: 1px solid #fff!important;
}
input[type=text] ~ label, input[type=email] ~ label {
    color: #fff!important;
}
select {
    border: 1px solid #fff!important;
    outline: 0!important;
    background: #fff!important;
    color: #000!important;
}
textarea {
    border-bottom: 1px solid #fff!important;
}
textarea ~ label {
    color: #fff!important;
}
.pty-apolloapps-input-container[data-name=bestForm] > span {
    color: #fff!important;
}
input[type=submit] {
    color: #000!important;
    background: #fff!important;
    border: 1px solid #fff!important;
}
@media screen and (max-width: 414px) {
    #decision-header h1 {
        margin: 0;
        font-size: 2em;
        padding-top: 5%;
    }
    #decision {
        margin: 0;
        width: 100%
    }
    body {
        margin: 0;
    }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
    #decision-header h1 {
        margin: 0;
        font-size: 3em;
    }
    #decision {
        margin: 0;
        width: 100%
    }
    body {
        margin: 0;
        background-color: #007fc7;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #decision-header h1 {
        margin: 0;
        font-size: 3em;
    }
    #decision {
        margin: 0 auto;
        width: 75%
    }
    body {
        margin: 0;
    }
}