/* Adapted from bootstrap's own form-control class - do not add to bootstrap build if updated else inheritance issues will likely occur */
.form-control { /* Form Input styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #384656;
    background-color: #fff;
    background-image: none;
    border: none;
    margin: 0;
}
input[type="submit"] {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    vertical-align: middle;
    width: 200px;
    height: 45px;
    color: white;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    border: none;
}
input[type="submit"] {
    background-color: #ec802f;
}
input[type="submit"]:hover, div.esu-form-div input[type="submit"]:active, div.esu-form-div input[type="submit"]:focus {
    background-color: #c26b24;
}
@media screen and (min-width: 768px) {
    .form-control {
        width: auto;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ec802f;
}
.wpcf7-form input[type="submit"]{
    border: none;
    background-color: #ec802f;
    color: white;
    width: 213px;
    float: right;
}
.wpcf7-form input, .wpcf7-form textarea {
    padding: 8px;
    width: 100%;
}
label {
    font-size: 14px;
    font-size: 1.166666666666667rem;
}
.form-newsletter-signup .form-control {
    margin-right:1%;
}
#careerModal .wpcf7 textarea {
    height:98px;
}
@media only screen and (max-width:767px){
    .form-newsletter-signup .form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        margin-right:0;
        margin-bottom:15px;
    }
}
.wpcf7-form textarea {
    max-width:100%;
}