/**
 * @file
 * SMACSS Modules
 *
 * Styles for general components
 *
 */

/**************************************************
 * Section Headings
 **************************************************/
.section-heading {
	text-align: center;
	padding-bottom: 60px;
}
.section-heading h2 {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 40px;
}
.section-heading h2 span {
	display: inline-block;
	margin-right: 10px;
}
.section-heading h2 span img {
	max-height: 32px;
	width: auto;
}
.section-heading p {
	font-size: 18px;
	color: #AAABAB;
	margin: 0;
}