@charset "utf-8";
/*
   Background
------------------------------ */
.entry-content {
	background: url(../images/pages/thanksHeader.png) no-repeat center top;
}
.mobile .entry-content {
	background: none;
}
.mobile .entry-content p:last-child img {
	display: none;
}

/*
   Title
------------------------------ */
.singular .entry-header {
	margin: 0 auto;
	height: 82px;
	text-indent: -9999px;
}
.singular .privacypolicy .entry-header {
	background: none;
}

/*
   Thanks
------------------------------ */
.thanks h2 {
	position: relative;
	margin: 0 auto;
	padding:30px 0 0 0;
	width: 988px;
	height: 40px;
	font-size: 143%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #8E7F6A;
}
.mobile .thanks h2 {
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
	height: 26px;
	background: #e9e6e2;
}
.thanks .lead {
	padding: 20px;
	font-size: 87.5%;
	background: url(../images/pages/pageMiddle.png) repeat-y center top;
}
.mobile .thanks .lead {
	font-size: 100%;
}
