
/* === Form template === */



.selectDisplay {
    height: 36px;
    padding-left: 10px;
    padding-right: 24px;
    background: url(/shared/images/searchresults/select-down-arrow.png) right 5px center no-repeat;
    background-size: 20px 13px;
    line-height: 36px;
    vertical-align: middle;
    color: #757575;
    cursor: pointer;
}

.selectWrap .fancySelect {
    width: 100%;
    margin: 0;
    padding: .5em;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
    transition: border .2s;
    box-sizing: border-box;
    cursor: pointer;
}

.selectWrap {
    flex: 2;
    position: relative;
    background: white;
    cursor: pointer;
}

.selectWrap select {
    position: absolute;
    display: block;
    top: 6px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}


legend {display:none;}

#dmg_recaptcha_wrap {margin: 18px 0;}
#recaptcha_widget {width: 100%; background: #FFFFFF; border: 1px solid #c0c0c0;  -webkit-border-radius: 6px; border-radius: 6px;}
#recaptcha_image {width: 100% !important; height: 55px !important; margin-bottom: 4px;}
#recaptcha_image img {width: 95%; height: auto; margin:5px auto; display: block}
#recaptcha_response_field {width: 100%; height: 28px;}

#recaptcha_response_wrapper {padding: 5px; background: #EFEFEF; border-top: 1px solid #c0c0c0; overflow: hidden; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;}
#recaptcha_response_form {width: 60%; padding: 3px; background: #FFF; float: left; -webkit-border-radius: 3px; border-radius: 3px;}
#dmg_layout_testimonial_form #recaptcha_response_field {width: 128px; border: 1px solid #c0c0c0;}

#recaptcha_controls {width: 78px; height: 19px; margin: 5px 5px 0 0; float: right; overflow: hidden;}
#recaptcha_controls a {width: 26px; height: 19px; display: inline-block; float: left;}
#recaptcha_controls img {width: 26px; height: 19px; border: 0; display: inline-block;}
#recaptcha_controls div {width: 26px; height: 19px; display: inline-block; float: left;}
#dmg_recaptcha_link {margin: 5px 10px 0 0; font-size: 11px; display: block; float: right; clear: right;}















.cutler-footer-form {
    background-size: cover;
    background-position: center;
    position: relative;
}

.cutler-footer-form:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.cutler-footer-form > div {
    position: relative;
}

#dmg_layout_internal .footer-form h3 {
    color: #fff;
    font-size: 38px;
    line-height: 1.1em;
    text-align: center;
    margin: 0;
}

.footer-form p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px;
}

.footer-form p + p {
    margin-top: 20px;
}


#dmg_layout_wrapper .required-fields-title {
    margin-top: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
}


/* .form-control .error {
    display: none;
    position: absolute;
    color: #ea0808;
    margin-top: -22px;
    font-size: 13px;
    padding: 0 7px;
    background: rgb(255, 255, 255);
} */


.footer-form .link-button {
    display: table;
    margin: auto;
}
