/* - CONTENT -> TEXT STYLES - */

.text-styles {
	color: inherit;
	font-size: 14px;
}

.text-styles h1 {
	display: block;
	padding: 0;
	font-family: 'DreyfusSans-Bold', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
	color: #ad8863;
}

.text-styles h2 {
	display: block;
	padding: 0;
	font-family: 'DreyfusSans-Bold', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px 0;
	color: #ad8863;
}

.text-styles h3 {
	display: block;
	padding: 0;
	font-family: 'DreyfusSans-Bold', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px 0;
	color: inherit;
}

.text-styles h4 {
	display: block;
	padding: 0 0 10px 0;
	font-family: 'DreyfusSans-Bold', Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #484549;
	color: #ad8863;
}

@media only screen and (max-width: 767px) {
	.text-styles h4 {
		padding: 0 15px 10px 15px;
		margin: 0 -15px 10px -15px;
	}
}

.text-styles a {
	color: #58585a;
	text-decoration: underline;
}

.text-styles a:hover {
	color: #58585a;
	text-decoration: none;
}

.text-styles p {
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
}

.text-styles p.no-margin {
	margin: 0 0 5px 0;
}

.text-styles hr {
	display: block;
	padding: 0;
	margin: 1px 0 15px 0;
	border-color: #484549;
}

.text-styles ul {
	margin: 0 0 15px 14px;
	list-style: disc;
}

.text-styles ul li ul {
	margin: 0 0 0 14px;
	list-style: disc;
}

.text-styles .pdf {
	display: table-cell;
	vertical-align: middle;
	background: url('../images/icon-pdf.gif') left no-repeat;
	background-size: auto 38px;
	height: 32px;
	padding: 0 0 0 37px;
}

.text-styles .pdf a {
	display: inline-block;
	text-decoration: none;
}

.text-styles .pdf a:hover {
	display: inline-block;
	text-decoration: underline;
}

.text-styles .pdf a,
.text-styles .pdf a b,
.text-styles .pdf a strong {
	color: #ad8863;
}

.text-styles .pdf a span {
	color: #58585a;
}

.text-styles .pdf span {
	display: block;
}

.text-styles .pdf a.grey,
.text-styles .pdf a.grey:hover {
	color: #58585a;
}

.text-styles .e-mail a {
	display: inline-block;
	background: url('../images/icon-email.png') left no-repeat;
	background-size: 26px auto;
	height: 32px;
	padding: 0 0 0 37px;
	line-height: 30px;
	color: #ad8863;
	text-decoration: none;
}

.text-styles .e-mail a:hover {
	text-decoration: underline;
}

.text-styles .e-mail b,
.text-styles .e-mail strong {
	color: #ad8863;
	text-decoration: none;
}

.text-styles .e-mail span {
	color: #58585a;
}