	a {
	text-decoration: none;
	color: #BF5700;
	}
	a:hover {
	color: #A04400;
	text-decoration: underline;
	}
	
	p {
	color: #282828;
	font-family: CharisSILW, serif;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 0 1.25rem 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		p {font-size: 1.125rem; line-height: 1.75rem;}
	}
	
	h2 {
	font-size: 1.75rem;
    line-height: 2.2rem;
	color: #2d2a28;
	font-weight: 500;
	letter-spacing: -0.0625rem;
	margin: 0 0 1rem 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		h2 {
		font-size: 2.5rem;
		line-height: 2.875rem;
		}
	}
	
	h3 {
	font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #2d2a28;
    margin: 0 0 .875rem 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
	h3 {
		font-size: 1.625rem;
		line-height: 2rem;
		margin: 2rem 0 1rem 0;
		}
	}
	
	h4 {
	font-size: 1.0625rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: #2d2a28;
	margin: 0 0 5px 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
	h4 {
		font-size: 1.125rem;
		line-height: 1.625rem;
		}
	}
	
	strong {
	font-weight: 600;
	}
	
	em {
	font-style: italic;
	}
	
	.body-copy {
	font-family: CharisSILW, serif;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 0 1.25rem 0;
	color: #282828;
	}
	.body-copy strong {
	font-weight: 600;
	}
	
	.sans {
	font-family: open_sans, sans-serif;
	font-style: normal;
	}
	
	.hiddenText {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	}
	
	.hero-caption .body-copy, .caption .body-copy {
	margin-bottom: 0px;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	padding: 6px 0 0 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.hero-caption .body-copy, .caption .body-copy {
		font-size: 0.875rem;
		line-height: 1.25rem;
		}
	}
	
	.hero-caption .caption-copy, .caption .caption-copy {
	padding-top: 0;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #6a6a6a;
	font-family: CharisSILW, serif;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	text-align: right;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.hero-caption .caption-copy, .caption .caption-copy {
		font-size: 0.875rem;
		line-height: 1.25rem;
		}
	}
	
	.page-title {
	color: #2d2a28;
	font-size: 2.125rem;
	line-height: 2.5rem;
	letter-spacing: -0.09375rem;
	margin: 5px 0 20px 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.page-title {
		font-size: 4rem;
		line-height: 4.625rem;
		margin: 10px 0 30px 0;
		}
	}
	
	@media only screen and (max-width: 40em) {
		.page-title {
		margin-top: 15px;
		}
	}
	
	.post-headline {
	font-size: 1.0625rem;
	line-height: 1.25rem;
	font-weight: 600;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.post-headline {
		font-size: 1.125rem;
		line-height: 1.375rem;
		}
	}
	
	@media only screen and (min-width:64.063em) {
		.post-headline {
		font-size: 1.25rem;
		line-height: 1.5rem;
		}
	}
	
	.headline-link {
	color: #2d2a28;
	text-decoration: none;
	}
	.headline-link:hover {
	color: #2d2a28;
	text-decoration: underline;
	}
	
	/* .cta, .cta-link etc styles used to reside here as well as .sidebar-cta and .sans....duplicated from base, removed - jpowell */
	
	.promo-field.promo-list {
		padding: 0 0 20px;
		/* Landscape phones and down */
		}
	
	@media only screen and (min-width:64.063em) {
		.promo-field.promo-list {
		list-style-type: none;
		}
		.promo-field.promo-list .content {
		margin-left: 105px;
		}
	}
	
	.promo-field.promo-list + .promo-list {
	border-top: 1px solid #e1ddd2;
	padding-top: 20px;
	}
	.promo-field.promo-unit {
	background-color: #f8f8f8;
	border: 1px solid #f3f0e8;
	display: block;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 10px;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.promo-field.promo-unit {
		margin-bottom: 20px;
		padding: 15px;
		}
	}
	
	@media only screen and (min-width:64.063em) {
		.promo-field.promo-unit {
		padding: 20px;
		}
	}
	.promo-field .promo-image-link {
	display: block;
	}
	.promo-field .promo-image {
	float: left;
	margin: 0 10px 5px;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.promo-field .promo-image {
		margin: 0 15px 0 0;
		}
	}
	
	@media only screen and (min-width:64.063em) {
		.promo-field .promo-image {
		margin: 0 20px 0 0;
		}
	}
	.promo-field.promo-list .promo-image {
	display: inline-block;
	height: 63.92px;
	margin-right: 12px;
	margin-left: 0px;
	width: 63.92px;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.promo-field.promo-list .promo-image {
		height: 68px;
		margin-top: 5px;
		width: 68px;
		}
	}
	
	@media only screen and (min-width:64.063em) {
		.promo-field.promo-list .promo-image {
		height: 85px;
		width: 85px;
		}
	}
	
	.promo-field.promo-unit .promo-image {
	border: 1px solid #cbcbcb;
	height: 67.2px;
	margin-left: 0;
	margin-bottom: 0;
	width: 105.6px;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.promo-field.promo-unit .promo-image {
		width: 176px;
		height: 112px;
		}
	}
	
	@media only screen and (min-width:64.063em) {
		.promo-field.promo-unit .promo-image {
		width: 220px;
		height: 140px;
		}
	}
	
	.promo-field .promo-headline {
	margin: 0;
	font-weight: 600;
	}
	.promo-field.promo-list .promo-headline {
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.25rem;
	}
	.promo-field.promo-list .promo-headline .cta-link {
	display: inline;
	}
	.promo-field.promo-unit .promo-headline {
	color: #333F48;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	margin: 0 0 4px;
	/* Landscape phones and down */
	}
	
	@media only screen and (min-width:40.063em) {
		.promo-field.promo-unit .promo-headline {
		font-size: 1.25rem;
		line-height: 1.625rem;
		margin: 0 0 6px;
		}
	}
	
	.promo-field .promo-copy {
	font-family: CharisSILW, serif;
	}
	.promo-field .promo-copy p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	}
	.promo-field.promo-list .promo-copy {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0px;
	padding-top: 2px;
	/* Landscape phones and down */
	}
	
	@media only screen and (max-width: 40em) {
		.promo-field.promo-list .promo-copy {
		margin-top: 2px;
		}
	}
	
	.promo-field.promo-unit .promo-copy, .promo-field.promo-unit .cta-wrapper {
	font-size: 0.9375rem;
	line-height: 1.375rem;
	margin: 5px 0 0 0;
	/* Landscape phones and down */
	}
	
	@media only screen and (max-width: 40em) {
		.promo-field.promo-unit .promo-copy, .promo-field.promo-unit .cta-wrapper {
		display: inline;
		}
		.promo-field.promo-unit .promo-copy p, .promo-field.promo-unit .cta-wrapper p {
		display: inline;
		}
	}
	
	@media only screen and (min-width:40.063em) {
		.promo-field.promo-unit .promo-copy, .promo-field.promo-unit .cta-wrapper {
		display: block;
		font-size: 1rem;
		margin-top: 0px;
		padding-left: 190px;
		}
	}
	
	@media only screen and (min-width:64.063em) {
		.promo-field.promo-unit .promo-copy, .promo-field.promo-unit .cta-wrapper {
		padding-left: 230px;
		}
	}
	
	.promo-field.promo-unit .promo-copy p, .promo-field.promo-unit .cta-wrapper p {
	margin: 0 0 6px;
	}