
body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

textarea {
    display: inline-block;
}

button {

}

input.text-input {
    width: 20%;
}

input {

}

label {
    display: inline-block;
    width: 20%;
    padding-right: 3px;
}

#footer {
    padding-top: 10px;
    text-align: center;
}

#inquiry {

}

#logo {
    max-width: 25%;
    height: auto;
}

.field-container {
    margin-top: 5px;
}

.checkbox-container {
    text-align: left;
    width: 20%;
    display: inline-block;
}

#validation-errors {
    color: red;
    width: 50%;
}

.validation-error {
    text-align: left;
}

#submit-success {
    color: green;
    width: 50%;
}
.section {
    padding-top: 20px;
}

#interest-other {
    width: 75%;
    margin-bottom: 10px;
}

label {
    text-align: right;
}
