/*
 * ruler
 */

.ruler{--ruler-color:rgb(235,64,73)}.ruler-bubble{padding:0.5rem 2rem;border-radius:50px;background-color:color-mix(in srgb,var(--ruler-color) 10%,white);border:2px solid var(--ruler-color);color:var(--ruler-color);text-align:center;min-width:150px;font-size:1.2rem;line-height:1;z-index:1;-webkit-user-select:none;user-select:none;cursor:default}.ruler-bubble label{margin-top:0.2rem;line-height:1;font-size:0.8rem;color:inherit}.ruler-line{position:absolute;z-index:0;translate:0 -1px}.ruler{position:absolute;z-index:999;display:grid;align-content:center;justify-content:center;transition:opacity 300ms ease}.ruler.fade{opacity:0.1}.ruler.viewport{position:fixed}.ruler.horizontal{bottom:5%;left:0;right:0}.ruler.horizontal .ruler-line{border-bottom:2px solid var(--ruler-color);top:50%;left:0;right:0}.ruler.horizontal .ruler-line:before,.ruler.horizontal .ruler-line:after{content:"";position:absolute;height:20px;width:0;translate:0 -9px;border-right:2px solid var(--ruler-color)}.ruler.horizontal .ruler-line:before{left:0}.ruler.horizontal .ruler-line:after{right:0}.ruler.vertical{right:-25px;top:0;bottom:0}.ruler.vertical .ruler-bubble{transform:rotate(-90deg)}.ruler.vertical .ruler-line{border-right:2px solid var(--ruler-color);top:0;bottom:0;left:50%}.ruler.vertical .ruler-line:before,.ruler.vertical .ruler-line:after{content:"";position:absolute;width:20px;height:0;translate:-9px 1px;border-bottom:2px solid var(--ruler-color)}.ruler.vertical .ruler-line:before{top:0}.ruler.vertical .ruler-line:after{bottom:0}


@-webkit-keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg)}}@keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg)}}@keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg)}}@-webkit-keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup-slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@keyframes slideup-slideUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px)}}@keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}}







.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

.mb-cloned .stacks_left{float:left;width:49%}.mb-cloned .stacks_right{float:right;width:49%}.movingbox{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;--caption-bg-color:rgba(0,0,0,0.5);--caption-color:#fff;--caption-size:1rem}.movingbox .caption{position:relative;margin:0;padding:0}.movingbox .caption .slide-caption{position:absolute;z-index:10;background-color:var(--caption-bg-color);color:var(--caption-color);font-size:var(--caption-size);padding:1rem;margin:0;transition:opacity 500ms ease 0s}.movingbox .caption.caption-static .slide-caption{position:relative}.movingbox .caption.caption-bottom .slide-caption{bottom:0;left:0;right:0}.movingbox .caption.caption-full .slide-caption{top:50%;left:0;right:0;text-align:center;translate:0 -50%;background:none}.movingbox .caption.caption-full::before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--caption-bg-color)}.movingbox .caption.caption-centered .slide-caption{top:50%;left:50%;text-align:center;translate:-50% -50%}.movingbox .caption.caption-hover .slide-caption{opacity:0}.mb-slide:not(.mb-active) .slide-caption{opacity:0}.mb-slide.mb-active:hover .caption.caption-hover .slide-caption{opacity:1}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand;cursor:grabbing}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.mb-center{z-index:11;position:relative}.mb-slide{float:left;min-height:1px;display:none}.mb-slide .slick-loading img,.mb-slide .slick-loading video{display:none}.mb-slide .dragging img{pointer-events:none;-webkit-user-select:none;user-select:none}.mb-slide > div{overflow:hidden}.mb-slide:not(.mb-active) a{pointer-events:none}.centermode .mb-slide:not(.mb-current) a{pointer-events:none}.slick-initialized .mb-slide{display:block}.slick-loading .mb-slide{visibility:hidden}.slick-vertical .mb-slide{display:block;height:auto}.movingbox{position:relative}.movingbox.stretch-media .mb-slide img,.movingbox.stretch-media .mb-slide video{height:auto;width:100%;max-width:100%;display:block}.movingbox > .mb-slide{opacity:0}.movingbox > .mb-slide:first-child{opacity:1}.movingbox .image-slide img,.movingbox .video-slide video{display:block}.movingbox[dir=rtl]{text-align:end}.movingbox .mb-tap-target{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;margin:0;border:none;outline:none;z-index:1001;top:0;height:100%;width:50%}.movingbox .mb-tap-target.next{right:0}.movingbox .mb-tap-target.hide{display:none}.movingbox.slide-vert .mb-tap-target{height:50%;width:100%}.movingbox.slide-vert .mb-tap-target.next{bottom:0;right:auto;top:auto}.mb-animate.hide-on-load{opacity:0}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack > .jack{margin:0;padding:0;border:0;background:none;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack > .jack.align-center{margin-left:auto !important;margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-right{margin-left:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-left{margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.touch-device{background-attachment:scroll !important}.com_joeworkman_stacks_jack4_stack > .jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after{width:50%;top:50%}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x{overflow-x:auto !important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x > .stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack > .jack.scroll-y{overflow-y:auto !important;-webkit-overflow-scrolling:touch}







#stacks_in_1 {
	background-color: rgba(204, 204, 204, 1.00);
    background-image: url("6A652FB3-FDFF-4E87-BE7B-0956A9530B7A.jpeg");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}



:root{--light-gray:rgba(204, 204, 204, 1.00);--medium-gray:rgba(153, 153, 153, 1.00);--dark-gray:rgba(102, 102, 102, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(255, 255, 255, 1.00);--secondary:rgba(102, 204, 255, 1.00);--success:rgba(0, 255, 255, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(153, 204, 204, 1.00);--primary-contrast:rgba(0, 102, 153, 1.00);--secondary-contrast:rgba(0, 102, 153, 1.00);--success-contrast:rgba(255, 255, 255, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(225, 225, 225, 1.00);--secondary-dark:rgba(72, 174, 225, 1.00);--success-dark:rgba(0, 225, 225, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(123, 174, 174, 1.00);--header-color:rgba(109, 12, 44, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(51, 102, 102, 1.00);--text-color:rgba(0, 153, 204, 1.00);--link-color:rgba(0, 255, 255, 1.00);--link-color-hover:rgba(255, 204, 0, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:underline;--overlay-color:rgba(0, 0, 0, 0.50);--radius:6px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:100%;}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(0, 255, 255, 1.00);--small-color:rgba(204, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(153, 204, 204, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(6rem/16)}body{background-color:rgba(204, 204, 204, 1.00);}
.default{--header-color:rgba(49, 40, 18, 1.00);--subheader-color:rgba(114, 102, 44, 1.00);--small-color:rgba(49, 40, 18, 1.00);--text-color:rgba(51, 72, 79, 1.00);--link-color:rgba(204, 153, 51, 1.00);--link-color-hover:rgba(153, 153, 153, 1.00);--link-decoration:underline;--link-decoration-hover:underline}
            .italics{font-size:calc(16rem/16) ;font-style:italic ;}@media only screen and (min-width:40em) {            .italics{font-size:calc(16rem/16) }}@media only screen and (min-width:64em) {            .italics{font-size:calc(16rem/16) }}
.font-greyLT{color:var(--light-gray) ;}
.chclass{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(114, 102, 44, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(255, 255, 254, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(84, 72, 14, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--overlay-color:rgba(0, 0, 0, 0.50)}
.pad-basic{padding-top:0.75rem ;padding-right:1.5rem ;padding-bottom:0.75rem ;padding-left:3rem ;}  
 .top-bar.topBar-styles-ch, .top-bar.topBar-styles-ch ul{--topbar-background:rgba(51, 72, 79, 1.00)} .top-bar.topBar-styles-ch{padding:0.25rem 0.5rem} .title-bar.topBar-styles-ch{--titlebar-background:rgba(0, 102, 102, 1.00);--titlebar-color:rgba(255, 255, 255, 1.00);padding:0.75rem} .title-bar.topBar-styles-ch .menu-icon{--hamburger-color:rgba(254, 254, 254, 1.00);--hamburger-width:1.25rem;--hamburger-height:1rem;--hamburger-weight:2px}
 .menuStyles>.menu a, .menu.menuStyles a{--menu-link-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(51, 72, 79, 1.00);--menu-caret-color:rgba(114, 102, 44, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .menuStyles>.menu .menu-text, .menu.menuStyles .menu-text{--menu-text-color:rgba(255, 255, 255, 1.00)} .menuStyles>.menu a:hover, .menu.menuStyles a:hover{--menu-bg-color:rgba(255, 102, 0, 1.00)} .menuStyles>.menu>li>a, .menu.menuStyles>li>a{padding-top:1rem;padding-bottom:1rem} .menuStyles>.menu .submenu>li>a, .menu.menuStyles .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .menuStyles>.menu li.active>a, .menuStyles>.menu li.is-active>a, .menuStyles>.menu a.is-active, .menu.menuStyles li.active>a, .menu.menuStyles li.is-active>a, .menu.menuStyles a.is-active{--menu-bg-color:rgba(102, 153, 153, 1.00);--menu-link-color:rgba(51, 72, 79, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(51, 72, 79, 1.00)} .menuStyles>.menu .submenu li.active>a, .menuStyles>.menu .submenu li.is-active>a, .menuStyles>.menu .submenu a.is-active, .menu.menuStyles .submenu li.active>a, .menu.menuStyles .submenu li.is-active>a, .menu.menuStyles .submenu a.is-active{--menu-caret-color:rgba(51, 72, 79, 1.00)} .menuStyles>.menu .submenu a, .menu.menuStyles .submenu a{--menu-caret-color:rgba(51, 72, 79, 1.00)} .menuStyles>.menu .submenu, .menu.menuStyles .submenu{--submenu-bg-color:rgba(51, 72, 79, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .menuStyles>.menu .submenu a, .menu.menuStyles .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(51, 72, 79, 1.00);--menu-link-color-hover:rgba(153, 51, 0, 1.00)} .menuStyles>.menu .submenu .menu-text, .menu.menuStyles .submenu .menu-text{--menu-text-color:rgba(204, 255, 255, 1.00)} .menuStyles>.menu .submenu li.active>a, .menuStyles>.menu .submenu li.is-active>a, .menuStyles>.menu .submenu a.is-active, .menu.menuStyles .submenu li.active>a, .menu.menuStyles .submenu li.is-active>a, .menu.menuStyles .submenu a.is-active{--menu-caret-color:rgba(51, 72, 79, 1.00);--menu-bg-color:rgba(136, 64, 255, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
.colors-extra{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(255, 255, 255, 1.00);--secondary:rgba(204, 204, 204, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(204, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(255, 255, 255, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(225, 225, 225, 1.00);--secondary-dark:rgba(174, 174, 174, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--overlay-color:rgba(0, 0, 0, 0.50)}
.textcolour-base{--header-color:rgba(51, 72, 79, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(114, 102, 44, 1.00);--text-color:rgba(51, 72, 79, 1.00);--link-color:rgba(153, 204, 204, 1.00);--link-color-hover:rgba(255, 153, 51, 1.00);--link-decoration:none;--link-decoration-hover:none}

.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(114, 102, 44, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #3b3517; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(49, 40, 18, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(49, 40, 18, 1.00);
      background-color: #d9d9d9; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(255, 102, 0, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #b34700; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #3d8b3d; }
  .button.b-p.radius:not(.custom) {
    border-radius: 3px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(114, 102, 44, 1.00);
    color: rgba(114, 102, 44, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #3b3517;
      background-color: #3b3517; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(255, 255, 255, 1.00);
      color: rgba(255, 255, 255, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(49, 40, 18, 1.00);
        border-color: #d9d9d9;
        background-color: #d9d9d9; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(255, 102, 0, 1.00);
      color: rgba(255, 102, 0, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #b34700;
        background-color: #b34700; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #3d8b3d;
        background-color: #3d8b3d; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(49, 40, 18, 1.00);
    border-width: 1px;
    color: rgba(114, 102, 44, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #3b3517;
      border-color: black;
      background-color: rgba(51, 102, 102, 1.00); }




  
.aspect-16-9{display:flex;align-items:center;aspect-ratio:16/9;}






.transform-240

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(240px, 0px, 0px)
        
        
        
        
        ;
}


/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_7101_88 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;







   
	background: #4F4399;








}
#stacks_in_7101_88 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
.bg-hover{background-color:rgba(255, 255, 204, 0.12) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-hover{background-attachment:scroll!important}}
.bg-gold66{background-color:rgba(204, 153, 51, 0.66) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-gold66{background-attachment:scroll!important}}
.hoverBox:hover{background-color:rgba(102, 102, 102, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.hoverBox{background-attachment:scroll!important}}
.hoverBox{background-color:rgba(51, 72, 79, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.hoverBox{background-attachment:scroll!important}}
.hoverBox{transition:all 500ms ease 0ms }
.z-index99{z-index:99 }
.z-index999{z-index:999 }
.z-index2999{z-index:2999 }
.z-index9999{z-index:9000 }


.read-more{min-height:none ;max-height:6rem ;}
.read-more.expand{min-height:0px ;max-height:1000px ;}
.read-more{transition:all 1000ms ease 0ms }
.read-more p:first-child:after{content:"..." }
.read-more.expand p:first-child:after{content:"" }

.expander:before{content:"Read More" }
.expander.read-less:before{content:"Shrink" }
/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_7101_476 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;







   
	background: #996699;








}
#stacks_in_7101_476 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/


.position-spot1{position: absolute  ;z-index:1 ;top:381px ;bottom:89px ;left:7px ;right:unset ;}
.position-spot2{position: absolute  ;z-index:1 ;top:159px ;bottom:310px ;left:91px ;right:unset ;}
.position-spot3{position: absolute  ;z-index:1 ;top:100px ;bottom:220px ;left:139px ;right:unset ;}
.position-spot4{position: absolute  ;z-index:1 ;top:246px ;bottom:63px ;left:200px ;right:unset ;}
.position-spot5{position: absolute  ;z-index:1 ;top:100px ;bottom:250px ;left:25px ;right:unset ;}

/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_7101_173 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;







   
	background: #009999;








}
#stacks_in_7101_173 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
.bg-blk{background-color:rgba(0, 0, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blk{background-attachment:scroll!important}}
.bg-wht{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-wht{background-attachment:scroll!important}}
.bg-wht-20{background-color:rgba(255, 255, 255, 0.20) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-wht-20{background-attachment:scroll!important}}
.bg-wht-10{background-color:rgba(255, 255, 255, 0.11) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-wht-10{background-attachment:scroll!important}}
.bg-brown{background-color:rgba(102, 102, 51, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-brown{background-attachment:scroll!important}}
.bg-seagreen{background-color:rgba(51, 72, 79, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-seagreen{background-attachment:scroll!important}}
.bg-seagreener{background-color:rgba(0, 51, 51, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-seagreener{background-attachment:scroll!important}}
.bg-liveG70{background-color:rgba(0, 153, 153, 0.70) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-liveG70{background-attachment:scroll!important}}
.bg-sea30{background-color:rgba(51, 51, 51, 0.30) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-sea30{background-attachment:scroll!important}}
.bg-sea50{background-color:rgba(83, 116, 128, 0.30) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:screen ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-sea50{background-attachment:scroll!important}}
.bg-sea60{background-color:rgba(51, 102, 102, 0.60) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-sea60{background-attachment:scroll!important}}
.bg-sea70{background-color:rgba(51, 72, 79, 0.70) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-sea70{background-attachment:scroll!important}}
.bg-sea80{background-color:rgba(51, 72, 79, 0.80) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-sea80{background-attachment:scroll!important}}
.bg-sea90{background-color:rgba(51, 72, 79, 0.90) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-sea90{background-attachment:scroll!important}}
.bg-blue{background:none ;background-color:rgba(20, 180, 224, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blue{background-attachment:scroll!important}}
.bg-grey1{background-color:rgba(204, 204, 204, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-grey1{background-attachment:scroll!important}}
.bg-grey2{background-color:rgba(153, 153, 153, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-grey2{background-attachment:scroll!important}}
.bg-grey3{background-color:rgba(102, 102, 102, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-grey3{background-attachment:scroll!important}}
.overbg-test{position:relative;z-index:0}.overbg-test:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:1.00 ;background-color:rgba(114, 102, 44, 1.00) ;}
.bg-grey4{background-color:rgba(51, 51, 51, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-grey4{background-attachment:scroll!important}}
.bg-grey0{background-color:rgba(204, 204, 204, 0.20) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-grey0{background-attachment:scroll!important}}
.bg-cream30{background-color:rgba(255, 255, 204, 0.30) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-cream30{background-attachment:scroll!important}}
.bg-purple{background-color:rgba(102, 51, 153, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-purple{background-attachment:scroll!important}}
.bg-blk20{background-color:rgba(0, 0, 0, 0.20) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blk20{background-attachment:scroll!important}}
.bg-blk40{background-color:rgba(0, 0, 0, 0.40) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blk40{background-attachment:scroll!important}}
.bg-blk50{background-color:rgba(0, 0, 0, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blk50{background-attachment:scroll!important}}
.bg-aqua{background-color:rgba(0, 153, 153, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-aqua{background-attachment:scroll!important}}
.bg-rust{background-color:var(--bgf-red) ;background-color:rgba(129, 43, 72, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-rust{background-attachment:scroll!important}}
.bg-palerust{background-color:var(--bgf-red) ;background-color:rgba(171, 57, 95, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-palerust{background-attachment:scroll!important}}
.bg-rusty{background-color:rgba(102, 0, 0, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-rusty{background-attachment:scroll!important}}
.bg-gold1{background-color:rgba(153, 102, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-gold1{background-attachment:scroll!important}}
.grad-red{background-position:center bottom ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(0, 0, 0, 1.00) 0%,50%,rgba(205, 0, 19, 1.00) 100%) ;}
.grad-green{background-position:center bottom ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(0, 0, 0, 1.00) 0%,50%,rgba(0, 51, 51, 1.00) 100%) ;}
.bg-maroon3{background-color:rgba(102, 51, 102, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-maroon3{background-attachment:scroll!important}}
.grad-grey{background-position:center bottom ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(0, 0, 0, 1.00) 0%,50%,rgba(102, 102, 102, 1.00) 100%) ;}
.bg-blue4{background-color:rgba(0, 57, 88, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blue4{background-attachment:scroll!important}}
.bg-blue3{background-color:rgba(0, 102, 153, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blue3{background-attachment:scroll!important}}
.bg-maroon4{background-color:rgba(51, 0, 51, 0.80) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-maroon4{background-attachment:scroll!important}}
.bg-blue4-66{background-color:rgba(0, 57, 88, 0.66) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-blue4-66{background-attachment:scroll!important}}
.bg-tgreen3{background-color:rgba(0, 153, 153, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-tgreen3{background-attachment:scroll!important}}
.bg-teal3{background-color:rgba(0, 153, 153, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-teal3{background-attachment:scroll!important}}
.bg-teal4{background-color:rgba(0, 98, 98, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg-teal4{background-attachment:scroll!important}}

.fit-scale{width:100% !important;height:100% !important;object-fit:scale-down ;object-position:center center ;}
.fit-fill{width:100% !important;height:100% !important;object-fit:fill ;object-position:center center ;}
.width-25{width:25.00% ;min-width:4rem ;max-width:8rem ;}@media only screen and (min-width:40em){.width-25{width:25.00% }}@media only screen and (min-width:64em){.width-25{width:25.00% }}
.width-40{width:40.00% ;min-width:5rem ;max-width:10rem ;}@media only screen and (min-width:40em){.width-40{width:40.00% }}@media only screen and (min-width:64em){.width-40{width:40.00% }}
.width-50{width:50.00% ;min-width:10rem ;max-width:16rem ;}@media only screen and (min-width:40em){.width-50{width:50.00% }}@media only screen and (min-width:64em){.width-50{width:50.00% }}
.width-60{width:60.00% ;min-width:8rem ;max-width:16rem ;}@media only screen and (min-width:40em){.width-60{width:60.00% }}@media only screen and (min-width:64em){.width-60{width:60.00% }}
.width-66{width:66.00% ;min-width:8rem ;max-width:16rem ;}@media only screen and (min-width:40em){.width-66{width:66.00% }}@media only screen and (min-width:64em){.width-66{width:66.00% }}
.width-70{width:70.00% ;min-width:8rem ;max-width:16rem ;}@media only screen and (min-width:40em){.width-70{width:70.00% }}@media only screen and (min-width:64em){.width-70{width:70.00% }}
.width-80{width:80.00% ;min-width:8rem ;max-width:16rem ;}@media only screen and (min-width:40em){.width-80{width:80.00% }}@media only screen and (min-width:64em){.width-80{width:80.00% }}
.width-90{width:90.00% ;min-width:10rem ;max-width:fit-content ;}@media only screen and (min-width:40em){.width-90{width:90.00% }}@media only screen and (min-width:64em){.width-90{width:90.00% }}

.border-all{border-color:rgba(153, 153, 153, 1.00) ;border-width:1px ;border-style:solid ;}
.border-top{border-color:rgba(204, 204, 204, 1.00) ;border-width:1px 0px 0px 0px ;border-top-style:solid ;}
.border-topDk1{border-color:rgba(51, 51, 51, 1.00) ;border-top-width:1px ;}
.border-topDk2{border-color:rgba(51, 51, 51, 1.00) ;border-width:1px 0px 0px 0px ;border-top-style:solid ;}
.border-inset{border-color:var(--black-color) ;border-width:1px ;border-style:none none inset inset ;}
.border-left{border-color:rgba(0, 0, 0, 1.00) ;border-left-width:1px ;border-style:none none none solid ;}
.border-left12{border-color:rgba(102, 102, 102, 1.00) ;border-left-width:12px ;border-left-style:solid ;}
.border-leftTop{border-color:rgba(204, 204, 204, 1.00) ;border-width:1px 0px 0px 1px ;border-top-style:solid ;}
.border-right-grey{border-color:rgba(153, 153, 153, 1.00) ;border-width:0px 1px 0px 0px ;border-style:none solid none none ;}
.border-blk-topbot{border-color:rgba(0, 0, 0, 1.00) ;border-width:1px 0px 1px 0px ;border-style:solid none solid none ;}
.border-bot{border-color:rgba(204, 204, 204, 1.00) ;border-bottom-width:1px ;border-bottom-style:solid ;}
.border-bot-blk{border-color:rgba(0, 0, 0, 1.00) ;border-bottom-style:solid ;}
.border-book4{border-color:rgba(0, 0, 0, 1.00) ;border-width:4px ;border-style:none solid none solid ;}
.border-left6{border-color:rgba(0, 0, 0, 1.00) ;border-width:6px ;border-style:none none none solid ;}
.border-rightdivider{border-color:rgba(122, 184, 204, 1.00) ;border-right-width:1px ;border-style:none solid none none ;}
.border-left1{border-color:rgba(153, 153, 153, 1.00) ;border-width:1px ;border-style:none none none solid ;}
.border-right6{border-color:rgba(0, 0, 0, 1.00) ;border-width:6px ;border-style:none solid none none ;}
.border-right1{border-color:rgba(204, 204, 204, 1.00) ;border-right-width:1px ;border-right-style:solid ;}
.border-right1green{border-color:rgba(153, 204, 204, 1.00) ;border-right-width:1px ;border-right-style:solid ;}
.border-bot{border-color:rgba(153, 153, 153, 1.00) rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) rgba(153, 153, 153, 1.00) ;border-width:0px 0px 1px 0px ;}
.border-box-lite{border-color:rgba(204, 204, 204, 1.00) ;border-width:1px ;border-style:solid ;}
.border-allDark{border-color:rgba(0, 0, 0, 1.00) ;border-width:1px ;border-style:solid solid solid solid ;}
.border-sidesTop{border-color:rgba(51, 51, 51, 1.00) rgba(51, 51, 51, 1.00) rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) ;border-width:1px 1px 0px 2px ;border-style:solid solid none inset ;}
.border-sides2{border-color:rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) ;border-width:0px 2px 0px 2px ;border-style:none solid none solid ;}
.border-sides1{border-color:rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) ;border-width:0px 1px 0px 1px ;border-style:none solid none solid ;}
.border-sides3{border-color:rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) ;border-width:0px 3px 0px 3px ;border-style:none solid none solid ;}
.border-sides4{border-color:rgba(255, 255, 255, 1.00) rgba(0, 0, 0, 1.00) rgba(0, 0, 0, 1.00) rgba(0, 0, 0, 1.00) ;border-width:0px 4px 0px 4px ;border-style:none solid none solid ;}
.border-left-grey{border-color:rgba(102, 102, 102, 1.00) ;border-left-width:1px ;border-style:none none none solid ;}

.pad-left24{padding-left:1.5rem ;}  
.pad-divider{padding-top:1rem ;padding-right:1.5rem ;padding-bottom:0.75rem ;padding-left:1.5rem ;}  
.pad-basic{padding-top:0.75rem ;padding-right:3rem ;padding-bottom:0.75rem ;padding-left:3rem ;}  
.pad-basicSM{padding-top:0.75rem ;padding-right:1rem ;padding-bottom:0.75rem ;padding-left:1rem ;}  
.pad-small{padding-top:0.75rem ;padding-right:1rem ;padding-bottom:0.75rem ;padding-left:1rem ;}  
.pad-right8{padding-right:0.5rem ;}  
.pad-left12{padding-top:0 ;padding-right:0 ;padding-bottom:0 ;padding-left:0.75rem ;}  
.pad-left40{padding-top:0 ;padding-right:0 ;padding-bottom:0 ;padding-left:2.5rem ;}  
.pad-right16{padding-right:1rem ;}  
.pad-right24{padding-right:1.5rem ;}  
.pad-sides16{padding-top:0 ;padding-right:1rem ;padding-bottom:0 ;padding-left:1rem ;}  
.pad-sides8{padding-top:0 ;padding-right:0.5rem ;padding-bottom:0 ;padding-left:0.5rem ;}  
.pad-sides4{padding-top:0 ;padding-right:0.25rem ;padding-bottom:0 ;padding-left:0.25rem ;}  
.pad-sides1{padding-top:0 ;padding-right:0.0625rem ;padding-bottom:0 ;padding-left:0.0625rem ;}  
.pad-sides24{padding-top:0 ;padding-right:1.5rem ;padding-bottom:0 ;padding-left:1.5rem ;}  
.pad-sides32{padding-top:0 ;padding-right:2rem ;padding-bottom:0 ;padding-left:2rem ;}  
.pad-sides40{padding-top:0 ;padding-right:2rem ;padding-bottom:0 ;padding-left:2.5rem ;}  
.pad-noBot{padding-top:0 ;padding-bottom:0 ;}  
.margin-button{margin-right:0.75rem ;margin-left:0.75rem ;}  
.margin-left64{margin-left:4rem ;}  
.margin-left32{margin-left:2rem ;}  
.margin-16noBot{margin-top:1rem ;margin-right:1rem ;margin-bottom:0 ;margin-left:1rem ;}  
.margin-left16{margin-top:0 ;margin-right:0 ;margin-bottom:0 ;margin-left:1rem ;}  
.margin-left24{margin-left:1.5rem ;}  
.pad-sides24{padding-right:1.5rem ;padding-left:1.5rem ;}  
.margin-right32{margin-right:2rem ;}  
.margin-right24{margin-right:1.5rem ;}  
.margin-negleft24{margin-left:-1.5rem ;}  
.margin-negleft40{margin-left:-2.5rem ;}  
.margin-negleft80{margin-left:-5rem ;}  
.margin-ALL16{margin:1rem ;}  
.margin-sides4{margin-top:0 ;margin-right:0.25rem ;margin-bottom:0 ;margin-left:0.25rem ;}  

.round-5{border-radius:5px 5px 5px 5px ;}
.round-9{border-radius:9px 9px 9px 9px ;}
.round-right-6{border-radius:0px 6px 6px 0px ;}
.round-right-9{border-radius:0px 9px 9px 0px ;}
.round-top-6{border-radius:6px 6px 0px 0px ;}
.round-top-9{border-radius:9px 9px 0px 0px ;}
.round-bot-6{border-radius:0px 0px 6px 6px ;}
.round-bot-9{border-radius:0px 0px 9px 9px ;}
.round-bot-left-9{border-radius:0px 0px 0px 9px ;}
.round-top-right{border-radius:0px 9px 0px 0px ;}
.round-top-left-9{border-radius:9px 0px 0px 0px ;}
.round-left-9{border-radius:9px 0px 0px 9px ;}
.round-no-top-right{border-radius:9px 6px 6px 6px ;}
.round-all-9{border-radius:9px ;}
.round-all-6{border-radius:6px ;}
.opacity-20{opacity:0.20 }
.opacity-40{opacity:0.40 }
.opacity-50{opacity:0.50 }
.opacity-70{opacity:0.70 }
.opacity-80{opacity:0.80 }
.opacity-90{opacity:0.90 }

/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_7101_31 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;







   
	background: #009999;








}
#stacks_in_7101_31 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
.text-colour-sea{--header-color:rgba(51, 72, 79, 1.00);--subheader-color:rgba(51, 72, 79, 1.00);--small-color:rgba(51, 72, 79, 1.00);--text-color:rgba(51, 72, 79, 1.00);--link-color:rgba(114, 102, 44, 1.00);--link-color-hover:rgba(204, 153, 51, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-pastels{--header-color:rgba(102, 153, 153, 1.00);--subheader-color:rgba(204, 255, 255, 1.00);--small-color:rgba(204, 255, 255, 1.00);--text-color:rgba(204, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:underline}
 p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .font-bold{font-size:calc(16rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) { p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .font-bold{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) { p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .font-bold{font-size:calc(18rem/16) ;line-height:1.50 }}
.text-qa{--header-color:rgba(51, 51, 0, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(51, 72, 79, 1.00);--link-color:rgba(51, 51, 0, 1.00);--link-color-hover:rgba(114, 102, 44, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-beige{--header-color:rgba(204, 204, 153, 1.00);--subheader-color:rgba(204, 204, 153, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(204, 204, 153, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.myscore{position:relative;white-space:normal}.myscore:before{content:"";position:absolute;bottom:0px;left:0;width:calc(100% - 0rem / 8);margin:0 calc(0rem / 16);height:2px;background:currentcolor;transform:scaleX(0.00);transform-origin: center ;transition:transform 250ms ease-in;background-color:rgba(0, 0, 0, 1.00) ;}.myscore:hover:before{transform:scaleX(1.00);transform-origin: center }

/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_7101_291 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;







   
	background: #4F4399;








}
#stacks_in_7101_291 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
.menu-padLeft{padding-left:1.5rem ;}  
.menu-padRight{padding-right:8rem ;}  
.menu-margin{margin-right:0.0625rem ;margin-left:4rem ;}  
.menu-pipe{margin-right:0.0625rem ;margin-left:0 ;}  
.menu-wide{width:auto ;min-width:0.00px ;max-width:1000.00px ;}  
.is_stuck .top-bar.mytop,.is_stuck .top-bar.mytop ul{--topbar-background:rgba(0, 102, 102, 1.00)}.is_stuck .top-bar.mytop{padding:0 0.5rem}.is_stuck .title-bar.mytop{--titlebar-background:rgba(51, 72, 79, 1.00);--titlebar-color:rgba(255, 255, 255, 1.00);padding:0.75rem}.is_stuck .title-bar.mytop .menu-icon{--hamburger-color:rgba(254, 254, 254, 1.00);--hamburger-width:1.25rem;--hamburger-height:1rem;--hamburger-weight:2px}




#stacks_in_4977{padding-left:0px;padding-right:0px;}#stacks_in_4977 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_4977 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_4977 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_4977 > .jack.width-static{width:500px}#stacks_in_4977 > .jack.width-flexible{width:100%}#stacks_in_4977 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_4977 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4977 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_4977 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_4977 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_4977 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_4977 > .jack::after{border-radius:0px}#stacks_in_4977 > .jack.border-detailed-radius,#stacks_in_4977 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_4977 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_4977 > .jack.bg-color{background-color:#006666}#stacks_in_4977 > .jack.bg-gradient{background-color:#006666}#stacks_in_4977 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_4977 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_4977 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_4977 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_4977 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4977 > .jack.bg-image:not(.glass){}#stacks_in_4977 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_4977 > .jack.bg-image.glass.after,#stacks_in_4977 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_4977 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_4977 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4977 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_4977 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_4977 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_4977 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_4977 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4977 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_4977 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_4977 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4977 > .jack.bg-image.glass.after,#stacks_in_4977 > .glass.jack.bg-image::after{}#stacks_in_4977 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4977 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_4977 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_4977 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4977 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4977 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_4977 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_4977 > .jack.peek-shadow::before,#stacks_in_4977 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_4977 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_4977 > .jack{overflow:visible;}#stacks_in_4977 > .jack.height-static{height:100px}#stacks_in_4977 > .jack.height-minmax{min-height:100px;max-height:800px}
.stacks_in_4995creeper_anchor{height:0px;margin:0;padding:0}.stacks_in_4995creeper{margin:0 0 10px;z-index:9999;height:auto;text-align:center;background-color:rgba(0,0,0,0);overflow-x:visible !important}#stacks_in_4995creeperContain{margin-left:auto;margin-right:auto;}


.pin-spacer.spacer-stacks_in_4997_6{width:100%;min-width:100%}.pin-spacer.spacer-stacks_in_4997_6.posFixed.allow-overlay{display:none}@media screen and (max-width:% id=breakpoint %px){.pin-spacer.spacer-stacks_in_4997_6.hide-below-bp{display:none}}@media screen and (min-width:% id=breakpoint %px){.pin-spacer.spacer-stacks_in_4997_6.hide-above-bp{display:none}}#stacks_in_4997_6 > .pin-fixed{z-index:100}#stacks_in_4997_6 > .pin-fixed.pin-it::after{background:#006666;opacity:0.0}#stacks_in_4997_6 > .pin-it.pin-static{position:relative;z-index:1}@media screen and (max-width:% id=breakpoint %px){#stacks_in_4997_6 > .pin-it.hide-below-bp{display:none}}@media screen and (min-width:% id=breakpoint %px){#stacks_in_4997_6 > .pin-it.hide-above-bp{display:none}}#stacks_in_4997_6 > .pin-it::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:#006666;opacity:0.0;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}#stacks_in_4997_6 > .pin-it.pin-fixed{position:fixed;top: 0px }@media screen and (max-width:% id=breakpoint %px){#stacks_in_4997_6 > .pin-it.pin-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:% id=breakpoint %px){#stacks_in_4997_6 > .pin-it.pin-fixed{top:0px}}
#stacks_in_4997_6 .pin-it.pin-fixed.fixed-shadow   {-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;-moz-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}
#stacks_in_4997_8{padding-right:0.00px;padding-left:0.00px;}#stacks_in_4997_8 > .jack{margin:3px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_4997_8 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_4997_8 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_4997_8 > .jack.width-static{width:500px}#stacks_in_4997_8 > .jack.width-flexible{width:100%}#stacks_in_4997_8 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_4997_8 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4997_8 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_4997_8 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_4997_8 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_4997_8 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_4997_8 > .jack::after{border-radius:0px}#stacks_in_4997_8 > .jack.border-detailed-radius,#stacks_in_4997_8 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_4997_8 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_4997_8 > .jack.bg-color{background-color:#FBAB12}#stacks_in_4997_8 > .jack.bg-gradient{background-color:#006666}#stacks_in_4997_8 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:right top;}#stacks_in_4997_8 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_4997_8 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_4997_8 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_4997_8 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4997_8 > .jack.bg-image:not(.glass){}#stacks_in_4997_8 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_4997_8 > .jack.bg-image.glass.after,#stacks_in_4997_8 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:right top;}#stacks_in_4997_8 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_4997_8 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4997_8 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_4997_8 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_4997_8 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_4997_8 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_4997_8 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4997_8 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_4997_8 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_4997_8 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4997_8 > .jack.bg-image.glass.after,#stacks_in_4997_8 > .glass.jack.bg-image::after{}#stacks_in_4997_8 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4997_8 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_4997_8 > .jack.drop-shadow{-webkit-box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50);box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50)}#stacks_in_4997_8 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 3px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 3px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4997_8 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50),inset 0px 3px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50),inset 0px 3px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4997_8 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_4997_8 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_4997_8 > .jack.peek-shadow::before,#stacks_in_4997_8 > .jack.peek-shadow::after{-webkit-box-shadow:3px 9px 20px 0px rgba(3,3,3,0.80);box-shadow:3px 9px 20px 0px rgba(3,3,3,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_4997_8 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_4997_8 > .jack{overflow:visible;}#stacks_in_4997_8 > .jack.height-static{height:100px}#stacks_in_4997_8 > .jack.height-minmax{min-height:100px;max-height:800px}


/* Start Responsive Shim stack CSS code */.stacks_in_7362shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_7359shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_7359 {
	padding: 0px 6px 0px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7370shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_7364shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */#stacks_in_7219 h1,#stacks_in_7219 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7219 h1,#stacks_in_7219 .hTxt:not(.segment) div{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_7219 h1,#stacks_in_7219 div{line-height:1.00}}#stacks_in_7219 h1,#stacks_in_7219 div{color:rgba(0, 255, 255, 1.00)}#stacks_in_7219 h1 a,#stacks_in_7219 div a{color:rgba(0, 255, 255, 1.00)}#stacks_in_7219 h1 a:hover,#stacks_in_7219 div a:hover{color:rgba(0, 191, 191, 1.00)}#stacks_in_7219 small,#stacks_in_7219 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_7219 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_out_7219 {
	margin-right:0;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7373shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_7367shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_7202shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_7376shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */


/* Start Responsive Shim stack CSS code */.stacks_in_30_200shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_4032{padding-left:0px;padding-right:0px;}#stacks_in_4032 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_4032 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_4032 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_4032 > .jack.width-static{width:500px}#stacks_in_4032 > .jack.width-flexible{width:100%}#stacks_in_4032 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_4032 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4032 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_4032 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_4032 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_4032 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_4032 > .jack::after{border-radius:0px}#stacks_in_4032 > .jack.border-detailed-radius,#stacks_in_4032 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_4032 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_4032 > .jack.bg-color{background-color:#003958}#stacks_in_4032 > .jack.bg-gradient{background-color:#33484F}#stacks_in_4032 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_4032 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_4032 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_4032 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_4032 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4032 > .jack.bg-image:not(.glass){}#stacks_in_4032 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_4032 > .jack.bg-image.glass.after,#stacks_in_4032 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_4032 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_4032 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4032 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_4032 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_4032 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_4032 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_4032 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4032 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_4032 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_4032 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4032 > .jack.bg-image.glass.after,#stacks_in_4032 > .glass.jack.bg-image::after{}#stacks_in_4032 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4032 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_4032 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_4032 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4032 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4032 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_4032 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_4032 > .jack.peek-shadow::before,#stacks_in_4032 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_4032 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_4032 > .jack{overflow:hidden;}#stacks_in_4032 > .jack.height-static{height:100px}#stacks_in_4032 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Responsive Shim stack CSS code */.stacks_in_4034shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_4034 {
	padding: 0px 6px 0px 0px;
}

#stacks_in_4035 {
	margin: 0px 32px 0px 32px;
	padding: 0px 0px 0px 6px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_4036shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_6088shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_6089shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_4965shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_7071shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_4007{padding-left:0px;padding-right:0px;}#stacks_in_4007 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_4007 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_4007 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_4007 > .jack.width-static{width:500px}#stacks_in_4007 > .jack.width-flexible{width:100%}#stacks_in_4007 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_4007 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4007 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_4007 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_4007 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_4007 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_4007 > .jack::after{border-radius:0px}#stacks_in_4007 > .jack.border-detailed-radius,#stacks_in_4007 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_4007 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_4007 > .jack.bg-color{background-color:#003958}#stacks_in_4007 > .jack.bg-gradient{background-color:#33484F}#stacks_in_4007 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_4007 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_4007 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_4007 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_4007 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4007 > .jack.bg-image:not(.glass){}#stacks_in_4007 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_4007 > .jack.bg-image.glass.after,#stacks_in_4007 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_4007 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_4007 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_4007 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_4007 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_4007 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_4007 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_4007 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4007 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_4007 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_4007 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_4007 > .jack.bg-image.glass.after,#stacks_in_4007 > .glass.jack.bg-image::after{}#stacks_in_4007 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_4007 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_4007 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_4007 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4007 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_4007 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_4007 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_4007 > .jack.peek-shadow::before,#stacks_in_4007 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_4007 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_4007 > .jack{overflow:visible;}#stacks_in_4007 > .jack.height-static{height:100px}#stacks_in_4007 > .jack.height-minmax{min-height:100px;max-height:800px}
/* Start Responsive Shim stack CSS code */.stacks_in_3999shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code */
#stacks_in_3999 {
	padding: 0px 6px 0px 0px;
}
#stacks_in_4000 h1,#stacks_in_4000 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_4000 h1,#stacks_in_4000 .hTxt:not(.segment) div{font-size:1.15rem}}#stacks_in_4000 h1,#stacks_in_4000 div{color:rgba(153, 204, 204, 1.00)}#stacks_in_4000 h1 a,#stacks_in_4000 div a{color:rgba(153, 204, 204, 1.00)}#stacks_in_4000 h1 a:hover,#stacks_in_4000 div a:hover{color:rgba(114, 153, 153, 1.00)}#stacks_in_4000 small,#stacks_in_4000 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_4000 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_4000 {
	padding: 0px 0px 6px 0px;
}

#stacks_in_4012 {
	font-weight: bold;
}
/* Start Responsive Shim stack CSS code */.stacks_in_4002shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_4002 {
	padding: 0px 6px 0px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_6096shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_7321{padding-left:0px;padding-right:0px;}#stacks_in_7321 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_7321 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_7321 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7321 > .jack.width-static{width:500px}#stacks_in_7321 > .jack.width-flexible{width:100%}#stacks_in_7321 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7321 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7321 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7321 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7321 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7321 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7321 > .jack::after{border-radius:0px}#stacks_in_7321 > .jack.border-detailed-radius,#stacks_in_7321 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7321 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7321 > .jack.bg-color{background-color:#89C5FF}#stacks_in_7321 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_7321 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7321 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7321 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7321 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7321 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7321 > .jack.bg-image:not(.glass){}#stacks_in_7321 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7321 > .jack.bg-image.glass.after,#stacks_in_7321 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7321 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_7321 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7321 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_7321 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_7321 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7321 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_7321 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7321 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_7321 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_7321 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7321 > .jack.bg-image.glass.after,#stacks_in_7321 > .glass.jack.bg-image::after{}#stacks_in_7321 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7321 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_7321 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_7321 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7321 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7321 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7321 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7321 > .jack.peek-shadow::before,#stacks_in_7321 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_7321 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_7321 > .jack{overflow:visible;}#stacks_in_7321 > .jack.height-static{height:100px}#stacks_in_7321 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_7321 {
    background-image: url("C9ECC708-33DA-4BB7-BBE0-CC46B2348C47.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

/* Start Responsive Shim stack CSS code */.stacks_in_7316shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */


#stacks_in_6074{padding-right:0.00px;padding-left:0.00px;}#stacks_in_6074 > .jack{margin:3px;padding:0px;border-color:#333333;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_6074 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_6074 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_6074 > .jack.width-static{width:500px}#stacks_in_6074 > .jack.width-flexible{width:100%}#stacks_in_6074 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_6074 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_6074 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_6074 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.50px 0.00px}#stacks_in_6074 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_6074 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_6074 > .jack::after{border-radius:0px}#stacks_in_6074 > .jack.border-detailed-radius,#stacks_in_6074 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_6074 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_6074 > .jack.bg-color{background-color:#FBAB12}#stacks_in_6074 > .jack.bg-gradient{background-color:#006666}#stacks_in_6074 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_6074 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_6074 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_6074 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_6074 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_6074 > .jack.bg-image:not(.glass){}#stacks_in_6074 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_6074 > .jack.bg-image.glass.after,#stacks_in_6074 > .glass.jack.bg-image::after{opacity:0.66;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_6074 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_6074 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_6074 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_6074 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_6074 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_6074 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_6074 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_6074 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_6074 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_6074 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_6074 > .jack.bg-image.glass.after,#stacks_in_6074 > .glass.jack.bg-image::after{}#stacks_in_6074 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_6074 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_6074 > .jack.drop-shadow{-webkit-box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50);box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50)}#stacks_in_6074 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 3px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 3px 6px 2px rgba(0,0,0,0.50)}#stacks_in_6074 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50),inset 0px 3px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 6px 9px -6px rgba(9,9,9,0.50),inset 0px 3px 6px 2px rgba(0,0,0,0.50)}#stacks_in_6074 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_6074 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_6074 > .jack.peek-shadow::before,#stacks_in_6074 > .jack.peek-shadow::after{-webkit-box-shadow:3px 9px 20px 0px rgba(3,3,3,0.80);box-shadow:3px 9px 20px 0px rgba(3,3,3,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_6074 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_6074 > .jack{overflow:visible;}#stacks_in_6074 > .jack.height-static{height:42px}#stacks_in_6074 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_6077 p,#stacks_in_6077 div{margin-bottom:0}#stacks_in_6077 p,#stacks_in_6077 div,#stacks_in_6077 ul,#stacks_in_6077 ol,#stacks_in_6077 dl{color:rgba(0, 255, 255, 1.00)}#stacks_in_6077 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_6077 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_6077,#stacks_in_6077 div,#stacks_in_6077 p,#stacks_in_6077 ol,#stacks_in_6077 ul li,#stacks_in_6077 ol li,#stacks_in_6077 ol,#stacks_in_6077 dl{font-size:1.40rem}@media all and (max-width:640px){#stacks_in_6077,#stacks_in_6077 div,#stacks_in_6077 p,#stacks_in_6077 ol,#stacks_in_6077 ul li,#stacks_in_6077 ol li,#stacks_in_6077 ol,#stacks_in_6077 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_6077,#stacks_in_6077 div,#stacks_in_6077 p,#stacks_in_6077 .fa:not(.no-indent),#stacks_in_6077 ol,#stacks_in_6077 ul li,#stacks_in_6077 ol li,#stacks_in_6077 ol,#stacks_in_6077 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_6077{}}


#stacks_in_6077 {
	padding: 15px 0px 1px 20px;
}


#stacks_in_8284{padding-left:0px;padding-right:0px;}#stacks_in_8284 > .jack{margin:0px;padding:0px;border-color:#999999;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8284 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8284 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8284 > .jack.width-static{width:500px}#stacks_in_8284 > .jack.width-flexible{width:100%}#stacks_in_8284 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8284 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8284 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8284 > .jack.border-detailed-width{border-width:1.00px 0.00px 0.00px 0.00px}#stacks_in_8284 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8284 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8284 > .jack::after{border-radius:0px}#stacks_in_8284 > .jack.border-detailed-radius,#stacks_in_8284 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8284 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8284 > .jack.bg-color{background-color:#FFFFFF}#stacks_in_8284 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_8284 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8284 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8284 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8284 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8284 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8284 > .jack.bg-image:not(.glass){}#stacks_in_8284 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8284 > .jack.bg-image.glass.after,#stacks_in_8284 > .glass.jack.bg-image::after{opacity:0.52;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8284 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8284 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8284 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8284 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8284 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8284 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8284 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8284 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8284 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8284 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8284 > .jack.bg-image.glass.after,#stacks_in_8284 > .glass.jack.bg-image::after{}#stacks_in_8284 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8284 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8284 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8284 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8284 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8284 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8284 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8284 > .jack.peek-shadow::before,#stacks_in_8284 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8284 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8284 > .jack{overflow:visible;}#stacks_in_8284 > .jack.height-static{height:100px}#stacks_in_8284 > .jack.height-minmax{min-height:100px;max-height:800px}

/* Start Responsive Shim stack CSS code */.stacks_in_8291shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8293shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_6083shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_4603shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */
#stacks_in_4606 p,#stacks_in_4606 div{margin-bottom:0}#stacks_in_4606 p,#stacks_in_4606 div,#stacks_in_4606 ul,#stacks_in_4606 ol,#stacks_in_4606 dl{color:rgba(0, 255, 255, 1.00)}#stacks_in_4606 a{color:rgba(0, 255, 255, 1.00)}#stacks_in_4606 a:hover{color:rgba(204, 255, 255, 1.00)}#stacks_in_4606,#stacks_in_4606 div,#stacks_in_4606 p,#stacks_in_4606 ol,#stacks_in_4606 ul li,#stacks_in_4606 ol li,#stacks_in_4606 ol,#stacks_in_4606 dl{font-size:1.25rem}@media all and (max-width:640px){#stacks_in_4606,#stacks_in_4606 div,#stacks_in_4606 p,#stacks_in_4606 ol,#stacks_in_4606 ul li,#stacks_in_4606 ol li,#stacks_in_4606 ol,#stacks_in_4606 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_4606{}}


#stacks_in_4607 p,#stacks_in_4607 div{margin-bottom:0}#stacks_in_4607 p,#stacks_in_4607 div,#stacks_in_4607 ul,#stacks_in_4607 ol,#stacks_in_4607 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_4607 a{color:rgba(0, 255, 255, 1.00)}#stacks_in_4607 a:hover{color:rgba(0, 153, 153, 1.00)}#stacks_in_4607,#stacks_in_4607 div,#stacks_in_4607 p,#stacks_in_4607 ol,#stacks_in_4607 ul li,#stacks_in_4607 ol li,#stacks_in_4607 ol,#stacks_in_4607 dl{font-size:1.05rem}@media all and (max-width:640px){#stacks_in_4607,#stacks_in_4607 div,#stacks_in_4607 p,#stacks_in_4607 ol,#stacks_in_4607 ul li,#stacks_in_4607 ol li,#stacks_in_4607 ol,#stacks_in_4607 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_4607{}}


/* Start Responsive Shim stack CSS code */.stacks_in_4608shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_4608 {
	margin: 0px 24px 0px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_4744shim{	padding-top: 11%;}/* End Responsive Shim stack CSS code */
#stacks_in_4744 {
	margin: 0px 24px 0px 0px;
}

/* Start Responsive Shim stack CSS code */.stacks_in_4622shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_7622shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_7622 {
	background-color: rgba(0, 102, 102, 1.00);
}
@charset "UTF-8";
@charset "UTF-8";.movingbox.stacks_in_7688{--wait-time:0ms;--animation-speed:9.00s}  

#stacks_in_7783 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8231 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7742 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8238 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7904 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}
#stacks_in_8056{padding-left:0px;padding-right:0px;}#stacks_in_8056 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8056 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8056 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8056 > .jack.width-static{width:500px}#stacks_in_8056 > .jack.width-flexible{width:100%}#stacks_in_8056 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8056 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8056 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8056 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8056 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8056 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8056 > .jack::after{border-radius:0px}#stacks_in_8056 > .jack.border-detailed-radius,#stacks_in_8056 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8056 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8056 > .jack.bg-color{background-color:#89C5FF}#stacks_in_8056 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_8056 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8056 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8056 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8056 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8056 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8056 > .jack.bg-image:not(.glass){}#stacks_in_8056 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8056 > .jack.bg-image.glass.after,#stacks_in_8056 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8056 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8056 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8056 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8056 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8056 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8056 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8056 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8056 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8056 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8056 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8056 > .jack.bg-image.glass.after,#stacks_in_8056 > .glass.jack.bg-image::after{}#stacks_in_8056 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8056 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8056 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8056 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8056 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8056 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8056 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8056 > .jack.peek-shadow::before,#stacks_in_8056 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8056 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8056 > .jack{overflow:visible;}#stacks_in_8056 > .jack.height-static{height:100px}#stacks_in_8056 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_8058 p,#stacks_in_8058 div,#stacks_in_8058 ul,#stacks_in_8058 ol,#stacks_in_8058 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8058 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8058 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8058,#stacks_in_8058 div,#stacks_in_8058 p,#stacks_in_8058 ol,#stacks_in_8058 ul li,#stacks_in_8058 ol li,#stacks_in_8058 ol,#stacks_in_8058 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_8058,#stacks_in_8058 div,#stacks_in_8058 p,#stacks_in_8058 ol,#stacks_in_8058 ul li,#stacks_in_8058 ol li,#stacks_in_8058 ol,#stacks_in_8058 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8058,#stacks_in_8058 div,#stacks_in_8058 p,#stacks_in_8058 .fa:not(.no-indent),#stacks_in_8058 ol,#stacks_in_8058 ul li,#stacks_in_8058 ol li,#stacks_in_8058 ol,#stacks_in_8058 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8058{letter-spacing:-0.40px;}}

#stacks_in_8062 p,#stacks_in_8062 div,#stacks_in_8062 ul,#stacks_in_8062 ol,#stacks_in_8062 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8062 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8062 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8062,#stacks_in_8062 div,#stacks_in_8062 p,#stacks_in_8062 ol,#stacks_in_8062 ul li,#stacks_in_8062 ol li,#stacks_in_8062 ol,#stacks_in_8062 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8062,#stacks_in_8062 div,#stacks_in_8062 p,#stacks_in_8062 ol,#stacks_in_8062 ul li,#stacks_in_8062 ol li,#stacks_in_8062 ol,#stacks_in_8062 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8062,#stacks_in_8062 div,#stacks_in_8062 p,#stacks_in_8062 .fa:not(.no-indent),#stacks_in_8062 ol,#stacks_in_8062 ul li,#stacks_in_8062 ol li,#stacks_in_8062 ol,#stacks_in_8062 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8062{letter-spacing:-0.40px;}}

#stacks_in_8065 p,#stacks_in_8065 div,#stacks_in_8065 ul,#stacks_in_8065 ol,#stacks_in_8065 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8065 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8065 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8065,#stacks_in_8065 div,#stacks_in_8065 p,#stacks_in_8065 ol,#stacks_in_8065 ul li,#stacks_in_8065 ol li,#stacks_in_8065 ol,#stacks_in_8065 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8065,#stacks_in_8065 div,#stacks_in_8065 p,#stacks_in_8065 ol,#stacks_in_8065 ul li,#stacks_in_8065 ol li,#stacks_in_8065 ol,#stacks_in_8065 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8065,#stacks_in_8065 div,#stacks_in_8065 p,#stacks_in_8065 .fa:not(.no-indent),#stacks_in_8065 ol,#stacks_in_8065 ul li,#stacks_in_8065 ol li,#stacks_in_8065 ol,#stacks_in_8065 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8065{letter-spacing:-0.40px;}}

#stacks_in_8068 p,#stacks_in_8068 div,#stacks_in_8068 ul,#stacks_in_8068 ol,#stacks_in_8068 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8068 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8068 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8068,#stacks_in_8068 div,#stacks_in_8068 p,#stacks_in_8068 ol,#stacks_in_8068 ul li,#stacks_in_8068 ol li,#stacks_in_8068 ol,#stacks_in_8068 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8068,#stacks_in_8068 div,#stacks_in_8068 p,#stacks_in_8068 ol,#stacks_in_8068 ul li,#stacks_in_8068 ol li,#stacks_in_8068 ol,#stacks_in_8068 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8068,#stacks_in_8068 div,#stacks_in_8068 p,#stacks_in_8068 .fa:not(.no-indent),#stacks_in_8068 ol,#stacks_in_8068 ul li,#stacks_in_8068 ol li,#stacks_in_8068 ol,#stacks_in_8068 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8068{letter-spacing:-0.40px;}}


#stacks_in_7739 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8182 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7716 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8189 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}
#stacks_in_7963{padding-left:0px;padding-right:0px;}#stacks_in_7963 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_7963 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_7963 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7963 > .jack.width-static{width:500px}#stacks_in_7963 > .jack.width-flexible{width:100%}#stacks_in_7963 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7963 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7963 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7963 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7963 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7963 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7963 > .jack::after{border-radius:0px}#stacks_in_7963 > .jack.border-detailed-radius,#stacks_in_7963 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7963 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7963 > .jack.bg-color{background-color:#89C5FF}#stacks_in_7963 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_7963 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7963 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7963 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7963 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7963 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7963 > .jack.bg-image:not(.glass){}#stacks_in_7963 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7963 > .jack.bg-image.glass.after,#stacks_in_7963 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7963 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_7963 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7963 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_7963 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_7963 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7963 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_7963 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7963 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_7963 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_7963 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7963 > .jack.bg-image.glass.after,#stacks_in_7963 > .glass.jack.bg-image::after{}#stacks_in_7963 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7963 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_7963 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_7963 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7963 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7963 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7963 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7963 > .jack.peek-shadow::before,#stacks_in_7963 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_7963 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_7963 > .jack{overflow:visible;}#stacks_in_7963 > .jack.height-static{height:100px}#stacks_in_7963 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_7960 p,#stacks_in_7960 div,#stacks_in_7960 ul,#stacks_in_7960 ol,#stacks_in_7960 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_7960 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7960 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7960,#stacks_in_7960 div,#stacks_in_7960 p,#stacks_in_7960 ol,#stacks_in_7960 ul li,#stacks_in_7960 ol li,#stacks_in_7960 ol,#stacks_in_7960 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_7960,#stacks_in_7960 div,#stacks_in_7960 p,#stacks_in_7960 ol,#stacks_in_7960 ul li,#stacks_in_7960 ol li,#stacks_in_7960 ol,#stacks_in_7960 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7960,#stacks_in_7960 div,#stacks_in_7960 p,#stacks_in_7960 .fa:not(.no-indent),#stacks_in_7960 ol,#stacks_in_7960 ul li,#stacks_in_7960 ol li,#stacks_in_7960 ol,#stacks_in_7960 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_7960{letter-spacing:-0.40px;}}


#stacks_in_7960 {
	padding: 2px 0px 0px 0px;
}
#stacks_in_7965 p,#stacks_in_7965 div,#stacks_in_7965 ul,#stacks_in_7965 ol,#stacks_in_7965 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_7965 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7965 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7965,#stacks_in_7965 div,#stacks_in_7965 p,#stacks_in_7965 ol,#stacks_in_7965 ul li,#stacks_in_7965 ol li,#stacks_in_7965 ol,#stacks_in_7965 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_7965,#stacks_in_7965 div,#stacks_in_7965 p,#stacks_in_7965 ol,#stacks_in_7965 ul li,#stacks_in_7965 ol li,#stacks_in_7965 ol,#stacks_in_7965 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7965,#stacks_in_7965 div,#stacks_in_7965 p,#stacks_in_7965 .fa:not(.no-indent),#stacks_in_7965 ol,#stacks_in_7965 ul li,#stacks_in_7965 ol li,#stacks_in_7965 ol,#stacks_in_7965 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_7965{letter-spacing:-0.40px;}}

#stacks_in_7968 p,#stacks_in_7968 div,#stacks_in_7968 ul,#stacks_in_7968 ol,#stacks_in_7968 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_7968 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7968 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7968,#stacks_in_7968 div,#stacks_in_7968 p,#stacks_in_7968 ol,#stacks_in_7968 ul li,#stacks_in_7968 ol li,#stacks_in_7968 ol,#stacks_in_7968 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_7968,#stacks_in_7968 div,#stacks_in_7968 p,#stacks_in_7968 ol,#stacks_in_7968 ul li,#stacks_in_7968 ol li,#stacks_in_7968 ol,#stacks_in_7968 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7968,#stacks_in_7968 div,#stacks_in_7968 p,#stacks_in_7968 .fa:not(.no-indent),#stacks_in_7968 ol,#stacks_in_7968 ul li,#stacks_in_7968 ol li,#stacks_in_7968 ol,#stacks_in_7968 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_7968{letter-spacing:-0.40px;}}

#stacks_in_7971 p,#stacks_in_7971 div,#stacks_in_7971 ul,#stacks_in_7971 ol,#stacks_in_7971 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_7971 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7971 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7971,#stacks_in_7971 div,#stacks_in_7971 p,#stacks_in_7971 ol,#stacks_in_7971 ul li,#stacks_in_7971 ol li,#stacks_in_7971 ol,#stacks_in_7971 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_7971,#stacks_in_7971 div,#stacks_in_7971 p,#stacks_in_7971 ol,#stacks_in_7971 ul li,#stacks_in_7971 ol li,#stacks_in_7971 ol,#stacks_in_7971 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7971,#stacks_in_7971 div,#stacks_in_7971 p,#stacks_in_7971 .fa:not(.no-indent),#stacks_in_7971 ol,#stacks_in_7971 ul li,#stacks_in_7971 ol li,#stacks_in_7971 ol,#stacks_in_7971 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_7971{letter-spacing:-0.40px;}}

#stacks_in_8258{padding-left:0px;padding-right:0px;}#stacks_in_8258 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8258 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8258 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8258 > .jack.width-static{width:500px}#stacks_in_8258 > .jack.width-flexible{width:100%}#stacks_in_8258 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8258 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8258 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8258 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8258 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8258 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8258 > .jack::after{border-radius:0px}#stacks_in_8258 > .jack.border-detailed-radius,#stacks_in_8258 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8258 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8258 > .jack.bg-color{background-color:#89C5FF}#stacks_in_8258 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_8258 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8258 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8258 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8258 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8258 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8258 > .jack.bg-image:not(.glass){}#stacks_in_8258 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8258 > .jack.bg-image.glass.after,#stacks_in_8258 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8258 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8258 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8258 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8258 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8258 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8258 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8258 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8258 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8258 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8258 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8258 > .jack.bg-image.glass.after,#stacks_in_8258 > .glass.jack.bg-image::after{}#stacks_in_8258 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8258 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8258 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8258 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8258 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8258 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8258 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8258 > .jack.peek-shadow::before,#stacks_in_8258 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8258 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8258 > .jack{overflow:visible;}#stacks_in_8258 > .jack.height-static{height:100px}#stacks_in_8258 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_8260 p,#stacks_in_8260 div,#stacks_in_8260 ul,#stacks_in_8260 ol,#stacks_in_8260 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8260 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8260 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8260,#stacks_in_8260 div,#stacks_in_8260 p,#stacks_in_8260 ol,#stacks_in_8260 ul li,#stacks_in_8260 ol li,#stacks_in_8260 ol,#stacks_in_8260 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8260,#stacks_in_8260 div,#stacks_in_8260 p,#stacks_in_8260 ol,#stacks_in_8260 ul li,#stacks_in_8260 ol li,#stacks_in_8260 ol,#stacks_in_8260 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8260,#stacks_in_8260 div,#stacks_in_8260 p,#stacks_in_8260 .fa:not(.no-indent),#stacks_in_8260 ol,#stacks_in_8260 ul li,#stacks_in_8260 ol li,#stacks_in_8260 ol,#stacks_in_8260 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8260{letter-spacing:-0.45px;}}


#stacks_in_8260 {
	padding: 9px 0px 0px 0px;
}
#stacks_in_8264 p,#stacks_in_8264 div,#stacks_in_8264 ul,#stacks_in_8264 ol,#stacks_in_8264 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8264 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8264 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8264,#stacks_in_8264 div,#stacks_in_8264 p,#stacks_in_8264 ol,#stacks_in_8264 ul li,#stacks_in_8264 ol li,#stacks_in_8264 ol,#stacks_in_8264 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8264,#stacks_in_8264 div,#stacks_in_8264 p,#stacks_in_8264 ol,#stacks_in_8264 ul li,#stacks_in_8264 ol li,#stacks_in_8264 ol,#stacks_in_8264 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8264,#stacks_in_8264 div,#stacks_in_8264 p,#stacks_in_8264 .fa:not(.no-indent),#stacks_in_8264 ol,#stacks_in_8264 ul li,#stacks_in_8264 ol li,#stacks_in_8264 ol,#stacks_in_8264 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8264{letter-spacing:-0.45px;}}


#stacks_in_8264 {
	padding:  4px;
}
#stacks_in_8267 p,#stacks_in_8267 div,#stacks_in_8267 ul,#stacks_in_8267 ol,#stacks_in_8267 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8267 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8267 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8267,#stacks_in_8267 div,#stacks_in_8267 p,#stacks_in_8267 ol,#stacks_in_8267 ul li,#stacks_in_8267 ol li,#stacks_in_8267 ol,#stacks_in_8267 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8267,#stacks_in_8267 div,#stacks_in_8267 p,#stacks_in_8267 ol,#stacks_in_8267 ul li,#stacks_in_8267 ol li,#stacks_in_8267 ol,#stacks_in_8267 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8267,#stacks_in_8267 div,#stacks_in_8267 p,#stacks_in_8267 .fa:not(.no-indent),#stacks_in_8267 ol,#stacks_in_8267 ul li,#stacks_in_8267 ol li,#stacks_in_8267 ol,#stacks_in_8267 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8267{letter-spacing:-0.45px;}}


#stacks_in_8267 {
	padding:  4px;
}
#stacks_in_8270 p,#stacks_in_8270 div,#stacks_in_8270 ul,#stacks_in_8270 ol,#stacks_in_8270 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8270 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8270 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8270,#stacks_in_8270 div,#stacks_in_8270 p,#stacks_in_8270 ol,#stacks_in_8270 ul li,#stacks_in_8270 ol li,#stacks_in_8270 ol,#stacks_in_8270 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8270,#stacks_in_8270 div,#stacks_in_8270 p,#stacks_in_8270 ol,#stacks_in_8270 ul li,#stacks_in_8270 ol li,#stacks_in_8270 ol,#stacks_in_8270 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8270,#stacks_in_8270 div,#stacks_in_8270 p,#stacks_in_8270 .fa:not(.no-indent),#stacks_in_8270 ol,#stacks_in_8270 ul li,#stacks_in_8270 ol li,#stacks_in_8270 ol,#stacks_in_8270 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8270{letter-spacing:-0.45px;}}


#stacks_in_8270 {
	padding:  4px;
}

#stacks_in_7841 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7979 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8175 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7981 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8161 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7983 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8168 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_7984 {
	padding: 0px 0px 0px 6px;
}
#stacks_in_8008 p,#stacks_in_8008 div,#stacks_in_8008 ul,#stacks_in_8008 ol,#stacks_in_8008 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8008 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8008 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_8008{}}


#stacks_in_8008 {
	padding: 0px 0px 0px 21px;
}

#stacks_in_8013 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8203 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8015 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}

#stacks_in_8196 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}
#stacks_in_8028{padding-left:0px;padding-right:0px;}#stacks_in_8028 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8028 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8028 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8028 > .jack.width-static{width:500px}#stacks_in_8028 > .jack.width-flexible{width:100%}#stacks_in_8028 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8028 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8028 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8028 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8028 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8028 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8028 > .jack::after{border-radius:0px}#stacks_in_8028 > .jack.border-detailed-radius,#stacks_in_8028 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8028 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8028 > .jack.bg-color{background-color:#89C5FF}#stacks_in_8028 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_8028 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8028 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8028 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8028 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8028 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8028 > .jack.bg-image:not(.glass){}#stacks_in_8028 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8028 > .jack.bg-image.glass.after,#stacks_in_8028 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8028 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8028 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8028 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8028 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8028 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8028 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8028 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8028 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8028 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8028 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8028 > .jack.bg-image.glass.after,#stacks_in_8028 > .glass.jack.bg-image::after{}#stacks_in_8028 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8028 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8028 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8028 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8028 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8028 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8028 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8028 > .jack.peek-shadow::before,#stacks_in_8028 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8028 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8028 > .jack{overflow:visible;}#stacks_in_8028 > .jack.height-static{height:100px}#stacks_in_8028 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_8030 p,#stacks_in_8030 div,#stacks_in_8030 ul,#stacks_in_8030 ol,#stacks_in_8030 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8030 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8030 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8030,#stacks_in_8030 div,#stacks_in_8030 p,#stacks_in_8030 ol,#stacks_in_8030 ul li,#stacks_in_8030 ol li,#stacks_in_8030 ol,#stacks_in_8030 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_8030,#stacks_in_8030 div,#stacks_in_8030 p,#stacks_in_8030 ol,#stacks_in_8030 ul li,#stacks_in_8030 ol li,#stacks_in_8030 ol,#stacks_in_8030 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8030{}}


#stacks_in_8030 {
	padding: 2px 0px 0px 0px;
}
#stacks_in_8034 p,#stacks_in_8034 div,#stacks_in_8034 ul,#stacks_in_8034 ol,#stacks_in_8034 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8034 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8034 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8034,#stacks_in_8034 div,#stacks_in_8034 p,#stacks_in_8034 ol,#stacks_in_8034 ul li,#stacks_in_8034 ol li,#stacks_in_8034 ol,#stacks_in_8034 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_8034,#stacks_in_8034 div,#stacks_in_8034 p,#stacks_in_8034 ol,#stacks_in_8034 ul li,#stacks_in_8034 ol li,#stacks_in_8034 ol,#stacks_in_8034 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8034{}}

#stacks_in_8037 p,#stacks_in_8037 div,#stacks_in_8037 ul,#stacks_in_8037 ol,#stacks_in_8037 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8037 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8037 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8037,#stacks_in_8037 div,#stacks_in_8037 p,#stacks_in_8037 ol,#stacks_in_8037 ul li,#stacks_in_8037 ol li,#stacks_in_8037 ol,#stacks_in_8037 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_8037,#stacks_in_8037 div,#stacks_in_8037 p,#stacks_in_8037 ol,#stacks_in_8037 ul li,#stacks_in_8037 ol li,#stacks_in_8037 ol,#stacks_in_8037 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8037{}}

#stacks_in_8040 p,#stacks_in_8040 div,#stacks_in_8040 ul,#stacks_in_8040 ol,#stacks_in_8040 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8040 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8040 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8040,#stacks_in_8040 div,#stacks_in_8040 p,#stacks_in_8040 ol,#stacks_in_8040 ul li,#stacks_in_8040 ol li,#stacks_in_8040 ol,#stacks_in_8040 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_8040,#stacks_in_8040 div,#stacks_in_8040 p,#stacks_in_8040 ol,#stacks_in_8040 ul li,#stacks_in_8040 ol li,#stacks_in_8040 ol,#stacks_in_8040 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8040{}}

#stacks_in_8242{padding-left:0px;padding-right:0px;}#stacks_in_8242 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8242 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8242 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8242 > .jack.width-static{width:500px}#stacks_in_8242 > .jack.width-flexible{width:100%}#stacks_in_8242 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8242 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8242 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8242 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8242 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8242 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8242 > .jack::after{border-radius:0px}#stacks_in_8242 > .jack.border-detailed-radius,#stacks_in_8242 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8242 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8242 > .jack.bg-color{background-color:#89C5FF}#stacks_in_8242 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_8242 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8242 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8242 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8242 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8242 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8242 > .jack.bg-image:not(.glass){}#stacks_in_8242 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8242 > .jack.bg-image.glass.after,#stacks_in_8242 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8242 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8242 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8242 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8242 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8242 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8242 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8242 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8242 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8242 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8242 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8242 > .jack.bg-image.glass.after,#stacks_in_8242 > .glass.jack.bg-image::after{}#stacks_in_8242 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8242 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8242 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8242 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8242 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8242 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8242 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8242 > .jack.peek-shadow::before,#stacks_in_8242 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8242 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8242 > .jack{overflow:visible;}#stacks_in_8242 > .jack.height-static{height:100px}#stacks_in_8242 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_8244 p,#stacks_in_8244 div,#stacks_in_8244 ul,#stacks_in_8244 ol,#stacks_in_8244 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8244 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8244 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8244,#stacks_in_8244 div,#stacks_in_8244 p,#stacks_in_8244 ol,#stacks_in_8244 ul li,#stacks_in_8244 ol li,#stacks_in_8244 ol,#stacks_in_8244 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8244,#stacks_in_8244 div,#stacks_in_8244 p,#stacks_in_8244 ol,#stacks_in_8244 ul li,#stacks_in_8244 ol li,#stacks_in_8244 ol,#stacks_in_8244 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8244,#stacks_in_8244 div,#stacks_in_8244 p,#stacks_in_8244 .fa:not(.no-indent),#stacks_in_8244 ol,#stacks_in_8244 ul li,#stacks_in_8244 ol li,#stacks_in_8244 ol,#stacks_in_8244 dl{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8244{letter-spacing:-0.45px;}}


#stacks_in_8244 {
	padding: 9px 0px 0px 0px;
}
#stacks_in_8248 p,#stacks_in_8248 div,#stacks_in_8248 ul,#stacks_in_8248 ol,#stacks_in_8248 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8248 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8248 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8248,#stacks_in_8248 div,#stacks_in_8248 p,#stacks_in_8248 ol,#stacks_in_8248 ul li,#stacks_in_8248 ol li,#stacks_in_8248 ol,#stacks_in_8248 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8248,#stacks_in_8248 div,#stacks_in_8248 p,#stacks_in_8248 ol,#stacks_in_8248 ul li,#stacks_in_8248 ol li,#stacks_in_8248 ol,#stacks_in_8248 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8248,#stacks_in_8248 div,#stacks_in_8248 p,#stacks_in_8248 .fa:not(.no-indent),#stacks_in_8248 ol,#stacks_in_8248 ul li,#stacks_in_8248 ol li,#stacks_in_8248 ol,#stacks_in_8248 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_8248{letter-spacing:-0.40px;}}


#stacks_in_8248 {
	padding:  3px;
}
#stacks_in_8251 p,#stacks_in_8251 div,#stacks_in_8251 ul,#stacks_in_8251 ol,#stacks_in_8251 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8251 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8251 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8251,#stacks_in_8251 div,#stacks_in_8251 p,#stacks_in_8251 ol,#stacks_in_8251 ul li,#stacks_in_8251 ol li,#stacks_in_8251 ol,#stacks_in_8251 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8251,#stacks_in_8251 div,#stacks_in_8251 p,#stacks_in_8251 ol,#stacks_in_8251 ul li,#stacks_in_8251 ol li,#stacks_in_8251 ol,#stacks_in_8251 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8251,#stacks_in_8251 div,#stacks_in_8251 p,#stacks_in_8251 .fa:not(.no-indent),#stacks_in_8251 ol,#stacks_in_8251 ul li,#stacks_in_8251 ol li,#stacks_in_8251 ol,#stacks_in_8251 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_8251{letter-spacing:-0.40px;}}


#stacks_in_8251 {
	padding:  3px;
}
#stacks_in_8254 p,#stacks_in_8254 div,#stacks_in_8254 ul,#stacks_in_8254 ol,#stacks_in_8254 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8254 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8254 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8254,#stacks_in_8254 div,#stacks_in_8254 p,#stacks_in_8254 ol,#stacks_in_8254 ul li,#stacks_in_8254 ol li,#stacks_in_8254 ol,#stacks_in_8254 dl{font-size:0.85rem}@media all and (max-width:640px){#stacks_in_8254,#stacks_in_8254 div,#stacks_in_8254 p,#stacks_in_8254 ol,#stacks_in_8254 ul li,#stacks_in_8254 ol li,#stacks_in_8254 ol,#stacks_in_8254 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8254,#stacks_in_8254 div,#stacks_in_8254 p,#stacks_in_8254 .fa:not(.no-indent),#stacks_in_8254 ol,#stacks_in_8254 ul li,#stacks_in_8254 ol li,#stacks_in_8254 ol,#stacks_in_8254 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_8254{letter-spacing:-0.40px;}}


#stacks_in_8254 {
	padding:  3px;
}

#stacks_in_8017 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
}


#stacks_in_8310{padding-left:0px;padding-right:0px;}#stacks_in_8310 > .jack{margin:0px;padding:0px;border-color:#999999;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8310 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8310 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8310 > .jack.width-static{width:500px}#stacks_in_8310 > .jack.width-flexible{width:100%}#stacks_in_8310 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8310 > .jack.border-detailed-width{border-width:1.00px 0.00px 0.00px 0.00px}#stacks_in_8310 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8310 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8310 > .jack::after{border-radius:0px}#stacks_in_8310 > .jack.border-detailed-radius,#stacks_in_8310 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8310 > .jack.bg-color{background-color:#FFFFFF}#stacks_in_8310 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_8310 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8310 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8310 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8310 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8310 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8310 > .jack.bg-image:not(.glass){}#stacks_in_8310 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8310 > .jack.bg-image.glass.after,#stacks_in_8310 > .glass.jack.bg-image::after{opacity:0.52;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8310 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8310 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8310 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8310 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8310 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8310 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8310 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8310 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8310 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8310 > .jack.bg-image.glass.after,#stacks_in_8310 > .glass.jack.bg-image::after{}#stacks_in_8310 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8310 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8310 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8310 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8310 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8310 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8310 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8310 > .jack.peek-shadow::before,#stacks_in_8310 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8310 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8310 > .jack{overflow:visible;}#stacks_in_8310 > .jack.height-static{height:100px}#stacks_in_8310 > .jack.height-minmax{min-height:100px;max-height:800px}

/* Start Responsive Shim stack CSS code */.stacks_in_8317shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8321shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_8146 p,#stacks_in_8146 div{margin-bottom:0}#stacks_in_8146 p,#stacks_in_8146 div,#stacks_in_8146 ul,#stacks_in_8146 ol,#stacks_in_8146 dl{color:rgba(28, 60, 60, 1.00)}#stacks_in_8146 a{color:rgba(51, 102, 102, 1.00)}#stacks_in_8146 a:hover{color:rgba(28, 60, 60, 1.00)}#stacks_in_8146,#stacks_in_8146 div,#stacks_in_8146 p,#stacks_in_8146 ol,#stacks_in_8146 ul li,#stacks_in_8146 ol li,#stacks_in_8146 ol,#stacks_in_8146 dl{font-size:1.40rem}@media all and (max-width:640px){#stacks_in_8146,#stacks_in_8146 div,#stacks_in_8146 p,#stacks_in_8146 ol,#stacks_in_8146 ul li,#stacks_in_8146 ol li,#stacks_in_8146 ol,#stacks_in_8146 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8146,#stacks_in_8146 div,#stacks_in_8146 p,#stacks_in_8146 .fa:not(.no-indent),#stacks_in_8146 ol,#stacks_in_8146 ul li,#stacks_in_8146 ol li,#stacks_in_8146 ol,#stacks_in_8146 dl{line-height:1.10}}@media only screen and (min-width:0px){#stacks_in_8146{}}


#stacks_in_8146 {
	padding: 2px 0px 0px 0px;
}


/* Start Responsive Shim stack CSS code */.stacks_in_7298shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_7298 {
	background-color: rgba(0, 102, 102, 1.00);
}

#stacks_in_7347{padding-left:0px;padding-right:0px;}#stacks_in_7347 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_7347 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_7347 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7347 > .jack.width-static{width:500px}#stacks_in_7347 > .jack.width-flexible{width:100%}#stacks_in_7347 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7347 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7347 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7347 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7347 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7347 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7347 > .jack::after{border-radius:0px}#stacks_in_7347 > .jack.border-detailed-radius,#stacks_in_7347 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7347 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7347 > .jack.bg-color{background-color:#89C5FF}#stacks_in_7347 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_7347 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7347 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7347 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7347 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7347 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7347 > .jack.bg-image:not(.glass){}#stacks_in_7347 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7347 > .jack.bg-image.glass.after,#stacks_in_7347 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7347 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_7347 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7347 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_7347 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_7347 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7347 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_7347 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7347 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_7347 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_7347 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7347 > .jack.bg-image.glass.after,#stacks_in_7347 > .glass.jack.bg-image::after{}#stacks_in_7347 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7347 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_7347 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_7347 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7347 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7347 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7347 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7347 > .jack.peek-shadow::before,#stacks_in_7347 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_7347 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_7347 > .jack{overflow:visible;}#stacks_in_7347 > .jack.height-static{height:100px}#stacks_in_7347 > .jack.height-minmax{min-height:100px;max-height:800px}

/* Start Responsive Shim stack CSS code */.stacks_in_7287shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8094shim{	padding-top: 21%;}/* End Responsive Shim stack CSS code */#stacks_in_7598{padding-left:0px;padding-right:0px;}#stacks_in_7598 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:9px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_7598 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_7598 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7598 > .jack.width-static{width:500px}#stacks_in_7598 > .jack.width-flexible{width:100%}#stacks_in_7598 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7598 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7598 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7598 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7598 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7598 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7598 > .jack::after{border-radius:9px}#stacks_in_7598 > .jack.border-detailed-radius,#stacks_in_7598 > .jack.border-detailed-radius::after{border-radius:0.00px 9.00px 9.00px 0.00px}#stacks_in_7598 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7598 > .jack.bg-color{background-color:#000000}#stacks_in_7598 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_7598 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7598 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7598 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7598 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7598 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7598 > .jack.bg-image:not(.glass){}#stacks_in_7598 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7598 > .jack.bg-image.glass.after,#stacks_in_7598 > .glass.jack.bg-image::after{opacity:0.25;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_7598 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_7598 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7598 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_7598 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_7598 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7598 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_7598 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7598 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_7598 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_7598 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7598 > .jack.bg-image.glass.after,#stacks_in_7598 > .glass.jack.bg-image::after{}#stacks_in_7598 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7598 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_7598 > .jack.drop-shadow{-webkit-box-shadow:9px 10px 6px -6px rgba(25,25,25,0.50);box-shadow:9px 10px 6px -6px rgba(25,25,25,0.50)}#stacks_in_7598 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7598 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:9px 10px 6px -6px rgba(25,25,25,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:9px 10px 6px -6px rgba(25,25,25,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7598 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7598 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7598 > .jack.peek-shadow::before,#stacks_in_7598 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_7598 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_7598 > .jack{overflow:visible;}#stacks_in_7598 > .jack.height-static{height:100px}#stacks_in_7598 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_7259 h3,#stacks_in_7259 .hTxt:not(.segment) div{font-size:1.66rem}@media all and (max-width:640px){#stacks_in_7259 h3,#stacks_in_7259 .hTxt:not(.segment) div{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7259 h3,#stacks_in_7259 div{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_7259 h3,#stacks_in_7259 div{letter-spacing:-0.45px}}#stacks_in_7259 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_7259 h3,#stacks_in_7259 div{color:rgba(0, 102, 102, 1.00)}#stacks_in_7259 h3 a,#stacks_in_7259 div a{color:rgba(0, 102, 102, 1.00)}#stacks_in_7259 h3 a:hover,#stacks_in_7259 div a:hover{color:rgba(0, 76, 76, 1.00)}#stacks_in_7259 small,#stacks_in_7259 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_7259 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_7259 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
	-moz-border-radius: 0px 9px 0px 0px;
	-webkit-border-radius: 0px 9px 0px 0px;
	border-radius: 0px 9px 0px 0px;
	padding: 12px 0px 12px 9px;
}

#stacks_in_7261 {
	font-weight: bold;
}
#stacks_in_8095 h3,#stacks_in_8095 .hTxt:not(.segment) div{font-size:1.40rem}@media all and (max-width:640px){#stacks_in_8095 h3,#stacks_in_8095 .hTxt:not(.segment) div{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8095 h3,#stacks_in_8095 div{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_8095 h3,#stacks_in_8095 div{letter-spacing:-0.40px}}#stacks_in_8095 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_8095 h3,#stacks_in_8095 div{color:rgba(0, 102, 102, 1.00)}#stacks_in_8095 h3 a,#stacks_in_8095 div a{color:rgba(0, 102, 102, 1.00)}#stacks_in_8095 h3 a:hover,#stacks_in_8095 div a:hover{color:rgba(0, 76, 76, 1.00)}#stacks_in_8095 small,#stacks_in_8095 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_8095 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_8095 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
	-moz-border-radius: 0px 9px 0px 0px;
	-webkit-border-radius: 0px 9px 0px 0px;
	border-radius: 0px 9px 0px 0px;
	padding: 12px 0px 12px 9px;
}

#stacks_in_8097 {
	font-weight: bold;
}
#stacks_in_7602 h6,#stacks_in_7602 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7602 h6,#stacks_in_7602 .hTxt:not(.segment) div{font-size:0.95rem}}#stacks_in_7602 h6,#stacks_in_7602 div{color:rgba(255, 204, 0, 1.00)}#stacks_in_7602 h6 a,#stacks_in_7602 div a{color:rgba(255, 204, 0, 1.00)}#stacks_in_7602 h6 a:hover,#stacks_in_7602 div a:hover{color:rgba(191, 153, 0, 1.00)}#stacks_in_7602 small,#stacks_in_7602 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_7602 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
	padding: 6px 12px 4px 0px;
}

#stacks_in_7604 {
	font-weight: bold;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8077shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */
#stacks_in_8077 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
}

#stacks_in_7493 {
	background-color: rgba(204, 255, 255, 1.00);
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
	-moz-border-radius: 0px 9px 9px 0px;
	-webkit-border-radius: 0px 9px 9px 0px;
	border-radius: 0px 9px 9px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7589shim{	padding-top: 15%;}/* End Responsive Shim stack CSS code */
#stacks_in_7589 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
}
#stacks_in_8100 h5,#stacks_in_8100 .hTxt:not(.segment) div{font-size:1.25rem}@media all and (max-width:640px){#stacks_in_8100 h5,#stacks_in_8100 .hTxt:not(.segment) div{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8100 h5,#stacks_in_8100 div{line-height:1.20}}#stacks_in_8100 h5,#stacks_in_8100 div{color:rgba(0, 102, 102, 1.00)}#stacks_in_8100 h5 a,#stacks_in_8100 div a{color:rgba(0, 102, 102, 1.00)}#stacks_in_8100 h5 a:hover,#stacks_in_8100 div a:hover{color:rgba(0, 76, 76, 1.00)}#stacks_in_8100 small,#stacks_in_8100 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_8100 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_8100 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
	-moz-border-radius: 0px 0px 9px 0px;
	-webkit-border-radius: 0px 0px 9px 0px;
	border-radius: 0px 0px 9px 0px;
	padding: 15px 0px 12px 0px;
}

#stacks_in_8102 {
	font-weight: bold;
}
#stacks_in_7592 h5,#stacks_in_7592 .hTxt:not(.segment) div{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_7592 h5,#stacks_in_7592 .hTxt:not(.segment) div{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7592 h5,#stacks_in_7592 div{line-height:1.20}}@media only screen and (min-width:0px){#stacks_in_7592 h5,#stacks_in_7592 div{letter-spacing:-0.42px}}#stacks_in_7592 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_7592 h5,#stacks_in_7592 div{color:rgba(0, 102, 102, 1.00)}#stacks_in_7592 h5 a,#stacks_in_7592 div a{color:rgba(0, 102, 102, 1.00)}#stacks_in_7592 h5 a:hover,#stacks_in_7592 div a:hover{color:rgba(0, 76, 76, 1.00)}#stacks_in_7592 small,#stacks_in_7592 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_7592 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_7592 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 0px 60px;
	-moz-border-radius: 0px 0px 9px 0px;
	-webkit-border-radius: 0px 0px 9px 0px;
	border-radius: 0px 0px 9px 0px;
	padding: 12px 0px 9px 0px;
}

#stacks_in_7594 {
	font-weight: bold;
}

/* Start Responsive Shim stack CSS code */.stacks_in_8113shim{	padding-top: 30%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_8120shim{	padding-top: 60%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_7588shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */#stacks_in_7468 p,#stacks_in_7468 div{margin-bottom:0}#stacks_in_7468 p,#stacks_in_7468 div,#stacks_in_7468 ul,#stacks_in_7468 ol,#stacks_in_7468 dl{color:rgba(51, 102, 102, 1.00)}#stacks_in_7468 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7468 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7468,#stacks_in_7468 div,#stacks_in_7468 p,#stacks_in_7468 ol,#stacks_in_7468 ul li,#stacks_in_7468 ol li,#stacks_in_7468 ol,#stacks_in_7468 dl{font-size:1.12rem}@media all and (max-width:640px){#stacks_in_7468,#stacks_in_7468 div,#stacks_in_7468 p,#stacks_in_7468 ol,#stacks_in_7468 ul li,#stacks_in_7468 ol li,#stacks_in_7468 ol,#stacks_in_7468 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7468{}}


#stacks_in_7468 {
	padding: 12px 39px 3px 21px;
}
#stacks_in_7381 p,#stacks_in_7381 div,#stacks_in_7381 ul,#stacks_in_7381 ol,#stacks_in_7381 dl{color:rgba(0, 102, 102, 1.00)}#stacks_in_7381 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7381 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7381,#stacks_in_7381 div,#stacks_in_7381 p,#stacks_in_7381 ol,#stacks_in_7381 ul li,#stacks_in_7381 ol li,#stacks_in_7381 ol,#stacks_in_7381 dl{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_7381,#stacks_in_7381 div,#stacks_in_7381 p,#stacks_in_7381 ol,#stacks_in_7381 ul li,#stacks_in_7381 ol li,#stacks_in_7381 ol,#stacks_in_7381 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7381{}}


#stacks_in_7381 {
	padding: 12px 39px 12px 21px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7480shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_7480 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_out_7480 {
	width: 30%;
	margin-left:0;
}
#stacks_in_7465 p,#stacks_in_7465 div{margin-bottom:0}#stacks_in_7465 p,#stacks_in_7465 div,#stacks_in_7465 ul,#stacks_in_7465 ol,#stacks_in_7465 dl{color:rgba(51, 102, 102, 1.00)}#stacks_in_7465 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7465 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7465,#stacks_in_7465 div,#stacks_in_7465 p,#stacks_in_7465 ol,#stacks_in_7465 ul li,#stacks_in_7465 ol li,#stacks_in_7465 ol,#stacks_in_7465 dl{font-size:1.12rem}@media all and (max-width:640px){#stacks_in_7465,#stacks_in_7465 div,#stacks_in_7465 p,#stacks_in_7465 ol,#stacks_in_7465 ul li,#stacks_in_7465 ol li,#stacks_in_7465 ol,#stacks_in_7465 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7465{}}


#stacks_in_7465 {
	padding: 24px 39px 3px 21px;
}
#stacks_in_7384 p,#stacks_in_7384 div,#stacks_in_7384 ul,#stacks_in_7384 ol,#stacks_in_7384 dl{color:rgba(28, 60, 60, 1.00)}#stacks_in_7384 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7384 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7384,#stacks_in_7384 div,#stacks_in_7384 p,#stacks_in_7384 ol,#stacks_in_7384 ul li,#stacks_in_7384 ol li,#stacks_in_7384 ol,#stacks_in_7384 dl{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_7384,#stacks_in_7384 div,#stacks_in_7384 p,#stacks_in_7384 ol,#stacks_in_7384 ul li,#stacks_in_7384 ol li,#stacks_in_7384 ol,#stacks_in_7384 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7384{}}


#stacks_in_7384 {
	padding: 12px 39px 9px 21px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7471shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_7471 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_out_7471 {
	width: 30%;
	margin-left:0;
}
#stacks_in_7387 p,#stacks_in_7387 div{margin-bottom:0}#stacks_in_7387 p,#stacks_in_7387 div,#stacks_in_7387 ul,#stacks_in_7387 ol,#stacks_in_7387 dl{color:rgba(51, 102, 102, 1.00)}#stacks_in_7387 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7387 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7387,#stacks_in_7387 div,#stacks_in_7387 p,#stacks_in_7387 ol,#stacks_in_7387 ul li,#stacks_in_7387 ol li,#stacks_in_7387 ol,#stacks_in_7387 dl{font-size:1.12rem}@media all and (max-width:640px){#stacks_in_7387,#stacks_in_7387 div,#stacks_in_7387 p,#stacks_in_7387 ol,#stacks_in_7387 ul li,#stacks_in_7387 ol li,#stacks_in_7387 ol,#stacks_in_7387 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7387{}}


#stacks_in_7387 {
	padding: 24px 39px 3px 21px;
}
#stacks_in_7400 p,#stacks_in_7400 div,#stacks_in_7400 ul,#stacks_in_7400 ol,#stacks_in_7400 dl{color:rgba(0, 102, 102, 1.00)}#stacks_in_7400 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7400 a:hover{color:rgba(102, 102, 102, 1.00)}#stacks_in_7400,#stacks_in_7400 div,#stacks_in_7400 p,#stacks_in_7400 ol,#stacks_in_7400 ul li,#stacks_in_7400 ol li,#stacks_in_7400 ol,#stacks_in_7400 dl{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_7400,#stacks_in_7400 div,#stacks_in_7400 p,#stacks_in_7400 ol,#stacks_in_7400 ul li,#stacks_in_7400 ol li,#stacks_in_7400 ol,#stacks_in_7400 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7400{}}


#stacks_in_7400 {
	padding: 0px 39px 12px 21px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7475shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_7475 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_out_7475 {
	width: 30%;
	margin-left:0;
}
#stacks_in_7256 p,#stacks_in_7256 div{margin-bottom:0}#stacks_in_7256 p,#stacks_in_7256 div,#stacks_in_7256 ul,#stacks_in_7256 ol,#stacks_in_7256 dl{color:rgba(51, 102, 102, 1.00)}#stacks_in_7256 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7256 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_7256,#stacks_in_7256 div,#stacks_in_7256 p,#stacks_in_7256 ol,#stacks_in_7256 ul li,#stacks_in_7256 ol li,#stacks_in_7256 ol,#stacks_in_7256 dl{font-size:1.12rem}@media all and (max-width:640px){#stacks_in_7256,#stacks_in_7256 div,#stacks_in_7256 p,#stacks_in_7256 ol,#stacks_in_7256 ul li,#stacks_in_7256 ol li,#stacks_in_7256 ol,#stacks_in_7256 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7256{}}


#stacks_in_7256 {
	padding: 24px 39px 3px 21px;
}
#stacks_in_7397 p,#stacks_in_7397 div,#stacks_in_7397 ul,#stacks_in_7397 ol,#stacks_in_7397 dl{color:rgba(0, 102, 102, 1.00)}#stacks_in_7397 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_7397 a:hover{color:rgba(0, 153, 153, 1.00)}#stacks_in_7397,#stacks_in_7397 div,#stacks_in_7397 p,#stacks_in_7397 ol,#stacks_in_7397 ul li,#stacks_in_7397 ol li,#stacks_in_7397 ol,#stacks_in_7397 dl{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_7397,#stacks_in_7397 div,#stacks_in_7397 p,#stacks_in_7397 ol,#stacks_in_7397 ul li,#stacks_in_7397 ol li,#stacks_in_7397 ol,#stacks_in_7397 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7397{}}


#stacks_in_7397 {
	padding: 0px 39px 12px 21px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8332shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_8332 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
}

#stacks_out_8332 {
	width: 30%;
	margin-left:0;
}
#stacks_in_8325 p,#stacks_in_8325 div{margin-bottom:0}#stacks_in_8325 p,#stacks_in_8325 div,#stacks_in_8325 ul,#stacks_in_8325 ol,#stacks_in_8325 dl{color:rgba(51, 102, 102, 1.00)}#stacks_in_8325 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8325 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8325,#stacks_in_8325 div,#stacks_in_8325 p,#stacks_in_8325 ol,#stacks_in_8325 ul li,#stacks_in_8325 ol li,#stacks_in_8325 ol,#stacks_in_8325 dl{font-size:1.12rem}@media all and (max-width:640px){#stacks_in_8325,#stacks_in_8325 div,#stacks_in_8325 p,#stacks_in_8325 ol,#stacks_in_8325 ul li,#stacks_in_8325 ol li,#stacks_in_8325 ol,#stacks_in_8325 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8325{}}


#stacks_in_8325 {
	padding: 24px 39px 3px 21px;
}
#stacks_in_8328 p,#stacks_in_8328 div,#stacks_in_8328 ul,#stacks_in_8328 ol,#stacks_in_8328 dl{color:rgba(0, 102, 102, 1.00)}#stacks_in_8328 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_8328 a:hover{color:rgba(0, 153, 153, 1.00)}#stacks_in_8328,#stacks_in_8328 div,#stacks_in_8328 p,#stacks_in_8328 ol,#stacks_in_8328 ul li,#stacks_in_8328 ol li,#stacks_in_8328 ol,#stacks_in_8328 dl{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_8328,#stacks_in_8328 div,#stacks_in_8328 p,#stacks_in_8328 ol,#stacks_in_8328 ul li,#stacks_in_8328 ol li,#stacks_in_8328 ol,#stacks_in_8328 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8328{}}


#stacks_in_8328 {
	padding: 0px 39px 12px 21px;
}

/* Start Responsive Shim stack CSS code */.stacks_in_7349shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */


#stacks_in_8363{padding-left:0px;padding-right:0px;}#stacks_in_8363 > .jack{margin:0px;padding:0px;border-color:#999999;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8363 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8363 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8363 > .jack.width-static{width:500px}#stacks_in_8363 > .jack.width-flexible{width:100%}#stacks_in_8363 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8363 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8363 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8363 > .jack.border-detailed-width{border-width:1.00px 0.00px 0.00px 0.00px}#stacks_in_8363 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8363 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8363 > .jack::after{border-radius:0px}#stacks_in_8363 > .jack.border-detailed-radius,#stacks_in_8363 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8363 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8363 > .jack.bg-color{background-color:#FFFFFF}#stacks_in_8363 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_8363 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8363 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8363 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8363 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8363 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8363 > .jack.bg-image:not(.glass){}#stacks_in_8363 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8363 > .jack.bg-image.glass.after,#stacks_in_8363 > .glass.jack.bg-image::after{opacity:0.52;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8363 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8363 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8363 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8363 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8363 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8363 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8363 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8363 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8363 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8363 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8363 > .jack.bg-image.glass.after,#stacks_in_8363 > .glass.jack.bg-image::after{}#stacks_in_8363 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8363 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8363 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8363 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8363 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8363 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8363 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8363 > .jack.peek-shadow::before,#stacks_in_8363 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8363 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8363 > .jack{overflow:visible;}#stacks_in_8363 > .jack.height-static{height:100px}#stacks_in_8363 > .jack.height-minmax{min-height:100px;max-height:800px}

/* Start Responsive Shim stack CSS code */.stacks_in_8380shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8365shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_6505shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_6505 {
	background-color: rgba(0, 102, 102, 1.00);
}

#stacks_in_7512{padding-left:0px;padding-right:0px;}#stacks_in_7512 > .jack{margin:0px;padding:0px;border-color:#009999;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_7512 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_7512 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7512 > .jack.width-static{width:500px}#stacks_in_7512 > .jack.width-flexible{width:100%}#stacks_in_7512 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7512 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7512 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7512 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 60.00px}#stacks_in_7512 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7512 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7512 > .jack::after{border-radius:0px}#stacks_in_7512 > .jack.border-detailed-radius,#stacks_in_7512 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7512 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7512 > .jack.bg-color{background-color:#89C5FF}#stacks_in_7512 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_7512 > .jack.bg-image:not(.glass){background-image:url(../files/bgImage-7512.jpg);background-repeat:repeat;background-position:left bottom;}#stacks_in_7512 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7512 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7512 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7512 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7512 > .jack.bg-image:not(.glass){}#stacks_in_7512 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7512 > .jack.bg-image.glass.after,#stacks_in_7512 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url(../files/bgImage-7512.jpg);background-repeat:repeat;background-position:left bottom;}#stacks_in_7512 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_7512 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7512 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_7512 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_7512 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7512 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_7512 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7512 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_7512 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_7512 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7512 > .jack.bg-image.glass.after,#stacks_in_7512 > .glass.jack.bg-image::after{}#stacks_in_7512 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_7512 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_7512 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(161,161,161,0.50);box-shadow:0px 10px 6px -6px rgba(161,161,161,0.50)}#stacks_in_7512 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7512 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(161,161,161,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(161,161,161,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7512 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7512 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7512 > .jack.peek-shadow::before,#stacks_in_7512 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_7512 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_7512 > .jack{overflow:visible;}#stacks_in_7512 > .jack.height-static{height:100px}#stacks_in_7512 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_8083 h3,#stacks_in_8083 .hTxt:not(.segment) div{font-size:1.30rem}@media all and (max-width:640px){#stacks_in_8083 h3,#stacks_in_8083 .hTxt:not(.segment) div{font-size:0.95rem}}#stacks_in_8083 h3,#stacks_in_8083 div{color:rgba(28, 60, 60, 1.00)}#stacks_in_8083 h3 a,#stacks_in_8083 div a{color:rgba(28, 60, 60, 1.00)}#stacks_in_8083 h3 a:hover,#stacks_in_8083 div a:hover{color:rgba(21, 45, 45, 1.00)}#stacks_in_8083 small,#stacks_in_8083 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_8085 {
	font-weight: bold;
}
#stacks_in_7544 p,#stacks_in_7544 div{margin-bottom:0}#stacks_in_7544 p,#stacks_in_7544 div,#stacks_in_7544 ul,#stacks_in_7544 ol,#stacks_in_7544 dl{color:rgba(51, 102, 102, 1.00)}#stacks_in_7544 a{color:rgba(102, 153, 153, 1.00)}#stacks_in_7544 a:hover{color:rgba(204, 255, 255, 1.00)}#stacks_in_7544,#stacks_in_7544 div,#stacks_in_7544 p,#stacks_in_7544 ol,#stacks_in_7544 ul li,#stacks_in_7544 ol li,#stacks_in_7544 ol,#stacks_in_7544 dl{font-size:1.40rem}@media all and (max-width:640px){#stacks_in_7544,#stacks_in_7544 div,#stacks_in_7544 p,#stacks_in_7544 ol,#stacks_in_7544 ul li,#stacks_in_7544 ol li,#stacks_in_7544 ol,#stacks_in_7544 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_7544,#stacks_in_7544 div,#stacks_in_7544 p,#stacks_in_7544 .fa:not(.no-indent),#stacks_in_7544 ol,#stacks_in_7544 ul li,#stacks_in_7544 ol li,#stacks_in_7544 ol,#stacks_in_7544 dl{line-height:1.25}}@media only screen and (min-width:0px){#stacks_in_7544{}}

/* Start Responsive Shim stack CSS code */.stacks_in_7529shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_7529 {
	border: solid rgba(0, 153, 153, 1.00);
	border-width: 0px 0px 9px 0px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_7617shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_6544shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_6544 {
	background-color: rgba(0, 102, 102, 1.00);
}


#stacks_in_8399{padding-left:0px;padding-right:0px;}#stacks_in_8399 > .jack{margin:0px;padding:0px;border-color:#999999;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8399 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8399 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8399 > .jack.width-static{width:500px}#stacks_in_8399 > .jack.width-flexible{width:100%}#stacks_in_8399 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8399 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8399 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8399 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8399 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8399 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8399 > .jack::after{border-radius:0px}#stacks_in_8399 > .jack.border-detailed-radius,#stacks_in_8399 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8399 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8399 > .jack.bg-color{background-color:#FFFFFF}#stacks_in_8399 > .jack.bg-gradient{background-color:#FFFFFF}#stacks_in_8399 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8399 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8399 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8399 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8399 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8399 > .jack.bg-image:not(.glass){}#stacks_in_8399 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8399 > .jack.bg-image.glass.after,#stacks_in_8399 > .glass.jack.bg-image::after{opacity:0.52;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8399 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8399 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8399 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8399 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8399 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8399 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8399 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8399 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8399 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8399 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8399 > .jack.bg-image.glass.after,#stacks_in_8399 > .glass.jack.bg-image::after{}#stacks_in_8399 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8399 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8399 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8399 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8399 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8399 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8399 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8399 > .jack.peek-shadow::before,#stacks_in_8399 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8399 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8399 > .jack{overflow:visible;}#stacks_in_8399 > .jack.height-static{height:100px}#stacks_in_8399 > .jack.height-minmax{min-height:100px;max-height:800px}


/* Start Responsive Shim stack CSS code */.stacks_in_8423shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_8423 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 1px 0px 0px 0px;
}
#stacks_in_8401{padding-left:0px;padding-right:0px;}#stacks_in_8401 > .jack{margin:0px;padding:0px;border-color:#333333;border-width:2px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_8401 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_8401 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8401 > .jack.width-static{width:500px}#stacks_in_8401 > .jack.width-flexible{width:100%}#stacks_in_8401 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8401 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8401 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8401 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.75px 0.00px}#stacks_in_8401 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8401 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8401 > .jack::after{border-radius:0px}#stacks_in_8401 > .jack.border-detailed-radius,#stacks_in_8401 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8401 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8401 > .jack.bg-color{background-color:#6D0C2C}#stacks_in_8401 > .jack.bg-gradient{background-color:#999999}#stacks_in_8401 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8401 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8401 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8401 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8401 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8401 > .jack.bg-image:not(.glass){}#stacks_in_8401 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8401 > .jack.bg-image.glass.after,#stacks_in_8401 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_8401 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_8401 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8401 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_8401 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_8401 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8401 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_8401 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8401 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_8401 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_8401 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8401 > .jack.bg-image.glass.after,#stacks_in_8401 > .glass.jack.bg-image::after{}#stacks_in_8401 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_8401 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_8401 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(70,70,70,0.50);box-shadow:0px 10px 6px -6px rgba(70,70,70,0.50)}#stacks_in_8401 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8401 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(70,70,70,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(70,70,70,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8401 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8401 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8401 > .jack.peek-shadow::before,#stacks_in_8401 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_8401 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_8401 > .jack{overflow:visible;}#stacks_in_8401 > .jack.height-static{height:28px}#stacks_in_8401 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_8437 p,#stacks_in_8437 div{margin-bottom:0}#stacks_in_8437,#stacks_in_8437 div,#stacks_in_8437 p,#stacks_in_8437 ol,#stacks_in_8437 ul li,#stacks_in_8437 ol li,#stacks_in_8437 ol,#stacks_in_8437 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8437,#stacks_in_8437 div,#stacks_in_8437 p,#stacks_in_8437 ol,#stacks_in_8437 ul li,#stacks_in_8437 ol li,#stacks_in_8437 ol,#stacks_in_8437 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8437{}}


#stacks_in_8437 {
	padding: 0px 0px 4px 6px;
}
#stacks_in_8404 p,#stacks_in_8404 div{margin-bottom:0}#stacks_in_8404,#stacks_in_8404 div,#stacks_in_8404 p,#stacks_in_8404 ol,#stacks_in_8404 ul li,#stacks_in_8404 ol li,#stacks_in_8404 ol,#stacks_in_8404 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8404,#stacks_in_8404 div,#stacks_in_8404 p,#stacks_in_8404 ol,#stacks_in_8404 ul li,#stacks_in_8404 ol li,#stacks_in_8404 ol,#stacks_in_8404 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8404{}}

/* Start Responsive Shim stack CSS code */.stacks_in_8407shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */


/* Start doobox Chauffeur css */

.stacks_in_8445_2wrapper{
width: 35px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_8445_2bulter{
cursor: pointer;
border: 1px solid #528585;
background: #669999;
width: 35px;
height: 35px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #EEEEEE;
text-align: center;
line-height: 35px;
margin: 5px;
z-index: 1000001;
background: #669999;
}


.stacks_in_8445_2bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 33px; 
	vertical-align: middle;
}


.stacks_in_8445_2bulter:hover{
color: #DADADA;
background: #75A8A8; /* Old browsers */
}

/* end doobox Chauffeur css */

/* Start Responsive Shim stack CSS code */.stacks_in_8409shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_8413shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_8414_2shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8414_6shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_8414_6 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 12px 0px 12px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8414_7shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */
/* Start Responsive Shim stack CSS code */.stacks_in_8414_19shim{	padding-top: 4%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8414_24shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_8414_24 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 12px 0px 12px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8414_25shim{	padding-top: 6%;}/* End Responsive Shim stack CSS code */
#stacks_in_8456_166 p,#stacks_in_8456_166 div{margin-bottom:0}#stacks_in_8456_166 p,#stacks_in_8456_166 div,#stacks_in_8456_166 ul,#stacks_in_8456_166 ol,#stacks_in_8456_166 dl{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_166 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_8456_166 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_8456_166,#stacks_in_8456_166 div,#stacks_in_8456_166 p,#stacks_in_8456_166 ol,#stacks_in_8456_166 ul li,#stacks_in_8456_166 ol li,#stacks_in_8456_166 ol,#stacks_in_8456_166 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_8456_166,#stacks_in_8456_166 div,#stacks_in_8456_166 p,#stacks_in_8456_166 ol,#stacks_in_8456_166 ul li,#stacks_in_8456_166 ol li,#stacks_in_8456_166 ol,#stacks_in_8456_166 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_8456_166{}}


#stacks_in_8456_166 {
	padding: 0px 0px 0px 30px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8456_170shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_8456_170 {
	margin: 0px 112px 0px 49px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_8456_165shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
#stacks_in_8456_165 {
	margin: 0px 24px 0px 24px;
}
#stacks_in_8456_9 p,#stacks_in_8456_9 div,#stacks_in_8456_9 ul,#stacks_in_8456_9 ol,#stacks_in_8456_9 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8456_9 a{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_9 a:hover{color:rgba(0, 255, 255, 1.00)}#stacks_in_8456_9,#stacks_in_8456_9 div,#stacks_in_8456_9 p,#stacks_in_8456_9 ol,#stacks_in_8456_9 ul li,#stacks_in_8456_9 ol li,#stacks_in_8456_9 ol,#stacks_in_8456_9 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8456_9,#stacks_in_8456_9 div,#stacks_in_8456_9 p,#stacks_in_8456_9 ol,#stacks_in_8456_9 ul li,#stacks_in_8456_9 ol li,#stacks_in_8456_9 ol,#stacks_in_8456_9 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_8456_9{}}

#stacks_in_8456_14 p,#stacks_in_8456_14 div,#stacks_in_8456_14 ul,#stacks_in_8456_14 ol,#stacks_in_8456_14 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8456_14 a{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_14 a:hover{color:rgba(0, 255, 255, 1.00)}#stacks_in_8456_14,#stacks_in_8456_14 div,#stacks_in_8456_14 p,#stacks_in_8456_14 ol,#stacks_in_8456_14 ul li,#stacks_in_8456_14 ol li,#stacks_in_8456_14 ol,#stacks_in_8456_14 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8456_14,#stacks_in_8456_14 div,#stacks_in_8456_14 p,#stacks_in_8456_14 ol,#stacks_in_8456_14 ul li,#stacks_in_8456_14 ol li,#stacks_in_8456_14 ol,#stacks_in_8456_14 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_8456_14{}}

#stacks_in_8456_29 p,#stacks_in_8456_29 div,#stacks_in_8456_29 ul,#stacks_in_8456_29 ol,#stacks_in_8456_29 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8456_29 a{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_29 a:hover{color:rgba(0, 255, 255, 1.00)}#stacks_in_8456_29,#stacks_in_8456_29 div,#stacks_in_8456_29 p,#stacks_in_8456_29 ol,#stacks_in_8456_29 ul li,#stacks_in_8456_29 ol li,#stacks_in_8456_29 ol,#stacks_in_8456_29 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8456_29,#stacks_in_8456_29 div,#stacks_in_8456_29 p,#stacks_in_8456_29 ol,#stacks_in_8456_29 ul li,#stacks_in_8456_29 ol li,#stacks_in_8456_29 ol,#stacks_in_8456_29 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_8456_29{}}

#stacks_in_8456_24 p,#stacks_in_8456_24 div,#stacks_in_8456_24 ul,#stacks_in_8456_24 ol,#stacks_in_8456_24 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8456_24 a{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_24 a:hover{color:rgba(0, 255, 255, 1.00)}#stacks_in_8456_24,#stacks_in_8456_24 div,#stacks_in_8456_24 p,#stacks_in_8456_24 ol,#stacks_in_8456_24 ul li,#stacks_in_8456_24 ol li,#stacks_in_8456_24 ol,#stacks_in_8456_24 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8456_24,#stacks_in_8456_24 div,#stacks_in_8456_24 p,#stacks_in_8456_24 ol,#stacks_in_8456_24 ul li,#stacks_in_8456_24 ol li,#stacks_in_8456_24 ol,#stacks_in_8456_24 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_8456_24{}}

#stacks_in_8456_34 p,#stacks_in_8456_34 div,#stacks_in_8456_34 ul,#stacks_in_8456_34 ol,#stacks_in_8456_34 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8456_34 a{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_34 a:hover{color:rgba(0, 255, 255, 1.00)}#stacks_in_8456_34,#stacks_in_8456_34 div,#stacks_in_8456_34 p,#stacks_in_8456_34 ol,#stacks_in_8456_34 ul li,#stacks_in_8456_34 ol li,#stacks_in_8456_34 ol,#stacks_in_8456_34 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8456_34,#stacks_in_8456_34 div,#stacks_in_8456_34 p,#stacks_in_8456_34 ol,#stacks_in_8456_34 ul li,#stacks_in_8456_34 ol li,#stacks_in_8456_34 ol,#stacks_in_8456_34 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_8456_34{}}

#stacks_in_8456_190 p,#stacks_in_8456_190 div,#stacks_in_8456_190 ul,#stacks_in_8456_190 ol,#stacks_in_8456_190 dl{color:rgba(204, 255, 255, 1.00)}#stacks_in_8456_190 a{color:rgba(204, 204, 153, 1.00)}#stacks_in_8456_190 a:hover{color:rgba(0, 255, 255, 1.00)}#stacks_in_8456_190,#stacks_in_8456_190 div,#stacks_in_8456_190 p,#stacks_in_8456_190 ol,#stacks_in_8456_190 ul li,#stacks_in_8456_190 ol li,#stacks_in_8456_190 ol,#stacks_in_8456_190 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_8456_190,#stacks_in_8456_190 div,#stacks_in_8456_190 p,#stacks_in_8456_190 ol,#stacks_in_8456_190 ul li,#stacks_in_8456_190 ol li,#stacks_in_8456_190 ol,#stacks_in_8456_190 dl{font-size:0.90rem}}@media only screen and (min-width:0px){#stacks_in_8456_190{}}

/* Start Responsive Shim stack CSS code */.stacks_in_8456_164shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_8458shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */