/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Yakima Valley Tourism Contact
-----------------------------------------------------------------------------*/

.success {
	color:#ffffff;
	background:#009900;
	padding:.25em;
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	margin:0 0 1em 0;
	display:block;
	}
.error {
	color:#ffffff;
	background:#ff0000;
	padding:.25em;
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	margin:0 0 1em 0;
	display:block;
}

.bannerContact {
	background:url("../img/call-to-action-bg-blue.jpg") center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}

.contactForm {
    width:60%;
    margin:0 auto;    
    }

.formWrapper input[type="text"], .formWrapper select, .formWrapper textarea, #formWrapper input[type="text"], #formWrapper select, #formWrapper textarea, #uploadWrapper input[type="text"], #uploadWrapper select, #uploadWrapper textarea {
	padding:3%;
	border:none;
	border:#dbd8bd solid 1px; 
    margin:0 .5em 0 0;
    width:94%;
	}
    
.formWrapper input:focus, #formWrapper input:focu, #uploadWrapper input:focuss { 
	border:solid 1px #eb6d24; 
	}
	
/* submit Btn styles */
	
.formWrapper input.submit, input.submit {
	padding:0;
	height:auto;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	display:inline-block;
	padding:9px 9px 9px 9px;
	color:#fff;
	background:#8c182d;
	line-height:90%;
	text-decoration:none;
	font-family: 'bebasneuepro-bold', Arial, sans-serif;text-transform: uppercase;
	font-size:1.75em;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin:0 0 0 0;
    border:none;
	}
	
.formWrapper input.submit:hover, input.submit:hover {
	color:#ffffff;
	background:#000000;
	}
    
#rfpChoice input, #rfpChoice p {
    display:inline-block;        
    }

@media all and (max-width: 1600px) {


	
}
	
@media all and (max-width: 1350px) {
	
}

@media all and (max-width: 1250px) {


	
}

@media all and (max-width: 1200px) {
	
.contactForm {
    width:75%;    
    }
	
}

@media all and (max-width: 1000px) {


	
}


	
@media all and (max-width: 875px) {

.contactForm {
    width:100%;    
    }

}

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


	
}

@media all and (max-width: 700px) {


	
}

@media all and (max-width: 675px) {


	
}