#contact_titling_container {background-color: #3d859a;		margin-top: 5px;height: 35px;padding-top: 10px;padding-left: 10px;margin-bottom: 10px;}
#registration_disclaimer_wrapper{ padding: 10px; border: 1px solid #ccc; margin-bottom: 10px; }
#main_contact_container {}
#contact_left_section{float: left; width: 48%; margin-right: 2%;}
#contact_right_section{float: right; width: 50%;}
#send_enquiry_button {border: 1px solid #ccc; text-align: left; margin-top: 15px; padding: 5px; width: 100px; background-color: green; height: 23px; font-family: 'Roboto', sans-serif; font-weight: 400; color: white; text-align: center; padding-top: 7px;}

.contact_input_wrapper{height: 35px; border: 1px solid #ccc; margin-bottom: 15px;}
.contact_input_label {float: left; margin-right: 10px; height: 28px; padding-top: 8px; border-right: 1px solid #ccc; padding-right: 5px; width: 100px; padding-left: 10px;}
.contact_input_label2 {float: left; margin-right: 10px; height: 28px; padding-top: 8px; padding-right: 5px; width: 100%; padding-left: 10px;}
.contact_input{padding: 0px;  height: 35px;}
.contact_input_field{padding: 0px;  height: 35px; border: none; width: calc(100% - 160px); }
.contact_input_field_large{padding: 0px;  height: 35px; border: none;width: 96%; resize: none; height: 120px; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 400;  }
.contact_mini_titling {border: 1px solid #ccc; border-bottom: none;height: 35px;}
.contact_mini_titling_large {border: 1px solid #ccc; height: 155px; margin-bottom: 15px;}
.contact_terms_container {border: 1px solid #ccc; height: 35px; overflow: hidden;}
#terms_checkbox{float: left; margin-top: 5px; margin-left: 5px;}
#terms_copy {float: left;}

.font_16_webinar{font-size: 14px;}

textarea { resize: none; } 

/* CONTACT MOBILE*/


 @media only screen and (min-width: 1250px) {
#main_container { width:100%!important; }

}

/*NON-DESKTOP*/
@media only screen and (max-width: 1250px) {

}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 750px) {

}

/*PRE MOBILE*/
@media only screen and (max-width: 650px) {

#contact_right_section{ width: 100%;}
#contact_left_section{width: 100%;}
}

/*MOBILE*/
@media only screen and (max-width: 750px) {

    .font_16_webinar{font-size: 12px; }

}
