

/*============ Beginning contact page ============*/
.cotact-form{ float: left;width:100%; padding-top: 60px}
.cotact-form-wrap{ float: left; width: 100%; }
.contact-row{ float: left; width: 100%;margin-right:29px; }
.contact-row label{ float: left; width: 100%;}
.field, .selectric .label{ float: left; width:100%; padding: 0 10px; margin: 10px 0 21px 0; height: 40px;border-radius: 4px; border: none; border: solid 1px #dce0e5;
    background-color: #ffffff;}
.contact-field-item{ float: left; width: 100%; /*padding-top: 10px*/}
.contact-field-item select{ float: left; padding-left: 10px ;  width: 100%;height: 40px;border-radius: 4px; background-color: #ffffff; border: 0; border: solid 1px #dce0e5;  }
.message-box{ float: left; width: 100%; padding:0 0 36px; }
.message-box textarea{ float: left; width: 100%; padding: 20px 15px; border:0; border: 1px solid#dce0e5; height: 125px; border-radius: 4px;}
.subs-btn{ float: left; text-transform: uppercase;border: 0; width: 137px;height: 44px;border-radius: 3px; cursor: pointer;}

.contact-rows{float: left; width: 100%; clear: both; margin-top: 7px;}
.contact-rows label, .message-box label{float: left; width: 100%;}
.contact-row:nth-child(2n+0){ margin-right: 0px; }
.selectric .label{height: 40px; padding-left: 15px;}
.selectric-items ul {border: solid 1px #00c6d9;  border-radius: 3px; box-shadow: none; margin-top: 2px;}
.selectric-items li{min-height: 40px; padding: 10px 0 5px 16px;}
.message-box label{padding-bottom: 8px;}
.news-nav .selectric .label{border: solid 1px #00c6d9; border-radius: 3px; width: 220px; height: 44px; padding: 5px 0 0 20px;}
.news-nav .selectric-open .selectric-items{margin-top: 6px;}
.news-nav li{width: 100%; height: 32px;}
.news-nav .selectric-items li:hover{background: #0c9fed;}
.error input[type="text"]{border: solid 1px #fd514f; }
.focused input[type="text"]{ border: solid 1px #00c6d9;}
.top-search-bar .focused input[type="text"]{border: 0px solid;}



/* // End contact page */


/* ================================================================================= */
/* =============================== Responsive CSS ================================== */
/* ================================================================================= */


@media only screen and (max-width:767px) {

}
	


/*		Tablet/iPad Layout:768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width:768px) and (max-width:991px) {


	
}
	
@media only screen and (min-width:992px) and (max-width:1024px) {



}