/* cmsms stylesheet: Temp Fix modified: 03/03/17 14:28:35 */
#main .background-image{
    height: 425px !important;
}
@media screen and (max-width: 768px){
    #main .background-image{
        height: 300px !important;
    }
}
/* cmsms stylesheet: Responsive Forms modified: 01/12/17 05:44:07 */
.customform{
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}
.customform span{
    display: inline-block;
    margin: 0 12px 8px 12px;
    width: 100%;
}
.customform:after {
    content: '';
    display: table;
    clear: both;
}
.customform fieldset{
    display: block;
    width: 100%;
}
.customform input[type="color"], 
.customform input[type="email"], 
.customform input[type="number"], 
.customform input[type="password"], 
.customform input[type="tel"], 
.customform input[type="url"], 
.customform input[type="file"],
.customform input[type="text"], 
.customform textarea, 
.cms_textarea, 
select.cms_dropdown {
    height: 44px; 
    width: 100%;
    margin-bottom: 12px;
    padding: 0 12px;
    background: #fff;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #6f6f6e;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
@media screen and (max-width: 992px){
    .customform input[type="color"], 
    .customform input[type="email"], 
    .customform input[type="number"], 
    .customform input[type="password"], 
    .customform input[type="tel"], 
    .customform input[type="url"], 
    .customform input[type="file"],
    .customform input[type="text"], 
    .customform textarea, 
    .cms_textarea, 
    select.cms_dropdown {
        height: 38px; 
        margin-bottom: 12px;
        padding: 0 12px;
        font-size: 13px;
    }
}

.customform label{
    margin: 5px 0 8px;
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 992px){
    .customform label{
        font-size: 14px;
    }
}
.customform input[type="submit"]{
    float: right;
    margin: 8px 15px 30px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #413688;
    background: #f5d025;
    border: none;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.customform input[type="submit"]:hover{
     opacity: 0.75;
}
@media screen and (max-width: 992px){
    .customform input[type="submit"]{
        font-size: 12px;
    }
}

.customform input[type="file"] {
    padding-top: 8px;
    padding-left: 8px;
}
.customform textarea{
    padding: 10px 12px;
    height: 120px;
}
.customform .captcha{
    margin: 0 12px;
    line-height: 2.5;
}
.customform #required-symbol{
    color: #e41820;
}
.customform .captcha img{
    display: block;
    margin: 0 0 6px;
}
.form-group input {
    margin:0;
}
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form-bordered .form-group > label {
    padding: 10px 15px;
}
.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ededed !important;
}
.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}
.form-group:after {
    display:block; 
    content:".";
    height:0;  
    line-height:0;
    clear:both; 
    visibility:hidden;
}
textarea.form-control {
    padding:12px;
}

/* FOCUS STATE */
textarea:focus, 
input:focus,
select.cms_dropdown{
    outline: 0;
}

/* SUBMISSION ERROR */
.error_message{
    list-type: none;
    list-style-type: none;
    color: #e41820;
}
.form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.customform .fb_invalid{
    color: #e41820;
}
.customform .fb_invalid input,
.customform .fb_invalid select,
.customform .fb_invalid textarea{
    border: 2px solid #FFDED6;
    background: #fff;
    color: #2a2a2a;
}
