/********* Design build process **********/
/*****************************************/
a.child-page-tile, a.child-page-tile:visited {
	background: #dea653;
	color: #fff;
	padding: 25px;
	display: block;
	cursor: pointer;
	transition: background .5s;
	-webkit-transition: background .5s;
}
.child-page-tile:hover {
	color: white;
	background: #A47C3F;
}
.child-page-tile img.icon {
	width: 85px;
}
/********* Green building **********/
/***********************************/

.green-building-efficiencies {
	padding-top: 20px;
}
.green-building-efficiencies .icon {
	width: 75px;
	height: 75px;
}
.green-building-efficiencies p {
	font-size: 15px;
	line-height: 21px;
}
/********* FAQ **********/
/************************/

.faq-question {
	background: #6e614f;
	margin: 5px 0;
	padding: 20px 0;
	cursor: pointer;
	transition: background .5s;
	-webkit-transition: background .5s;
}
.faq-answer {
	margin: 30px 0;
}
p.question {
	color: #fff;
	font-size: 25px;
	margin: 0;
	padding: 0 40px 0 0;
}
.faq-question.closed .question {
	background: transparent url(/Portals/_default/Skins/DBR01/images/arrow-thin-right.svg) no-repeat right center;
	background-size: 25px 25px;
}
.faq-question.open .question {
	background: transparent url(/Portals/_default/Skins/DBR01/images/arrow-thin-down.svg) no-repeat right center;
	background-size: 25px 25px;
}
.faq-question.open {
	background: #c0ae2d;
}
/********* TESTIMONIALS **********/
/*********************************/
p.testimonial {
	font-style: italic;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
p.testimonial-author {
	font-size: 16px;
	line-height: 26px;
	font-family: "source-sans-pro", sans-serif;
	font-weight: bold;
}
.testimonial-featured {
	background: #dea653;
	padding: 20px;
	position: relative;
	z-index: 9;
	margin: 20px 0 80px;
	color: white;
}
.testimonial-featured p.testimonial {
	border: none;
}
.testimonial-featured:after {
	content: "";
	position: absolute;
	bottom: -55px;
	border-left: 55px solid transparent;
	border-right: 55px solid #dea653;
	border-top: 55px solid transparent;
	border-bottom: 55px solid transparent;
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	display: block;
	z-index: -1;
}
p.testimonial-author:before {
	content: "\2014  ";
}
a.readmore-js-toggle {
	display: block;
	padding: 0 0 20px;
}
div.testimonials .row:first-child + .row .testimonial {
	border-top: none;
}
span.testimonial-date:before {
    content: "\2022";
    display: inline-block;
    padding: 0 6px 0 5px;
    font-style: normal;
    font-size: 16px;
}

span.testimonial-date {
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
}

/* WHITE MILL */
#dnn_ctr692_ViewEasyDNNNewsMain_ctl00_ctl03_LightBoxGallery table.EDGlightbox.EDGresponsive {
	margin: 0 !important;
}

/* override bootstrap settings for Constant contact newsletters */
.article.details td,
.article.details th {
    padding: 5px;
}


footer .copyright-links {
	font-size: 85%;
}
