<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==================================================
+   GLOBAL FORM STYLES
+  ================================================*/ 
:-moz-placeholder 
                { color: grey; }
::-webkit-input-placeholder
                { color: grey; }
::-webkit-validation-bubble-message
                { padding: 1em; }



/* ==================================================
+   FORM STYLES
+  ================================================*/ 
.reqForm h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
}

.reqForm p {
    display: block;
}

.form_hint, .required_notification {
    font-size: 11px;
}

.reqForm ul {
    width:750px; 
    list-style-type: none; 
    list-style-position: outside; 
    margin:0px; padding:0px; 
}

.reqForm li {
    padding:12px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.contact_form li:last-child {
    border-bottom:1px solid #777;
}
.reqForm h3 { 
    margin: 0; 
    display: inline; 
}

.required_notification { 
    color:#d45252; 
    margin: 5px 0 0 0; 
    display: inline; 
    float:right; 
}

.reqForm input[type="text"], .reqForm input[type="email"], .reqForm input[type="tel"], .reqForm input[type="number"] {
    border: 1px solid #aaa; 
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset; 
    border-radius:2px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s; 

    height:20px; 
    width:220px; 
    padding:5px 8px; 
    padding-right:30px;

}

.reqForm input[type="radio"] { 
    border: 1px solid #f00;
    height:20px; 
    padding:5px 8px; 
    padding-right:30px;
}

.reqForm label.require {
    color: #f00;
}

.reqForm input:focus { 
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:70px; 
}

.reqForm label { 
    font: 12px verdana;
    width: 180px; 
    margin-top: 0px; 
    display: inline-block;
    padding: 5px;
}


input:required, input:invalid { 
    background: #fff; 
}

.reqForm input:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff; 
    box-shadow: 0 0 5px #d45252; 
    border-color: #b03535
}

.reqForm input:required:valid{ /* when a field is considered valid by the browser */
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

#submit{
	margin-top: 10px;
}
#submitBtn:hover{
	opacity:.85;
    cursor: pointer; 
}
#submitBtn{
	width: 160px;
	height: 30px;
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
#resetBtn{
	width: 160px;
	height: 30px;
	margin-left:20px;
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
#resetBtn:hover{
	opacity:.85;
    cursor: pointer; 
}
.reqForm input:focus + .form_hint {display: inline;}
.reqForm input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.reqForm input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */</pre></body></html>