<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
	FORMS
**/

.site-container .gform_wrapper {max-width: none;}

form, fieldset, input, textarea, select {border-radius: 1px;}
form label {/*font-weight: normal !important;*/}
input[type="text"], 
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
div.gform_wrapper input[type="text"], 
div.gform_wrapper input[type="email"], 
div.gform_wrapper input[type="url"], 
div.gform_wrapper input[type="tel"], 
div.gform_wrapper input[type="number"], 
div.gform_wrapper input[type="password"], 
div.gform_wrapper textarea, 
div.gform_wrapper .ginput_complex label 
	{padding: 5px; padding: 0.5rem; font-size: 1em; color: #555;}
div.gform_wrapper .gform_footer input[type="submit"] {font-size: inherit;}
div.gform_wrapper .ginput_complex label {font-size: 0.8em; font-weight: inherit !important; padding: 2px 5px;}

input[type="radio"],
input[type="checkbox"] {width: auto;}

input[type="radio"] + label,
input[type="checkbox"] + label {display: inline-block; margin-left: 5px;}

div.gform_wrapper .gsection .gfield_label, div.gform_wrapper h2.gsection_title, div.gform_wrapper h3.gform_title {font-weight: normal;}
div.gform_wrapper div.validation_error {font-weight: normal;}


/*
div.gform_wrapper .gfield.two-fields-one-row {width: 48.3%; float: left; clear: none;}
div.gform_wrapper .gfield.two-fields-one-row.odd {margin-right: 3%;}*/




.gform_wrapper .form-quickscan-signup .gfield {display: inline-block; width: 50%; vertical-align: top; margin: 4px 0 0;}
.gform_wrapper .form-quickscan-signup .top_label .gfield_label {margin-bottom: 0; font-weight: bold;}

/**
	COMMENTS
**/
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {display: inline-block; width: 49%; vertical-align: top;}
#commentform .comment-form-author {}
#commentform .comment-form-email {}
#commentform .comment-form-url {}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"],
#commentform .comment-form-comment textarea#comment {width: 98%;}
</pre></body></html>