.headerTableStyle, .rightHandColumnTextCell, .footerTableStyle {
	display: none;
}
.primaryTable, .primaryTextCell {
	width: 100% !important;
	padding: 0px !important;
	background: none transparent;
}
.pageBody, .homeBody {
	background: none #FFFFFF;
}
body * {
	font-family: 'Source Sans Pro';
	font-weight: normal;
}
#lpPreheader {
	margin: -20px auto 0px;
	width: 100%;
	background: #262626;
	color: #C48F4B;
	padding: 10px 0px;
}
#lpPreheader img {
	margin: 0 auto;
}
#lpPreheader a {
	color: #C48F4B;
	font-size: 20px;
	display: block;
	text-align: center;
	font-family: 'Oswald';
}
#lpPreheader a:hover {
	color: #fff;
}
#lpHeader {
	text-align: center;
	margin: 25px auto;
	width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lpForm span {
	padding-top: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald';
	color: #C48F4B;
	font-size: 33px;
	display: block;	
}
#simpleForm {
	padding-top: 15px;
	padding-bottom: 15px;
}
#simpleForm input[type="text"], #simpleForm input[type="email"], #simpleForm input[type="tel"] {
	display: block;
	margin: 5px auto;
	border-radius: 0px;
	padding: 5px 1%;
	height: 30px;
	width: 97%;
	font-weight: bold;
	box-shadow: none;
	color: #C48F4B;
	background: none #fff;
	border: 1px solid #E0E0E0;
	font-size: 15px;
}
#simpleForm button {
    cursor: pointer;
    color: #ffffff;
    font-size: 1.4em;
    padding: 0px 0px;
    height: 40px;
    width: 50%;
    margin: 10px auto 0px;
    display: block;
	font-weight: bold;
    background: none #262626;
    border: none;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    border-radius: 0px;
}
#simpleForm button:hover {
    background: none #C48F4B;
    border: none;
    letter-spacing: 2px;
}
#simpleForm input::-webkit-input-placeholder { 
	color:#262626; 
}
#simpleForm input:-moz-placeholder { 
	color:#262626;
}
#simpleForm input::-moz-placeholder { 
	color:#262626;
}
#simpleForm input:-ms-input-placeholder { 
	color:#262626; 
}
#simpleForm placeholder { 
	color:#262626; 
}
.invalid {
    background: #E89999 !important;
}
#simpleForm h3 {
	color: #262626;
	text-align: center;
	margin: 25px 0px;
	font-size: 20px;
}
#lpContent {
	width: 100%;
	margin: 50px auto;
	line-height: 1.25em;
}
#lpContent a {
	color: #C48F4B;
}
#lpContent a:hover {
	color: #262626;
}
#lpFooter {
	background: #262626;
	color: #ffffff;
	text-align: center;
	padding: 45px 0px;
	margin: 0px auto 0px;
	width: 100%;
	z-index: 9000;
}

@media (min-width: 768px) {
	#lpPreheader img {
		margin: 0;
	}
	#lpPreheader a {
		text-align: right;
		font-size: 30px;
		padding-top: 25px;
	}
	#lpForm span {
		padding-top: 0px;
	}
	#lpContent {
		line-height: 1.75em;
		font-size: 1.1em;
	}	
	#simpleForm input[type="text"], #simpleForm input[type="email"], #simpleForm input[type="tel"] {
		margin: 10px auto;
		height: 40px;
	}
}
@media (min-width: 992px) {
	#lpPreheader a {
		font-size: 35px;
		padding-top: 30px;
	}
	#simpleForm button {
		height: 45px;
		margin: 15px auto 0px;
	}
}
@media (max-width: 480px) {	

}