/* Structure
----------------------------------------------- */
#content{
	width: 100%;
	float: none;
	background: none;
}

.item-page{
	clear: both;
	margin-bottom: 2em;
}

.moduletable_testimonials{
	clear: both;
	float: left;
	margin-bottom: 4em;
}

.custom_homepage-read{
	display: inline;
}

.moduletable_homepage{
	clear: both;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#content h2{
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 1em;
}

#content .item-page blockquote{
	border-top: dashed 1px #e8e8e8;
	border-bottom: dashed 1px #e8e8e8;
	padding: 1em 0;
	margin: 0 20.8% 1em 0;
}

#content .moduletable_testimonials p{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 215%;
	color: #999;
	margin-bottom: .25em;
}

#content .moduletable_testimonials blockquote{
	float: left;
	clear: both;
	margin: 0 1.770833333333333% 0 0; /* 17 / 960 */
}

#content .moduletable_testimonials blockquote p{
	float: left;
	font-size: 200%;
	margin-right: 0;
}

#content .moduletable_testimonials p:nth-child(2){
	text-indent: -10px;
}



/* Links
----------------------------------------------- */
#content .item-page a,
.caption.black .orange a{
	color: #f63;
	text-decoration: none;
}

#content .item-page a:hover,
.caption.black .orange a:hover{
	text-decoration: underline;
}



/* Images
----------------------------------------------- */
.moduletable_testimonials img{
	float: left;
	margin-right: 2.708333333333333%; /* 26 / 960 */
}

.moduletable_testimonials .custom_homepage-read img{
	float: none;
	margin-right: 0;
}



/* Unite Revolution Slider overrides
----------------------------------------------- */
.tp-caption.very_big_black,
.very_big_black{
	font-family: "Times New Roman", Times, serif;
	font-size: 58.5px;
	font-weight: normal;
	padding: 0 4px;
	margin: 0;
	border: 0;
	line-height: 26px;
	white-space: nowrap;
	color: #847666;
	text-shadow: none;
	letter-spacing: -1.5px;
	background: none;
}

.tp-caption.thintext_dark,
.thintext_dark,
.tp-caption.medium_bold_orange,
.medium_bold_orange{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5em !important;
	white-space: normal !important;
	width: 38.02083333333333%; /* 365 / 960 */
}

.tp-caption.medium_bold_orange,
.medium_bold_orange{
	padding-left: 17px;
	background: url(../images/arrow.png) 0 3px no-repeat;
	color: #f63;
}

.tp-bullets.simplebullets.round .bullet{
	background: url(../images/bullets.png) bottom left no-repeat;
	width: 26px;
	height: 26px;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected{
	background-position: top left;
}

.tp-button{
	background: #e72b15; /* Old browsers */
	background: -moz-linear-gradient(top,  #f36443 0%, #e72b15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36443), color-stop(100%,#e72b15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f36443 0%,#e72b15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f36443 0%,#e72b15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f36443 0%,#e72b15 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f36443 0%,#e72b15 100%); /* W3C */
	
	padding: 10% 20%;
	height: auto;
	text-shadow: none !important;
	font-size: inherit;
	line-height: normal;
	font-family: inherit;
	font-weight: normal;
	letter-spacing: normal;
}

.tp-button.red,
.tp-button:hover.red{
	background-color: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width : 568px) {
	#content .moduletable_testimonials p{
		font-size: 150%;
	}

	#content .moduletable_testimonials blockquote p{
		font-size: 125%;
	}
	
	.moduletable_testimonials img{
		float: none;
	}
	
	.custom_homepage-read{
		display: block;
		clear: both;
		padding-top: 1em;
	}
	
	.moduletable_homepage{
		display: none;
	}
}

#content+aside,
.page-header {
  display: none;
}

#content .item-page h2 {
  font-size: 300%;
  text-transform: none;
}

@media (max-width: 568px) {
  #content img.right {
	display: block;
	margin-bottom: 10px;
  }
}

@media (min-width: 569px) {
  #content img.right {
	float: right;
	margin-left: 3.125%;
  }
  #content .item-page p.columns{
	  -moz-column-count: 2; /* Firefox */
	  -webkit-column-count: 2; /* Safari and Chrome */
	  -moz-column-gap: 2.916666666666667%; /* 28 / 960 */
	  -webkit-column-gap: 2.916666666666667%;
	  column-count: 2;
	  column-gap: 2.916666666666667%;
  }
}
