@charset "UTF-8";
/* CSS Document */
	
.gform_wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
	
	}		
.gform_wrapper .gform_body {
	margin: 0 auto;
	border-radius:4px;
	padding: 10px 20px !important;
	background-color: #f5f5f5 !important;
	width: 100% !important;
	box-sizing: border-box;
	border: solid 1px #c8c8c8 !important;
	}
	
.gform_wrapper .gfield_required {
	color: #a49d6a !important;
	
	}
	
.gform_wrapper h3.gform_title {
	font-size: 32px !important;
	font-family: "Bebas Neue Bold" !important;
	font-weight: normal;
}

.gform_wrapper .top_label .gfield_label {
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #3d3d3d;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 100% !important;
	}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-family: inherit !important;
	padding: 0 5px !important;
	border: none !important;
	font-size: 16px !important;
	}
	
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
	}
	
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
	margin: 10px 0 0 0 !important;
	color: #3d3d3d;
	font-size: 16px !important;
	}
	
.gform_wrapper .ginput_container span:not(.ginput_price), .gform_wrapper .field_description_below .gfield_description {
	margin: 0;
	font-size: 16px;
	color: #a49d6a;
	}
	
	.gform_wrapper ul.gform_fields li.gfield {
padding: 0;	
background-image: none;	}

.gform_wrapper .top_label input.medium {
	width: 100% !important;
	}
	
.gform_wrapper textarea.medium {
		height: 300px !important;
		width: 100% !important;
		font-size: 16px !important;
		line-height: 140% !important;
}
		
.gform_wrapper ul.gfield_checkbox li label {
		font-size: 16px !important;
		color: #9a986d !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-family: "Bebas Neue Book";
	text-align: center;
	display: block;
	background-color: #632448;
	padding: 12px 20px 6px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 32px !important;
	font-weight: normal !important;
	line-height: 100%;
	border: none !important;
	margin: 0 auto;
	}

.gform_wrapper .gform_footer {
	margin: 10px auto 0 auto !important;
	}
	
.gform_wrapper .gform_footer input[type=image] {
	width: 175px !important;
	}
	
.gform_wrapper .top_label select.medium {
	border: 0;
	background-color: #ffffff;
	color: #636363;
	padding: 10px;
	box-sizing: border-box;
	height: 38px;
	}

.gform_wrapper .ginput_container_password .ginput_right, .gform_wrapper .ginput_complex .ginput_left {
	padding-left: 0 !important;
	padding-right: 0 !important;
	}



/* GRAVITY VIEW STYLES */
.gv-list-container {
	margin: 0 auto;
	border-radius: 4px;
	padding: 10px 20px !important;
	background-color: #f5f5f5 !important;
	width: 100% !important;
	box-sizing: border-box;
	border: solid 1px #c8c8c8 !important;
	}
.gv-field-label {
	display: block;
	border-bottom: solid 1px #ffffff;
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	}
/* GRAVITY VIEW STYLES */



/* APPLY TO BE POTY 2017 */
@media only screen and (min-width: 481px) {
	
}

@media only screen and (min-width: 768px) {
.gform_wrapper .gform_body {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 20px !important;
	box-sizing:border-box
	}
	
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 8px !important;
	}
	
.gform_wrapper textarea.medium {
		height: 200px !important;
		border: none !important;
		}
		
.gform_wrapper .gform_footer {
	text-align: center !important;
	
	}
}

@media only screen and (min-width: 964px) {

}

@media only screen and (min-width: 1220px) {

}