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

@font-face {
    font-family: 'pf_beausans_proSBdIt';
    src: url('../fonts/pfbeausanspro-semibolditalic_35352.eot');
    src: url('../fonts/pfbeausanspro-semibolditalic_35352.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfbeausanspro-semibolditalic_35352.woff2') format('woff2'),
         url('../fonts/pfbeausanspro-semibolditalic_35352.woff') format('woff'),
         url('../fonts/pfbeausanspro-semibolditalic_35352.ttf') format('truetype'),
         url('../fonts/pfbeausanspro-semibolditalic_35352.svg#pf_beausans_proSBdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}


.typography{
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.typography p {
	margin-top: 0px;
}

.typography h1 {
	font-size: 38px;
	color: #B2ACB2;
	font-family: 'pf_beausans_proSBdIt';
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	

}
.typography h2 {
	font-size: 30px;
	color: #937D68;
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: 'pf_beausans_proSBdIt';	

}
.typography h3 {
	font-size: 23px;
	line-height: 135%;
	color: #4C3700;
	margin-bottom: 5px;
	font-family: 'pf_beausans_proSBdIt';
	margin-top: 0px;
}
.typography h4 {
	font-size: 18px;
	padding-top: 3px;
	color: #333;
	font-family: 'pf_beausans_proSBdIt';
	margin-top: 0px;
	margin-bottom: 7px;

}
.typography h5 {
	font-size: 16px;
	color: #000;
	font-family: 'pf_beausans_proSBdIt';
	margin-top: 0px;
	margin-bottom: 7px;
}

.typography ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.typography ul li{
	margin-bottom: 5px;
}

/*-------------------------------------------------------- LINK */
.typography a, .typography a:link, .typography a:visited, .typography a:hover, .typography a:active {
	outline: none;
}
.typography a {
	color: #630;
	text-decoration: none;
	font-weight: bold;
}
.typography a:hover {
	text-decoration: underline;
	color: #804000;
}
.typography table {
	margin-bottom: 15px;
}
.highlight   {
	color: #C9D4A4;
}
