
#inquiry #center_column h1 {
    font-size: 20px;
}
#inquiry .center_column h4 {
    margin-bottom: 10px;
}
#inquiry #inq-button-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1px;
    margin-top: 15px;
}
#inquiry #inq-button-selector > span {
    height: 31px;
    display: block;
    text-align: center;
    font: 600 12px/31px "Open Sans";
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    flex-grow: 1;
    border: 1px solid #c5c5c5;
    margin-left: -1px;
    padding: 0 10px;
    cursor: pointer;
}
#inquiry #inq-button-selector > span.active {
    background: #2452ae;
    color: #fff;
    border-color: #005a8f;
    position: relative;
}
#inquiry .inquiry-container p {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 1em;
    margin: 2em 0;
    font-weight: normal;
    line-height: 1.6em;
    text-align: justify;
    color: #626262;
}
#inquiry .form-group {
    margin-top: 5px;
    text-align: left;
}
#inquiry label {
    width: 110px;
    display: inline-block;
    line-height: 19px;
}
#inquiry .form-group input,
#inquiry .form-group textarea {
    width: 206px;
    padding: 0 10px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#inquiry .form-group input {
    height: 30px;
}
#inquiry .form-group textarea {
    width: calc(100% - 115px);
}
#inquiry .form-group input[type='radio'],
#inquiry .form-group input[type='checkbox'] {
    width: auto;
    padding: 0;
    margin-left: 113px;
    margin-right: 0.5em;
    vertical-align: middle;
    display: inline-block;
    height: 19px;
}
.g-recaptcha {
    display: inline-block;
}
#inquiry .form-group input[type='radio'] + label,
#inquiry .form-group input[type='checkbox'] + label {
    width: auto;
    line-height: 19px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline;
}
#inquiry .dropzone {
    box-sizing: border-box;
    min-height: 150px;
    border: 2px solid #1b5f8c;
    background: white;
    padding: 20px;
    margin: 14px;
}
#inquiry .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    color: #212121;
    background: #e5e5e5;
    padding: 1em;
    font-weight: bold;
    font-size: 2em;
}
#inquiry #inqDrpz input[type='file'] {
    display: none;
}
#inquiry .dropzone .dz-message span {
    font-size: inherit;
}
#inquiry .label-danger {
    border: 2px solid #da0f00;
    background: #f5f5f5;
    margin: 12px 0 15px 0;
    padding: 10px;
}
#inquiry .label-danger li {
    list-style-position: inside;
    list-style-type: decimal;
    margin: 10px 0;
    color: #da0f00;
}
#inquiry #threat_messages p {
    /*text-align: center;*/
    padding: 0.3em;
    font-size: 1.2em;
    color: #011010;
    font-style: italic;
    margin: 0;
}
#threat_messages h5 {
    font-size: 0.8em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.inquiry-container h5 {
    border-bottom: 1px solid #f2f2f2;
    line-height: 3em;
    font-size: 1.2em;
}
.inquiry-container p.panel-danger.image-error {
    display: none;
    background-color: #f3515c;
    border: 1px solid #d4323d;
    color: #fff;
}
.inquiry-container .inquiry-errors {
    display: none;
    color: #fff;
    padding: 1em;
}
#return_time {
    display: none;
    text-align: center;
    font-size: 2em;
    color: #000;
    padding: 0.5em;
    background: #ceffc9;
}
#inquiry-dropzone {
    display:none;
}
#inquiry-dropzone h4 {
    text-align: center;
}
#inq_note {
    margin-bottom: 10px;
}
div.text-center {
    text-align: center;
}
div a.inquiry-upload-images {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 1.3em;
    padding: 0.5em;
    background: #2452ae;
    color: #fff;
    border: 1px solid #2a5fcb;
}
#send-inquiry-button-submit {
    background: #22b14c;
    display: inline-block;
    padding: 10px;
    font-size: 1.5em !important;
    box-sizing: border-box;
    height: 38px !important;
    border: none;
    color: #fff;
    cursor: pointer;
}
#send-inquiry-button-submit:hover {
    background: #29d65d;
    background: -moz-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: -webkit-linear-gradient(top, #29d65d 0%, #22b14c 100%);
    background: linear-gradient(to bottom, #29d65d 0%, #22b14c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29d65d', endColorstr='#22b14c', GradientType=0);
}
.inquiry-send-bottom-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    clear: both;
}
#send-inquiry-button-submit[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
button.send_inquiry .fa-envelope-o {
    border: 2px solid #fff;
    width: 17px;
    height: 17px;
    display: none;
    border-radius: 17px;
    border-color: #ffffff1c #ffffff6b #ffffffb5 #fff;
    -webkit-animation:fa-spin 1s infinite steps(32);
    animation:fa-spin 1s infinite steps(32);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media (max-width: 768px) {
    #send-inquiry-button-submit {
        height: auto !important;
    }
}
@media (max-width: 450px) {
    #inquiry label,
    #inquiry .form-group input,
    #inquiry .form-group textarea {
        width: 100%;
    }
    #inquiry .form-group input[type='radio'],
    #inquiry .form-group input[type='checkbox'] {
        margin-left: 5px;
    }
    #inquiry label {
        padding: 0;
    }
}