html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 14px 'PTSans-Regular', sans-serif;
	color: #020202;;
	background: #dfe3e5;
	cursor: default;
}

.b-rich-content h1 {
	margin: 25px 0;
	font: 26px 'PTSans-Bold', sans-serif;
	color: #2f5f97;
}

.b-rich-content h2 {
	margin: 20px 0;
	font: 22px 'PTSans-Bold', sans-serif;
	color: #2f5f97;
}

.b-rich-content h3 {
	margin: 10px 0;
	font: 18px 'PTSans-Bold', sans-serif;
	color: #2f5f97;
}

.b-rich-content h4 {
	margin: 10px 0;
	font: 16px 'PTSans-Bold', sans-serif;
	color: #2f5f97;
}

.b-rich-content p {
	margin-bottom: 25px;
	font: 14px 'PTSans-Regular', sans-serif;
}

.b-rich-content strong {
	font-family: 'PTSans-Bold';
}

.b-rich-content em {
	font-style: italic;
}

.b-rich-content img {
	margin: 0 11px 11px 0;
	border: 5px solid #f7f7f7;
}

.b-rich-content ul {
	margin-left: 37px;
	list-style: disc;
	color: #373232;
}

.b-rich-content li {
	margin-bottom: 15px;
	padding-left: 5px;
}

.b-rich-content table {
	width: 100%;
	color: #616161;
}

.b-rich-content td {
	padding: 10px 15px;
	border-bottom: 2px solid #f4f3f3;
}

.b-rich-content table thead td {
	padding: 30px 20px;
	font: 14px 'PTSans-Regular', sans-serif;
	color: #595656;
	border-top: 2px solid #f4f3f3;
	border-bottom: 2px solid #f4f3f3;
	background: #f9f9f9;
}

.b-rich-content tr:first-child {
	background: #f6f6f6;
	color: #1a5a7b;
}

/*.b-rich-content tr:nth-child(2) {
	background: #f6f6f6;
	color: #1a5a7b;
}*/

.b-rich-content table p {
	margin-bottom: 0;
}

/*.b-rich-content tr > :first-child {
	padding-left: 20px;
}*/

/*.b-rich-content tr > :first-child {*/
	/*padding-left: 20px;*/
/*}*/

/*.b-rich-content tr > :last-child {*/
	/*padding-right: 20px;*/
/*}*/


a {
	color: #2196d3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.error-page .b-breadcrumbs {
	display: none;
}

.error-page .column-left {
	display: none;
}

.error-page .b-content-wrap .column-right {
	float: none;
	width: auto;
}

.highlight {
	background-color: gold!important;
}

@font-face {
	font-family: 'GothamPro-Bold';
	src: url('../fonts/gothaprobol.eot');
	src: url('../fonts/gothaprobol.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gothaprobol.woff') format('woff'),
	url('../fonts/gothaprobol.ttf') format('truetype'),
	url('../fonts/gothaprobol.svg#gothaprobol') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'PTSans-Narrow-Bold';
	src: url('../fonts/PTN77F.eot');
	src: url('../fonts/PTN77F.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTN77F.woff') format('woff'),
	url('../fonts/PTN77F.ttf') format('truetype'),
	url('../fonts/PTN77F.svg#PTN77F') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'PTSans-Regular';
	src: url('../fonts/PTS55F.eot');
	src: url('../fonts/PTS55F.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTS55F.woff') format('woff'),
	url('../fonts/PTS55F.ttf') format('truetype'),
	url('../fonts/PTS55F.svg#PTS55F') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'PTSans-Bold';
	src: url('../fonts/PTS75F.eot');
	src: url('../fonts/PTS75F.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PTS75F.woff') format('woff'),
	url('../fonts/PTS75F.ttf') format('truetype'),
	url('../fonts/PTS75F.svg#PTS75F') format('svg');
	font-style: normal;
	font-weight: normal;
}
