/* 	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:'Your ebook is loading...'; }
#slider { width:1668px; height:2224px; }
.page-scale-wrap { width:1668px; height:2224px; background: #fff !important; }
.paper-vertical { width:1668px; height:100%; }
.paper-horizontal { width:349024px; height:2236px; }
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);
}
/* 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;}
/* Colorbox User Style: */
#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;}
@media all and (max-height:2224px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1668px) {
	.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 #5aa1e2; }
.dragging, .dragging * { cursor:move !important; }
.dragging, .dragging * { cursor:move !important; }
#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:#5aa1e2;}
#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%);
}
#item53160 {
	width:9px !important;
	height:9px !important;
	left:963px !important;
	top:284px !important;
}

#item6285 {
	width:267px !important;
	height:2224px !important;
	background:#f96302;
}

#item6310 {
	mix-blend-mode:multiply;
	opacity:0.31;
	width:267px !important;
	height:1305px !important;
}

#item6328 {
	width:267px !important;
	height:267px !important;
	top:1957px !important;
	background:#cec1ab;
}

#item23849 {
	width:1270px !important;
	height:38px !important;
	left:290px !important;
	top:138px !important;
}

#item23860 {
	width:1274px !important;
	height:34px !important;
	left:290px !important;
	top:176px !important;
}

#item23871 {
	width:1274px !important;
	height:34px !important;
	left:290px !important;
	top:210px !important;
}

#item23882 {
	width:1274px !important;
	height:79px !important;
	left:290px !important;
	top:241px !important;
}

#item42921 {
	width:1279px !important;
	height:90px !important;
	left:285px !important;
	top:378px !important;
}

#item42958 {
	width:1279px !important;
	height:84px !important;
	left:285px !important;
	top:468px !important;
}

#item42969 {
	width:1279px !important;
	height:64px !important;
	left:285px !important;
	top:620px !important;
}

#item42980 {
	width:1279px !important;
	height:46px !important;
	left:285px !important;
	top:332px !important;
}

#item42992 {
	width:1279px !important;
	height:68px !important;
	left:285px !important;
	top:552px !important;
}

#item43004 {
	width:1273px !important;
	height:56px !important;
	left:285px !important;
	top:684px !important;
}

#item43015 {
	width:1279px !important;
	height:64px !important;
	left:285px !important;
	top:740px !important;
}

#item43026 {
	width:1279px !important;
	height:68px !important;
	left:285px !important;
	top:804px !important;
}

#item43037 {
	width:1279px !important;
	height:68px !important;
	left:285px !important;
	top:872px !important;
}

#item43048 {
	width:1279px !important;
	height:56px !important;
	left:285px !important;
	top:940px !important;
}

#item43060 {
	width:1279px !important;
	height:54px !important;
	left:285px !important;
	top:996px !important;
}

#item43071 {
	width:1273px !important;
	height:61px !important;
	left:285px !important;
	top:1050px !important;
}

#item43082 {
	width:1282px !important;
	height:40px !important;
	left:276px !important;
	top:1122px !important;
}

#item43093 {
	width:1273px !important;
	height:64px !important;
	left:285px !important;
	top:1162px !important;
}

#item43104 {
	width:1273px !important;
	height:118px !important;
	left:285px !important;
	top:1226px !important;
}

#item43115 {
	width:1282px !important;
	height:90px !important;
	left:276px !important;
	top:1348px !important;
}

#item43126 {
	width:1282px !important;
	height:40px !important;
	left:276px !important;
	top:1438px !important;
}

#item43137 {
	width:1282px !important;
	height:64px !important;
	left:276px !important;
	top:1478px !important;
}

#item43148 {
	width:1273px !important;
	height:56px !important;
	left:285px !important;
	top:1542px !important;
}

#item43159 {
	width:1273px !important;
	height:60px !important;
	left:285px !important;
	top:1598px !important;
}

#item43170 {
	width:1273px !important;
	height:130px !important;
	left:285px !important;
	top:1658px !important;
}

#item43184 {
	width:1273px !important;
	height:84px !important;
	left:285px !important;
	top:1788px !important;
}

#item43195 {
	width:1273px !important;
	height:89px !important;
	left:285px !important;
	top:1872px !important;
}

#item43206 {
	width:1273px !important;
	height:34px !important;
	left:285px !important;
	top:1961px !important;
}

#item43223 {
	width:1273px !important;
	height:64px !important;
	left:285px !important;
	top:2002px !important;
}

#item43235 {
	width:1273px !important;
	height:110px !important;
	left:288px !important;
	top:2068px !important;
}

#item23019 {
	width:696px !important;
	height:168px !important;
	left:120px !important;
	top:160px !important;
}

#item52127 {
	width:396px !important;
	height:30px !important;
	left:104px !important;
	top:506px !important;
}

#item52138 {
	width:486px !important;
	height:38px !important;
	left:104px !important;
	top:834px !important;
}

#item52149 {
	width:508px !important;
	height:38px !important;
	left:104px !important;
	top:1112px !important;
}

#item52160 {
	width:414px !important;
	height:30px !important;
	left:104px !important;
	top:1393px !important;
}

#item52171 {
	width:540px !important;
	height:30px !important;
	left:104px !important;
	top:1682px !important;
}

#item52182 {
	width:508px !important;
	height:42px !important;
	left:104px !important;
	top:1876px !important;
}

#item52193 {
	width:342px !important;
	height:30px !important;
	left:842px !important;
	top:531px !important;
}

#item52204 {
	width:372px !important;
	height:26px !important;
	left:842px !important;
	top:846px !important;
}

#item52215 {
	width:300px !important;
	height:38px !important;
	left:842px !important;
	top:1084px !important;
}

#item52226 {
	width:396px !important;
	height:30px !important;
	left:852px !important;
	top:1408px !important;
}

#item52238 {
	width:406px !important;
	height:30px !important;
	left:842px !important;
	top:1606px !important;
}

#item52249 {
	width:224px !important;
	height:30px !important;
	left:842px !important;
	top:1888px !important;
}

#item23152 {
	width:696px !important;
	height:168px !important;
	left:120px !important;
	top:160px !important;
}

#item52260 {
	width:288px !important;
	height:28px !important;
	left:102px !important;
	top:562px !important;
}

#item52271 {
	width:354px !important;
	height:44px !important;
	left:102px !important;
	top:590px !important;
}

#item52283 {
	width:308px !important;
	height:38px !important;
	left:108px !important;
	top:942px !important;
}

#item52294 {
	width:386px !important;
	height:44px !important;
	left:108px !important;
	top:1112px !important;
}

#item52306 {
	width:472px !important;
	height:34px !important;
	left:102px !important;
	top:1316px !important;
}

#item52317 {
	width:262px !important;
	height:38px !important;
	left:108px !important;
	top:1490px !important;
}

#item52328 {
	width:348px !important;
	height:34px !important;
	left:120px !important;
	top:1662px !important;
}

#item52339 {
	width:432px !important;
	height:38px !important;
	left:102px !important;
	top:1836px !important;
}

#item52350 {
	width:381px !important;
	height:36px !important;
	left:835px !important;
	top:526px !important;
}

#item52361 {
	width:348px !important;
	height:34px !important;
	left:844px !important;
	top:714px !important;
}

#item52372 {
	width:472px !important;
	height:24px !important;
	left:835px !important;
	top:880px !important;
}

#item52383 {
	width:318px !important;
	height:44px !important;
	left:852px !important;
	top:1262px !important;
}

#item52396 {
	width:394px !important;
	height:38px !important;
	left:844px !important;
	top:1490px !important;
}

#item52407 {
	width:446px !important;
	height:44px !important;
	left:844px !important;
	top:1724px !important;
}

#item23900 {
	width:1668px !important;
	height:2064px !important;
	background:#f96302;
}

#item23943 {
	width:1668px !important;
	height:820px !important;
	top:1244px !important;
	background:#cec1ab;
}

#item51676 {
	width:230px !important;
	height:50px !important;
	left:988px !important;
	top:1054px !important;
}

#item45513 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item45516 {
	width:267px !important;
	height:96px !important;
	background:#50485b;
}

#item24204 {
	width:1400px !important;
	height:50px !important;
	left:120px !important;
	top:2147px !important;
}

#item24229 {
	width:1668px !important;
	height:2064px !important;
	background:#f96302;
}

#item24230 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item49130 {
	width:133px !important;
	height:38px !important;
	left:1342px !important;
	top:2172px !important;
}

#item44429 {
	width:1285px !important;
	height:86px !important;
	left:285px !important;
	top:670px !important;
}

#item44440 {
	width:1295px !important;
	height:122px !important;
	left:285px !important;
	top:784px !important;
}

#item27674 {
	width:1668px !important;
	height:1244px !important;
	background:#f96302;
}

#item27675 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item27685 {
	width:1668px !important;
	height:820px !important;
	top:1244px !important;
	background:#cec1ab;
}

#item27711 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item51688 {
	width:267px !important;
	height:44px !important;
	left:476px !important;
	top:1118px !important;
}

#item45142 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item28817 {
	width:1668px !important;
	height:1112px !important;
	background:#f96302;
}

#item28818 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item28830 {
	width:1668px !important;
	height:952px !important;
	top:1112px !important;
	background:#cec1ab;
}

#item51700 {
	width:476px !important;
	height:48px !important;
	left:468px !important;
	top:936px !important;
}

#item51711 {
	width:458px !important;
	height:55px !important;
	left:1017px !important;
	top:992px !important;
}

#item45330 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item53271 {
	width:242px !important;
	height:182px !important;
	left:714px !important;
	top:1722px !important;
}

#item44460 {
	width:1285px !important;
	height:118px !important;
	left:285px !important;
	top:668px !important;
}

#item44474 {
	width:1285px !important;
	height:118px !important;
	left:285px !important;
	top:804px !important;
}

#item44485 {
	width:1285px !important;
	height:138px !important;
	left:285px !important;
	top:940px !important;
}

#item44496 {
	width:1278px !important;
	height:122px !important;
	left:292px !important;
	top:1078px !important;
}

#item44507 {
	width:1285px !important;
	height:122px !important;
	left:285px !important;
	top:1220px !important;
}

#item44518 {
	width:1285px !important;
	height:112px !important;
	left:285px !important;
	top:1350px !important;
}

#item44529 {
	width:1278px !important;
	height:122px !important;
	left:292px !important;
	top:1482px !important;
}

#item44540 {
	width:1278px !important;
	height:82px !important;
	left:292px !important;
	top:1636px !important;
}

#item44541 {
	width:1298px !important;
	height:122px !important;
	left:292px !important;
	top:1616px !important;
}

#item29558 {
	width:1668px !important;
	height:974px !important;
	background:#f96302;
}

#item29565 {
	width:1668px !important;
	height:1090px !important;
	top:974px !important;
	background:#cec1ab;
}

#item29591 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item29684 {
	width:1400px !important;
	height:159px !important;
	left:268px !important;
	top:1px !important;
	background:#fa8539;
}

#item51723 {
	width:482px !important;
	height:40px !important;
	left:468px !important;
	top:860px !important;
}

#item45657 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item30347 {
	width:1668px !important;
	height:1036px !important;
	background:#f96302;
}

#item30355 {
	width:1668px !important;
	height:1028px !important;
	top:1036px !important;
	background:#cec1ab;
}

#item30381 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item30382 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item30410 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item30475 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51736 {
	width:506px !important;
	height:46px !important;
	left:468px !important;
	top:908px !important;
}

#item45841 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item30849 {
	width:1668px !important;
	height:1259px !important;
	background:#f96302;
}

#item30857 {
	width:1668px !important;
	height:805px !important;
	top:1259px !important;
	background:#cec1ab;
}

#item30883 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item30884 {
	width:267px !important;
	height:244px !important;
	top:181px !important;
}

#item30952 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51752 {
	width:531px !important;
	height:44px !important;
	left:468px !important;
	top:974px !important;
}

#item46030 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item31277 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item31285 {
	width:1668px !important;
	height:890px !important;
	top:1174px !important;
	background:#cec1ab;
}

#item31311 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item31312 {
	width:267px !important;
	height:207px !important;
	top:181px !important;
}

#item31381 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51766 {
	width:418px !important;
	height:50px !important;
	left:476px !important;
	top:700px !important;
}

#item46210 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item31592 {
	width:1668px !important;
	height:1300px !important;
	background:#f96302;
}

#item31624 {
	width:1668px !important;
	height:764px !important;
	top:1300px !important;
	background:#cec1ab;
}

#item31650 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item31651 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item31677 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item31742 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51779 {
	width:537px !important;
	height:55px !important;
	left:480px !important;
	top:849px !important;
}

#item46397 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item52538 {
	width:772px !important;
	height:34px !important;
	left:743px !important;
	top:1256px !important;
}

#item32049 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item32058 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item32084 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item32085 {
	width:267px !important;
	height:219px !important;
	top:181px !important;
}

#item32151 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51793 {
	width:458px !important;
	height:45px !important;
	left:468px !important;
	top:890px !important;
}

#item46559 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item52565 {
	width:832px !important;
	height:30px !important;
	left:686px !important;
	top:572px !important;
}

#item32513 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item32545 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item32571 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item32572 {
	width:267px !important;
	height:223px !important;
	top:181px !important;
}

#item32639 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51806 {
	width:340px !important;
	height:50px !important;
	left:476px !important;
	top:994px !important;
}

#item46714 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item32838 {
	width:1668px !important;
	height:1244px !important;
	background:#f96302;
}

#item32845 {
	width:1668px !important;
	height:820px !important;
	top:1244px !important;
	background:#cec1ab;
}

#item32871 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item32872 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item32898 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item32963 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51820 {
	width:512px !important;
	height:40px !important;
	left:468px !important;
	top:876px !important;
}

#item46872 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item44557 {
	width:1273px !important;
	height:104px !important;
	left:285px !important;
	top:670px !important;
}

#item44568 {
	width:1289px !important;
	height:110px !important;
	left:285px !important;
	top:796px !important;
}

#item44582 {
	width:1289px !important;
	height:194px !important;
	left:285px !important;
	top:928px !important;
}

#item33414 {
	width:1668px !important;
	height:1305px !important;
	background:#f96302;
}

#item33423 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item33449 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item33450 {
	width:267px !important;
	height:244px !important;
	top:181px !important;
}

#item33518 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51835 {
	width:476px !important;
	height:46px !important;
	left:476px !important;
	top:906px !important;
}

#item47051 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item33859 {
	width:1668px !important;
	height:1244px !important;
	background:#f96302;
}

#item33867 {
	width:1668px !important;
	height:820px !important;
	top:1244px !important;
	background:#cec1ab;
}

#item33893 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item33894 {
	width:267px !important;
	height:244px !important;
	top:181px !important;
}

#item33991 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51849 {
	width:570px !important;
	height:40px !important;
	left:296px !important;
	top:824px !important;
}

#item51861 {
	width:538px !important;
	height:40px !important;
	left:296px !important;
	top:1170px !important;
}

#item51873 {
	width:538px !important;
	height:39px !important;
	left:886px !important;
	top:816px !important;
}

#item51885 {
	width:548px !important;
	height:42px !important;
	left:886px !important;
	top:1070px !important;
}

#item47208 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item34388 {
	width:1668px !important;
	height:1244px !important;
	background:#f96302;
}

#item34396 {
	width:1668px !important;
	height:820px !important;
	top:1244px !important;
	background:#cec1ab;
}

#item34422 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item34423 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item34449 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item34514 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51904 {
	width:288px !important;
	height:42px !important;
	left:468px !important;
	top:1102px !important;
}

#item47367 {
	width:1134px !important;
	height:95px !important;
	left:268px !important;
	background:#212332;
}

#item44594 {
	width:1306px !important;
	height:104px !important;
	left:294px !important;
	top:666px !important;
}

#item44605 {
	width:1306px !important;
	height:84px !important;
	left:294px !important;
	top:786px !important;
}

#item44616 {
	width:1306px !important;
	height:108px !important;
	left:294px !important;
	top:888px !important;
}

#item44627 {
	width:1306px !important;
	height:94px !important;
	left:294px !important;
	top:1006px !important;
}

#item44638 {
	width:1316px !important;
	height:98px !important;
	left:294px !important;
	top:1122px !important;
}

#item44652 {
	width:1325px !important;
	height:94px !important;
	left:285px !important;
	top:1226px !important;
}

#item35061 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item35070 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item35096 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item35097 {
	width:267px !important;
	height:246px !important;
	top:181px !important;
}

#item35162 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51923 {
	width:499px !important;
	height:45px !important;
	left:468px !important;
	top:890px !important;
}

#item47559 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item35236_90373 {
	width:1281px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin-top:0px;
	margin-bottom:0px;
}

#item35236 {
	width:1428px !important;
	height:1043px !important;
	left:120px !important;
	top:159px !important;
}

#item54978_90451 {
	width:1234.305px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin-top:0px;
	margin-bottom:0px;
}

#item54978 {
	width:1428px !important;
	height:562px !important;
	left:120px !important;
	top:1346px !important;
}

#item35473 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item35481 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item35507 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item35508 {
	width:267px !important;
	height:207px !important;
	top:181px !important;
}

#item35575 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51943 {
	width:448px !important;
	height:55px !important;
	left:468px !important;
	top:986px !important;
}

#item47719 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item35659_92152 {
	width:1225.00002441406px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin-top:0px;
	margin-bottom:0px;
}

#item35659 {
	width:1245px !important;
	height:560px !important;
	left:303px !important;
	top:160px !important;
}

#item35663_92229 {
	width:1223px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin-top:0px;
	margin-bottom:0px;
}

#item35663 {
	width:1269px !important;
	height:845px !important;
	left:325px !important;
	top:1199px !important;
}

#item39036 {
	width:1668px !important;
	height:1112px !important;
	background:#f96302;
}

#item39043 {
	width:1668px !important;
	height:952px !important;
	top:1112px !important;
	background:#cec1ab;
}

#item39069 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item39070 {
	width:267px !important;
	height:244px !important;
	top:181px !important;
}

#item39139 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51965 {
	width:482px !important;
	height:38px !important;
	left:468px !important;
	top:764px !important;
}

#item47880 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item53912 {
	width:150px !important;
	height:150px !important;
	left:684px !important;
	top:1306px !important;
}

#item53924_93532 {
	width:1459.602px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin-top:0px;
	margin-bottom:0px;
}

#item53924 {
	width:1428px !important;
	height:978px !important;
	left:120px !important;
	top:386px !important;
}

#item52605 {
	width:396px !important;
	height:34px !important;
	left:786px !important;
	top:1328px !important;
}

#item39399 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item39408 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item39434 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item39435 {
	width:267px !important;
	height:221px !important;
	top:181px !important;
}

#item39505 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item51978 {
	width:474px !important;
	height:46px !important;
	left:468px !important;
	top:820px !important;
}

#item51990 {
	width:398px !important;
	height:46px !important;
	left:468px !important;
	top:1038px !important;
}

#item52002 {
	width:423px !important;
	height:32px !important;
	left:1017px !important;
	top:820px !important;
}

#item52013 {
	width:333px !important;
	height:38px !important;
	left:1017px !important;
	top:1084px !important;
}

#item52024 {
	width:384px !important;
	height:38px !important;
	left:1017px !important;
	top:1122px !important;
}

#item48040 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item39610 {
	width:1428px !important;
	height:1452px !important;
	left:120px !important;
	top:160px !important;
}

#item40642 {
	width:1668px !important;
	height:1314px !important;
	background:#f96302;
}

#item40649 {
	width:1668px !important;
	height:759px !important;
	top:1305px !important;
	background:#cec1ab;
}

#item40675 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item40676 {
	width:267px !important;
	height:223px !important;
	top:181px !important;
}

#item40739 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item52039 {
	width:426px !important;
	height:40px !important;
	left:468px !important;
	top:878px !important;
}

#item52051 {
	width:366px !important;
	height:40px !important;
	left:468px !important;
	top:1080px !important;
}

#item48201 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item40780 {
	width:1427px !important;
	height:366px !important;
	left:121px !important;
	top:1500px !important;
	background:#cec1ab;
}

#item41273 {
	width:1668px !important;
	height:1244px !important;
	background:#f96302;
}

#item41280 {
	width:1668px !important;
	height:820px !important;
	top:1244px !important;
	background:#cec1ab;
}

#item41306 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item41308 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item41334 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item41396 {
	width:1400px !important;
	height:160px !important;
	left:267px !important;
	background:#fa8539;
}

#item52065 {
	width:392px !important;
	height:44px !important;
	left:468px !important;
	top:808px !important;
}

#item52077 {
	width:284px !important;
	height:44px !important;
	left:468px !important;
	top:1040px !important;
}

#item48370 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item52637 {
	width:608px !important;
	height:28px !important;
	left:160px !important;
	top:292px !important;
}

#item44664 {
	width:1294px !important;
	height:120px !important;
	left:292px !important;
	top:670px !important;
}

#item44675 {
	width:1283px !important;
	height:160px !important;
	left:292px !important;
	top:802px !important;
}

#item41979 {
	width:1668px !important;
	height:1176px !important;
	background:#f96302;
}

#item41980 {
	width:1400px !important;
	height:159px !important;
	left:267px !important;
	top:1px !important;
	background:#fa8539;
}

#item41990 {
	width:1668px !important;
	height:888px !important;
	top:1176px !important;
	background:#cec1ab;
}

#item42016 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item42017 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item42042 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item52091 {
	width:384px !important;
	height:40px !important;
	left:468px !important;
	top:964px !important;
}

#item48528 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item42394 {
	width:1668px !important;
	height:1290px !important;
	background:#f96302;
}

#item42401 {
	width:1668px !important;
	height:774px !important;
	top:1290px !important;
	background:#cec1ab;
}

#item42427 {
	width:267px !important;
	height:267px !important;
	top:160px !important;
	background:#f79468;
}

#item42428 {
	width:262px !important;
	height:100px !important;
	left:5px !important;
	top:181px !important;
}

#item42456 {
	width:267px !important;
	height:194px !important;
	top:231px !important;
}

#item42518 {
	width:1400px !important;
	height:159px !important;
	left:268px !important;
	top:1px !important;
	background:#fa8539;
}

#item48698 {
	width:1134px !important;
	height:96px !important;
	left:267px !important;
	background:#212332;
}

#item48705 {
	width:267px !important;
	height:96px !important;
	left:1401px !important;
	background:#50485b;
}

p.autoParaStyle1 {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:21px;
	line-height:37px;
	color:#212332;
	text-align:left;
}

ol.REFERENCES---entry > li {
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:28.8px;
	color:#000;
	margin-bottom:14px;
	list-style-type:decimal;
	text-align:left;
}

ul.TABLE-TEXT---Bullet > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:18px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT---Bullet > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.EQUATION {
	font-weight:300;
	font-style:italic;
	font-family:montserrat,Montserrat;
	font-size:42px;
	line-height:48px;
	color:#fff;
	letter-spacing:-0.025em;
	text-align:center;
}

ul.TABLE-TEXT-BULLETS > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:18px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT-BULLETS > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.SECTION-Chapter-link {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:34px;
	line-height:36px;
	color:#fff;
	margin-bottom:40px;
	text-align:left;
}

ul.INTRO--text-bullets > li {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#fff;
	letter-spacing:-0.025em;
	padding-left:59px;
	margin-top:13px;
	margin-bottom:4px;
	text-align:left;
}
ul.INTRO--text-bullets > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:31px;
	width:0;
	font-weight:900;
}

ul.SIDEBAR--checklist > li {
	font-weight:600;
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:30px;
	color:#fff;
	padding-left:73px;
	padding-right:48px;
	margin-bottom:15px;
	text-align:left;
}
ul.SIDEBAR--checklist > li::before {
	content:'\39';
	position:absolute;
	display:inline-block;
	left:36px;
	width:0;
	font-weight:900;
}

p.SIDEBAR---subhead {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:44px;
	color:#fff;
	text-transform:uppercase;
	padding-left:32px;
	padding-right:48px;
	margin-bottom:16px;
	text-align:left;
}

ul.INTRO---bullet > li {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#fff;
	letter-spacing:-0.025em;
	padding-left:18px;
	margin-top:11px;
	text-align:left;
}
ul.INTRO---bullet > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

ul.TABLE-TEXT-SUB-BULLET > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:35px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT-SUB-BULLET > li::before {
	content:'\203A';
	position:absolute;
	display:inline-block;
	left:17px;
	width:0;
}

ul.TABLE-TEXT-Bullet > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:18px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT-Bullet > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

ul.TABLE-TEXT-BULLET > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:18px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT-BULLET > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.Chapter-numerals {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:160px;
	line-height:156px;
	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;
}

ul.TABLE-TEXT-BULLET-2 > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:36px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT-BULLET-2 > li::before {
	content:'\25B7';
	position:absolute;
	display:inline-block;
	left:18px;
	width:0;
}

ol.TABLE-TEXT-NUMBERED > li {
	font-weight:600;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:2ex;
	margin-bottom:10px;
	list-style-type:decimal;
	text-align:left;
}

p.Chapter-Number {
	font-family:montserrat,Montserrat;
	font-size:42px;
	line-height:50.4px;
	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.NOTATION {
	font-style:italic;
	font-weight:normal;
	font-family:montserrat,Montserrat;
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-bottom:11px;
	text-align:left;
}

p.SIDEBAR---text-SMALL {
	font-weight:600;
	font-family:montserrat,Montserrat;
	font-size:27px;
	line-height:38px;
	color:#fff;
	letter-spacing:-0.025em;
	padding-left:32px;
	padding-right:29px;
	margin-bottom:5px;
	text-align:left;
}

p.SIDEBAR---text {
	font-weight:600;
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:40px;
	color:#fff;
	letter-spacing:-0.025em;
	padding-left:32px;
	padding-right:29px;
	margin-bottom:5px;
	text-align:left;
}

ul.SIDEBAR---bullets > li {
	font-weight:600;
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:44px;
	color:#fff;
	padding-left:80px;
	padding-right:48px;
	margin-bottom:5px;
	text-align:left;
}
ul.SIDEBAR---bullets > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:62px;
	width:0;
	font-weight:900;
}

p.SIDEBAR---head {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:44px;
	line-height:44px;
	color:#fff;
	text-transform:uppercase;
	padding-left:32px;
	padding-right:48px;
	margin-bottom:16px;
	text-align:left;
}

p.INTRO-–-text {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#fff;
	letter-spacing:-0.025em;
	text-align:left;
}

p.INTRO---head {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:61px;
	line-height:54px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:17px;
	text-align:left;
}

ol.FIGURES--list-Lettered > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	padding-left:2ex;
	margin-bottom:12px;
	list-style-type:upper-alpha;
	text-align:left;
}

p.FIGURES---captions {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	text-align:left;
}

p.FIGURES---label {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	margin-bottom:11px;
	text-align:left;
}

p.A-LIST---email {
	font-family:montserrat,Montserrat;
	font-size:22px;
	line-height:24px;
	color:#000;
	text-decoration:underline;
	margin-top:10px;
	text-align:left;
}

p.A-LIST---where {
	font-family:montserrat,Montserrat;
	font-size:22px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	text-align:left;
}

p.A-LIST---title {
	font-style:italic;
	font-weight:normal;
	font-family:montserrat,Montserrat;
	font-size:22px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	text-align:left;
}

p.A-LIST---name {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:22px;
	line-height:24px;
	color:#000;
	text-align:left;
}

p.AUTHOR---email {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	text-decoration:underline;
	margin-top:9px;
	text-align:left;
}

p.AUTHOR---where {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	text-align:left;
}

p.AUTHOR---title-2nd {
	font-weight:500;
	font-style:italic;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	margin-bottom:9px;
	text-align:left;
}

p.AUTHOR---title {
	font-weight:500;
	font-style:italic;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:26px;
	color:#000;
	margin-bottom:8px;
	text-align:left;
}

p.AUTHOR---name {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:32px;
	line-height:33px;
	color:#000;
	margin-bottom:8px;
	text-align:left;
}

p.TABLE-NOTE {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:20px;
	line-height:23px;
	color:#000;
	text-align:left;
}

p.TABLE-TEXT-BOLD {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	margin-bottom:10px;
	text-align:left;
}

p.TABLE-TEXT-NO-BULLET {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	margin-bottom:10px;
	text-align:left;
}

ul.TABLE-TEXT > li {
	font-weight:500;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:18px;
	margin-bottom:10px;
	text-align:left;
}
ul.TABLE-TEXT > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.TABLE-HEAD-2 {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	text-align:left;
}

p.TABLE-HEADER {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:24px;
	line-height:29px;
	color:#000;
	letter-spacing:-0.025em;
	text-transform:uppercase;
	text-align:left;
}

ul.TEXT---bullet-level-2 > li {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:88px;
	text-align:left;
}
ul.TEXT---bullet-level-2 > li::before {
	content:'\25B6';
	position:absolute;
	display:inline-block;
	left:60px;
	width:0;
	color:#999999;
}

p.TEXT---numbered {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#000;
	letter-spacing:-0.025em;
	text-indent:-48px;
	padding-left:48px;
	text-align:left;
}

ul.TEXT---bulleted > li {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#000;
	letter-spacing:-0.025em;
	padding-left:59px;
	text-align:left;
}
ul.TEXT---bulleted > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:31px;
	width:0;
	font-weight:900;
	color:#f96302;
}

p.TEXT---main {
	font-family:montserrat,Montserrat;
	font-size:28px;
	line-height:36px;
	color:#000;
	letter-spacing:-0.025em;
	text-align:left;
}

p.TOC-Level-3 {
	font-weight:300;
	font-style:italic;
	font-family:montserrat,Montserrat;
	font-size:20px;
	line-height:19px;
	color:#000;
	padding-left:36px;
	margin-bottom:5px;
	text-align:left;
}

p.TOC-Level-2 {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:23px;
	line-height:24px;
	color:#000;
	text-indent:-44px;
	padding-left:44px;
	margin-top:7px;
	margin-bottom:5px;
	text-align:left;
}

p.TOC-Level-1 {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:23px;
	line-height:24px;
	color:#000;
	text-indent:-36px;
	padding-left:36px;
	margin-top:7px;
	margin-bottom:3px;
	text-align:left;
}

p.TOC-HEAD {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:52px;
	line-height:54px;
	color:#f96302;
	text-transform:uppercase;
	margin-bottom:36px;
	text-align:left;
}

p.TOC-section {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:23px;
	line-height:24px;
	color:#f96302;
	text-transform:uppercase;
	text-indent:-120px;
	padding-left:120px;
	padding-right:120px;
	padding-top:18px;
	border-top:solid 7px #fddfcc;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:solid 6px #fddfcc;
	text-align:left;
}

p.Subhead {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:34px;
	line-height:54px;
	color:#f96302;
	margin-bottom:17px;
	text-align:left;
}

p.HEAD---1 {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:46px;
	line-height:54px;
	color:#50485b;
	margin-bottom:17px;
	text-align:left;
}

p.CHAPTER-SUB {
	font-family:montserrat,Montserrat;
	font-size:126px;
	line-height:130px;
	color:#f96302;
	letter-spacing:-0.040em;
	text-align:left;
}

p.SECTION-TITLE {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:88px;
	line-height:92px;
	color:#fff;
	letter-spacing:-0.025em;
	margin-bottom:23px;
	text-align:left;
}

p.CHAPTER-TITLE---SMALL {
	font-family:montserrat,Montserrat;
	font-size:91px;
	line-height:98px;
	color:#fff;
	letter-spacing:-0.040em;
	text-align:left;
}

p.CHAPTER-TITLE---MEDIUM {
	font-family:montserrat,Montserrat;
	font-size:100px;
	line-height:98px;
	color:#fff;
	letter-spacing:-0.040em;
	text-align:left;
}

p.CHAPTER-TITLE {
	font-family:montserrat,Montserrat;
	font-size:126px;
	line-height:130px;
	color:#fff;
	letter-spacing:-0.040em;
	text-align:left;
}

p.Basic-Paragraph {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	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.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	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._40_-black {
	color:#999999;
}

span.BOLD-CAPS {
	font-weight:bold;
	font-family:montserrat,Montserrat;
	font-size:100px;
	letter-spacing:-0.025em;
	text-transform:uppercase;
}

span.SUB {
	vertical-align:sub;
	line-height:0;
	font-size:58.3%;
}

span.BOLD {
	font-weight:bold;
	font-family:montserrat,Montserrat;
}

span.Regular-Italic {
	font-style:italic;
	font-weight:normal;
}

span.SUPER {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.Hyperlink {
	color:#000;
	text-decoration:underline;
}

span.BOLD-orange {
	font-weight:900;
	font-family:montserrat,Montserrat;
	color:#f96302;
}

span.EXTRA-BOLD {
	font-weight:900;
	font-family:montserrat,Montserrat;
}

span.MED {
	font-weight:600;
	font-family:montserrat,Montserrat;
}

span.BLACK {
	font-weight:900;
	font-family:montserrat,Montserrat;
}

span.Semi-Bold-Italic {
	font-weight:600;
	font-style:italic;
}

span.BOLD-ITALIC {
	font-weight:bold;
	font-style:italic;
}

span.EX-BOLD {
	font-weight:bold;
	font-family:montserrat,Montserrat;
}

span.Med-Italic {
	font-weight:500;
	font-style:italic;
}

span.None {
}
#in5footer,  #prefooter {display:none;}
