/* cmsms stylesheet: Responsive Forms modified: 03/25/19 08:06:31 */
/* cmsms stylesheet: Responsive Forms modified: 01/27/18 18:26:14 */
/* DEFAULTS*/
.customform{
    margin: 25px auto 0;
    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: 20px;
    padding: 0 12px;
    border: 2px solid #e6e6e6;

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

    -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: 14px 36px;
    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;
}
/* cmsms stylesheet: Custom modified: 12/24/24 10:42:12 */
.terms{
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 35px;
    border-top: 1px solid #ddd;
}
.terms p{
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6e;
}
.affiliates{
    
}
.affiliates a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 5px 0;
}
.affiliates a img{
    height: 36px;
    width: auto;
}
@media screen and (max-width: 992px) {
    .terms p{
        font-size: 14px;
    }
    .affiliates a{
        margin: 0 20px 8px 0;
    }
    .affiliates a img{
        height: 25px;
    }
}
