/* Reset
================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	padding-left: 25px;
	margin: 10px 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Body
================================================= */
.clear:before,
.clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
body {
	background-color: #fff;
	background-image: none;
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
	line-height: 1.49;
	font-family: 'Encode Sans', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #222;
}

/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin: 10px 0 4px;
	font-size: 3em;
	line-height: 1.22;
	font-weight: 100;
}
h2 {
	margin: 40px 0 4px;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.3;
}
h3 {
	margin: 40px 0 4px;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.3;
}
h4 {
	margin: 40px 0 4px;
	font-size: 1.45em;
	line-height: 1.3;
	font-weight: 400;
}
h5 {
	margin: 40px 0 4px;
	font-size: 1.2em;
	line-height: 1.38;
	font-weight: bold;
}
h6 {
	margin: 40px 0 4px;
	font-size: 1.2em;
	line-height: 1.38;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
input, textarea {
	padding: 6px 10px;
	border: 1px solid #d4d4d4;
	color: #222;
	background-color: #fff;
	font-size: 17px;
	box-shadow: 0 1px 1px #d4d4d4 inset;
	font-family: 'Encode Sans', sans-serif;
}
input:focus, textarea:focus {
	box-shadow: 0 0 3px #d4d4d4;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	font: 400 17px/25px 'Encode Sans', sans-serif;
	display: block;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	color: #222;
	padding: 7px 20px;
	background-color: #fff;
	border: 1px solid #222;
	box-shadow:	none;
}
input[type="submit"]:hover, input[type="button"]:hover {
	font-weight: bold;
	background-color: #fff;
	border: 3px solid #222;
	padding: 5px 18px;
}
input[type="submit"]:active, input[type="button"]:active {
	font-weight: bold;
	box-shadow: inset 0 2px 2px #222;
	background-color: #fff;
	position: relative;
	top: 1px;
	color: #222;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #d4d4d4;
	border-bottom: 0;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #000;
}
fieldset {
	border: 1px solid #d4d4d4;
}
blockquote {
	color: #222;
	margin: 20px 0;
	padding: 20px 30px;
	font-style: italic;
	border-left: 10px solid #d4d4d4;
}
blockquote p {
	margin: 0;
}
pre {
	color: #222;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #d4d4d4;
	padding: 10px;
}
p {
	margin: 1.25em 0;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
em, i, dfn, var {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
code, samp, kbd {
	font-family: "Consolas","Monaco","Courier";
}
abbr {
	border-bottom: .1em dotted;
	cursor: help;
}
small {
	font-size: 80%;
}

/* Layout
================================================= */
.wrapper {
	margin: 0 auto;
	width: 90%;
	min-width: 978px;
	max-width: 1920px;
}

/* Tray
================================================= */
.px_tray {
	line-height: 24px;
	height: 24px;
	margin: 13px 0;
	font-size: 14px;
}
.px_tray a:link,
.px_tray a:visited,
.px_tray a:active,
.px_tray a:hover {
	color: #000;
}
.px_tray_group1 {
	float: left;
}
.px_tray_group2 {
	float: right;
}
.px_tray_group2 a {
	margin-left: 10px;
}
.px_tray_group2 a:first-child {
	margin-left: 0;
}
.px_language a span {
	display: block;
	float: left;
	line-height: 24px;
	text-decoration: underline;
}
.px_language a:hover span {
	text-decoration: none;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}

/* Head
================================================= */
.head {
	margin: 25px 0;
	max-height: 160px;
}
.px_logo {
	display: block;
	width: 168px;
	height: 80px;
	float: left;
}
/* Navigation Main
================================================= */
.navigation {
	height: 80px;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.navigation ul li {
	position: relative;
	float: left;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #222;
	line-height: 80px;
	font-size: 20px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 10px;
	display: block;
	font-weight: 100;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation a.px_menu_selected_parent,
.navigation a.px_menu_selected {
	color: #000;
	font-weight: 400;
}

.navigation ul ul {
	width: 200px;
	position: relative;
	z-index: 9999;
	display: none;
	box-shadow: 0 0 3px #d4d4d4;
}
.navigation > ul li > ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	top: 80px;
}
.navigation ul ul ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 100%;
	display: none;
	top: 0;
}
.navigation ul ul a:link,
.navigation ul ul a:visited,
.navigation ul ul a:active {
	height: auto;
	width: 222px;
	margin: 0;
	margin-top: -1px;
	line-height: 32px;
	border: 1px solid #d4d4d4;
	background: #fff;
	padding: 6px 12px;
	font-size: 20px;
}
.navigation ul ul a.px_menu_selected_parent,
.navigation ul ul a.px_menu_selected,
.navigation ul ul a:hover {
	background-color: #222;
	color: #fff;
	text-decoration: none;
}
/* Header
================================================= */
.header {
	width: 100%;
	padding: 0;
	margin: 25px 0;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 100%;
	display: block;
}
.px_header_caption {
	margin: 0;
	padding: 0 2%;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: #fff;
	background: rgba(255,255,255, 0.8);
	left: 0;
	width: 96%;
}
.px_header_caption h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0;
	color: #222;
}
.px_header_caption h2 a {
	color: #000;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #d4d4d4;
	position: relative;
	bottom: -10px;
	right: 0;
	min-width: 100%;
	z-index: 8999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #d4d4d4;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 5px;
	text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	z-index: 8999;
}
.bx-wrapper .bx-prev {
	left: 20px;
	background: url("arrows.png") no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 20px;
	background: url("arrows.png") no-repeat -32px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}
.bx-wrapper .bx-next:hover {
	background-position: -32px -32px;
}

/* Heading
================================================= */
h1.heading {
	width: 100%;
	padding: 4px 0;
	font-weight: 100;
	margin: 25px 0;
	text-align: center;
	font-size: 52px;
	line-height: 60px;
	border-bottom: 1px solid #d4d4d4;
	color: #000;
	text-align: center;
}
/* Content
================================================= */
.content {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.px_column_left,
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_left .px_column_wrap {
	margin-right: 30px;
	padding-right: 29px;
	border-right: 1px solid #d4d4d4;
}
.px_column_right .px_column_wrap {
	margin-left: 30px;
	padding-left: 29px;
	border-left: 1px solid #d4d4d4;
}
/* Additional styling for spaces and separators between modules */
.px_column_left .px_cell_wrap:first-child,
.px_column_main .px_cell_wrap:first-child,
.px_column_right .px_cell_wrap:first-child,
.px_column_left .px_cell_wrap:first-child .px_cell,
.px_column_main .px_cell_wrap:first-child .px_cell,
.px_column_right .px_cell_wrap:first-child .px_cell {
	margin-top: 0;
	border-top: 0;
}
.px_column_left .px_cell_wrap,
.px_column_main .px_cell_wrap,
.px_column_right .px_cell_wrap {
	margin-top: 30px;
	border-top: 0;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 30px;
}

.breadcrumbs {
	margin-bottom: 1.25em;
}
/* Footer
================================================= */
.footer {
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
}
.px_footer_wrap:before,
.px_footer_wrap:after {
	content: "";
	display: table;
}
.px_footer_wrap:after {
	clear: both;
}
.px_footer_wrap {
	margin-bottom: 60px;
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.px_footer_cell {
	float: left;
	margin-left: 60px;
}
.px_footer_cell:first-child {
	margin: 0;
}
.provider {
	color: #222;
	margin: 25px auto 25px;
	text-align: center;
}
.provider a:link, .provider a:active, .provider a:visited {
	color: #000;
}

#px_menu_responsive_button {
	display: none;
}

.px_column_main {width:100%;width:calc((978/978)*100%);min-width:978px;}
.px_footer_cell_j5dO_2NdgGbDR4V9Qihtew_x {width:29.2433537832%; width:calc(33.333333333333% - 40px); min-width:286px;}


/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.3em;
	}
	h2 {
		font-size: 1.8em;
	}
	h3 {
		font-size: 1.65em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1.1em;
	}
	.wrapper {
		min-width: 540px;
		max-width: 540px;
		width: 540px;
	}
	.px_tray {
		height: auto;
	}
	.px_tray_group1 {
		float: none;
		padding: 4px 0;
	}
	.px_tray_group1 > div {
		float: none;
		clear: both;
		padding-top: 5px;
		margin: 0;
	}
	.px_tray_group2 {
		float: none;
		clear: both;
		padding: 4px 0;
	}
	.head {
		max-height: 80px;
	}
	.px_logo {
		margin: 0 auto;
		float: none;
	}
	.px_header_caption {
		padding: 0 10px;
		width: 520px;
	}
	.px_header_caption h2 {
		font-size: 14px;
		line-height: 22px;
		margin: 5px 0;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		display: block;
		outline: 0;
		background: #d4d4d4;
		text-indent: -9999em;
		width: 6px;
		height: 6px;
		margin: 0 3px;
		border-radius: 3px;
		text-align: left;
	}
	h1.heading {
		font-size: 39px;
		line-height: 48px;
	}
	.navigation {
		display: none;
	}
	#px_menu_responsive_button {
		display: block;
		font-size: 24px;
		font-weight: 100;
		margin-bottom: 10px;
		text-align: center;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		text-decoration: underline;
	}
	#px_menu_responsive ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#px_menu_responsive ul ul {
		padding-left: 30px;
	}
	#px_menu_responsive a:link,
	#px_menu_responsive a:visited,
	#px_menu_responsive a:active {
		text-decoration: none;
		line-height: 26px;
		padding: 10px 5px 10px 20px;
		font-size: 20px;
		display: block;
		text-align: left;
		font-weight: 100;
		color: #222;
	}
	#px_menu_responsive a:hover {
		text-decoration: underline;
	}
	#px_menu_responsive a.px_menu_responsive_selected_parent,
	#px_menu_responsive a.px_menu_responsive_selected {
		color: #fff;
		font-weight: 400;
		background-color: #222;
	}
	.content {
		border-bottom: 3px solid #d4d4d4;
	}
	.px_column_left table,
	.px_column_main table,
	.px_column_right table,
	.px_footer_cell table {
		width: 100% !important;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 540px !important;
		min-width: 540px !important;
		margin-bottom: 30px;
	}
	.px_column_left .px_column_wrap {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.px_column_right .px_column_wrap {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 540px !important;
		min-width: 540px !important;
		margin: 0 0 40px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 40px 0;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 2.1em;
	}
	body {
		font-size: 16px;
	}
	.wrapper {
		min-width: 320px;
		max-width: 320px;
		width: 320px;
	}
	.px_header_caption {
		width: 312px;
		padding: 0 4px;
	}
	.px_header_caption h2 {
		font-size: 12px;
		line-height: 14px;
		margin: 3px 0;
	}
	.bx-wrapper .bx-prev {
		left: 10px;
	}
	.bx-wrapper .bx-next {
		right: 10px;
	}
	h1.heading {
		font-size: 34px;
		line-height: 42px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 320px !important;
		min-width: 320px !important;
	}
	.px_footer_cell {
		width: 320px !important;
		min-width: 320px !important;
	}
	.provider {
		width: 320px;
	}
}
/* Print
================================================= */
@media print {
	.header, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

