/* 	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 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; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; background-color:transparent; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#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{
	width:100%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    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);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom; width:18px;
}
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;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; 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;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.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; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.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;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-audio.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.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%; }

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state * { pointer-events: inherit; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.liquid label > .state {
    width:100% !important;
    height:100% !important;
}
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }
.panzoom > .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) > .content {
	transition:all .3s;
}

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

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

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

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex; 
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
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.5ex;padding-left:1.5ex; }
p.no-start-indent { text-indent:0px !important; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

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); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#ededed; }
:-webkit-full-screen { background:#ededed; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
.page-scale-wrap { width:594px; height:774px; background: #fff !important; }
.paper-vertical { width:594px; height:100%; }
.paper-horizontal { width:39864px; height:786px; }
nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	left:0;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
	will-change:transform;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
html[data-dir="rtl"] nav#page-nav > #backBtn, html:not([data-dir="rtl"]) nav#page-nav > #nextBtn { 
	left:auto;
	right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
@media all and (max-height:774px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:594px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
#share-wrap {
    left:0;
    position:fixed;
    top: 25%;
    background-color: rgba(0,0,0,.65);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);
    z-index:9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/sharebtns.png) no-repeat;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:12px;
	padding:3px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-fb { background-color:#3b5998; background-position:-27px 50%; }
#share-wrap > a#sb-tw { background-color:#00aced; background-position: -265px 50%; }
#share-wrap > a#sb-li { background-color:#007fb1; background-position: -116px 50%; }
#share-wrap > a:hover { box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5); }
@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#viewer-options-wrap {
	position:fixed;bottom:0;left:0;width:100%;padding:4px;
	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;
	transform:translateZ(0);
	transition:transform .5s;
}
#viewer-options-bar{
	position:absolute;bottom:0;left:0;width:100%;
	background-color:#000; color:#fff; fill:#fff;
	height:40px; display:table;
}
#viewer-options-bar.light { color:#000; fill:#000; }
#viewer-options-wrap.no-options #viewer-options-bar {display:none;}
#viewer-options-bar > span { display:table-cell; vertical-align:middle; cursor:default;}
#viewer-logo { display:inline-block; margin-right:14px;}
#viewer-logo img, #viewer-logo object {
	height:36px;
    vertical-align:middle;
    padding:2px 4px;
}
#viewer-title{ padding-left:6px; white-space:nowrap; }
#viewer-pagecount{ text-align:center; width:100%; }
#viewer-options { text-align:right; min-width:340px; }
.viewer-option-btn { cursor:pointer;display:inline-block;margin-right:24px;width:24px;padding:0;}
.viewer-option-btn > svg { position:relative; }
::-webkit-scrollbar #viewer-thumb-wrap {
    width:0px;  background:transparent;
}
#viewer-thumb-wrap {
    position:fixed; bottom:-50px; padding-bottom:46px;
    left:0; right:0; margin:auto;
    overflow-y:hidden; overflow-x:auto;
    background-color:rgba(255,255,255,.7);
    -webkit-overflow-scrolling:touch;
    scroll-behavior: smooth;
}
#viewer-options-thumb-images { margin-bottom:30px; padding-left:24px}
.viewer-page-thumb {
    display:table-cell;
    cursor:pointer;
    padding:24px 0;
	pointer-events:auto;
	-ms-transform:scale(.9); -webkit-transform:scale(.9); transform:scale(.9);
	-webkit-transition:transform .4s; transition:transform .4s;
}
.viewer-page-thumb:hover {
	-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);
}
.viewer-page-thumb > img { box-shadow:0 0 24px rgba(0,0,0,.5); }
.viewer-page-thumb.active > img { outline:2px solid #ff9900; }
.dragging, .dragging * { cursor:move !important; }
.dragging, .dragging * { cursor:move !important; }
#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:#ff9900;}
#viewer-options-wrap.no-options #viewer_progress_bar {bottom:0;}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}
#viewer-options-bar #view-toggle {
    position:absolute;
    right:8px;
    bottom:120px;
    display:block;
    width:70px;
    height:50px;
    border-radius:12px 12px 0 0;
    cursor:pointer;
    display:none;
}
#viewer-options-bar #view-toggle svg {
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    margin:auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}

@media all and (max-width:780px) {
	#viewer-thumb-wrap { bottom:-20px; }
	#viewer-options-wrap.collapsed {
		-ms-transform:translateY(120px);
		-webkit-transform:translateY(120px) translateZ(0);
		transform:translateY(120px) translateZ(0);
		transition:transform .5s;
	}
	#viewer-options-wrap.collapsed #view-toggle svg {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	#viewer-options-wrap.collapsed #viewer-options-thumb-images { display:none; }
	#viewer-options-bar #view-toggle { display:block; }
	#viewer_progress_bar {bottom:120px;}
	#viewer-options-bar{height:120px;display:block;}
	#viewer-pagecount{right:24px;width:auto;}
	#viewer-options-bar > span{display:inline-block;position:absolute;padding-top:14px}
	#viewer-options{display:table;table-layout:fixed;width:98%;bottom:12px;}
	.viewer-option-btn{display:table-cell;height:auto;min-width:44px;max-width:50px;padding:12px;width:2%;position:relative;}
	.viewer-option-btn > svg {max-width:50px;position:absolute;left:0;right:0;bottom:10px;margin:auto;}
	.viewer-option-btn:first-child{padding-left:6px;}
	.viewer-option-btn:last-child{padding-right:18px;}
	#viewer-options-thumb-images{margin-bottom:90px;}
	body:not(.responsive) .viewer-page-thumb > img {max-width:175px;}
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#item16283 {
	width:534px !important;
	left:30px !important;
	top:20px !important;
	min-height:22px !important;
}

#item16189 {
	width:100px !important;
	left:33px !important;
	top:748px !important;
	min-height:12px !important;
}

#item16212 {
	width:289px !important;
	left:275px !important;
	top:748px !important;
	min-height:14px !important;
}

#item16471 {
	width:258px !important;
	top:18px !important;
	text-shadow:1px 1px 1px #000;
	min-height:18px !important;
}

#item66519 {
	width:252px !important;
	left:1px !important;
	text-shadow:3px 3px 3px #fff;
	min-height:31px !important;
}

#item71793 {
	width:245px !important;
	left:1px !important;
	top:18px !important;
	text-shadow:1px 1px 1px #000;
	min-height:18px !important;
}

#item71816 {
	width:252px !important;
	text-shadow:3px 3px 3px #fff;
	min-height:31px !important;
}

#item16448 {
	width:521px !important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	min-height:37px !important;
}

#item78548 {
	width:377px !important;
	top:24px !important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	min-height:27px !important;
}

#item94466 {
	width:259px !important;
	left:1px !important;
	top:18px !important;
	text-shadow:1px 1px 1px #000;
	min-height:18px !important;
}

#item94490 {
	width:252px !important;
	text-shadow:3px 3px 3px #fff;
	min-height:31px !important;
}

#item58863 {
	width:612px !important;
	height:792px !important;
	left:-18px !important;
	top:-9px !important;
	background:#fff;
}

#item107473 {
	width:129px !important;
	left:40px !important;
	top:730px !important;
	min-height:29px !important;
}

#item21623 {
	width:143px !important;
	left:403px !important;
	top:739px !important;
	min-height:25px !important;
}

#item72681 {
	width:86px !important;
	height:19px !important;
	left:465px !important;
	top:729px !important;
}

#item72709 {
	width:203px !important;
	height:69px !important;
	left:367px !important;
	top:30px !important;
}

#item72717 {
	width:197px !important;
	left:370px !important;
	top:132px !important;
	min-height:536px !important;
}

#item104915 {
	width:529px !important;
	height:710px !important;
	left:35px !important;
	top:20px !important;
	border:solid 2px #6d6e70;
}

#item95437 {
	width:441px !important;
	left:77px !important;
	top:369px !important;
	min-height:253px !important;
}

#item95482 {
	width:435px !important;
	left:80px !important;
	top:683px !important;
	min-height:60px !important;
}

#item107450 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item95505 {
	width:176px !important;
	height:54px !important;
	left:209px !important;
	top:608px !important;
}

#item105152 {
	width:188px !important;
	left:359px !important;
	top:83px !important;
	min-height:150px !important;
}

#item79991 {
	width:297px !important;
	height:311px !important;
	left:-18px !important;
	top:-8px !important;
}

#item80031 {
	width:46px !important;
	left:571px !important;
	top:326px !important;
	min-height:48px !important;
}

#item80054 {
	width:82px !important;
	left:288px !important;
	top:260px !important;
	min-height:68px !important;
}

#item80100 {
	width:82px !important;
	left:303px !important;
	top:602px !important;
	min-height:68px !important;
}

#item80123 {
	width:82px !important;
	left:289px !important;
	top:316px !important;
	min-height:68px !important;
}

#item80169 {
	width:217px !important;
	left:44px !important;
	top:312px !important;
	min-height:48px !important;
}

#item80239 {
	width:217px !important;
	left:44px !important;
	top:353px !important;
	min-height:25px !important;
}

#item107427 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item80908 {
	width:194px !important;
	left:40px !important;
	top:516px !important;
	min-height:48px !important;
}

#item81024 {
	width:179px !important;
	left:39px !important;
	top:559px !important;
	min-height:29px !important;
}

#item87158 {
	width:179px !important;
	left:39px !important;
	top:594px !important;
	min-height:29px !important;
}

#item88613 {
	width:217px !important;
	left:40px !important;
	top:378px !important;
	min-height:106px !important;
}

#item107404 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item80006 {
	width:82px !important;
	left:245px !important;
	top:600px !important;
	min-height:68px !important;
}

#item105589 {
	width:82px !important;
	left:493px !important;
	top:589px !important;
	min-height:68px !important;
}

#item80493 {
	width:197px !important;
	min-height:25px !important;
}

#item80700 {
	width:200px !important;
	top:21px !important;
	min-height:42px !important;
}

#item86296 {
	width:197px !important;
	min-height:25px !important;
}

#item86319 {
	width:200px !important;
	top:21px !important;
	min-height:45px !important;
}

#item86344 {
	width:197px !important;
	min-height:25px !important;
}

#item86367 {
	width:200px !important;
	top:21px !important;
	min-height:42px !important;
}

#item86393 {
	width:177px !important;
	min-height:25px !important;
}

#item86416 {
	width:200px !important;
	top:21px !important;
	min-height:42px !important;
}

#item86441 {
	width:200px !important;
	left:1px !important;
	min-height:25px !important;
}

#item86464 {
	width:200px !important;
	top:22px !important;
	min-height:42px !important;
}

#item87971 {
	width:177px !important;
	min-height:25px !important;
}

#item87994 {
	width:258px !important;
	top:21px !important;
	min-height:42px !important;
}

#item94411 {
	width:242px !important;
	min-height:25px !important;
}

#item94434 {
	width:240px !important;
	top:21px !important;
	min-height:42px !important;
}

#item103473 {
	width:433px !important;
	left:80px !important;
	top:111px !important;
	min-height:71px !important;
}

#item103496 {
	width:455px !important;
	left:69px !important;
	top:162px !important;
	min-height:27px !important;
}

#item103520 {
	width:384px !important;
	left:105px !important;
	top:639px !important;
	min-height:59px !important;
}

#item107381 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103591 {
	width:108px !important;
	left:105px !important;
	top:619px !important;
	min-height:17px !important;
}

#item107358 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103543 {
	width:195px !important;
	height:212px !important;
	left:381px !important;
	top:27px !important;
	background:#fff;
}

#item103544 {
	width:195px !important;
	height:246px !important;
	left:383px !important;
	top:413px !important;
	background:#fff;
}

#item103545 {
	width:164px !important;
	left:399px !important;
	top:28px !important;
	min-height:222px !important;
}

#item103568 {
	width:164px !important;
	left:399px !important;
	top:413px !important;
	min-height:268px !important;
}

#item103626 {
	width:164px !important;
	left:32px !important;
	top:32px !important;
	min-height:241px !important;
}

#item103649 {
	width:163px !important;
	left:32px !important;
	top:293px !important;
	min-height:199px !important;
}

#item103672 {
	width:164px !important;
	left:32px !important;
	top:553px !important;
	min-height:185px !important;
}

#item107334 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103695 {
	width:164px !important;
	left:399px !important;
	top:32px !important;
	min-height:227px !important;
}

#item103718 {
	width:163px !important;
	left:399px !important;
	top:393px !important;
	min-height:241px !important;
}

#item107311 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item101791 {
	width:402px !important;
	height:705px !important;
	left:94px !important;
	top:27px !important;
	background:#fff;
}

#item101799 {
	width:363px !important;
	left:113px !important;
	top:510px !important;
	min-height:223px !important;
}

#item101845 {
	width:426px !important;
	left:84px !important;
	top:454px !important;
	min-height:42px !important;
}

#item107288 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item101877 {
	width:140px !important;
	left:227px !important;
	top:490px !important;
	min-height:17px !important;
}

#item107265 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item101822 {
	width:504px !important;
	left:45px !important;
	top:27px !important;
	min-height:327px !important;
}

#item101912 {
	width:504px !important;
	left:45px !important;
	top:46px !important;
	min-height:474px !important;
}

#item107241 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item101935 {
	width:504px !important;
	left:45px !important;
	top:46px !important;
	min-height:373px !important;
}

#item107218 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102005 {
	width:527px !important;
	left:34px !important;
	top:330px !important;
	min-height:97px !important;
}

#item107195 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102028 {
	width:504px !important;
	left:43px !important;
	top:62px !important;
	min-height:362px !important;
}

#item107172 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102089 {
	width:504px !important;
	left:50px !important;
	top:64px !important;
	min-height:464px !important;
}

#item107149 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item105070 {
	width:527px !important;
	height:172px !important;
	left:1px !important;
	background:#fff;
	padding:18px 0px 18px 0px;
}

#item102112 {
	width:395px !important;
	left:162px !important;
	top:660px !important;
	min-height:55px !important;
}

#item107126 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item107103 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102985 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item102986 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item102987 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item102989 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item102990 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item102991 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103004 {
	width:385px !important;
	left:60px !important;
	top:424px !important;
	min-height:112px !important;
}

#item103082 {
	width:253px !important;
	left:300px !important;
	top:78px !important;
	min-height:100px !important;
}

#item107080 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102996 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item102997 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item102998 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103000 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item103001 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item103002 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103028 {
	width:210px !important;
	left:318px !important;
	top:502px !important;
	min-height:144px !important;
}

#item103053 {
	width:253px !important;
	left:272px !important;
	top:86px !important;
	min-height:136px !important;
}

#item107057 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103182 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item103183 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item103184 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103186 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item103187 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item103188 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103236 {
	width:202px !important;
	left:352px !important;
	top:538px !important;
	min-height:175px !important;
}

#item107034 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103193 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item103194 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item103195 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103197 {
	width:8px !important;
	height:7px !important;
	background:#002b62;
}

#item103198 {
	width:8px !important;
	height:7px !important;
	left:12px !important;
	background:#00aeef;
}

#item103199 {
	width:8px !important;
	height:7px !important;
	left:24px !important;
	background:#ec008c;
}

#item103259 {
	width:297px !important;
	left:242px !important;
	top:422px !important;
	min-height:95px !important;
}

#item102181 {
	width:478px !important;
	left:50px !important;
	top:39px !important;
	min-height:95px !important;
}

#item102204 {
	width:360px !important;
	left:168px !important;
	top:124px !important;
	min-height:24px !important;
}

#item107011 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102227 {
	width:138px !important;
	left:403px !important;
	top:44px !important;
	min-height:17px !important;
}

#item102250 {
	width:164px !important;
	left:399px !important;
	top:71px !important;
	min-height:663px !important;
}

#item106988 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102294 {
	width:164px !important;
	left:32px !important;
	top:17px !important;
	min-height:678px !important;
}

#item106965 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102298 {
	width:164px !important;
	left:399px !important;
	top:32px !important;
	min-height:663px !important;
}

#item106941 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102331 {
	width:164px !important;
	left:32px !important;
	top:32px !important;
	min-height:667px !important;
}

#item106918 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102335 {
	width:164px !important;
	left:399px !important;
	top:32px !important;
	min-height:702px !important;
}

#item106895 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106872 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102535 {
	width:331px !important;
	height:57px !important;
	left:44px !important;
	top:633px !important;
	background:rgba(255,255,255,0.9);
	padding:9px;
}

#item106849 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102428 {
	width:446px !important;
	left:74px !important;
	top:147px !important;
	min-height:32px !important;
}

#item102451 {
	width:256px !important;
	left:307px !important;
	top:245px !important;
	background:#fff;
	min-height:160px !important;
}

#item102474 {
	width:527px !important;
	left:34px !important;
	top:31px !important;
	min-height:136px !important;
}

#item102512 {
	width:241px !important;
	left:308px !important;
	top:190px !important;
	min-height:60px !important;
}

#item106826 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106803 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102577 {
	width:478px !important;
	height:64px !important;
	left:85px !important;
	top:659px !important;
	background:rgba(255,255,255,0.85);
	padding:9px;
}

#item102617 {
	width:454px !important;
	height:57px !important;
	left:32px !important;
	top:44px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106780 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106756 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102649 {
	width:449px !important;
	height:42px !important;
	left:114px !important;
	top:672px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106733 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106710 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102691 {
	width:418px !important;
	height:57px !important;
	left:99px !important;
	top:651px !important;
	background:rgba(255,255,255,0.85);
	padding:9px;
}

#item106687 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102740 {
	width:469px !important;
	height:42px !important;
	left:32px !important;
	top:679px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106664 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106641 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102792 {
	width:410px !important;
	height:42px !important;
	left:32px !important;
	top:47px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106618 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106595 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102847 {
	width:371px !important;
	height:68px !important;
	left:56px !important;
	top:51px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106571 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102870 {
	width:363px !important;
	height:53px !important;
	left:190px !important;
	top:672px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106548 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102941 {
	width:460px !important;
	height:57px !important;
	left:31px !important;
	top:672px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item106525 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item102918 {
	width:425px !important;
	height:57px !important;
	left:138px !important;
	top:640px !important;
	background:rgba(255,255,255,0.7);
	padding:9px;
}

#item104633 {
	opacity:0.20;
	width:530px !important;
	left:-9px !important;
	top:-10px !important;
	min-height:177px !important;
}

#item104657 {
	width:282px !important;
	left:32px !important;
	top:260px !important;
	min-height:114px !important;
}

#item104708 {
	width:323px !important;
	left:31px !important;
	top:149px !important;
	min-height:117px !important;
}

#item106502 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104685 {
	width:231px !important;
	left:331px !important;
	top:360px !important;
	min-height:374px !important;
}

#item106479 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103808 {
	width:428px !important;
	left:81px !important;
	top:76px !important;
	min-height:195px !important;
}

#item103831 {
	width:428px !important;
	left:83px !important;
	top:277px !important;
	min-height:70px !important;
}

#item106455 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103854 {
	width:432px !important;
	left:94px !important;
	top:56px !important;
	min-height:232px !important;
}

#item106432 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103908 {
	width:432px !important;
	left:92px !important;
	top:63px !important;
	min-height:205px !important;
}

#item106409 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103912 {
	width:432px !important;
	left:83px !important;
	top:63px !important;
	min-height:218px !important;
}

#item106386 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item103955 {
	width:486px !important;
	left:54px !important;
	top:266px !important;
	min-height:135px !important;
}

#item103978 {
	width:461px !important;
	left:54px !important;
	top:504px !important;
	background:rgba(255,255,255,0.8);
	min-height:171px !important;
	padding:14px;
}

#item104026 {
	width:150px !important;
	left:208px !important;
	top:387px !important;
	min-height:17px !important;
}

#item106363 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104003 {
	width:360px !important;
	left:117px !important;
	top:41px !important;
	min-height:402px !important;
}

#item106340 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104070 {
	width:360px !important;
	left:117px !important;
	top:47px !important;
	min-height:193px !important;
}

#item106317 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104094 {
	width:360px !important;
	left:137px !important;
	top:47px !important;
	min-height:222px !important;
}

#item106294 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104149 {
	width:360px !important;
	left:113px !important;
	top:50px !important;
	min-height:210px !important;
}

#item106271 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104126 {
	width:360px !important;
	left:117px !important;
	top:50px !important;
	min-height:267px !important;
}

#item106248 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item106225 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104404 {
	width:399px !important;
	left:53px !important;
	top:69px !important;
	min-height:271px !important;
}

#item104427 {
	width:150px !important;
	left:54px !important;
	top:334px !important;
	min-height:17px !important;
}

#item104450 {
	width:330px !important;
	height:50px !important;
	left:132px !important;
	top:563px !important;
}

#item106202 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104473 {
	width:164px !important;
	left:399px !important;
	top:136px !important;
	min-height:605px !important;
}

#item104529 {
	width:254px !important;
	height:65px !important;
	left:-40px !important;
	top:405px !important;
	background:#fff;
}

#item104532 {
	width:164px !important;
	left:32px !important;
	top:19px !important;
	min-height:451px !important;
}

#item106178 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104531 {
	width:254px !important;
	height:65px !important;
	left:381px !important;
	top:405px !important;
	background:#fff;
}

#item104564 {
	width:164px !important;
	left:399px !important;
	top:16px !important;
	min-height:451px !important;
}

#item106155 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104217 {
	width:393px !important;
	left:32px !important;
	top:154px !important;
	min-height:101px !important;
}

#item106132 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item105178 {
	width:113px !important;
	left:32px !important;
	top:250px !important;
	min-height:17px !important;
}

#item106109 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item104293 {
	width:527px !important;
	left:36px !important;
	top:509px !important;
	min-height:172px !important;
}

#item106086 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item105183 {
	width:407px !important;
	height:172px !important;
	left:94px !important;
	top:47px !important;
	background:#fff;
	padding:18px 0px 18px 0px;
}

#item106063 {
	width:144px !important;
	left:406px !important;
	top:739px !important;
	min-height:25px !important;
}

#item88867 {
	width:612px !important;
	height:792px !important;
	left:-18px !important;
	top:-9px !important;
}

#item106040 {
	width:129px !important;
	left:40px !important;
	top:739px !important;
	min-height:25px !important;
}

#item86967 {
	opacity:0.85;
	width:527px !important;
	height:59px !important;
	left:31px !important;
	top:661px !important;
	background:#08293f;
}

#item86969 {
	width:457px !important;
	left:157px !important;
	top:695px !important;
	min-height:17px !important;
}

#item86993 {
	width:68px !important;
	left:75px !important;
	top:694px !important;
	min-height:21px !important;
}

#item86943 {
	width:509px !important;
	left:63px !important;
	top:634px !important;
	min-height:69px !important;
}
#in5footer,  #prefooter {display:none;}
