/*jrmz style*/

.brxe-container.full {
	width: 80%;
}

#brx-content > section:nth-child(odd){
	/*background-color: #fafafa;*/
}

h1 span {
	display: block;
	font-size: 50%;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
}

h2 span.pre {
	display: block;
	font-size: 50%;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
h2 span {
	display: inline-block;
}

section h2:before {
	display: block;
  font-size: 30%;
  font-weight: normal;
  text-transform: uppercase;
	margin-bottom: -4%;
	text-align: center;
}

.cta {
	background: #30b0aa !important;
}

.cta .callout-one {
	color: #fff;
	line-height: 1;
}

.no-bullet {
	list-style: none;
	padding-left: 0;
}

/*DEV currently in footer*/

/*commercial/residential division in copy, projects, etc*/
.division {
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	color: #32373c;
}

/*heading style*/
.brxe-heading.stack span {
	display: block;
	font-weight: 300;
	font-size: 40%;
	text-transform: uppercase;
}
.brxe-heading span {
	font-weight: 300;
	/*margin-bottom: 3rem;*/
	opacity: .8;
	letter-spacing: -.08rem;
}

/*body styles*/
p > a {
	border-bottom: 1px dotted #30b0aa;
}

/*review/needed material alerts*/
.alert {
	position: relative;
}

.alert:before {
	position: absolute;
	top: 6px;
	left: -32px;
	background: #f00;
	width: 16px;
	height: 16px;
	display: block;
	content: '';
	border-radius: 50%;
}

.recent-projects {
	margin-top: 0;
}
.recent-projects li {
	border-top: 1px solid #dadada;
	margin-top: 8px;
	padding-top: 18px;
}
.recent-projects li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.recent-projects span {
	display: block;
}
.recent-projects .title {
	font-weight: bold;
	line-height: 1.1;
}
.recent-projects .location {
}

.latest-project img {
	max-width: 200px;
}

/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (max-width: 768px) {

}
/* end max 768 */

@media only screen and (min-width: 768px) {

	h1 span {
		font-size: 30%;
		line-height: .8;
	}
	section h2:before {
		font-size: 30%;
		text-align: center;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

	h1 span {
		/*font-size: 30%;*/
		line-height: .6;
	}
}
/* end 900 */

@media only screen and (min-width: 1024px) {

}
/* end 1024 */

@media only screen and (min-width: 1440px) {

}
/* end 1440 */
@media only screen and (min-width: 1660px) {

}
/* end 1660 */
