.client-story-heading {
	text-align: left;
	color: #D95F44 !important;
	font: normal 28px/38px 'Calluna Regular' !important;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 19px;
}

.standard-paragraph-heading {
	color: #638195 !important;
	font: normal 14px 'Gotham Medium' !important;
	text-transform: uppercase;
	margin-bottom: 0px !important;
}

.standard-paragraph-heading + ul,
.standard-paragraph-heading + p {
	margin-top: 5px;
}

#tinymce p {
	font: normal 14px/22px 'Calluna Light';
	color: #646464;
	margin-left: 0px;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.column {
		width: 100% !important;
		float: none !important;
	}

	.column + .column {
		border-top: 1px solid #646464;
		float: none;
		padding-top: 30px;
	}
}

.column {
	width: 494px;
	float: left;
	font: normal 14px/22px 'Calluna Light';
	text-align: left;
}

.column + .column {
	float: right;
}

#tinymce .column {
	width: 40%;
}