@charset "UTF-8";
/* CSS Document */

/* CSS Document */

.txt-primary-title {
	font-size: 42px;
	text-transform: uppercase;
}
.txt-subheader {
	font-size: 24px;
}
.txt-emphasis {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.0em;
}
.txt-footer {
	font-size: 12px;
	color: #999;
}
.txt-body {
	font-size: 14px;
	line-height: 150%;
}
.txt-quote {
	font-size: 36px;
}
.statement {
	padding-top: 10%;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 72px;
}
@media (max-width: 719px) {
	.txt-quote {
	  font-size: 24px;
	}
	.statement {
	  font-size: 24px;
	  padding-left: 15px;
	  padding-right: 15px;
	  padding-top: 45px;
	}
	.carousel .txt-primary-title {
	font-size: 22px;
	text-transform: uppercase;
	}
}
.grey {
	color: #999;
}
.white {
	color: #FFF;
}
.leading {
	line-height: 150%;
}
