/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2022 | 23:33:52 */
/* CSS FOR WUFOO EMBEDDED FORMS */

@media only screen and (min-width: 0px) {
	
	html.embed>body>#footer,
	html.embed>body>#container>.wufoo>#footer{
		top:110% !important;
	}
	
	.embed .confirm h2.freeHeading {
		color: #0c0c0c !important;
		margin-bottom: 1000px !important;
	}
	
	.wufoo input.text, 
	.wufoo textarea.textarea, 
	.wufoo input.file {
		border: 1px solid #cacaca;
		background: #FFF none;
		min-height: 34px;
		padding: 0px 6px;
		border-radius: 3px;
		box-sizing: border-box;
		-webkit-appearance: none;
		outline: none;
	}
	
	.wufoo span.symbol {
		line-height: 34px;
		color: #4a4a4a;
	}
	
	.wufoo input.btTxt {
		color: #fff;
		background-color: #d1bf09;
		border: 2px solid #d1bf09;
		border-radius: 3px;
		min-height: 40px;
		padding-top: 0;
		padding-bottom: 0;
		display: inline-block;
		font-size: 12px;
		text-transform: uppercase;
		margin: 0;
		padding: 14px 20px;
		cursor: pointer;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
		font-weight: 500;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	.wufoo input.btTxt:hover,
	.wufoo input.btTxt:focus {
		color: #d1bf09;
		background-color: #fff;
		border: 2px solid #d1bf09;
	}
	
	.wufoo.hideHeader input.btTxt {
		color: #d1bf09;
		background-color: #fff;
		border: 2px solid #fff;
	}
	
	.wufoo.hideHeader input.btTxt:hover,
	.wufoo.hideHeader input.btTxt:focus {
		color: #fff;
		background-color: #d1bf09;
		border: 2px solid #fff;
	}
	
}