/* cmsms stylesheet: Responsive Forms modified: 10/17/18 11:07:44 */
/* DEFAULTS*/
.customform{
    margin: 0 auto;
    margin-left: -12px;
    margin-right: -12px;
    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 .col{
    float: left;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.customform .col-5{ width: 5%; }
.customform .col-10{ width: 10%; }
.customform .col-15{ width: 15%; }
.customform .col-20{ width: 20%; }
.customform .col-25{ width: 25%; }
.customform .col-30{ width: 30%; }
.customform .col-33{ width: 33.3%; }
.customform .col-35{ width: 35%; }
.customform .col-40{ width: 40%; }
.customform .col-45{ width: 45%; }
.customform .col-50{ width: 50%; }
.customform .col-55{ width: 55%; }
.customform .col-60{ width: 60%; }
.customform .col-66{ width: 66.6%; }
.customform .col-65{ width: 65%; }
.customform .col-70{ width: 70%; }
.customform .col-75{ width: 75%; }
.customform .col-80{ width: 80%; }
.customform .col-85{ width: 85%; }
.customform .col-90{ width: 90%; }
.customform .col-95{ width: 95%; }
.customform .col-100{ width: 100%; }

@media screen and (max-width: 768px) {
    .customform .col { 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: 42px; 
    width: 100%;
    margin-bottom: 22px;
    padding: 0 12px;
    background: #ededed
    border: none;

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

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.customform label{
    margin: 0 0 5px;
    text-align: left;
}
.customform input[type="submit"]{
    float: right;
    margin: 15px 12px 30px;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    background:#2a2a2a;
    border: none;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -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;
}
.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: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.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;
}
form label {
    font-weight:300;
    text-align: left;
}
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;
}

#main .customform label{
    display: block;
    margin: 4px 0 10px;
    text-align: left;
    line-height: 1.35;
}
/* Stylesheet: Responsive Forms Modified On 2015-12-16 00:51:33 */
/* cmsms stylesheet: Custom Stylesheet modified: 10/28/22 08:40:11 */
.mn-page-header .text-wrap h3{
    margin-left: -30px !important;
}
@media screen and (max-width: 992px) {
    .mn-page-header .text-wrap h3{
        font-size: 26px !important;
    }
}
