/* 	Begin Modified Meyer 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, table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; letter-spacing: -0.25px; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style-type:disc; }
/*General styles*/

html, body, #container { height: 100%; }
button { border:none;}
#container { height: 100%; min-height: 100%;}
b { font-weight: bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
p:first-child { margin-top: inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[onclick], [onrollover], button { cursor:pointer; pointer-events:auto; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	top:0; left:0; margin:auto;
	padding: 6px;
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1;
    z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
}
#loadIndicator img {
	vertical-align:text-bottom;
    width:18px;
}
#loadIndicator span:after { content:' Loading Content...'; }
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px;
	line-height:26px;
	clear:both;
	position: relative;
	margin-top: -26px;
}

#demoNote {
    right: 0; bottom: 0; margin: auto;
    height: 96px !important;
    padding: 36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none;
	color:#99ccff;
}

.pageItem, svg { position: absolute; }

.pageItem, .pageItemIFrame {
	display:block;
	top:0;
	left:0;
	width:auto !important;
	height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}

html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }

.page {
	position:relative;
	float: left;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

.pages {
	list-style: none outside none;
	padding: 0;
	margin: 0 auto ;
}	

#container > .page { /*center single page baker*/
    position:absolute;
    bottom:0;
    left:0; 
    right:0;
    top:0;
    margin:0 auto;
}

.textColumn { float:left; }
.singleline p { line-height: 1em !important; }

.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling: touch; }
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display: none; }

@media only screen and (max-device-width : 1024px) {
	.anythingSlider {padding:0;}
}

object, embed, img, a {   outline: 0; }

.liquid svg {
    height: 100%;
    width: 100%;
}

.noPlugin {
	width:100%;
	height:100%;
	background:#ccc;
	border:1px solid #666;
	padding:6px;
}

.paper-vertical, .paper-horizontal { padding: 0 8px; }
.paper-horizontal {
	position:absolute;
	top:50%;
	overflow:visible;
}

.paper-vertical .page, .paper-horizontal .page {
	border: 1px solid #bbb;	
	margin: 4px 4px 4px 0;
	-moz-box-shadow: 0px 0px 0px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

.liquid .page, .page.liquid {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage { 	display:block; }
.liquid video { width:100%; height:100%; }

.page.ls { bottom:auto !important; }

#container > nav { display:none; }
#container > nav > button {
	display: block;
	position:absolute;
	top:50%;
	width: 68px;
	height: 68px;
	margin: -34px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/arrows-slider.png) no-repeat;
}	
#container > nav > button:hover { opacity:.7; }
#container > nav > #backBtn { left: 0; background-position: left bottom; }
#container > nav > #nextBtn { right: 0; background-position: right bottom; }

/* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 	User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox{
	border-radius: 12px;
    box-shadow: 0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.hidden { display:none; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state.active * { pointer-events:auto; }
[data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:none; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.mso > .state.active, .mso > .state.transition { display:block; z-index:0; }
.mso.slideshow.seq, .panzoom { overflow: hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.valign-bottom { vertical-align:bottom; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex; 
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent: 1.5em; }

/*anchor object styles*/
img.noTextWrap { position:absolute; }
img.alignLeft, img.leftFullWidth { float:left; }
img.alignRight, img.rightFullWidth { float:right; }
img.alignCenter {display:block; margin-left:auto; margin-right:auto;}
img.inlineTable { display:block; }
img.leftFullWidth { padding-right:100%; }
img.rightFullWidth { padding-left:100%; }

ul.thumbs {
	padding:20px;
	white-space: nowrap;
    width: 1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline;
    list-style-type:none;
    margin: 0 4px;
    outline: none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

/*CSS Generated from InDesign Styles*/
body { background:#fff; }#slider { width:1024.00px; height:768.00px; }.page { width:1024.00px; height:768.00px; background: #fff !important; }.paper-vertical { width:1024.00px; height:100%; }.paper-horizontal { width:155100.00px; height:768.00px; margin-top:-384.00px; }@media all and (max-height:768.00px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }}@media all and (max-width:1024.00px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}.mejs-audio {display:none;}@font-face {	font-family:FF-MuseoSans-900Italic;	src:url("../fonts/MuseoSans-900Italic.otf");	font-style:italic;}@font-face {	font-family:FF-MinionPro-Regular;	src:url("../fonts/MinionPro-Regular.otf");}@font-face {	font-family:FF-MuseoSans-100;	src:url("../fonts/MuseoSans-100.otf");}@font-face {	font-family:FF-MuseoSans-700;	src:url("../fonts/MuseoSans-700.otf");}@font-face {	font-family:FF-MuseoSans-500;	src:url("../fonts/MuseoSans-500.otf");}@font-face {	font-family:FF-MuseoSans-300;	src:url("../fonts/MuseoSans-300.otf");}@font-face {	font-family:FF-MuseoSans-900;	src:url("../fonts/MuseoSans-900.otf");}#item13483 {	width:506px !important;	height:81px !important;	left:76px !important;	top:110px !important;}#item78635 {	border-radius:5px 5px 5px 5px;	background:#569bbe;	width:150px !important;	height:50px !important;	left:160px !important;	top:340px !important;}#item16173 {	width:33px !important;	height:33px !important;	left:959px !important;	top:572px !important;	background:url('../images/item16173.png') no-repeat 50% 50%;}#item16178 {	width:33px !important;	height:33px !important;	left:917px !important;	top:572px !important;	background:url('../images/item16178.png') no-repeat 50% 50%;}#item106942 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item83596 {	width:204px !important;	height:29px !important;	left:214px !important;	top:436px !important;}#item83620 {	width:183px !important;	height:11px !important;	left:508px !important;	top:439px !important;}#item83629 {	width:184px !important;	height:11px !important;	left:770px !important;	top:484px !important;}#item83633 {	width:211px !important;	height:11px !important;	left:769px !important;	top:439px !important;}#item83637 {	width:149px !important;	height:11px !important;	left:505px !important;	top:485px !important;}#item83642 {	width:792px !important;	height:57px !important;	left:197px !important;	top:110px !important;}#item83665 {	width:792px !important;	height:169px !important;	left:197px !important;	top:196px !important;}#item90357 {	width:145px !important;	height:16px !important;	left:35px !important;	top:186px !important;}#item90332 {	width:146px !important;	height:23px !important;	left:35px !important;	top:230px !important;}#item90382 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item83702 {	width:33px !important;	height:33px !important;	left:959px !important;	top:2954px !important;	background:url('../images/item83702.png') no-repeat 50% 50%;}#item83696 {	width:33px !important;	height:33px !important;	left:917px !important;	top:2954px !important;	background:url('../images/item83696.png') no-repeat 50% 50%;}#item83756 {	width:772px !important;	height:2840px !important;	left:197px !important;	top:100px !important;	padding:40px 0px 40px 0px;}#item115819 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16305_115894 {}#item16305 {	width:681px !important;	height:292px !important;	left:142px !important;	top:388px !important;}#item116025 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16346_116100 {}#item16346 {	width:681px !important;	height:292px !important;	left:142px !important;	top:388px !important;}#item116231 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16393_116306 {}#item16393 {	width:681px !important;	height:292px !important;	left:142px !important;	top:388px !important;}#item116437 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16442_116512 {}#item16442 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item116643 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16482_116718 {}#item16482 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item116849 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16530_116924 {}#item16530 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item117055 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16576_117132 {}#item16576 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item117292 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16625_117367 {}#item16625 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item117498 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16674_117573 {}#item16674 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item117704 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16721_117817 {}#item16721 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item118188 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16768_118264 {}#item16768 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item118395 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16815_118470 {}#item16815 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item118601 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16863_118676 {}#item16863 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item118807 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16963_118882 {}#item16963 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item119013 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17011_119088 {}#item17011 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item119219 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17058_119294 {}#item17058 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item119425 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17106_119500 {}#item17106 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item119631 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17155_119708 {}#item17155 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item119855 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17205_119931 {}#item17205 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item120062 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17252_120137 {}#item17252 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item120268 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17299_120343 {}#item17299 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item120474 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17348_120549 {}#item17348 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item120680 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17399_120755 {}#item17399 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item120886 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17447_120961 {}#item17447 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item121092 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17496_121167 {}#item17496 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item121298 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17543_121373 {}#item17543 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item121504 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17590_121579 {}#item17590 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item121710 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17638_121785 {}#item17638 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item121916 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17689_121991 {}#item17689 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item122122 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17738_122197 {}#item17738 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item122328 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17786_122403 {}#item17786 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item122534 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17833_122609 {}#item17833 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item122740 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17882_122815 {}#item17882 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item122946 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17971_123021 {}#item17971 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item123152 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18019_123227 {}#item18019 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item123358 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18068_123433 {}#item18068 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item123564 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18116_123639 {}#item18116 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item123770 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18159_123845 {}#item18159 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item123976 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18207_124052 {}#item18207 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item124183 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18254_124258 {}#item18254 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item124389 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18306_124464 {}#item18306 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item124595 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18354_124670 {}#item18354 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item124801 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18401_124876 {}#item18401 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item125007 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18450_125082 {}#item18450 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item125213 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18500_125288 {}#item18500 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item125419 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18549_125494 {}#item18549 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item125625 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18646_125700 {}#item18646 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item125831 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18693_125906 {}#item18693 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item126037 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18741_126112 {}#item18741 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item126243 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18788_126318 {}#item18788 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item126449 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18839_126524 {}#item18839 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item126655 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18886_126730 {}#item18886 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item126861 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18934_126936 {}#item18934 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item127067 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item18974_127142 {}#item18974 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item127273 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19020_127348 {}#item19020 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item127479 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19070_127554 {}#item19070 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item127685 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19166_127760 {}#item19166 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item127891 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19215_127966 {}#item19215 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item128097 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19262_128210 {}#item19262 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item128585 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19311_128665 {}#item19311 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item128822 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19358_128898 {}#item19358 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item129029 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19456_129104 {}#item19456 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item129235 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19552_129310 {}#item19552 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item129441 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19601_129516 {}#item19601 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item129647 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19697_129722 {}#item19697 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item129853 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19745_129928 {}#item19745 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item130059 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19793_130134 {}#item19793 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item130265 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19841_130340 {}#item19841 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item130471 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19889_130546 {}#item19889 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item130677 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19929_130753 {}#item19929 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item130884 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19980_130959 {}#item19980 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item131090 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20027_131165 {}#item20027 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item131296 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20074_131371 {}#item20074 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item131502 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20123_131577 {}#item20123 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item131708 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20174_131783 {}#item20174 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item131914 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20224_132066 {}#item20224 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item132197 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20271_132272 {}#item20271 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item132403 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20311_132478 {}#item20311 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item132609 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20359_132684 {}#item20359 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item132815 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20407_132890 {}#item20407 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item133021 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item17931_133096 {}#item17931 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item133227 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20456_133302 {}#item20456 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item133433 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20503_133508 {}#item20503 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item133639 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20554_133714 {}#item20554 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item133845 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20601_133920 {}#item20601 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item134051 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20642_134126 {}#item20642 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item134257 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20689_134332 {}#item20689 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item134463 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20739_134538 {}#item20739 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item134669 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20789_134744 {}#item20789 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item134875 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20829_134953 {}#item20829 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item135112 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20878_135188 {}#item20878 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item135319 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20925_135394 {}#item20925 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item135525 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item20973_135600 {}#item20973 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item135731 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21021_135806 {}#item21021 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item135941 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21069_136017 {}#item21069 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item136148 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21117_136223 {}#item21117 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item136354 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21168_136429 {}#item21168 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item136560 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21215_136635 {}#item21215 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item136766 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21262_136841 {}#item21262 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item136972 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21311_137047 {}#item21311 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item137178 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21410_137253 {}#item21410 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item137384 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21457_137459 {}#item21457 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item137590 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21505_137665 {}#item21505 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item137796 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21552_137871 {}#item21552 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item138002 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21601_138077 {}#item21601 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item138208 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21649_138283 {}#item21649 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item138414 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21700_138489 {}#item21700 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item138620 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21748_138695 {}#item21748 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item138826 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21795_138901 {}#item21795 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item139032 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19409_139109 {}#item19409 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item139256 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21846_139332 {}#item21846 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item139463 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item19504_139538 {}#item19504 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item139669 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21897_139744 {}#item21897 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item139875 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item16914_139950 {}#item16914 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item140081 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21937_140204 {}#item21937 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item140335 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22032_140410 {}#item22032 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item140541 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22080_140616 {}#item22080 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item140747 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22177_140822 {}#item22177 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item140953 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22224_141028 {}#item22224 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item141159 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22264_141234 {}#item22264 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item141365 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item97566_141440 {}#item97566 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item141571 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22128_141655 {}#item22128 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item141842 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22315_141918 {}#item22315 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item142049 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22362_142124 {}#item22362 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item142255 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22409_142334 {}#item22409 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item142491 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item21362_142567 {}#item21362 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item142698 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22457_142774 {}#item22457 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item142905 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22508_142980 {}#item22508 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item143111 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22557_143186 {}#item22557 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item143317 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22604_143392 {}#item22604 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item143523 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22653_143598 {}#item22653 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item143729 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22700_143804 {}#item22700 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item143935 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22749_144010 {}#item22749 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item144141 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22798_144216 {}#item22798 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item144347 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22850_144422 {}#item22850 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item144553 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22897_144628 {}#item22897 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item144759 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22944_144834 {}#item22944 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item144965 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item22993_145040 {}#item22993 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item145171 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23043_145246 {}#item23043 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item145377 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23092_145452 {}#item23092 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item145583 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23139_145658 {}#item23139 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item145789 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23187_145864 {}#item23187 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item145995 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23234_146070 {}#item23234 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item146201 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23282_146276 {}#item23282 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item146444 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23329_146519 {}#item23329 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item146650 {	width:51px !important;	height:19px !important;	left:910px !important;	top:34px !important;}#item23382_146725 {}#item23382 {	width:681px !important;	height:292px !important;	left:142px !important;	top:389px !important;}#item12150 {	width:711px !important;	height:66px !important;	left:35px !important;	top:615px !important;}p.autoParaStyle8 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#ff6600;	letter-spacing:0.050em;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle7 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#000;	letter-spacing:0.050em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle6 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#888b8d;	letter-spacing:0.050em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle5 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:21px;	line-height:15px;	color:#888b8d;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:6px;	text-align:left;}p.autoParaStyle4 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:21px;	line-height:25px;	color:#888b8d;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:6px;	text-align:left;}p.autoParaStyle3 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:25px;	line-height:27px;	color:#ff6600;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:6px;	text-align:left;}p.autoParaStyle2 {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#888b8d;	letter-spacing:0.050em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle1 {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:17px;	line-height:20px;	color:#fff;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.co_email_h6 {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.co_telefon_h5 {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:6px;	text-align:left;}p.co_funktion_h4 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	margin-bottom:16px;	text-align:left;}p.co_vor_nachname_h3 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#ff6600;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:2px;	text-align:left;}p.co_bereich_h2_aus {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	margin-bottom:16px;	text-align:left;}p.co_bereich_h2 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	margin-bottom:16px;	text-align:left;}p.co_standort_h1_aus {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.co_standort_h1 {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:25px;	line-height:30px;	color:#888b8d;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.m_pagina {	font-family:FF-MuseoSans-700,"Museo Sans",serif;	font-size:12px;	line-height:14px;	color:#fff;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.inhvz_name_h3 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#888b8d;	padding-left:5px;	margin-bottom:14px;	text-align:left;}p.inhvz_bereich_h2 {	font-family:FF-MuseoSans-700,"Museo Sans",serif;	font-size:14px;	line-height:17px;	color:#569bbe;	text-transform:uppercase;	padding-left:5px;	margin-bottom:7px;	text-align:left;}p.inhvz_standort_h1 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#ff6600;	letter-spacing:0.020em;	text-transform:uppercase;	margin-top:10px;	margin-bottom:11px;	text-align:left;}p.inhvz_funk {	font-family:FF-MuseoSans-500,"Museo Sans",serif;	font-size:12px;	line-height:15px;	color:#888b8d;	letter-spacing:0.050em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.inhvz_funk_h1 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:15px;	line-height:18px;	color:#888b8d;	letter-spacing:0.050em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.inhvz_h2 {	font-family:FF-MuseoSans-100,"Museo Sans",serif;	font-size:30px;	line-height:36px;	color:#ff6600;	letter-spacing:0.070em;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.inhvz_h1 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:20px;	line-height:14px;	color:#888b8d;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:21px;	text-align:left;}p.titel_h2 {	font-family:FF-MuseoSans-300,"Museo Sans",serif;	font-size:30px;	line-height:36px;	color:#ff6600;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:6px;	text-align:left;}p.titel_h1 {	font-family:FF-MuseoSans-900,"Museo Sans",serif;	font-size:40px;	line-height:48px;	color:#ff6600;	text-transform:uppercase;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	margin-bottom:6px;	text-align:left;}p.Einf--Abs- {	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;	font-size:12px;	line-height:14px;	color:#000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.Kein-Absatzformat {	font-family:"Minion Pro","Times New Roman", Times, serif;	font-size:12px;	line-height:14px;	color:#000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}span.autoCharStyle3 {	font-family:FF-MuseoSans-900Italic,"Museo Sans",serif;	font-style:italic;	font-weight:normal;}span.autoCharStyle2 {	letter-spacing:-0.010em;}span.autoCharStyle1 {	letter-spacing:-0.050em;}span.linie {	color:#888b8d;	text-decoration:underline;}span.unterstreichen {	text-decoration:underline;}span.seitenzahl {	color:#888b8d;}span.Ohne {}#in5footer {display:none;}