/* 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: #ecf3e9 url('bg.jpg') top center repeat-x;
	font-weight: normal;
	line-height: 1.5;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
/* Typography
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
h1 {
	margin: 10px 0 4px;
	font-size: 2.827em;
	line-height: 1.2;
}
h2 {
	margin: 36px 0 4px;
	font-size: 2.143em;
	line-height: 1.2;
	font-weight: bold;
}
h3 {
	margin: 36px 0 4px;
	font-size: 2.143em;
	line-height: 1.2;
}
h4 {
	margin: 36px 0 4px;
	font-size: 1.515em;
	line-height: 1.3;
	font-weight: bold;
}
h5 {
	margin: 36px 0 4px;
	font-size: 1.515em;
	line-height: 1.3;
}
h6 {
	margin: 36px 0 4px;
	font-size: 1.072em;
	line-height: 1.4;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #8a7f80;
	text-decoration: underline;
}
a:hover {
	color: #757a6f;
	text-decoration: none;
}
input, textarea {
	padding: 5px 8px;
	border: 1px solid #8a7f80;
	color: #000;
	background-color: #fff;
	font-size: 13px;
	box-shadow: 0 1px 1px #8a7f80 inset;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}
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: #6D923A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8EBE4B), to(#6D923A));
	background-image: -webkit-linear-gradient(top, #8EBE4B, #6D923A);
	background-image: -moz-linear-gradient(top, #8EBE4B, #6D923A);
	background-image: -ms-linear-gradient(top, #8EBE4B, #6D923A);
	background-image: -o-linear-gradient(top, #8EBE4B, #6D923A);
	background-image: linear-gradient(top, #8EBE4B, #6D923A);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8EBE4B', EndColorStr='#6D923A');
	border: 1px solid #4B6428;
	padding: 5px 15px;
	font: bold 16px/26px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	text-shadow: #000 0 1px 0;
	box-shadow: 0 1px 2px #B6CF90 inset;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #6D923A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B6CF90), to(#6D923A));
	background-image: -webkit-linear-gradient(top, #B6CF90, #6D923A);
	background-image: -moz-linear-gradient(top, #B6CF90, #6D923A);
	background-image: -ms-linear-gradient(top, #B6CF90, #6D923A);
	background-image: -o-linear-gradient(top, #B6CF90, #6D923A);
	background-image: linear-gradient(top, #B6CF90, #6D923A);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B6CF90', EndColorStr='#6D923A');
}
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus {
	box-shadow: 0 0 1px 2px #4B6428 inset;
	background-color: #4B6428;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6D923A), to(#4B6428));
	background-image: -webkit-linear-gradient(top, #6D923A, #4B6428);
	background-image: -moz-linear-gradient(top, #6D923A, #4B6428);
	background-image: -ms-linear-gradient(top, #6D923A, #4B6428);
	background-image: -o-linear-gradient(top, #6D923A, #4B6428);
	background-image: linear-gradient(top, #6D923A, #4B6428);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6D923A', EndColorStr='#4B6428');
	position: relative;
	top: 1px;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 6px auto;
	height: 2px;
	max-height: 0;
	border: none;
	border-top: 1px solid #B6CF90;
	border-bottom: 1px solid #fff;
	font-size: 1px;
	line-height: 0;
}
legend {
	color: #757a6f;
}
fieldset {
	border: 2px solid #B6CF90;
	border-radius: 10px;
}
blockquote {
	background-color: #DFF2D5;
	margin: 20px 0;
	padding: 20px 30px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-style: italic;
}
.content blockquote {
	background-color: #B6CF90;
	margin: 20px 0;
	padding: 20px 30px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-style: italic;
}
blockquote p {
	margin: 0;
}
pre {
	color: #000;
	font-family: "Consolas","Monaco","Courier";
	font-size: 12px;
	border: 1px solid #B6CF90;
	padding: 10px;
}
p {
	margin: 1.414em 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%;
}
/* Header
================================================= */
header {
	margin: 0 auto;
	width: 980px;
	height: 325px;
	position: relative;
}
.px_tray {
	line-height: 24px;
	height: 24px;
	margin-bottom: 10px;
	margin: 0 auto;
	font-size: 13px;
}
.px_tray a:link,
.px_tray a:visited,
.px_tray a:active,
.px_tray a:hover {
	color: #fff;
}
.px_tray_group1 {
	float: left;
	margin-top: 5px;
}
.px_tray_group2 {
	float: right;
	margin-top: 5px;
}
.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;
}
.px_language a:hover span {
	text-decoration: underline;
}
.px_language a img {
	margin-right: 4px;
	border: none;
	display: block;
	float: left;
}

.logo {
	position: absolute;
	top: 50px;
	right: 0;
	height: 275px;
	width: 260px;
}
.logo_mask {
	background: url("mask.png") top left no-repeat;
	height: 275px;
	width: 260px;
	top: 0;
	right: 0;
	position: absolute;
}
.heading {
	position: absolute;
	left: 30px;
	top: 140px;
	background: url("headline.png") top left no-repeat;
	width: 660px;
	height: 115px;
}
.heading h1 {
	width: 600px;
	height: 80px;
	line-height: 80px;
	margin: 0 30px;
	overflow: hidden;
	font-size: 32px;
	text-align: center;
	color: #42473c;
	text-shadow: 0 1px 0 #fff;
}
/* Layout
================================================= */
.wrapper_top {
	margin: 0 auto;
	width: 980px;
	height: 15px;
	background: url("content_top.png") top left no-repeat;
}
.wrapper {
	width: 980px;
	background: url("content.gif") top left repeat-y;
	margin: 0 auto;
}
.wrapper_bottom {
	margin: 0 auto;
	width: 980px;
	height: 84px;
	background: url("content_bottom.png") top left no-repeat;
}
/* Navigation Main
================================================= */
.sidebar {
	float: right;
	width: 260px;
}
.navigation {
	width: 260px;
}
.px_column_right {
	margin: 30px 21px;
	color: #141d02;
}

.navigation ul {
	margin: 0 2px;
	list-style-type: none;
	padding: 0;
}
.navigation ul ul {
	margin: 0;
	background: #7ea843 url("menu_shadow.png") top left no-repeat;
}
.navigation a:link,	.navigation a:visited, .navigation a:active {
	padding: 5px 20px 5px 20px;
	line-height: 30px;
	display: block;
	background: #8EBE4B url("menu_shadow.png") top left no-repeat;
	color: #4B6428;
	text-decoration: none;
	font-weight: bold;
}
.navigation a.px_menu_selected_parent:link,
.navigation a.px_menu_selected_parent:visited,
.navigation a.px_menu_selected_parent:active,
.navigation a.px_menu_selected:link,
.navigation a.px_menu_selected:visited,
.navigation a.px_menu_selected:active,
.navigation a:hover {
	background-color: #6D923A;
	color: #fff;
}
.navigation ul ul ul {
	background: #7ea843;
	padding-left: 20px;
}
.navigation ul ul a:link, .navigation ul ul a:visited, .navigation ul ul a:active {
	padding: 5px 20px 5px 30px;
	line-height: 24px;
	display: block;
	background: url("circle.png") 6% 50%  no-repeat;
	color: #eaf4db;
	text-decoration: none;
}
.navigation ul ul a.px_menu_has_child.px_menu_selected_parent:link,
.navigation ul ul a.px_menu_has_child.px_menu_selected_parent:visited,
.navigation ul ul a.px_menu_has_child.px_menu_selected_parent:active,
.navigation ul ul a.px_menu_has_child.px_menu_selected:link,
.navigation ul ul a.px_menu_has_child.px_menu_selected:visited,
.navigation ul ul a.px_menu_has_child.px_menu_selected:active,
.navigation ul ul a.px_menu_has_child:link,
.navigation ul ul a.px_menu_has_child:visited,
.navigation ul ul a.px_menu_has_child:active {
	background: url("circle_child.png") 6% 50%  no-repeat;
}

.navigation ul ul a.px_menu_selected_parent:link,
.navigation ul ul a.px_menu_selected_parent:visited,
.navigation ul ul a.px_menu_selected_parent:active,
.navigation ul ul a.px_menu_selected:link,
.navigation ul ul a.px_menu_selected:visited,
.navigation ul ul a.px_menu_selected:active,
.navigation ul ul a:hover {
	background: url("circle.png") 6% 50%  no-repeat;
	text-decoration: underline;
	color: #fff;
}


/* Content
================================================= */
.content {
	width: 660px;
	float: left;
	margin: 30px;
	color: #141d02;
}
.breadcrumbs {
	color: #8a7f80;
}
.px_column_left,
.px_column_main {
	float: left;
}
.px_column_left .px_column_wrap {
	margin-right: 20px;
	padding-right: 19px;
	border-right: 1px solid #B6CF90;
}
/* 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: none;
}
.px_column_left .px_cell_wrap,
.px_column_main .px_cell_wrap {
	margin-top: 20px;
	border-top: 1px solid #B6CF90;
}
.px_column_right .px_cell_wrap {
	margin-top: 20px;
	border-top: 1px solid #8a7f80;
}
.px_column_right fieldset {
	border: 2px solid #ECF3E9;
}
.px_column_left .px_cell,
.px_column_main .px_cell,
.px_column_right .px_cell {
	margin-top: 20px;
}

.breadcrumbs {
	margin-bottom: 20px;
}
/* Footer
================================================= */
.footer_top {
	width: 980px;
	margin: 0 auto;
	height: 15px;
	background: url("footer_top.png") top left no-repeat;
}
.footer {
	width: 980px;
	margin: 0 auto;
	background: url("footer.gif") top left repeat-y;
	color: #141d02;
}
.footer_content {
	padding: 30px;
	width: 920px;
	overflow: hidden;
}

.px_footer_wrap:before,
.px_footer_wrap:after {
	content: "";
	display: table;
}
.px_footer_wrap:after {
	clear: both;
}
.px_footer_wrap {
	margin-bottom: 30px;
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.px_footer_cell {
	float: left;
	margin-left: 30px;
}
.px_footer_cell:first-child {
	margin: 0;
}

.footer_bottom {
	width: 980px;
	margin: 0 auto;
	height: 55px;
	background: url("footer_bottom.png") top left no-repeat;
}

.provider {
	width: 980px;
	margin: 0 auto 20px auto;
	height: 30px;
	text-align: center;
	line-height: 30px;

}

.px_column_main {width:660px;}
.px_column_right {width:218px;}
.px_footer_cell_3QSn9igro3EDOAfIZ3itzw_x {width:920px;}


#px_menu_responsive_button {
	display: none;
}

/* Responsive
================================================= */
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 2.527em;
	}
	h2 {
		font-size: 1.843em;
	}
	h3 {
		font-size: 1.843em;
	}
	h4 {
		font-size: 1.415em;
	}
	h5 {
		font-size: 1.415em;
	}
	header {
		width: 540px;
		height: 388px;
	}
	.logo {
		position: absolute;
		top: 70px;
		left: 140px;
		height: 264px;
		width: 260px;
		z-index: 30;
	}
	.logo_mask {
		background: url("mask_m.png") top left no-repeat;
		height: 264px;
		width: 260px;
	}
	.heading {
		position: absolute;
		left: 0;
		top: 305px;
		background: url("headline_m.png") top left no-repeat;
		width: 540px;
		height: 83px;
		z-index: 20;
	}
	.heading h1 {
		width: 480px;
		height: 75px;
		line-height: 75px;
		font-weight: bold;
		margin: 5px 30px 0;
		font-size: 25px;
	}
	.wrapper_top {
		display: none;
	}
	.wrapper {
		width: 540px;
		background: url("content_m.gif") top left repeat-y;
	}
	.wrapper_bottom {
		width: 540px;
		height: 55px;
		background: url("content_bottom_m.png") top left no-repeat;
	}
	.px_tray {
		width: 540px;
		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;
	}
	#px_menu_responsive_button {
		display: block;
		padding: 8px 0;
		line-height: 28px;
		margin: 5px 2px 0;
		background: #B5D48C url("menu_shadow.png") top left repeat-x;
		text-align: center;
		color: #4B6428;
		text-decoration: none;
		font-weight: bold;
		font-size: 18px;
	}
	#px_menu_responsive_button span {
		padding-left: 15px;
	}
	#px_menu_responsive_button.px_menu_responsive_button_selected {
		background-color: #6D923A;
		color: #fff;
	}
	#px_menu_responsive {
		margin: 0 2px;
	}
	#px_menu_responsive ul {
		margin: 0;
		list-style-type: none;
		padding: 0;
	}
	#px_menu_responsive ul ul {
		margin: 0;
		background: #7ea843 url("menu_shadow.png") top left repeat-x;
	}
	#px_menu_responsive a:link,	#px_menu_responsive a:visited, #px_menu_responsive a:active {
		padding: 5px 20px 5px 20px;
		line-height: 30px;
		display: block;
		background: #8EBE4B url("menu_shadow.png") top left repeat-x;
		color: #4B6428;
		text-decoration: none;
		font-weight: bold;
	}
	#px_menu_responsive a.px_menu_responsive_selected_parent:link,
	#px_menu_responsive a.px_menu_responsive_selected_parent:visited,
	#px_menu_responsive a.px_menu_responsive_selected_parent:active,
	#px_menu_responsive a.px_menu_responsive_selected:link,
	#px_menu_responsive a.px_menu_responsive_selected:visited,
	#px_menu_responsive a.px_menu_responsive_selected:active,
	#px_menu_responsive a:hover {
		background-color: #6D923A;
		color: #fff;
	}
	#px_menu_responsive ul ul ul {
		background: #7ea843;
		padding-left: 20px;
	}
	#px_menu_responsive ul ul a:link, #px_menu_responsive ul ul a:visited, #px_menu_responsive ul ul a:active {
		padding: 5px 20px 5px 30px;
		line-height: 24px;
		display: block;
		background: url("circle.png") 3% 50%  no-repeat;
		color: #eaf4db;
		text-decoration: none;
	}
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected_parent:link,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected_parent:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected_parent:active,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected:link,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected:active,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child:link,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child:active {
		background: url("circle_child.png") 3% 50%  no-repeat;
	}

	#px_menu_responsive ul ul a.px_menu_responsive_selected_parent:link,
	#px_menu_responsive ul ul a.px_menu_responsive_selected_parent:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_selected_parent:active,
	#px_menu_responsive ul ul a.px_menu_responsive_selected:link,
	#px_menu_responsive ul ul a.px_menu_responsive_selected:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_selected:active,
	#px_menu_responsive ul ul a:hover {
		background: url("circle.png") 3% 50%  no-repeat;
		text-decoration: underline;
		color: #fff;
	}
	.sidebar {
		width: 540px;
	}
	.navigation {
		display: none;
	}
	.px_column_right {
		margin: 30px;
	}
	.content {
		width: 480px;
		margin: 30px;
	}
	.px_column_left,
	.px_column_main,
	.px_column_right,
	.px_footer_cell {
		overflow-x: scroll;
		word-wrap: break-word;
	}
	.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: 480px !important;
		margin-bottom: 30px;
	}
	.px_column_left .px_column_wrap {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.footer_top {
		width: 540px;
		background: url("footer_top_m.png") top left no-repeat;
	}
	.footer {
		width: 540px;
		background: url("footer_m.gif") top left repeat-y;
	}
	.footer_content {
		padding: 30px;
		width: 480px;
	}
	.px_footer_wrap {
		margin-bottom: 0;
	}
	.px_footer_cell {
		width: 480px !important;
		margin: 0 0 30px 0;
	}
	.px_footer_cell:first-child {
		margin: 0 0 30px 0;
	}
	.footer_bottom {
		width: 540px;
		background: url("footer_bottom_m.png") top left no-repeat;
	}
	.provider {
		width: 540px;
		height: 30px;
	}
}

@media only screen and (max-width: 540px) {
	h1 {
		font-size: 2.127em;
	}
	h2 {
		font-size: 1.643em;
	}
	h3 {
		font-size: 1.643em;
	}
	h4 {
		font-size: 1.315em;
	}
	h5 {
		font-size: 1.315em;
	}
	header {
		width: 340px;
		height: 388px;
	}
	.logo {
		left: 40px;
	}
	.heading {
		background: url("headline_s.png") top left no-repeat;
		width: 340px;
	}
	.heading h1 {
		width: 300px;
		height: 50px;
		line-height: 24px;
		font-weight: bold;
		margin: 27px 20px 0;
		font-size: 18px;
	}
	.wrapper {
		width: 340px;
		background: url("content_s.png") top left repeat-y;
	}
	.wrapper_bottom {
		width: 340px;
		background: url("content_bottom_s.png") top left no-repeat;
	}
	.px_tray {
		width: 320px;
	}
	#px_menu_responsive_button {
		margin: 5px 12px 0;
	}
	#px_menu_responsive {
		margin: 0 12px;
	}
	#px_menu_responsive ul ul a:link, #px_menu_responsive ul ul a:visited, #px_menu_responsive ul ul a:active {
		background: url("circle.png") 4% 50%  no-repeat;
	}
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected_parent:link,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected_parent:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected_parent:active,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected:link,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child.px_menu_responsive_selected:active,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child:link,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_has_child:active {
		background: url("circle_child.png") 4% 50%  no-repeat;
	}

	#px_menu_responsive ul ul a.px_menu_responsive_selected_parent:link,
	#px_menu_responsive ul ul a.px_menu_responsive_selected_parent:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_selected_parent:active,
	#px_menu_responsive ul ul a.px_menu_responsive_selected:link,
	#px_menu_responsive ul ul a.px_menu_responsive_selected:visited,
	#px_menu_responsive ul ul a.px_menu_responsive_selected:active,
	#px_menu_responsive ul ul a:hover {
		background: url("circle.png") 4% 50%  no-repeat;
	}
	.sidebar {
		width: 340px;
	}
	.px_column_right {
		margin: 20px;
	}
	.content {
		width: 300px;
		margin: 20px;
	}
	.px_column_left,
	.px_column_right,
	.px_column_main {
		width: 300px !important;
	}
	.footer_top {
		width: 340px;
		background: url("footer_top_s.png") top left no-repeat;
	}
	.footer {
		width: 340px;
		background: url("footer_s.png") top left repeat-y;
	}
	.footer_content {
		padding: 20px;
		width: 300px;
	}
	.px_footer_cell {
		width: 300px !important;
	}
	.footer_bottom {
		width: 340px;
		background: url("footer_bottom_s.png") top left no-repeat;
	}
	.provider {
		width: 320px;
		height: 30px;
	}
}
/* Print
================================================= */
@media print {
	.navigation, .provider, .breadcrumbs {
		display: none;
	}
}

