<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Content Area*/
.WAFC-content-box {
	min-height: 880px;
	float: left;
	width: 450px;
	background-color: #fff;
}
.no-padding-l-r {
	padding-right: 0px;
	padding-left: 0px;
}
.no-padding-l-r {
	padding-right: 0px;
	padding-left: 0px;
}
@media (max-width: 767px) {  
	.WAFC-content-box {
		min-height: initial;
		float: none;
		width: 100%;
		background-color: #fff;
	}
	.pageContainer {
		padding: 0px;
	}
}
/*Hidden*/
.pageContainer .pageHeadline {
	display: none;
}
.pageContainer &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; table:nth-child(1) &gt; tbody:nth-child(1) &gt; tr:nth-child(2) &gt; td:nth-child(1), .pageContainer &gt; div:nth-child(3) &gt; div:nth-child(2) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; div:nth-child(1) &gt; table:nth-child(1) &gt; tbody:nth-child(1) &gt; tr:nth-child(2) &gt; td:nth-child(3) {
	display: none;
}
/*Slider*/
.carousel-inner &gt; .item &gt; img, .img-responsive {
	width: 100%;
	max-width: none;
}

/*Form*/
.pageContainer form {
	float: right;
	border: thin solid #999;
	padding: 10px;
	background-color: #F6F6F6;
	top: 22px;
	position: absolute;
	left: 500px;
}
.pageContainer form table {
	width: 420px;
}
.pageContainer input {
    cursor: pointer;
    width: 100%;
}
.pageContainer input[type="radio"] {
	width: 25px;
}
.pageContainer input[type="checkbox"] {
	width: 25px;
}
.pageContainer select {
    width: 100%;
	padding: 2px 0;
}
/*table:nth-child(2) &gt; tbody:nth-child(1) &gt; tr:nth-child(11), table:nth-child(2) &gt; tbody:nth-child(1) &gt; tr:nth-child(12), table:nth-child(2) &gt; tbody:nth-child(1) &gt; tr:nth-child(17), table:nth-child(2) &gt; tbody:nth-child(1) &gt; tr:nth-child(18), table:nth-child(2) &gt; tbody:nth-child(1) &gt; tr:nth-child(19), table:nth-child(2) &gt; tbody:nth-child(1) &gt; tr:nth-child(20) {
	display: none;
}*/
/* Apply to all except first &lt;td&gt; */
.pageContainer form table td:not(:first-child) {
    width: 285px;
    padding: 5px 0px;
}
.pageContainer input[name="contactMe"] {
	display:none;
}
.pageContainer input[name="agree"] {
	margin-left: -6px;
}
@media (max-width: 767px) {  
	.pageContainer form {
		padding: 15px 5px;
		border: none;
		position: relative;
		float: none;
		top: initial;
		left: initial;
		background-color: #fff;
		border-top: 1px solid #ccc;
	}
	.pageContainer form table {
		width: 100%;
	}
	.pageContainer input {
	    cursor: pointer;
	    width: 100%;
	}
	.pageContainer input[type="radio"] {
		width: 25px;
		}
	.pageContainer input[type="checkbox"] {
		width: 15px;
		}
	/* Apply to all except first &lt;td&gt; */
	.pageContainer form table td:not(:first-child) {
	   width: 150px;
	   padding: 5px 0px;
	}
	.pageContainer input[name="contactMe"] {
		display:none;
	}
	.pageContainer input[name="agree"] {
		margin-left: 0px;
	}
	.button-anchor {
	    text-align: center;
	    border-top: thin solid #ccc;
	    padding-top: 10px;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 1.24em;
	    margin-top: 20px;
	}
	.enter-to-win {
	    font-size: 1.5em;
	    padding-bottom: 18px;
	    margin-left: -5px;
	    padding-top: 20px;
	}
	.enter-to-win-btn {
		padding: 6px;
		-moz-border-radius: 10px;
		border-radius: 3px;
		margin: 3px;
		font-weight: bold;
		background-color: #ddd;
		text-align: center;
	}
	.enter-to-win-btn a {
		color: #000;
		text-decoration: none;
	}
}	</pre></body></html>