/* 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 {
	line-height: 1.42;
	background-color: #fcc912;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 17px;
	color: #222;
	font-family: 'Spinnaker', sans-serif;
}

/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Times New Roman', Times, serif;
}
h1 {
	margin: 10px 0 4px;
	font-size: 4em;
	line-height: 1;
	font-weight: 400;
}
h2 {
	margin: 36px 0 4px;
	font-size: 3em;
	line-height: 1.1;
	font-weight: bold;
}
h3 {
	margin: 36px 0 4px;
	font-size: 3em;
	line-height: 1.1;
	font-weight: 400;
}
h4 {
	margin: 36px 0 4px;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: bold;
}
h5 {
	margin: 36px 0 4px;
	font-size: 2.4em;
	line-height: 1.2;
}
h6 {
	margin: 36px 0 4px;
	font-size: 1.8em;
	line-height: 1.25;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	padding: 8px 10px;
	border: 1px solid #0307eb;
	color: #222;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Spinnaker', sans-serif;
}
input:focus, textarea:focus {
	box-shadow: 0 0 3px #666;
}
input[type=checkbox], input[type=radio] {
	border: 0;
	box-shadow: none;
	background: none;
}
input[type="submit"], input[type="button"] {
	display: block;
	white-space: nowrap;
	background-color: #e3e3e3;
	border: 0;
	padding: 8px 25px;
	font: bold 17px/25px 'Spinnaker', sans-serif;
	text-decoration: none;
	color: #222;
	cursor: pointer;
	text-align: center;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #666;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: 0 2px 2px #222 inset;
	background: #666;
	position: relative;
	text-shadow: none;
	top: 1px;
	color: #fff;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #0307eb;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #222;
}
fieldset {
	border: 1px solid #0307eb;
}
blockquote {
	margin: 1.25em 0;
	padding: 30px 40px;
	background-color: #e3e3e3;
	font-style: italic;
}
blockquote p {
	margin: 0;
}
pre {
	color: #222;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #0307eb;
	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 {
	width: 1200px;
	margin: 0 auto;
}
/* Top
================================================= */
.px_tray {
	width: 1190px;
	line-height: 24px;
	padding: 5px 5px;
	height: 24px;
	margin: 15px 0;
	font-size: 14px;
}
.px_tray a {
	color: #666;
}
.px_tray a:hover {
	color: #666;
}
.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;
	font-size: 14px;
	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;
}

/* Header
================================================= */
.header {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	margin: 0;
	min-height: 80px;
}
.px_header {
	margin: 0;
	padding: 0;
}
.px_header img {
	width: 100%;
	display: block;
}
.px_header_caption {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	position: absolute;
	bottom: 8%;
	left: 50%;
	width: 1160px;
	margin-left: -600px;
}
.px_header_caption h2 {
	font-size: 84px;
	line-height: 92px;
	margin: 0;
	font-weight: 400;
	text-shadow: 0 2px 4px #000;
	color: #0011ff;
}
.px_header_caption h2 a {
	color: #0011ff;
}
.bx-wrapper .bx-pager {
	text-align: right;
	color: #0307eb;
	position: relative;
	bottom: -6px;
	right: 6px;
	min-width: 100%;
	z-index: 9999;
	line-height: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	background: #0307eb;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 4px;
	text-align: left;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999em;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: 32px;
	background: url("arrows.png") no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 32px;
	background: url("arrows.png") no-repeat -64px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -64px;
}
.bx-wrapper .bx-next:hover {
	background-position: -64px -64px;
}

/* Top
================================================= */
.top_wrap {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	*background-color: #fff; /*IE7*/
	z-index: 10000;
}
.top {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	margin: 10px 0;
	width: 100px;
	height: 60px;
	float: left;
}
.top h1 {
	width: 250px;
	height: 60px;
	margin: 10px 15px;
	padding: 0;
	color: #222;
	line-height: 60px;
	display: block;
	float: left;
	font-size: 26px;
	font-weight: bold;
	overflow: hidden;
}

/* Navigation
================================================= */
.top > .logo + h1 + .navigation {
	width: 820px;
}
.top > h1 + .navigation {
	width: 920px;
}
.top > .logo + .navigation {
	width: 1085px;
}
.navigation {
	height: 50px;
	margin: 15px 0;
	float: right;
	width: 1200px;
}
.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: 48px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 22px 0 22px;
	margin: 0 0 0 1px;
	display: block;
	font-weight: normal;
	text-shadow: 0px 1px 2px #fff;
}
.navigation a:hover,
.navigation a.px_menu_selected_parent,
.navigation a.px_menu_selected {
	border-bottom: 2px solid #222;
}
.navigation ul ul {
	width: 220px;
	position: relative;
	z-index: 9999;
	display: none;
}
.navigation > ul li > ul {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	top: 65px;
}
.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: 202px;
	margin: 0;
	line-height: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.9);
	background: #323232;
	background-color: rgba(255, 255, 255, 0.8);
	*background-color: #323232; /*IE7*/
	padding: 8px 12px;
	font-size: 14px;
}
.navigation ul ul a.px_menu_selected_parent,
.navigation ul ul a.px_menu_selected,
.navigation ul ul a:hover {
	border-bottom: 0;
	background: #323232;
	background-color: rgba(255, 255, 255, 1);
}

/* Content
================================================= */
.content_wrap {
	width: 1200px;
	margin: 10px 0 30px;
}
.px_column_left,
.px_column_main,
.px_column_right {
	float: left;
}
.px_column_main .px_cell_wrap {
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 0 2px #0307eb;
	margin: 5px;
}
.px_column_left .px_cell_wrap {
	padding: 25px;
	margin: 5px;
	margin-right: 10px;
	background-color: #fff;
	box-shadow: 0 0 2px #0307eb;
}
.px_column_right .px_cell_wrap {
	margin: 5px;
	margin-left: 10px;
	box-shadow: 0 0 2px #0307eb;
	padding: 25px;
	background-color: #fff;
}
/* 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;
}
.px_column_left .px_cell_wrap,
.px_column_main .px_cell_wrap,
.px_column_right .px_cell_wrap {
	margin-top: 15px;
}
.px_cell h1:first-child,
.px_cell h2:first-child,
.px_cell h3:first-child,
.px_cell h4:first-child,
.px_cell h5:first-child,
.px_cell h6:first-child {
	margin: 0;
}
.breadcrumbs {
	margin: 10px 5px 15px 5px;
}
.bottom {
	width: 100%;
	background-color: #e3e3e3;
}

/* Footer
================================================= */
.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.px_footer_wrap:before,
.px_footer_wrap:after {
	content: "";
	display: table;
}
.px_footer_wrap:after {
	clear: both;
}
.px_footer_wrap {
	margin-bottom: 5px;
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.px_footer_cell {
	padding: 25px;
	margin: 5px;
	margin-left: 10px;
	background-color: #fff;
	box-shadow: 0 0 2px #0307eb;
	float: left;
}
.px_footer_cell:first-child {
	margin-left: 5px;
}
.px_footer_cell h1:first-child,
.px_footer_cell h2:first-child,
.px_footer_cell h3:first-child,
.px_footer_cell h4:first-child,
.px_footer_cell h5:first-child,
.px_footer_cell h6:first-child {
	margin: 0;
}
.provider {
	width: 1200px;
	margin: 0 auto;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
#px_menu_responsive_button {
	display: none;
}

.px_column_main {width:100%;width:calc((960/960)*100%);min-width:960px;}
.px_footer_cell_G5NCQ9C9t8xZLCcXwSCELA_x {width:93.75%; width:calc(100% - 60px); min-width:900px;}


/* Responsive 1200
================================================= */
@media only screen and (max-width: 1200px) {
	.wrapper {
		width: 960px;
		margin: 0 auto;
	}
	.top,
	.content_wrap {
		width: 960px;
	}
	body {
		position: relative;
	}
	body,
	.header {
		min-width: 960px;
	}
	.px_header_caption {
		width: 920px;
		margin-left: -481px;
	}
	.px_header_caption h2 {
		font-size: 68px;
		line-height: 74px;
	}
	.px_tray {
		width: 950px;
	}
	#px_menu_responsive_button {
		display: block;
		float: right;
		font-size: 26px;
		height: 50px;
		margin: 15px 0;
		line-height: 48px;
		color: #222;
		padding: 0 22px 0 22px;
	}
	#px_menu_responsive_button:hover,
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		border-bottom: 2px solid #222;
	}
	#px_menu_responsive_button span {
		display: none;
	}
	#px_menu_responsive {
		background-color: rgba(255, 255, 255, 0.8);
		position: fixed;
		z-index: 999998;
		padding: 0;
		top: 80px;
		left: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 40%;
		height: 100%;
		overflow: auto;
		transition: left 0.3s ease-in-out;
	}
	#px_menu_responsive.px_menu_responsive_active {
		left: 60%;
	}
	#px_menu_responsive ul {
		margin: 0;
		list-style-type: none;
	}
	#px_menu_responsive > ul {
		margin: 0 0 110px; /* top: 80px + margin */
		padding: 0;
	}
	#px_menu_responsive li {
		display: block;
	}
	#px_menu_responsive a:link,
	#px_menu_responsive a:visited,
	#px_menu_responsive a:active {
		text-decoration: none;
		color: #222;
		text-transform: uppercase;
		display: block;
		font-weight: normal;
		margin: 0;
		line-height: 22px;
		border-top: 1px solid rgba(255, 255, 255, 0.9);
		padding: 8px 12px;
		font-size: 14px;
	}
	#px_menu_responsive a:hover,
	#px_menu_responsive a.px_menu_responsive_selected_parent,
	#px_menu_responsive a.px_menu_responsive_selected {
		background: #323232;
		background-color: rgba(255, 255, 255, 1);
	}
	.navigation {
		display: none;
	}
	.footer,
	.provider {
		width: 960px;
	}
}
/* Responsive 767
================================================= */
@media only screen and (max-width: 767px) {
	body {
		position: static;
	}
	body,
	.header {
		min-width: auto;
		min-width: initial;
	}
	.wrapper,
	.top,
	.content_wrap,
	.content,
	.provider {
		width: 540px;
	}
	h2, h3, h4, h5, h6 {
		margin: 24px 0 4px;
	}
	.top {
		height: auto;
	}
	.px_tray {
		width: 530px;
		height: auto;
		margin: 10px 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;
	}
	#px_menu_responsive {
		width: 70%;
	}
	#px_menu_responsive.px_menu_responsive_active {
		left: 30%;
	}
	.px_header_caption {
		bottom: 5%;
		width: 510px;
		padding: 0 15px;
		margin-left: -270px;
	}
	.px_header_caption h2 {
		font-size: 50px;
		line-height: 56px;
		margin: 15px 0;
	}
	.bx-wrapper .bx-controls-direction a {
		margin-top: -16px;
		width: 32px;
		height: 32px;
	}
	.bx-wrapper .bx-prev {
		left: 16px;
		background: url("arrows_s.png") no-repeat 0 0;
	}
	.bx-wrapper .bx-next {
		right: 16px;
		background: url("arrows_s.png") no-repeat -32px 0;
	}
	.bx-wrapper .bx-prev:hover {
		background-position: 0 -32px;
	}
	.bx-wrapper .bx-next:hover {
		background-position: -32px -32px;
	}
	.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;
		float: none;
	}
	.px_column_left .px_cell_wrap,
	.px_column_main .px_cell_wrap,
	.px_column_right .px_cell_wrap {
		padding: 25px;
		margin: 5px;
	}
	.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,
	.px_column_left .px_cell_wrap,
	.px_column_main .px_cell_wrap,
	.px_column_right .px_cell_wrap,
	.px_column_left .px_cell,
	.px_column_main .px_cell,
	.px_column_right .px_cell {
		margin-top: 15px;
	}
	.breadcrumbs {
		margin: 10px 5px 5px 5px;
	}
	.px_footer_cell {
		width: 480px !important;
		min-width: 480px !important;
		margin: 5px;
		margin-top: 10px;
	}
	.footer {
		width: 540px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.provider {
		height: auto;
	}
}

/* Responsive 540
================================================= */
@media only screen and (max-width: 540px) {
	.wrapper,
	.top,
	.px_tray,
	.content_wrap,
	.content,
	.provider {
		width: 320px;
	}
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.2em;
	}
	h3 {
		font-size: 2.2em;
		font-weight: 400;
	}
	h4 {
		font-size: 1.8em;
	}
	h5 {
		font-size: 1.8em;
	}
	h5 {
		font-size: 1.4em;
	}
	.top_wrap {
		height: 60px;
	}
	.logo {
		margin: 0;
	}
	.top h1 {
		width: 140px;
		margin: 0 0 0 10px;
		font-size: 20px;
	}
	#px_menu_responsive_button {
		height: 40px;
		margin: 10px 0;
		line-height: 39px;
	}
	#px_menu_responsive {
		width: 85%;
		top: 60px;
	}
	#px_menu_responsive.px_menu_responsive_active {
		left: 15%;
	}
	.px_header_caption {
		bottom: 3%;
		width: 300px;
		padding: 0 10px;
		margin-left: -160px;
	}
	.px_header_caption h2 {
		font-size: 40px;
		line-height: 46px;
		margin: 5px 0;
	}
	.bx-wrapper .bx-prev {
		left: 8px;
	}
	.bx-wrapper .bx-next {
		right: 8px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 320px !important;
		min-width: 320px !important;
	}
	.px_column_left .px_cell_wrap,
	.px_column_main .px_cell_wrap,
	.px_column_right .px_cell_wrap {
		padding: 15px;
		margin: 5px;
	}
	.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,
	.px_column_left .px_cell_wrap,
	.px_column_main .px_cell_wrap,
	.px_column_right .px_cell_wrap,
	.px_column_left .px_cell,
	.px_column_main .px_cell,
	.px_column_right .px_cell {
		margin-top: 15px;
	}
	.px_footer_cell {
		width: 280px !important;
		min-width: 280px !important;
		padding: 15px;
	}
	.footer {
		width: 320px;
	}
}

/* Print
================================================= */
@media print {
	.header, .navigation, .provider, .breadcrumbs {
		display: none;
	}
}

