/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height>.shear-wrapper{margin-top:0!important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper>.content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;pointer-events:none!important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out>.shear-wrapper>.shear-inner.full-height,.sections-stack.s-pro.allow-pull-out>.shear-wrapper>.shear-inner>.inner-content.v-center,.sections-stack.s-pro.allow-pull-out>.shear-wrapper>.shear-inner.fixed-height>.inner-content{overflow:visible!important}


 .sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}
/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */.paddy_cf:before,
.paddy_cf:after {
    content: " ";
    display: table;
}
.paddy_cf:after {
    clear: both;
}
.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}}
.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
*{min-height:0;min-width:0}.blu-sidebar,.blu-sidebar .flex-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blu-sidebar .flex-col>.stacks_out{width:100%}.blu-sidebar,.blu-sidebar>.blu-side,.blu-sidebar>.blu-side>.blu-side__wrap,.blu-sidebar>.blu-content,.blu-sidebar>.blu-gutter{position:relative}.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col>.blucol-content,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col>.blucol-content{position:static!important}.blu-sidebar>.blu-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.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}
  .no-js #foundation-loader{display:none}#foundation-loader{display:block;background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .loader-inner{margin-left:0px}#foundation-loader .loader-inner>div{background-color:rgba(138, 138, 138, 1.00)}#foundation-loader .ball-grid-pulse,#foundation-loader .ball-grid-beat,#foundation-loader .semi-circle-spin{margin:0 auto;transform:translateY(40%)}#foundation-loader .loader-inner>div,#foundation-loader .ball-rotate>div:before,#foundation-loader .ball-rotate>div:after,#foundation-loader .ball-clip-rotate-pulse>div:first-child,#foundation-loader .pacman>div:nth-child(3),#foundation-loader .pacman>div:nth-child(4),#foundation-loader .pacman>div:nth-child(5),#foundation-loader .pacman>div:nth-child(6){background-color:rgba(138, 138, 138, 1.00)}#foundation-loader .square-spin>div,#foundation-loader .ball-clip-rotate>div{background-color:rgba(138, 138, 138, 1.00);border-color:rgba(138, 138, 138, 1.00)}#foundation-loader .ball-clip-rotate>div{border-bottom-color:transparent}#foundation-loader .ball-clip-rotate-pulse>div:last-child,#foundation-loader .ball-clip-rotate-multiple>div:last-child{background-color:transparent;border-color:rgba(138, 138, 138, 1.00) transparent rgba(138, 138, 138, 1.00) transparent}#foundation-loader .ball-clip-rotate-multiple>div{background-color:transparent;border-color:transparent rgba(138, 138, 138, 1.00) transparent rgba(138, 138, 138, 1.00)}#foundation-loader .ball-scale-ripple>div,#foundation-loader .ball-scale-ripple-multiple>div,#foundation-loader .ball-triangle-path>div{background-color:transparent;border-color:rgba(138, 138, 138, 1.00)}#foundation-loader .triangle-skew-spin>div{background-color:transparent;border-left-color:transparent;border-right-color:transparent;border-bottom-color:rgba(138, 138, 138, 1.00)}#foundation-loader .pacman>div:first-of-type,#foundation-loader .pacman>div:nth-child(2){background-color:transparent;border-right-color:transparent;border-top-color:rgba(138, 138, 138, 1.00);border-left-color:rgba(138, 138, 138, 1.00);border-bottom-color:rgba(138, 138, 138, 1.00)}#foundation-loader .semi-circle-spin>div{width:35px;height:35px;background-color:transparent;background-image:linear-gradient(transparent 0,transparent 70%,rgba(138, 138, 138, 1.00) 30%,rgba(138, 138, 138, 1.00) 100%)}.stacks_top{opacity:0}   .theme-version{display:block}.theme-version.number-110,#stacks_in_2507_page11{display:none}.stacks_out{overflow:visible!important}.stacks_in{overflow:visible}::-moz-selection{ color:rgba(255, 255, 255, 1.00);background:rgba(248, 250, 253, 1.00);}::selection{ color:rgba(255, 255, 255, 1.00);background:rgba(248, 250, 253, 1.00);}::-moz-selection{ color:rgba(255, 255, 255, 1.00);background:rgba(248, 250, 253, 1.00);}body,.font-family-text{     }h1,.font-family-h1{     }h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{     }
h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF; background-attachment:fixed;     }.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none!important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .hide-overflow{overflow:hidden!important} .columns>.equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns>.equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns>.equalizer.large-up{height:100%}} @media only screen and (max-width:40em){.row.collapse-small>.columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium>.columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.00rem;padding-right:0.00rem}.row .row{margin:0 -0.00rem}.row.divider>.columns:not(:first-child):before{content:" ";margin:0 -0.00rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up>.columns::before,.row.divider-large-up>.columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up>.columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:4px}.floating-body.radius>.columns>.stacks_out:first-child>.stacks_in>.top-bar-wrapper:not(.fixed){border-top-right-radius:4px;border-top-left-radius:4px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:4px}img.round{border-radius:1000px}.row{ max-width:1200px!important;}.row.max-edge{max-width:100%!important}body{color:rgba(1, 16, 62, 1.00)}a{color:rgba(221, 92, 33, 1.00);text-decoration:none;font-weight:inherit}a:hover{color:rgba(76, 89, 138, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(221, 92, 33, 1.00);text-decoration:none}.alt a:hover{color:rgba(73, 85, 134, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(255, 255, 255, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(221, 92, 33, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(255, 255, 255, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 119, 42, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(1, 20, 80, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit!important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:.8;color:inherit!important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}
@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.30rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(73, 85, 134, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(139, 149, 182, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(248, 250, 253, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(248, 250, 253, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(34, 56, 88, 0.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 56, 88, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(221, 92, 33, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(1, 20, 80, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(1, 19, 74, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1200px}.top-bar .top-bar-section ul li>a.button{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li>a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(235, 237, 240, 1.00)}.top-bar .top-bar-section ul li>a.button.secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li>a.button.secondary:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(32, 53, 83, 0.00)}.top-bar .top-bar-section ul li>a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li>a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li>a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li>a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li>a.button.radius{border-radius:4px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(248, 250, 253, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00)!important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(34, 56, 88, 0.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(255, 255, 255, 1.00)!important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 56, 88, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 56, 88, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(255, 255, 255, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(221, 92, 33, 1.00);color:rgba(34, 56, 88, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(221, 92, 33, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(34, 56, 88, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 56, 88, 1.00),0 7px 0 1px rgba(34, 56, 88, 1.00),0 14px 0 1px rgba(34, 56, 88, 1.00)}
.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(235, 237, 240, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(32, 53, 83, 0.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:4px}.breadcrumbs{background-color:rgba(34, 56, 88, 0.00);border-color:rgba(32, 53, 83, 0.00);color:rgba(255, 255, 255, 1.00)}.breadcrumbs .current a{color:rgba(255, 255, 255, 1.00)}.breadcrumbs.radius{border-radius:4px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(255, 255, 255, 1.00)}.breadcrumbs li:before{color:rgba(255, 255, 255, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(235, 237, 240, 1.00)}.button.secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.button.secondary:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(32, 53, 83, 0.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:4px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(248, 250, 253, 1.00);color:rgba(248, 250, 253, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(235, 237, 240, 1.00);background-color:rgba(235, 237, 240, 1.00)}.button.ghost.secondary{border-color:rgba(34, 56, 88, 0.00);color:rgba(34, 56, 88, 0.00)}.button.ghost.secondary:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(32, 53, 83, 0.00);background-color:rgba(32, 53, 83, 0.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(255, 255, 255, 1.00)}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{border-bottom-left-radius:4px;border-top-left-radius:4px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{border-top-right-radius:4px;border-bottom-right-radius:4px}.button-group.stack>li .button,.button-group.stack-for-small>li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar>.item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar>.item label,.icon-bar>.item i{color:rgba(255, 255, 255, 1.00)}.icon-bar>.item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(235, 237, 240, 1.00)}.icon-bar.secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.icon-bar.secondary>.item{color:rgba(255, 255, 255, 1.00)}.icon-bar.secondary>.item label,.icon-bar.secondary>.item i{color:rgba(255, 255, 255, 1.00)}.icon-bar.secondary>.item:hover{background-color:rgba(32, 53, 83, 0.00);color:rgba(255, 255, 255, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{color:rgba(1, 16, 62, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(248, 250, 253, 1.00)}form fieldset{border-color:rgba(73, 85, 134, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(1, 19, 74, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:4px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:4px;border-top-left-radius:4px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:4px;border-bottom-right-radius:4px}form.radius .input-group>*:first-child,form.radius .input-group>*:first-child *{border-bottom-left-radius:4px;border-top-left-radius:4px}form.radius .input-group>*:last-child,form.radius .input-group>*:last-child *{border-top-right-radius:4px;border-bottom-right-radius:4px}.range-slider{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle{background-color:rgba(248, 250, 253, 1.00)}.range-slider .range-slider-handle:hover{background-color:rgba(235, 237, 240, 1.00)}
.range-slider .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary .range-slider-handle{background-color:rgba(34, 56, 88, 0.00)}.range-slider.secondary .range-slider-handle:hover{background-color:rgba(32, 53, 83, 0.00)}.range-slider.secondary .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked+label{background-color:rgba(248, 250, 253, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch.secondary input:checked+label{background-color:rgba(34, 56, 88, 0.00)}fieldset.switch.alert input:checked+label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked+label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:4px}.alert-box .close{opacity:.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(34, 56, 88, 0.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(248, 250, 253, 1.00)}.accordion .accordion-navigation>a{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation>a:hover{background-color:rgba(235, 237, 240, 1.00)}.accordion .accordion-navigation>a.radius{border-radius:4px}.accordion .accordion-navigation>a.round{border-radius:1000px}.accordion .accordion-navigation.active>a{background-color:rgba(235, 237, 240, 1.00)}.accordion .accordion-navigation>.content{background-color:transparent!important}.accordion.secondary .accordion-navigation>a{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.accordion.secondary .accordion-navigation>a:hover{background-color:rgba(32, 53, 83, 0.00)}.accordion.secondary .accordion-navigation.active>a{background-color:rgba(32, 53, 83, 0.00)}.tabs li.tab-title>a{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title>a:hover{background-color:rgba(235, 237, 240, 1.00)}.tabs li.tab-title.active>a{color:rgba(255, 255, 255, 1.00);background-color:rgba(235, 237, 240, 1.00)}.tabs.secondary li.tab-title>a{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.tabs.secondary li.tab-title>a:hover{background-color:rgba(32, 53, 83, 0.00)}.tabs.secondary li.tab-title.active>a{color:rgba(255, 255, 255, 1.00);background-color:rgba(32, 53, 83, 0.00)}.tabs.swatch1 li.tab-title>a{background-color:rgba(34, 56, 88, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs.swatch1 li.tab-title>a:hover{background-color:rgba(32, 53, 83, 1.00)}.tabs.swatch1 li.tab-title.active>a{color:rgba(255, 255, 255, 1.00);background-color:rgba(32, 53, 83, 1.00)}.tabs.swatch2 li.tab-title>a{background-color:rgba(221, 92, 33, 1.00);color:rgba(34, 56, 88, 1.00)}.tabs.swatch2 li.tab-title>a:hover{background-color:rgba(209, 87, 31, 1.00)}.tabs.swatch2 li.tab-title.active>a{color:rgba(34, 56, 88, 1.00);background-color:rgba(209, 87, 31, 1.00)}.tabs.swatch3 li.tab-title>a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title>a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active>a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title>a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title>a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active>a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title>a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title>a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active>a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title>a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title>a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active>a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:4px;border-top-left-radius:4px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.th.radius{border-radius:4px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(124, 125, 126, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}
.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:4px}.tooltip{border-radius:4px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(35, 58, 92, 0.00);border-color:rgba(32, 53, 83, 0.00)}.panel.radius{border-radius:4px}.panel p{color:rgba(1, 16, 62, 1.00)}.panel p a{color:rgba(221, 92, 33, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(221, 92, 33, 1.00)}.panel p.alt a:hover{color:rgba(73, 85, 134, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(255, 255, 255, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(221, 92, 33, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 119, 42, 1.00)}.pricing-table.primary .title{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(1, 16, 62, 1.00)}.pricing-table.primary .description{color:rgba(1, 16, 62, 1.00)}.pricing-table.primary .bullet-item{color:rgba(1, 16, 62, 1.00)}.pricing-table.secondary .title{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.secondary .price{color:rgba(1, 16, 62, 1.00)}.pricing-table.secondary .description{color:rgba(1, 16, 62, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(1, 16, 62, 1.00)}.pricing-table.radius{border-radius:4px}.pricing-table.radius .title{border-top-right-radius:4px;border-top-left-radius:4px}.pricing-table.radius .cta-button{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.side-nav li a:not(.button){color:rgba(221, 92, 33, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(80, 93, 147, 1.00);color:rgba(76, 89, 138, 1.00)}.side-nav li.active>a:first-child:not(.button){color:rgba(221, 92, 33, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(187, 78, 28, 1.00)}.side-nav header{color:rgba(1, 16, 62, 1.00);margin-top:1rem;margin-bottom:.5rem}.side-nav label{color:rgba(1, 19, 74, 1.00)}.side-nav li.divider{border-top-color:rgba(73, 85, 134, 1.00)}.side-nav.alt li a:not(.button){color:rgba(221, 92, 33, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(152, 163, 200, 1.00);color:rgba(73, 85, 134, 1.00)}.side-nav.alt li.active>a:first-child:not(.button){color:rgba(221, 92, 33, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(187, 78, 28, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(139, 149, 182, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(248, 250, 253, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(235, 237, 240, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(248, 250, 253, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(235, 237, 240, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(255, 255, 255, 1.00);background-color:rgba(34, 56, 88, 0.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(32, 53, 83, 0.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(34, 56, 88, 0.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(32, 53, 83, 0.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(34, 56, 88, 0.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(32, 53, 83, 0.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:0;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0!important}
}.reveal-modal.fullscreen{position:fixed;top:0!important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:4px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(221, 92, 33, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(221, 92, 33, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next>span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev>span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(1, 16, 62, 1.00);font-size:.9rem}.copyright a{color:rgba(221, 92, 33, 1.00)}.copyright a:hover{color:rgba(76, 89, 138, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block!important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none!important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none!important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none!important}}.fn-text-header{color:rgba(255, 255, 255, 1.00)}.fn-text-link a{color:rgba(221, 92, 33, 1.00)}.fn-text-link a:hover{color:rgba(76, 89, 138, 1.00)}.fn-text-text{color:rgba(1, 16, 62, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(1, 16, 62, 1.00)}.fn-text-accent{color:rgba(73, 85, 134, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(221, 92, 33, 1.00)}.fn-text-link-alt a{color:rgba(221, 92, 33, 1.00)}.fn-text-link-alt a:hover{color:rgba(73, 85, 134, 1.00)}.fn-text-accent-alt{color:rgba(139, 149, 182, 1.00)}.fn-text-primary{color:rgba(248, 250, 253, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(34, 56, 88, 0.00)}.fn-text-secondary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(221, 92, 33, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(221, 92, 33, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 119, 42, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(221, 92, 33, 1.00)}.fn-text-text-alt a{color:rgba(221, 92, 33, 1.00)}.fn-text-text-alt a:hover{color:rgba(73, 85, 134, 1.00)}.fn-text-sw1c1{color:rgba(34, 56, 88, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 56, 88, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(255, 255, 255, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw1c2{color:rgba(255, 255, 255, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(255, 255, 255, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 56, 88, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 53, 83, 1.00)}.fn-text-sw2c1{color:rgba(221, 92, 33, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(221, 92, 33, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(34, 56, 88, 1.00)}
.fn-text-sw2c1 a:hover{color:rgba(32, 53, 83, 1.00)}.fn-text-sw2c2{color:rgba(34, 56, 88, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(34, 56, 88, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(221, 92, 33, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(209, 87, 31, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 56, 88, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 56, 88, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw1c2{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 56, 88, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 53, 83, 1.00)}.panel .fn-text-sw2c1{color:rgba(221, 92, 33, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(221, 92, 33, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(34, 56, 88, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(32, 53, 83, 1.00)}.panel .fn-text-sw2c2{color:rgba(34, 56, 88, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(34, 56, 88, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(221, 92, 33, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(209, 87, 31, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}
.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text{background-color:rgba(1, 16, 62, 1.00)}.fn-bg-link{background-color:rgba(221, 92, 33, 1.00)}.fn-bg-link-hover{background-color:rgba(76, 89, 138, 1.00)}.fn-bg-accent{background-color:rgba(73, 85, 134, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(221, 92, 33, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(221, 92, 33, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(73, 85, 134, 1.00)}.fn-bg-accent-alt{background-color:rgba(139, 149, 182, 1.00)}.fn-bg-primary{background-color:rgba(248, 250, 253, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(34, 56, 88, 0.00)}.fn-bg-secondary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 56, 88, 1.00)}.fn-bg-sw1c2{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-sw2c1{background-color:rgba(221, 92, 33, 1.00)}.fn-bg-sw2c2{background-color:rgba(34, 56, 88, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(248, 250, 253, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(235, 237, 240, 1.00)}.fn-scheme-secondary{background-color:rgba(34, 56, 88, 0.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(32, 53, 83, 0.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 56, 88, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch1.switch input:checked+label{background-color:rgba(34, 56, 88, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 53, 83, 1.00)}
.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 56, 88, 1.00);color:rgba(34, 56, 88, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(32, 53, 83, 1.00);background-color:rgba(32, 53, 83, 1.00)}.fn-scheme-swatch2{background-color:rgba(221, 92, 33, 1.00);color:rgba(34, 56, 88, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(34, 56, 88, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(34, 56, 88, 1.00)}.fn-scheme-swatch2.switch input:checked+label{background-color:rgba(221, 92, 33, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(209, 87, 31, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(221, 92, 33, 1.00);color:rgba(221, 92, 33, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(34, 56, 88, 1.00);border-color:rgba(209, 87, 31, 1.00);background-color:rgba(209, 87, 31, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked+label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch4.switch input:checked+label{background-color:rgba(34, 56, 88, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked+label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked+label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked+label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)} 

  .agent-hide{display:none!important}
 #stacks_in_2515_page11 .shear-mag{position:absolute;top:-75px}#stacks_in_2515_page11 a.shear-mag.offset-override{top:-75px!important} @media screen and (max-width:640px){#stacks_in_2515_page11 .shear-mag{top:-35px}#stacks_in_2515_page11 a.shear-mag.offset-override{top:-35px!important}} .mg-menu .mgicon-top{vertical-align:baseline;font-size:2.32rem; padding-right:0.00rem;} .mg-menu .mgicon-top{color:rgba(255, 255, 255, 1.00)}.mg-menu .mag-item:hover .mgicon-top{color:rgba(251, 0, 7, 1.00)}.mg-menu .mag-item.active .mgicon-top{color:rgba(255, 255, 255, 1.00)}.mg-menu .mag-item.active:hover .mgicon-top{color:rgba(251, 0, 7, 1.00)}    
  .agent-hide{display:none!important}
#quick-menu-marker-stacks_in_2150_page11 {
  /*  */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  /*  */
  /*  */ }
  .agent-hide{display:none!important}
    #stacks_out_2509_page11::before,#stacks_out_2509_page11::after{content:" ";display:table}#stacks_out_2509_page11::after{clear:both}#stacks_in_2509_page11 .nav-dots[data-magellan-expedition]{display:none}#stacks_in_2509_page11 .mg-menu{position:relative}#stacks_in_2509_page11 .mg-menu:not(.mag-vertical){height:65px}#stacks_in_2509_page11 .mg-menu .f-dropdown{max-height:calc(100vh - 65px);z-index:800;margin-top:3px!important}#stacks_in_2509_page11 .mg-menu .f-dropdown::before,#stacks_in_2509_page11 .mg-menu .f-dropdown::after{left:7px!important;z-index:800!important}#stacks_in_2509_page11 .mg-menu.dd-no-pip .f-dropdown{overflow-y:scroll;margin-top:0!important}#stacks_in_2509_page11 .mg-menu.dd-no-pip .f-dropdown::before,#stacks_in_2509_page11 .mg-menu.dd-no-pip .f-dropdown::after{display:none!important}#stacks_in_2509_page11 .mg-menu.mag-toggle .f-dropdown.small.content.open.f-open-dropdown{left:2vw!important}#stacks_in_2509_page11 [data-magellan-expedition-clone]{display:none!important}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition]{padding:0;background-color:transparent;min-width:10px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-preload{visibility:hidden;transition:opacity 0ms linear;filter:alpha(opacity=0)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-hidden,#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].hide-landing.mag-landing{opacity:0;transition:opacity 100ms linear;filter:alpha(opacity=0);pointer-events:none}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition]:not(.mag-hidden),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].hide-landing:not(.mag-landing):not(.mag-hidden){transition:opacity 100ms linear;opacity:1;filter:alpha(opacity=100)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].bg-none{background:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] li a{text-align:right}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle){padding:6px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav{padding:6px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) li{margin-bottom:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-max{max-width:200px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-fixed{max-width:140px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-auto{width:auto}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal{min-width:100%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav{display:block;margin:0;padding:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav li{margin:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav{text-align:right}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a{font-size:1.30rem;color:rgba(255, 255, 255, 1.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a:hover{color:rgba(251, 0, 7, 1.00);background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a,#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a:not(.button){padding:0 .875rem}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li.active a{color:rgba(251, 0, 7, 1.00);background-color:rgba(249, 232, 23, 0.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li.active a:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .magic-icon{display:none}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-fixed{z-index:99999}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-fixed.fixed-shadow{box-shadow:rgba(0,0,0,0.40) 0 1px 10px}
#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a{background:rgba(255, 255, 255, 0.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item.active a{background:rgba(249, 232, 23, 0.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area{list-style-type:none;margin-bottom:0;padding-left:10px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.toggle-target{display:none}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name{display:block;position:relative;padding:0 .9375rem;text-align:center}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name.collapse{padding:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name a{ display:inline-block}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name span{height:100%;line-height:65px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name img{display:inline-block;width:auto;padding:10px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name .mag-title{display:inline-block;line-height:65px;padding:0 .875rem;margin:0;vertical-align:top;font-size:1.75rem;color:rgba(243, 192, 91, 1.00)}@media screen and (max-width:639px){#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name .mag-title{line-height:45px}}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name:not(.contained) img{max-height:100px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name.contained img{height:65px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal .mag-title-area{float:left}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area{margin-bottom:1rem;margin-left:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area>.mag-name img{display:block;margin:0 auto;width:auto}@media only screen and (min-width:640px){#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.icons-full .magic-icon{display:inline-block}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-divider .side-nav li:not(:last-of-type){border-right:1px solid rgba(255, 255, 255, 0.33)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav.magic-nav li{display:inline-block;vertical-align:middle}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav.magic-nav li a{line-height:65px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal .mag-title-area{float:left}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .mag-title-area{display:none}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(10),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(10) ~ li{width:10%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(9),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(9) ~ li{width:11.11111%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(8),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(8) ~ li{width:12.5%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(7),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(7) ~ li{width:14.28571%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(6),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(6) ~ li{width:16.66667%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(5),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(5) ~ li{width:20%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(4),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(4) ~ li{width:25%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(3),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(3) ~ li{width:33.33333%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(2),#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(2) ~ li{width:50%}
#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(1){width:100%}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li a{white-space:nowrap;overflow:hidden}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav.magic-nav.custom-pad li a:not(.button){padding:0 22px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav.magic-nav.zone-hard-right .mag-item.zone-item{float:right}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).mag-divider .side-nav.magic-nav li:not(:first-of-type){border-top:1px solid rgba(255, 255, 255, 0.33)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area{margin-bottom:1rem;margin-left:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area>.mag-name img{display:block;margin:0 auto;width:auto} #stacks_in_2509_page11 .mg-menu[data-magellan-expedition]>.mag-title-area>.mag-name img{vertical-align:middle}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition] .mag-title-area>.mag-name img{vertical-align:middle}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed{position:fixed}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed.mag-horizontal{left:0}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed.mag-vertical:not(.mag-toggle).vert-left{left:0px}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed.mag-vertical:not(.mag-toggle).vert-right{right:0px}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed.fixed-top{top:0}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed.fixed-bottom{bottom:0}#stacks_in_2509_page11>.mg-menu[data-magellan-expedition].mag-fixed.fixed-custom{top:0px}}   #stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).vert-left{float:left;margin-left:0px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).vert-right{float:right;margin-right:0px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition]::after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;z-index:-1} #stacks_in_2509_page11 .mg-menu[data-magellan-expedition].bg-color::after{background-color:rgba(3, 36, 69, 1.00)}     @media only screen and (max-width:639px){#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-fixed.fixed-shadow .side-nav.magic-nav{box-shadow:rgba(0,0,0,0.40) 0 1px 10px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle{height:45px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle>.row{position:relative}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle>.row>.mag-title-area{position:relative}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle>.row>.mag-title-area>.mag-name{height:45px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area{padding:0;height:45px;float:none}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .toggle-target{display:block;padding:0 12px 0 12px;cursor:pointer}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-title.hide-for-mob{display:none!important}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .toggle-target{float:left}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .mag-name{float:right}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .mag-name img{float:right}
#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .toggle-target,#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .burgWrapper{float:right}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .menu-label{float:right;padding-right:12px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .mag-name{float:left}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .mag-name img{float:left}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-title{font-size:1.06rem}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .menu-label{display:inline-block;line-height:45px;vertical-align:middle;color:rgba(255, 255, 255, 1.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name{text-align:left;display:inline-block}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name img{padding:0px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name:not(.contained) img{max-height:60px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name.contained img{height:45px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name .mag-logo.hide-for-toggle{display:none}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-fixed{ position:fixed;left:0;top:0;width:100%;}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-fixed.fixed-custom{top:0px}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav{display:none;position:absolute;max-height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;line-height:1.6;top:100%;width:100%;z-index:-1}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a:not(.button){font-size:1.00rem;text-align:left;padding:12px .9735rem 12px .9735rem;background-color:transparent}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a:not(.button):hover{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.icons-mob .magic-icon{display:inline-block}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.zone-full-width .mag-item.zone-item a:not(.button)>.dot-tip{display:block}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .burgWrapper{padding-left:0;display:inline-block;width:40px;height:40px;vertical-align:middle}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .burg{position:absolute;top:50%;display:block;height:2px;width:20px;background:rgba(255, 255, 255, 1.00);transition:.2s}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .burg:before{content:'';position:absolute;top:-8px;width:20px;height:2px;background:rgba(255, 255, 255, 1.00);transition:200ms}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition] .burg:after{content:'';position:absolute;top:8px;width:20px;height:2px;background:rgba(255, 255, 255, 1.00);transition:200ms}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].toggle-open .burg{background:transparent}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].toggle-open .burg:before{-webkit-transform:rotate(45deg);top:0}#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].toggle-open .burg:after{-webkit-transform:rotate(-45deg);top:0} #stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle .side-nav.magic-nav{background-color:rgba(3, 36, 69, 1.00);border-top:1px solid rgba(255, 255, 255, 1.00)}
#stacks_in_2509_page11 .mg-menu[data-magellan-expedition].mag-toggle.mag-divider .side-nav.magic-nav li:not(:first-of-type){border-top:1px solid rgba(255, 255, 255, 0.33)}} 
    #stacks_in_1645_page11>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1645_page11>.s-pro>.sections-layer{display:none}   #stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height.preload-height,#stacks_in_1645_page11>.s-pro>.sections-layer.preload-height{height:100.00vh!important}
@media screen and (min-width:640px){#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height.preload-height,#stacks_in_1645_page11>.s-pro>.sections-layer.preload-height{height:60.00vh!important}} #stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height{overflow:hidden}#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height.preload-height{height:60.00vh}#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height.preload-height.preload-color{background:rgba(255, 255, 255, 1.00)}#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height.preload-height>.inner-content.v-center{opacity:0}#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height>.inner-content.v-center{padding-top:0!important;padding-bottom:0!important}#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner.full-height>.inner-content.v-center>.content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}     #stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1645_page11>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}  #stacks_in_1645_page11>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}@media screen and (min-width:640px){#stacks_in_1645_page11>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}}      

#stacks_in_1645_page11 {
	border: solid rgba(3, 36, 69, 1.00);
	border-width: 0px 0px 2px 0px;
}
  .agent-hide{display:none!important}
/*  */
#quick-menu-stacks_in_2129_page11 {
  font-family: "Roboto";
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  position: fixed;
  pointer-events: none;
  transition: all 0.6s;
  box-sizing: border-box; }
  #quick-menu-stacks_in_2129_page11.on_scroll_to, #quick-menu-stacks_in_2129_page11.between_markers {
    opacity: 0; }
  #quick-menu-stacks_in_2129_page11.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 0; }
  #quick-menu-stacks_in_2129_page11.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #quick-menu-stacks_in_2129_page11.bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px 0; }
  #quick-menu-stacks_in_2129_page11::before {
    width: 60px;
    height: 60px;
    background: rgba(51, 51, 51, 1.00);
    content: '';
    top: 50%;
    left: 50%;
    opacity: 0;
    display: block;
    position: fixed;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 0.3s 0.3s ease-out, width 0.3s 0.3s ease-out, height 0.3s 0.3s ease-out, border-radius 0.5s 0.3s linear; }

#quick-menu-stacks_in_2129_page11 .quick-menu-list {
  opacity: 1;
  z-index: 10;
  display: block;
  transition: all 0.5s;
  pointer-events: auto;
  box-sizing: border-box; }
  #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item {
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(3, 36, 69, 1.00);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.5s;
    box-sizing: border-box; }
    #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item:hover .quick-menu-item-text span {
      /*  */
      opacity: 1;
      /*  */ }
    #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item.hide {
      opacity: 0;
      display: none;
      transition: all 0.5s;
      cursor: pointer; }
    #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item.view-all {
      cursor: pointer; }
    #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item.close-all {
      cursor: pointer; }
  #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item-icon {
    width: 60px;
    height: 60px;
    font-size: 35px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item-text {
    font-size: 16px;
    font-family: Ubuntu;
    font-weight: normal;
    top: 0;
    z-index: -1;
    height: 100%;
    display: table;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    background: inherit;
    transition: all 0.3s ease-out; }
    #quick-menu-stacks_in_2129_page11 .quick-menu-list .quick-menu-item-text span {
      opacity: 0;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      transition: opacity 0.3s 0.2s; }

#quick-menu-stacks_in_2129_page11.left {
  left: 0; }
  #quick-menu-stacks_in_2129_page11.left .quick-menu-list .quick-menu-item:hover .quick-menu-item-text {
    /*  */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*  */ }
  #quick-menu-stacks_in_2129_page11.left .quick-menu-list .quick-menu-item:nth-child(2), #quick-menu-stacks_in_2129_page11.left .quick-menu-list .quick-menu-item.quick-menu-edit-item:first-child {
    border-top-right-radius: 4px; }
  #quick-menu-stacks_in_2129_page11.left .quick-menu-list .quick-menu-item:last-child, #quick-menu-stacks_in_2129_page11.left .quick-menu-list .quick-menu-item.view-all {
    border-bottom-right-radius: 4px; }
  #quick-menu-stacks_in_2129_page11.left .quick-menu-list .quick-menu-item-text {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 0 10px 0 72px;
    border-radius: 0 4px 4px 0; }
  #quick-menu-stacks_in_2129_page11.left.expand-open .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  #quick-menu-stacks_in_2129_page11.left.expand-open-done .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(0);
            transform: translate(0); }
  #quick-menu-stacks_in_2129_page11.left.expand-close .quick-menu-list {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  #quick-menu-stacks_in_2129_page11.left.expand-close-done .quick-menu-list {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }

#quick-menu-stacks_in_2129_page11.right {
  right: 0; }
  #quick-menu-stacks_in_2129_page11.right .quick-menu-list .quick-menu-item:hover .quick-menu-item-text {
    /*  */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*  */ }
  #quick-menu-stacks_in_2129_page11.right .quick-menu-list .quick-menu-item:nth-child(2), #quick-menu-stacks_in_2129_page11.right .quick-menu-list .quick-menu-item.quick-menu-edit-item:first-child {
    border-top-left-radius: 4px; }
  #quick-menu-stacks_in_2129_page11.right .quick-menu-list .quick-menu-item:last-child, #quick-menu-stacks_in_2129_page11.right .quick-menu-list .quick-menu-item.view-all {
    border-bottom-left-radius: 4px; }
  #quick-menu-stacks_in_2129_page11.right .quick-menu-list .quick-menu-item-text {
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 0 72px 0 10px;
    border-radius: 4px 0 0 4px; }
  #quick-menu-stacks_in_2129_page11.right.expand-open .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  #quick-menu-stacks_in_2129_page11.right.expand-open-done .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(0);
            transform: translate(0); }
  #quick-menu-stacks_in_2129_page11.right.expand-close .quick-menu-list {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  #quick-menu-stacks_in_2129_page11.right.expand-close-done .quick-menu-list {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }

#quick-menu-stacks_in_2129_page11.expand-open .quick-menu-list {
  width: 100%;
  overflow: hidden;
  transition: none; }
  #quick-menu-stacks_in_2129_page11.expand-open .quick-menu-list .quick-menu-item {
    opacity: 0;
    width: 100%; }
    #quick-menu-stacks_in_2129_page11.expand-open .quick-menu-list .quick-menu-item.hide {
      opacity: 0; }
  #quick-menu-stacks_in_2129_page11.expand-open .quick-menu-list .quick-menu-item-text {
    display: none; }
    #quick-menu-stacks_in_2129_page11.expand-open .quick-menu-list .quick-menu-item-text span {
      opacity: 0; }

#quick-menu-stacks_in_2129_page11.expand-open-done {
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 1s 0s; }
  #quick-menu-stacks_in_2129_page11.expand-open-done::before {
    -webkit-animation-name: background-expand;
            animation-name: background-expand;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list {
    height: 100%;
    overflow-y: scroll;
    padding: 10px; }
    #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item {
      padding: 10px 12px;
      max-width: 600px;
      border-radius: 4px;
      margin: 0 auto 12px auto;
      opacity: 1;
      width: 100%;
      height: auto;
      text-decoration: none;
      box-sizing: border-box;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      transition: opacity 0.5s 0.5s, width 0.5s 0.5s;
      border-top-right-radius: 4px; }
      #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item:last-child, #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.view-all {
        border-bottom-right-radius: 4px; }
      #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.hide, #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation-name: hidden-blocks-open;
                animation-name: hidden-blocks-open;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.view-all {
        display: none; }
      #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all {
        padding: 0;
        background: none; }
        #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all .quick-menu-item-icon {
          color: rgba(255, 255, 255, 1.00);
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: rgba(51, 51, 51, 1.00);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: auto;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all .quick-menu-item-icon i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            line-height: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            vertical-align: middle;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 24px; }
    #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item-icon {
      font-size: 32px;
      width: auto;
      height: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      border-radius: 0; }
      #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item-icon i {
        line-height: 1;
        text-align: center;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        font-size: 32px; }
    #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item-text {
      font-size: 18px;
      line-height: 25.199999px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      border-radius: 0;
      position: relative;
      padding: 0 0 0 10px;
      white-space: normal;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      margin-right: 0 !important; }
      #quick-menu-stacks_in_2129_page11.expand-open-done .quick-menu-list .quick-menu-item-text span {
        opacity: 1; }

#quick-menu-stacks_in_2129_page11.expand-close {
  width: 60px; }
  #quick-menu-stacks_in_2129_page11.expand-close::before {
    transition: none; }
  #quick-menu-stacks_in_2129_page11.expand-close .quick-menu-list {
    opacity: 0;
    transition: opacity 0s 0s, background 0.5s; }
    #quick-menu-stacks_in_2129_page11.expand-close .quick-menu-list .quick-menu-item {
      transition: all 0.5s; }
    #quick-menu-stacks_in_2129_page11.expand-close .quick-menu-list .quick-menu-item-text {
      display: none; }

#quick-menu-stacks_in_2129_page11.expand-close-done .quick-menu-list {
  opacity: 1;
  transition: all 0.5s; }
  #quick-menu-stacks_in_2129_page11.expand-close-done .quick-menu-list .quick-menu-item {
    opacity: 1;
    margin-bottom: 0px; }
  #quick-menu-stacks_in_2129_page11.expand-close-done .quick-menu-list .quick-menu-item.view-all {
    transition: all 0.5s 0s; }
  #quick-menu-stacks_in_2129_page11.expand-close-done .quick-menu-list .quick-menu-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@-webkit-keyframes hidden-blocks-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hidden-blocks-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes background-expand {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    width: 3000px;
    height: 3000px; }
  100% {
    opacity: 1;
    width: 150%;
    height: 150%; } }

@keyframes background-expand {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    width: 3000px;
    height: 3000px; }
  100% {
    opacity: 1;
    width: 150%;
    height: 150%; } }

@media (min-width: 768px) {
  /*  */
  #quick-menu-stacks_in_2129_page11.hide-d {
    display: none; }
  /*  */ }

@media (min-width: 467px) and (max-width: 768px) {
  /*  */
  #quick-menu-stacks_in_2129_page11.hide-t {
    display: none; }
  /*  */ }

@media (min-width: 0px) and (max-width: 467px) {
  /*  */
  #quick-menu-stacks_in_2129_page11.hide-m {
    display: none; }
  /*  */ }
#quick-menu-item-stacks_in_2131_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2145_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2141_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2139_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2134_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
  .agent-hide{display:none!important}
/*  */
#quick-menu-stacks_in_2155_page11 {
  font-family: "Roboto";
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000000000000000;
  position: fixed;
  pointer-events: none;
  transition: all 0.6s;
  box-sizing: border-box; }
  #quick-menu-stacks_in_2155_page11.on_scroll_to, #quick-menu-stacks_in_2155_page11.between_markers {
    opacity: 0; }
  #quick-menu-stacks_in_2155_page11.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 0; }
  #quick-menu-stacks_in_2155_page11.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #quick-menu-stacks_in_2155_page11.bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 25px 0; }
  #quick-menu-stacks_in_2155_page11::before {
    width: 45px;
    height: 45px;
    background: rgba(51, 51, 51, 1.00);
    content: '';
    top: 50%;
    left: 50%;
    opacity: 0;
    display: block;
    position: fixed;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 0.3s 0.3s ease-out, width 0.3s 0.3s ease-out, height 0.3s 0.3s ease-out, border-radius 0.5s 0.3s linear; }

#quick-menu-stacks_in_2155_page11 .quick-menu-list {
  opacity: 1;
  z-index: 10;
  display: block;
  transition: all 0.5s;
  pointer-events: auto;
  box-sizing: border-box; }
  #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item {
    width: 45px;
    height: 45px;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(3, 36, 69, 1.00);
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.5s;
    box-sizing: border-box; }
    #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item:hover .quick-menu-item-text span {
      /*  */
      opacity: 1;
      /*  */ }
    #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item.hide {
      opacity: 0;
      display: none;
      transition: all 0.5s;
      cursor: pointer; }
    #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item.view-all {
      cursor: pointer; }
    #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item.close-all {
      cursor: pointer; }
  #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item-text {
    font-size: 16px;
    font-family: Ubuntu;
    font-weight: normal;
    top: 0;
    z-index: -1;
    height: 100%;
    display: table;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    background: inherit;
    transition: all 0.3s ease-out; }
    #quick-menu-stacks_in_2155_page11 .quick-menu-list .quick-menu-item-text span {
      opacity: 0;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      transition: opacity 0.3s 0.2s; }

#quick-menu-stacks_in_2155_page11.left {
  left: 0; }
  #quick-menu-stacks_in_2155_page11.left .quick-menu-list .quick-menu-item:hover .quick-menu-item-text {
    /*  */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*  */ }
  #quick-menu-stacks_in_2155_page11.left .quick-menu-list .quick-menu-item:nth-child(2), #quick-menu-stacks_in_2155_page11.left .quick-menu-list .quick-menu-item.quick-menu-edit-item:first-child {
    border-top-right-radius: 4px; }
  #quick-menu-stacks_in_2155_page11.left .quick-menu-list .quick-menu-item:last-child, #quick-menu-stacks_in_2155_page11.left .quick-menu-list .quick-menu-item.view-all {
    border-bottom-right-radius: 4px; }
  #quick-menu-stacks_in_2155_page11.left .quick-menu-list .quick-menu-item-text {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 0 10px 0 57px;
    border-radius: 0 4px 4px 0; }
  #quick-menu-stacks_in_2155_page11.left.expand-open .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  #quick-menu-stacks_in_2155_page11.left.expand-open-done .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(0);
            transform: translate(0); }
  #quick-menu-stacks_in_2155_page11.left.expand-close .quick-menu-list {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  #quick-menu-stacks_in_2155_page11.left.expand-close-done .quick-menu-list {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }

#quick-menu-stacks_in_2155_page11.right {
  right: 0; }
  #quick-menu-stacks_in_2155_page11.right .quick-menu-list .quick-menu-item:hover .quick-menu-item-text {
    /*  */
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*  */ }
  #quick-menu-stacks_in_2155_page11.right .quick-menu-list .quick-menu-item:nth-child(2), #quick-menu-stacks_in_2155_page11.right .quick-menu-list .quick-menu-item.quick-menu-edit-item:first-child {
    border-top-left-radius: 4px; }
  #quick-menu-stacks_in_2155_page11.right .quick-menu-list .quick-menu-item:last-child, #quick-menu-stacks_in_2155_page11.right .quick-menu-list .quick-menu-item.view-all {
    border-bottom-left-radius: 4px; }
  #quick-menu-stacks_in_2155_page11.right .quick-menu-list .quick-menu-item-text {
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 0 57px 0 10px;
    border-radius: 4px 0 0 4px; }
  #quick-menu-stacks_in_2155_page11.right.expand-open .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  #quick-menu-stacks_in_2155_page11.right.expand-open-done .quick-menu-list .quick-menu-item {
    -webkit-transform: translate(0);
            transform: translate(0); }
  #quick-menu-stacks_in_2155_page11.right.expand-close .quick-menu-list {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  #quick-menu-stacks_in_2155_page11.right.expand-close-done .quick-menu-list {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }

#quick-menu-stacks_in_2155_page11.expand-open .quick-menu-list {
  width: 100%;
  overflow: hidden;
  transition: none; }
  #quick-menu-stacks_in_2155_page11.expand-open .quick-menu-list .quick-menu-item {
    opacity: 0;
    width: 100%; }
    #quick-menu-stacks_in_2155_page11.expand-open .quick-menu-list .quick-menu-item.hide {
      opacity: 0; }
  #quick-menu-stacks_in_2155_page11.expand-open .quick-menu-list .quick-menu-item-text {
    display: none; }
    #quick-menu-stacks_in_2155_page11.expand-open .quick-menu-list .quick-menu-item-text span {
      opacity: 0; }

#quick-menu-stacks_in_2155_page11.expand-open-done {
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 1s 0s; }
  #quick-menu-stacks_in_2155_page11.expand-open-done::before {
    -webkit-animation-name: background-expand;
            animation-name: background-expand;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list {
    height: 100%;
    overflow-y: scroll;
    padding: 10px; }
    #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item {
      padding: 10px 12px;
      max-width: 600px;
      border-radius: 4px;
      margin: 0 auto 12px auto;
      opacity: 1;
      width: 100%;
      height: auto;
      text-decoration: none;
      box-sizing: border-box;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      transition: opacity 0.5s 0.5s, width 0.5s 0.5s;
      border-top-right-radius: 4px; }
      #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item:last-child, #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.view-all {
        border-bottom-right-radius: 4px; }
      #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.hide, #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation-name: hidden-blocks-open;
                animation-name: hidden-blocks-open;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
                animation-duration: 0.5s;
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s; }
      #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.view-all {
        display: none; }
      #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all {
        padding: 0;
        background: none; }
        #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all .quick-menu-item-icon {
          color: rgba(255, 255, 255, 1.00);
          width: 40px;
          height: 40px;
          border-radius: 20px;
          background: rgba(51, 51, 51, 1.00);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: auto;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item.close-all .quick-menu-item-icon i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            line-height: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            vertical-align: middle;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 24px; }
    #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item-icon {
      font-size: 32px;
      width: auto;
      height: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      border-radius: 0; }
      #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item-icon i {
        line-height: 1;
        text-align: center;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        font-size: 32px; }
    #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item-text {
      font-size: 18px;
      line-height: 25.199999px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      border-radius: 0;
      position: relative;
      padding: 0 0 0 10px;
      white-space: normal;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      margin-right: 0 !important; }
      #quick-menu-stacks_in_2155_page11.expand-open-done .quick-menu-list .quick-menu-item-text span {
        opacity: 1; }

#quick-menu-stacks_in_2155_page11.expand-close {
  width: 45px; }
  #quick-menu-stacks_in_2155_page11.expand-close::before {
    transition: none; }
  #quick-menu-stacks_in_2155_page11.expand-close .quick-menu-list {
    opacity: 0;
    transition: opacity 0s 0s, background 0.5s; }
    #quick-menu-stacks_in_2155_page11.expand-close .quick-menu-list .quick-menu-item {
      transition: all 0.5s; }
    #quick-menu-stacks_in_2155_page11.expand-close .quick-menu-list .quick-menu-item-text {
      display: none; }

#quick-menu-stacks_in_2155_page11.expand-close-done .quick-menu-list {
  opacity: 1;
  transition: all 0.5s; }
  #quick-menu-stacks_in_2155_page11.expand-close-done .quick-menu-list .quick-menu-item {
    opacity: 1;
    margin-bottom: 0px; }
  #quick-menu-stacks_in_2155_page11.expand-close-done .quick-menu-list .quick-menu-item.view-all {
    transition: all 0.5s 0s; }
  #quick-menu-stacks_in_2155_page11.expand-close-done .quick-menu-list .quick-menu-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@-webkit-keyframes hidden-blocks-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hidden-blocks-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes background-expand {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    width: 3000px;
    height: 3000px; }
  100% {
    opacity: 1;
    width: 150%;
    height: 150%; } }

@keyframes background-expand {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1;
    width: 3000px;
    height: 3000px; }
  100% {
    opacity: 1;
    width: 150%;
    height: 150%; } }

@media (min-width: 768px) {
  /*  */
  #quick-menu-stacks_in_2155_page11.hide-d {
    display: none; }
  /*  */ }

@media (min-width: 467px) and (max-width: 768px) {
  /*  */
  #quick-menu-stacks_in_2155_page11.hide-t {
    display: none; }
  /*  */ }

@media (min-width: 0px) and (max-width: 467px) {
  /*  */
  #quick-menu-stacks_in_2155_page11.hide-m {
    display: none; }
  /*  */ }
#quick-menu-item-stacks_in_2156_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2158_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2162_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2160_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
#quick-menu-item-stacks_in_2164_page11.custom-colors.quick-menu-item {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(0, 0, 0, 1.00); }
    #stacks_in_1646_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1646_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1646_page11.blu-wrap>.blueprint-col{}#stacks_in_1646_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1646_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1646_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1646_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 0.00% 0.00% 0.00% }#stacks_in_1646_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1646_page11.blu-wrap>.blueprint-col{ }#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1646_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1646_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1646_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1646_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1646_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1646_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1646_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
 @media(hover:hover){#stacks_in_1647_page11.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_1647_page11.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_1647_page11.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_1647_page11.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_1647_page11.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_1647_page11.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_1647_page11.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_1647_page11.blu-sidebar.full-height{height:100vh}#stacks_in_1647_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1647_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_1647_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1647_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_1647_page11.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1647_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_1647_page11.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_1647_page11.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_1647_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_1647_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}@media screen and (max-height:0px){#stacks_in_1647_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_1647_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media screen and (max-width:640px){#stacks_in_1647_page11.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1647_page11.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_1647_page11.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_1647_page11.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_1647_page11.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_1647_page11.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media screen and (min-width:640px){#stacks_in_1647_page11.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1647_page11.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1647_page11.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1647_page11.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:640px){#stacks_in_1647_page11.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_1647_page11.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_1647_page11.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_1647_page11.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 calc(56% - 0px);flex:0 1 calc(56% - 0px);max-width:1400px;min-width:100px}
#stacks_in_1647_page11.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_1647_page11.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1647_page11.blu-sidebar>.blu-content::before,#stacks_in_1647_page11.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_1647_page11.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1647_page11.blu-sidebar>.blu-side::before,#stacks_in_1647_page11.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
  .agent-hide{display:none!important}
#stacks_in_1868_page11 a{display:block} #stacks_in_1868_page11 img{} #stacks_in_1868_page11 img{max-width:300px}@media only screen and (min-width:641px){#stacks_in_1868_page11 img{max-width:400px}}@media only screen and (min-width:1024px){#stacks_in_1868_page11 img{max-width:850px}} 
  .agent-hide{display:none!important}
#stacks_in_2174_page11 a{display:block} #stacks_in_2174_page11 img{} #stacks_in_2174_page11 img{max-width:300px}@media only screen and (min-width:641px){#stacks_in_2174_page11 img{max-width:400px}}@media only screen and (min-width:1024px){#stacks_in_2174_page11 img{max-width:400px}} 
    #stacks_in_1648_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1648_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1648_page11.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1648_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1648_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1648_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1648_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:15.00% 0.00% 0.00% 0.00% }#stacks_in_1648_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1648_page11.blu-wrap>.blueprint-col{ width:85%;min-width:0px;max-width:9999px;}#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1648_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1648_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1648_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1648_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1648_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1648_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1648_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
  .agent-hide{display:none!important}
  @media only screen and (max-width:667px){#stacks_in_2117_page11 p,#stacks_in_2117_page11 div{text-align:center!important}}          #stacks_in_2117_page11 p,#stacks_in_2117_page11 div,#stacks_in_2117_page11 ul,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_2117_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2117_page11 a:hover{color:rgba(0, 102, 153, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_2117_page11,#stacks_in_2117_page11 div,#stacks_in_2117_page11 p,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 ul li,#stacks_in_2117_page11 ol li,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{font-size:2.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:1100.00px){#stacks_in_2117_page11,#stacks_in_2117_page11 div,#stacks_in_2117_page11 p,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 ul li,#stacks_in_2117_page11 ol li,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{font-size:3.50rem!important}
}@media only screen and (min-width:1100.00px) and (max-width:2000.00px){#stacks_in_2117_page11,#stacks_in_2117_page11 div,#stacks_in_2117_page11 p,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 ul li,#stacks_in_2117_page11 ol li,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{font-size:4.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2117_page11,#stacks_in_2117_page11 div,#stacks_in_2117_page11 p,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 ul li,#stacks_in_2117_page11 ol li,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{font-size:5.00rem!important}}  @media only screen and (min-width:0px){#stacks_in_2117_page11,#stacks_in_2117_page11 div,#stacks_in_2117_page11 p,#stacks_in_2117_page11 .fa:not(.no-indent),#stacks_in_2117_page11 ol,#stacks_in_2117_page11 ul li,#stacks_in_2117_page11 ol li,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{line-height:1.00}} @media only screen and (min-width:0px){#stacks_in_2117_page11{ }}  #stacks_in_2117_page11,#stacks_in_2117_page11 div,#stacks_in_2117_page11 p,#stacks_in_2117_page11 ul,#stacks_in_2117_page11 ul li,#stacks_in_2117_page11 ol li,#stacks_in_2117_page11 ol,#stacks_in_2117_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:700 ;font-style:normal }   
        @media only screen and (max-width:900.00px){#stacks_in_2110_page11 h3{font-size:3.00rem!important}}@media only screen and (min-width:900.00px) and (max-width:1200.00px){#stacks_in_2110_page11 h3{font-size:4.70rem!important}}@media only screen and (min-width:1200.00px) and (max-width:1400.00px){#stacks_in_2110_page11 h3{font-size:5.50rem!important}}@media only screen and (min-width:1400.00px){#stacks_in_2110_page11 h3{font-size:6.00rem!important}}  @media only screen and (max-width:640px){#stacks_in_2110_page11 h3,#stacks_in_2110_page11 div{text-align:center!important}#stacks_out_2110_page11{display:block!important}}  @media only screen and (min-width:680px){#stacks_in_2110_page11 h3,#stacks_in_2110_page11 div{line-height:1.20}}    #stacks_in_2110_page11 h3,#stacks_in_2110_page11 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2110_page11 h3 a,#stacks_in_2110_page11 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2110_page11 h3 a:hover,#stacks_in_2110_page11 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2110_page11 small,#stacks_in_2110_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_2110_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:900;font-style:normal}           #stacks_in_2110_page11 .hTxt{text-shadow:2px 2px 2px rgba(48, 81, 114, 1.00),0px -2px 8px rgba(73, 106, 139, 1.00),0px 2px 8px rgba(73, 106, 139, 1.00)}         

#stacks_in_2110_page11 {
	margin: 20px 0px 20px 20px;
}

#stacks_in_2111_page11 {
	text-transform: uppercase;
	font-weight: lighter;
}

#stacks_in_2114_page11 {
	letter-spacing: 10px;
	text-transform: uppercase;
}
  .agent-hide{display:none!important}
#stacks_in_2178_page11 a{display:block} #stacks_in_2178_page11 img{} #stacks_in_2178_page11 img{max-width:300px}@media only screen and (min-width:641px){#stacks_in_2178_page11 img{max-width:300px}}@media only screen and (min-width:1024px){#stacks_in_2178_page11 img{max-width:300px}} 

#stacks_in_2178_page11 {
	padding: 30px 0px 20px 0px;
}
        @media only screen and (max-width:900.00px){#stacks_in_2735_page11 h3{font-size:3.00rem!important}}@media only screen and (min-width:900.00px) and (max-width:1200.00px){#stacks_in_2735_page11 h3{font-size:4.70rem!important}}@media only screen and (min-width:1200.00px) and (max-width:1400.00px){#stacks_in_2735_page11 h3{font-size:5.50rem!important}}@media only screen and (min-width:1400.00px){#stacks_in_2735_page11 h3{font-size:6.00rem!important}}  @media only screen and (max-width:640px){#stacks_in_2735_page11 h3,#stacks_in_2735_page11 div{text-align:center!important}#stacks_out_2735_page11{display:block!important}}  @media only screen and (min-width:680px){#stacks_in_2735_page11 h3,#stacks_in_2735_page11 div{line-height:1.20}}    #stacks_in_2735_page11 h3,#stacks_in_2735_page11 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2735_page11 h3 a,#stacks_in_2735_page11 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2735_page11 h3 a:hover,#stacks_in_2735_page11 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2735_page11 small,#stacks_in_2735_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_2735_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:900;font-style:normal}           #stacks_in_2735_page11 .hTxt{text-shadow:2px 2px 2px rgba(48, 81, 114, 1.00),0px -2px 8px rgba(73, 106, 139, 1.00),0px 2px 8px rgba(73, 106, 139, 1.00)}         

#stacks_in_2735_page11 {
	margin: 20px 0px 20px 0px;
}

#stacks_in_2736_page11 {
	text-transform: uppercase;
	font-weight: lighter;
}

#stacks_in_2740_page11 {
	letter-spacing: 10px;
	text-transform: uppercase;
}
  #stacks_in_1645_page11>.s-pro>.shear-wrapper{position:relative;z-index:1}#stacks_in_1645_page11>.s-pro>.sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_1645_page11>.s-pro>.sections-layer.is-loaded>.video-background.hide-on-load:not(.not-started){display:none}#stacks_in_1645_page11>.s-pro>.sections-layer>.video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#vid-stacks_in_1711_page11{opacity:1.0}#vid-stacks_in_1711_page11.pre-load{opacity:0}#play-stacks_in_1711_page11{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_1711_page11.pl-rect{height:80px}#play-stacks_in_1711_page11.pl-square,#play-stacks_in_1711_page11.pl-circ{height:100px}#play-stacks_in_1711_page11.pl-circ{border-radius:50%}#play-stacks_in_1711_page11::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1711_page11::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1711_page11:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_1711_page11:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_1711_page11.not-started{display:block}#play-stacks_in_1711_page11.no-play-button{display:none!important} .mute-toggle.mute-video{display:none!important}              #stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-none{background:transparent}#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-color{background-color:rgba(105, 157, 255, 1.00)}  #stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image{opacity:0.50;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image.bg-fixed{background-attachment:fixed;width:100%}#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image:not(.bg-warehouse){background-image:url(../files/bgImage_1711.jpg)}#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image.bg-warehouse{background-image:url()}#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image.bg-col-mob{background-color:transparent}@media only screen and (max-width:40.063em){#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image.bg-col-mob{background-color:rgba(105, 157, 255, 1.00);background-image:none}}@media only screen and (max-device-width:1024px){#stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image.bg-fixed{background-attachment:scroll!important}}@media only screen and (min-width:40.063em){ #stacks_in_1645_page11 .vb-stacks_in_1711_page11.bg-image.bg-warehouse{}} 
  .agent-hide{display:none!important}
.inmotion img{ width:100%;   }
.inmotion { width:100%;  overflow:hidden; max-width:100%!important;  }

.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function:linear;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	
	100% {
		-webkit-transform: translateX(0%);
	}
}


/* Outer Container */
.smoothslides, .smoothslides-on {
	position:relative;
	font-size:0;
	line-height: 0;
	min-height: 40px;
	
}
/* Outer Container Background (visible while loading) */
.smoothslides {
	background:rgba(255,255,255,.5);
}
/* Hide images until loaded */
.smoothslides img {
	display:none;
}

/* Loading animation keyframes */ 
@keyframes throb {
	0% {
		opacity:0;
		transform:scale(1);
	}
	50% {
		opacity:1;
		transform:scale(.2);
	}
	100% {
		opacity:0;
		transform:scale(1);
	}
}
@-webkit-keyframes throb {
	0% {
		opacity:0;
		-webkittransform:scale(1);
	}
	50% {
		opacity:1;
		-webkittransform:scale(.2);
	}
	100% {
		opacity:0;
		-webkittransform:scale(1);
	}
}
/* Loading animation */
.smoothslides:before {
	content:'';
	position: absolute;
	width:8px;
	height:8px;
	left:50%;
	top:50%;
	margin-left:-4px;
	margin-top:-4px;

	animation: throb 1s infinite;
	-webkit-animation: throb 1s infinite;
}

/* wrapper around all slides */
.ss-slide-stage {
	position: relative;
	overflow: hidden;

	/* This fixes the bug in chrome where border-radius doesn't work with overflow hidden */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

/* wrapper around each slide */
.ss-slide {
	position: absolute;
	top:0;
	left:0;
	transform-origin:center;
	display: block;
	width:100%;
	zoom: 1;
}
.ss-slide img{
	height:auto;
	/* max-width, or width gets set via JS */
}
/* Caption wrapper. Used for centering */
.ss-caption-wrap {
	position: absolute;
	bottom:40%;
	width:100%;
	padding:0 5px 5px 5px;
	text-align:center;
	box-sizing:border-box;
}

/* Caption */
.ss-caption {
	min-height:50px;
	
	color: #fff;
	font-size:20px;
	font-weight: bold;
	line-height: 1.4em;

	padding-top:15px;
	box-sizing:border-box;
}

/* Previous and Next buttons */
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
	position: absolute;
	bottom:40%;
	left:5px;
	font-size:14px;
	line-height: 1em;
	color:#A1A1A1;
	text-decoration: none;
	background:#fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	opacity:.5;
	transition:.2s ease-out;
	font-family: sans-serif;
}

.smoothslides-on  a.ss-next {
	left:auto;
	right:5px;
}
/* Highlight nav btns when hovering over the slideshow */
.smoothslides-on:hover .ss-prev, .smoothslides-on:hover .ss-next {
	opacity: 1;
}

.smoothslides-on .ss-prev:hover, .smoothslides-on .ss-next:hover {
	background:#fff;	
	color:#000;
}

/* Pagination wrapper. Used for centering */
.ss-paginate-wrap {
	position: absolute;
	bottom:-30px;
	width:100%;
	text-align:center;
}
.ss-paginate {
	display: inline-block;
	line-height: 0;
}
/* Pagination dots */
.ss-paginate a:link, .ss-paginate a:visited {
	display: inline-block;
	width: 16px;
	height: 4px;
	border-radius: 10px;
	margin: 0 5px;
	background:#ccc;
	background: rgba(0,0,0,.1);
	border: 2px solid #fff;
	transition: .3s;
}
.ss-paginate a:hover {
	background:#ddd;
	background:rgba(0,0,0,.3);
}
.ss-paginate a.ss-paginate-current {
	background:#000;
	background: rgba(0,0,0,.5);
}

@media (max-width: 1024px) {
.inmotion { max-height:500px!important;}
}
/* changes for smaller screens */
@media (max-width: 600px) {
	.ss-paginate-wrap {
		bottom:-35px;
	}
	.ss-caption {
		min-height:0;
		padding:5px;
		font-size:12px;
	}
	a.ss-prev, a.ss-next {
		bottom:auto;
		top:50%;
		margin-top:-25px;
		color:#000;
		background:rgba(255,255,255,.3);
		color:#444;
	}
	.smoothslides-on, .ss-slide-stage {
		border-radius:0;
	}
}
#stacks_in_1893_page11 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_1895_page11 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_1897_page11 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_1899_page11 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_1901_page11 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}

 .ovl-style-pro-stacks_in_1645_page11::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .ovl-style-pro-stacks_in_1645_page11:not(.o-bg-vault)::after{      background-image:radial-gradient(circle at 72% 50%,rgba(9, 74, 150, 0.00) 32%,rgba(9, 74, 150, 1.00) 32%,rgba(9, 74, 150, 0.50) 32%);}   

  .agent-hide{display:none!important}
 #stacks_in_2517_page11 .shear-mag{position:absolute;top:-75px}#stacks_in_2517_page11 a.shear-mag.offset-override{top:-75px!important} @media screen and (max-width:640px){#stacks_in_2517_page11 .shear-mag{top:-35px}#stacks_in_2517_page11 a.shear-mag.offset-override{top:-35px!important}} .mg-menu .mgicon-accueil{vertical-align:top;font-size:1.60rem; padding-right:0.00rem;}    
    #stacks_in_1962_page11>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1962_page11>.s-pro>.sections-layer{display:none}      #stacks_in_1962_page11>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1962_page11>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       

#stacks_in_1962_page11 {
	border: solid rgba(3, 36, 69, 1.00);
	border-width: 2px 0px 2px 0px;
}
    #stacks_in_1963_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1963_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1963_page11.blu-wrap>.blueprint-col{}#stacks_in_1963_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1963_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1963_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1963_page11.blu-wrap>.blueprint-col>.blucol-content{margin:0.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1963_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1963_page11.blu-wrap>.blueprint-col{ }#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1963_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1963_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1963_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1963_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1963_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1963_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1963_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
  .agent-hide{display:none!important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2138_page11 {
	height: auto;
	padding-bottom: 3vh;
}

}#quick-menu-marker-stacks_in_2136_page11 {
  /*  */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  /*  */
  /*  */ }
 @media(hover:hover){#stacks_in_1964_page11.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_1964_page11.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_1964_page11.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_1964_page11.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_1964_page11.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_1964_page11.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_1964_page11.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_1964_page11.blu-sidebar.full-height{height:100vh}#stacks_in_1964_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1964_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_1964_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1964_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_1964_page11.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1964_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_1964_page11.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_1964_page11.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_1964_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_1964_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_1964_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_1964_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media screen and (max-width:640px){#stacks_in_1964_page11.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1964_page11.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_1964_page11.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_1964_page11.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_1964_page11.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_1964_page11.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media screen and (min-width:640px){#stacks_in_1964_page11.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1964_page11.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1964_page11.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1964_page11.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:640px){#stacks_in_1964_page11.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_1964_page11.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_1964_page11.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_1964_page11.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 calc(20% - 0px);flex:0 1 calc(20% - 0px);max-width:900px;min-width:100px}
#stacks_in_1964_page11.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_1964_page11.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1964_page11.blu-sidebar>.blu-content::before,#stacks_in_1964_page11.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_1964_page11.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1964_page11.blu-sidebar>.blu-side::before,#stacks_in_1964_page11.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_1965_page11.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_1965_page11.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_1965_page11.blu-wrap.sm-pull.med-pull{margin-top:-80.00px}}@media screen and (min-width:1000px){#stacks_in_1965_page11.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_1965_page11.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_1965_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1965_page11.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1965_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1965_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1965_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1965_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:50.00% 0.00% 0.00% 60.00% }#stacks_in_1965_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1965_page11.blu-wrap>.blueprint-col{ }#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1965_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1965_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1965_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1965_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1965_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1965_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1965_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
        @media only screen and (max-width:480.00px){#stacks_in_1966_page11 h4{font-size:10.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1966_page11 h4{font-size:30.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1400.00px){#stacks_in_1966_page11 h4{font-size:40.00rem!important}}@media only screen and (min-width:1400.00px){#stacks_in_1966_page11 h4{font-size:50.00rem!important}}  @media only screen and (max-width:667px){#stacks_in_1966_page11 h4,#stacks_in_1966_page11 div{text-align:center!important}#stacks_out_1966_page11{display:block!important}}  @media only screen and (min-width:480px){#stacks_in_1966_page11 h4,#stacks_in_1966_page11 div{line-height:1.00}}  @media only screen and (min-width:480px){#stacks_in_1966_page11 h4,#stacks_in_1966_page11 div{letter-spacing:10.00px}} #stacks_in_1966_page11 .header-pro.text-center .hTxt{margin-right:-10px}    #stacks_in_1966_page11 h4,#stacks_in_1966_page11 div{color:rgba(255, 255, 255, 0.70)}#stacks_in_1966_page11 h4 a,#stacks_in_1966_page11 div a{color:rgba(255, 255, 255, 0.70)}#stacks_in_1966_page11 h4 a:hover,#stacks_in_1966_page11 div a:hover{color:rgba(191, 191, 191, 0.70)}#stacks_in_1966_page11 small,#stacks_in_1966_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_1966_page11 .hTxt:not(.vault-font){font-family:'Bangers',Sans-Serif;font-weight:400;font-style:normal}            

#stacks_in_1967_page11 {
	font-weight: lighter;
}

#stacks_in_2012_page11 {
	text-transform: uppercase;
}
    @media screen and (max-width:414px){#stacks_in_1965_page11{display:none}}  @media screen and (max-width:768px){#stacks_in_1965_page11{display:none}}     
    #stacks_in_1973_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1973_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1973_page11.blu-wrap>.blueprint-col{}#stacks_in_1973_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1973_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1973_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1973_page11.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1973_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1973_page11.blu-wrap>.blueprint-col{ width:87%;min-width:0px;max-width:9999px;}#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1973_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1973_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1973_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1973_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1973_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1973_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1973_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1973_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 0.00% 0.00% }}    
        @media only screen and (max-width:640.00px){#stacks_in_1974_page11 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1974_page11 h3{font-size:3.50rem!important}}@media only screen and (min-width:1000.00px) and (max-width:1200.00px){#stacks_in_1974_page11 h3{font-size:4.20rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_1974_page11 h3{font-size:5.20rem!important}}  @media only screen and (max-width:667px){#stacks_in_1974_page11 h3,#stacks_in_1974_page11 div{text-align:center!important}#stacks_out_1974_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_1974_page11 h3,#stacks_in_1974_page11 div{line-height:0.90}}    #stacks_in_1974_page11 h3,#stacks_in_1974_page11 div{color:rgba(3, 36, 69, 1.00)}#stacks_in_1974_page11 h3 a,#stacks_in_1974_page11 div a{color:rgba(3, 36, 69, 1.00)}#stacks_in_1974_page11 h3 a:hover,#stacks_in_1974_page11 div a:hover{color:rgba(2, 27, 51, 1.00)}#stacks_in_1974_page11 small,#stacks_in_1974_page11 small div{color:rgba(111, 111, 111, 1.00)}    #stacks_in_1974_page11 .h-pro{padding:0px} #stacks_in_1974_page11 .h-pro{border-radius: 0px }#stacks_in_1974_page11 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}  #stacks_in_1974_page11 .h-pro{background:rgba(0, 0, 0, 0.00)}    #stacks_in_1974_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:800;font-style:normal}            

#stacks_in_1975_page11 {
	font-weight: lighter;
}

#stacks_in_2016_page11 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_1979_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1979_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1979_page11.blu-wrap>.blueprint-col{}#stacks_in_1979_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1979_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1979_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1979_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1979_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1979_page11.blu-wrap>.blueprint-col{ width:87%;min-width:0px;max-width:9999px;}#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1979_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1979_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1979_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1979_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1979_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1979_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1979_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1979_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 8.00% 10.00% 0.00% }}    
 @media(hover:hover){#stacks_in_1980_page11.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_1980_page11.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_1980_page11.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_1980_page11.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_1980_page11.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_1980_page11.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_1980_page11.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_1980_page11.blu-sidebar.full-height{height:100vh}#stacks_in_1980_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1980_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_1980_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1980_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_1980_page11.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1980_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_1980_page11.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_1980_page11.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_1980_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_1980_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_1980_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_1980_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media screen and (max-width:640px){#stacks_in_1980_page11.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1980_page11.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_1980_page11.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_1980_page11.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_1980_page11.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_1980_page11.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media screen and (min-width:640px){#stacks_in_1980_page11.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1980_page11.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1980_page11.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1980_page11.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:640px){#stacks_in_1980_page11.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_1980_page11.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_1980_page11.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_1980_page11.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 0px);flex:0 1 calc(50% - 0px);max-width:9999px;min-width:100px}
#stacks_in_1980_page11.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_1980_page11.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1980_page11.blu-sidebar>.blu-content::before,#stacks_in_1980_page11.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_1980_page11.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1980_page11.blu-sidebar>.blu-side::before,#stacks_in_1980_page11.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_1981_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1981_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1981_page11.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1981_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1981_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1981_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1981_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_1981_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1981_page11.blu-wrap>.blueprint-col{ }#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1981_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1981_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1981_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1981_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1981_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1981_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1981_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
  @media only screen and (max-width:667px){#stacks_in_1982_page11 p,#stacks_in_1982_page11 div{text-align:justify!important}}          #stacks_in_1982_page11 p,#stacks_in_1982_page11 div,#stacks_in_1982_page11 ul,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{color:rgba(3, 36, 69, 1.00)}#stacks_in_1982_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1982_page11 a:hover{color:rgba(0, 102, 153, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_1982_page11,#stacks_in_1982_page11 div,#stacks_in_1982_page11 p,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 ul li,#stacks_in_1982_page11 ol li,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1982_page11,#stacks_in_1982_page11 div,#stacks_in_1982_page11 p,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 ul li,#stacks_in_1982_page11 ol li,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{font-size:1.30rem!important}
}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1982_page11,#stacks_in_1982_page11 div,#stacks_in_1982_page11 p,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 ul li,#stacks_in_1982_page11 ol li,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1982_page11,#stacks_in_1982_page11 div,#stacks_in_1982_page11 p,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 ul li,#stacks_in_1982_page11 ol li,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{font-size:2.00rem!important}}  @media only screen and (min-width:0px){#stacks_in_1982_page11,#stacks_in_1982_page11 div,#stacks_in_1982_page11 p,#stacks_in_1982_page11 .fa:not(.no-indent),#stacks_in_1982_page11 ol,#stacks_in_1982_page11 ul li,#stacks_in_1982_page11 ol li,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{line-height:1.20}} @media only screen and (min-width:0px){#stacks_in_1982_page11{ letter-spacing:0.00px;  word-spacing:-3.00px;}}  #stacks_in_1982_page11,#stacks_in_1982_page11 div,#stacks_in_1982_page11 p,#stacks_in_1982_page11 ul,#stacks_in_1982_page11 ul li,#stacks_in_1982_page11 ol li,#stacks_in_1982_page11 ol,#stacks_in_1982_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:300 ;font-style:normal }   

#stacks_in_1982_page11 {
	padding: 0px 0px 15px 0px;
}
#stacks_in_2743_page11 a{display:block} #stacks_in_2743_page11 img{ width:100%;} #stacks_in_2743_page11 img{max-width:300px}@media only screen and (min-width:641px){#stacks_in_2743_page11 img{max-width:600px}}@media only screen and (min-width:1024px){#stacks_in_2743_page11 img{max-width:400px}} 
    #stacks_in_1990_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1990_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1990_page11.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1990_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1990_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1990_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1990_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 0.00% 0.00% }#stacks_in_1990_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1990_page11.blu-wrap>.blueprint-col{ }#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1990_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1990_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1990_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1990_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1990_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1990_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1990_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
  @media only screen and (max-width:1024px){#stacks_in_1991_page11 p,#stacks_in_1991_page11 div{text-align:justify!important}}          #stacks_in_1991_page11 p,#stacks_in_1991_page11 div,#stacks_in_1991_page11 ul,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{color:rgba(3, 36, 69, 1.00)}#stacks_in_1991_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1991_page11 a:hover{color:rgba(0, 102, 153, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_1991_page11,#stacks_in_1991_page11 div,#stacks_in_1991_page11 p,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 ul li,#stacks_in_1991_page11 ol li,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1991_page11,#stacks_in_1991_page11 div,#stacks_in_1991_page11 p,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 ul li,#stacks_in_1991_page11 ol li,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{font-size:1.30rem!important}
}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1991_page11,#stacks_in_1991_page11 div,#stacks_in_1991_page11 p,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 ul li,#stacks_in_1991_page11 ol li,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1991_page11,#stacks_in_1991_page11 div,#stacks_in_1991_page11 p,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 ul li,#stacks_in_1991_page11 ol li,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{font-size:2.00rem!important}}  @media only screen and (min-width:0px){#stacks_in_1991_page11,#stacks_in_1991_page11 div,#stacks_in_1991_page11 p,#stacks_in_1991_page11 .fa:not(.no-indent),#stacks_in_1991_page11 ol,#stacks_in_1991_page11 ul li,#stacks_in_1991_page11 ol li,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{line-height:1.20}} @media only screen and (min-width:0px){#stacks_in_1991_page11{  word-spacing:-3.00px;}}  #stacks_in_1991_page11,#stacks_in_1991_page11 div,#stacks_in_1991_page11 p,#stacks_in_1991_page11 ul,#stacks_in_1991_page11 ul li,#stacks_in_1991_page11 ol li,#stacks_in_1991_page11 ol,#stacks_in_1991_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:300 ;font-style:normal }   
 .style-pro-stacks_in_1964_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      

 .ovl-style-pro-stacks_in_1964_page11::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      

#stacks_in_1963_page11 > .s-pro > .shear-wrapper > .shear-inner::before, #stacks_in_1963_page11.blu-wrap > .blueprint-col > .blucol-content::before {
  height: 100.00%;
  top: auto;
  bottom: 0;
  width: 100.00%;
  left: auto;
  right: auto;
  left: 0.00%; }
  @media screen and (min-width: 640px) {
    #stacks_in_1963_page11 > .s-pro > .shear-wrapper > .shear-inner::before, #stacks_in_1963_page11.blu-wrap > .blueprint-col > .blucol-content::before {
      height: 100.00%;
      width: 23.00%;
      left: auto;
      right: auto;
      left: 8.00%; } }
 .style-pro-stacks_in_1963_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      .style-pro-stacks_in_1963_page11:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:right center;background-size:cover;}.style-pro-stacks_in_1963_page11:not(.bg-vault):not(.bg-featured)::before{ background-image:url(../files/obgImage_2006.jpg);  background-color:transparent;}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_1963_page11:not(.bg-vault)::before{background-attachment:scroll!important}} @media only screen and (max-width:40.063em){.style-pro-stacks_in_1963_page11:not(.bg-vault)::before{background-color:rgba(237, 237, 237, 1.00)!important;background-image:none!important}
}@media only screen and (min-width:40.063em){.style-pro-stacks_in_1963_page11:not(.bg-vault)::before{background-color:transparent}}    

 .style-pro-stacks_in_1962_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      .style-pro-stacks_in_1962_page11:not(.bg-vault):before{opacity:0.15;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_1962_page11:not(.bg-vault):not(.bg-featured)::before{ background-image:url(../files/obgImage_2466.png); }@media only screen and (max-device-width:1024px){.style-pro-stacks_in_1962_page11:not(.bg-vault)::before{background-attachment:scroll!important}}    

 .ovl-style-pro-stacks_in_1962_page11::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}    .ovl-style-pro-stacks_in_1962_page11:not(.o-bg-vault)::after{background-color:rgba(3, 36, 69, 0.10)}   

  .agent-hide{display:none!important}
 #stacks_in_2528_page11 .shear-mag{position:absolute;top:-75px}#stacks_in_2528_page11 a.shear-mag.offset-override{top:-75px!important} @media screen and (max-width:640px){#stacks_in_2528_page11 .shear-mag{top:-35px}#stacks_in_2528_page11 a.shear-mag.offset-override{top:-35px!important}} .mg-menu .mgicon-real{vertical-align:top;font-size:1.60rem; padding-right:0.00rem;}    
    #stacks_in_1935_page11>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1935_page11>.s-pro>.sections-layer{display:none}      #stacks_in_1935_page11>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1935_page11>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}      #stacks_in_1935_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content.manPad{padding-top:0.00%;padding-bottom:0.00%}@media screen and (min-width:640px){#stacks_in_1935_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content.manPad{padding-top:0.00%;padding-bottom:2.00%}}  

#stacks_in_1935_page11 {
	border: solid rgba(3, 36, 69, 1.00);
	border-width: 0px 0px 2px 0px;
}
  .agent-hide{display:none!important}
@media only screen and (min-width: 600px) {

#paddyStackstacks_in_2148_page11 {
	height: auto;
	padding-bottom: 2vh;
}

}#quick-menu-marker-stacks_in_2149_page11 {
  /*  */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  /*  */
  /*  */ }
    #stacks_in_1936_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1936_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1936_page11.blu-wrap>.blueprint-col{}#stacks_in_1936_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1936_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1936_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 0.00% 4.00% 0.00% }#stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1936_page11.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:1000px;}#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1936_page11.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:1000px;}
#stacks_in_1936_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1936_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1936_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1936_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1936_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1936_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 12.00% 0.00% }}  @media screen and (min-width:640px){#stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  #stacks_in_1936_page11.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:15px}
    #stacks_in_1937_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1937_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1937_page11.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1937_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1937_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1937_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1937_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:5.00% 0.00% 5.00% 5.00% }#stacks_in_1937_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1937_page11.blu-wrap>.blueprint-col{ }#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1937_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1937_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1937_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1937_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1937_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1937_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1937_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_1937_page11.blu-wrap>.blueprint-col>.blucol-content{padding: 5.00% 0.00% 5.00% 5.00% }}  
    #stacks_in_1938_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1938_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1938_page11.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_1938_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1938_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1938_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1938_page11.blu-wrap>.blueprint-col>.blucol-content{margin:7.00% 0.00% 1.00% 0.00% ;padding: 0px }#stacks_in_1938_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1938_page11.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1938_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1938_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1938_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1938_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1938_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1938_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1938_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1938_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 5.00% 0.00% }}    
        @media only screen and (max-width:480.00px){#stacks_in_2197_page11 h3{font-size:2.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:900.00px){#stacks_in_2197_page11 h3{font-size:2.60rem!important}}@media only screen and (min-width:900.00px) and (max-width:1200.00px){#stacks_in_2197_page11 h3{font-size:3.50rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_2197_page11 h3{font-size:4.50rem!important}}  @media only screen and (max-width:667px){#stacks_in_2197_page11 h3,#stacks_in_2197_page11 div{text-align:center!important}#stacks_out_2197_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2197_page11 h3,#stacks_in_2197_page11 div{line-height:1.10}}    #stacks_in_2197_page11 h3,#stacks_in_2197_page11 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2197_page11 h3 a,#stacks_in_2197_page11 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2197_page11 h3 a:hover,#stacks_in_2197_page11 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2197_page11 small,#stacks_in_2197_page11 small div{color:rgba(111, 111, 111, 1.00)}    #stacks_in_2197_page11 .h-pro{padding:0px} #stacks_in_2197_page11 .h-pro{border-radius: 0px }#stacks_in_2197_page11 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}  #stacks_in_2197_page11 .h-pro{background:rgba(0, 0, 0, 0.00)}    #stacks_in_2197_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:800;font-style:normal}            

#stacks_in_2198_page11 {
	font-weight: lighter;
}

#stacks_in_2201_page11 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_1944_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1944_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1944_page11.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1944_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1944_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1944_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1944_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1944_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1944_page11.blu-wrap>.blueprint-col{ width:95%;min-width:0px;max-width:9999px;}#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1944_page11.blu-wrap>.blueprint-col{ }
#stacks_in_1944_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1944_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1944_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1944_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1944_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1944_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_2205_page11 .paddy2_colwrap {
	margin-left: auto; margin-right: auto;
	padding: 0px;
}

#stacks_in_2205_page11 .paddy2_col1 {
	width: 60.00%;
	display: block; 
	padding: 0px 0px;
	
		float: left;
		margin-left: 0;
	
}
#stacks_in_2205_page11 .paddy2_col2 {
	width: 40.000000%;
	display: block; 
	float: left;
	margin-left: 0%;
	padding: 0px 0px; 
}
@media only screen and (min-width: 9999px) {
#stacks_in_2205_page11 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_2205_page11 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_2205_page11 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}
@media only screen and (max-width: 768px) {
#stacks_in_2205_page11 .paddy2_colwrap {
	padding: 0px;
}
#stacks_in_2205_page11 .paddy2_col1 {
	float: none;
	padding: 0px 0px;
	margin-left: 0%;
	width: 100%;
	}
#stacks_in_2205_page11 .paddy2_col2 {
	float: none;
	padding: 0px 0px;
	width: 100%;
	}
}



           #stacks_in_1945_page11 p,#stacks_in_1945_page11 div,#stacks_in_1945_page11 ul,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{color:rgba(251, 255, 255, 1.00)}#stacks_in_1945_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1945_page11 a:hover{color:rgba(0, 102, 153, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_1945_page11,#stacks_in_1945_page11 div,#stacks_in_1945_page11 p,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 ul li,#stacks_in_1945_page11 ol li,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1945_page11,#stacks_in_1945_page11 div,#stacks_in_1945_page11 p,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 ul li,#stacks_in_1945_page11 ol li,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{font-size:1.30rem!important}
}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1945_page11,#stacks_in_1945_page11 div,#stacks_in_1945_page11 p,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 ul li,#stacks_in_1945_page11 ol li,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1945_page11,#stacks_in_1945_page11 div,#stacks_in_1945_page11 p,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 ul li,#stacks_in_1945_page11 ol li,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{font-size:1.80rem!important}}  @media only screen and (min-width:0px){#stacks_in_1945_page11,#stacks_in_1945_page11 div,#stacks_in_1945_page11 p,#stacks_in_1945_page11 .fa:not(.no-indent),#stacks_in_1945_page11 ol,#stacks_in_1945_page11 ul li,#stacks_in_1945_page11 ol li,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{line-height:1.00}} @media only screen and (min-width:0px){#stacks_in_1945_page11{ }}  #stacks_in_1945_page11,#stacks_in_1945_page11 div,#stacks_in_1945_page11 p,#stacks_in_1945_page11 ul,#stacks_in_1945_page11 ul li,#stacks_in_1945_page11 ol li,#stacks_in_1945_page11 ol,#stacks_in_1945_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:500 ;font-style:normal }   

#stacks_in_1945_page11 {
	padding: 30px 0px 20px 0px;
}

@media screen and (max-width:640px) { 
#paddyShad_wrapperstacks_in_2211_page11 {
	margin: 10px;
   	-webkit-box-shadow: 0px 0px 10px 0px #2B2B2C;
    -moz-box-shadow: 0px 0px 10px 0px #2B2B2C;
    box-shadow: 0px 0px 10px 0px #2B2B2C;
   }
}

@media screen and (min-width:641px) { 
#paddyShad_wrapperstacks_in_2211_page11 {
	margin: 30px;
	-webkit-box-shadow: 0px 0px 30px 0px #2B2B2C;
    -moz-box-shadow: 0px 0px 30px 0px #2B2B2C;
    box-shadow: 0px 0px 30px 0px #2B2B2C;
} 
}
  .agent-hide{display:none!important}
 #reveal_stacks_in_2663_page11,#myReveal{color:rgba(15, 15, 15, 1.00);background:rgba(255, 255, 255, 0.90)}#reveal_stacks_in_2663_page11 p,#reveal_stacks_in_2663_page11 h1,#reveal_stacks_in_2663_page11 h2,#reveal_stacks_in_2663_page11 h3,#reveal_stacks_in_2663_page11 h4,#reveal_stacks_in_2663_page11 h5,#reveal_stacks_in_2663_page11 h6,#reveal_stacks_in_2663_page11 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(15, 15, 15, 1.00)}#reveal_stacks_in_2663_page11 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(15, 15, 15, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.77)!important}  #stacks_in_2663_page11 .reveal-launcher{cursor:pointer} 
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_2667_page11 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_2667_page11 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #070707;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_2667_page11 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_2667_page11 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_2667_page11 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #070707;}#stacks_in_2667_page11 .owl-theme .owl-controls .owl-page.active span,#stacks_in_2667_page11 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_2667_page11 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_2667_page11 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_2667_page11outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_2667_page11owl-stack{	height:0px;}#stacks_in_2667_page11owl-stack .stacks_in_2667_page11item img{display: block;width: 100%;height: auto;}#stacks_in_2667_page11imagewell{height: 0px;}/* End Owl stack CSS code */  .agent-hide{display:none!important}
 #reveal_stacks_in_2229_page11,#myReveal{color:rgba(15, 15, 15, 1.00);background:rgba(255, 255, 255, 0.90)}#reveal_stacks_in_2229_page11 p,#reveal_stacks_in_2229_page11 h1,#reveal_stacks_in_2229_page11 h2,#reveal_stacks_in_2229_page11 h3,#reveal_stacks_in_2229_page11 h4,#reveal_stacks_in_2229_page11 h5,#reveal_stacks_in_2229_page11 h6,#reveal_stacks_in_2229_page11 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(15, 15, 15, 1.00)}#reveal_stacks_in_2229_page11 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(15, 15, 15, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.77)!important}  #stacks_in_2229_page11 .reveal-launcher{cursor:pointer} 
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_2278_page11 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_2278_page11 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #070707;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_2278_page11 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_2278_page11 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_2278_page11 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #070707;}#stacks_in_2278_page11 .owl-theme .owl-controls .owl-page.active span,#stacks_in_2278_page11 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_2278_page11 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_2278_page11 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_2278_page11outerwrapper{	max-width: 1200px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_2278_page11owl-stack{	height:0px;}#stacks_in_2278_page11owl-stack .stacks_in_2278_page11item img{display: block;width: 100%;height: auto;}#stacks_in_2278_page11imagewell{height: 0px;}/* End Owl stack CSS code */ .style-pro-stacks_in_1936_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1936_page11:not(.bdr-vault)::before{border-width: 2px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.51)  ;box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.51)  }.style-pro-stacks_in_1936_page11:not(.bdr-vault)::before,.style-pro-stacks_in_1936_page11:not(.bdr-vault)::after{border-radius: 10px }.style-pro-stacks_in_1936_page11:not(.bdr-vault)>.sections-layer{border-radius: 10px } @media screen and (max-width:640px){.style-pro-stacks_in_1936_page11:not(.bdr-vault):before{border-style:none;border-width:0}}  @media screen and (max-width:640px){.style-pro-stacks_in_1936_page11:not(.bdr-vault):before,.style-pro-stacks_in_1936_page11:not(.bdr-vault)::after{border-radius:0}.style-pro-stacks_in_1936_page11:not(.bdr-vault)>.sections-layer{border-radius:0}}  @media screen and (max-width:640px){.style-pro-stacks_in_1936_page11:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}   
 .style-pro-stacks_in_1936_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      .style-pro-stacks_in_1936_page11:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:left top;background-size:cover;}.style-pro-stacks_in_1936_page11:not(.bg-vault):not(.bg-featured)::before{ background-image:url(../files/obgImage_1954.jpg);  background-color:transparent;}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_1936_page11:not(.bg-vault)::before{background-attachment:scroll!important}} @media only screen and (max-width:40.063em){.style-pro-stacks_in_1936_page11:not(.bg-vault)::before{background-color:rgba(38, 42, 47, 1.00)!important;background-image:none!important}
}@media only screen and (min-width:40.063em){.style-pro-stacks_in_1936_page11:not(.bg-vault)::before{background-color:transparent}}    

 .ovl-style-pro-stacks_in_1936_page11::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .ovl-style-pro-stacks_in_1936_page11:not(.o-bg-vault)::after{   background-image:linear-gradient(135deg,rgba(9, 74, 150, 0.53) 76%,rgba(69, 59, 205, 0.27) 76%,rgba(38, 42, 47, 0.00) 76%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(9, 74, 150, 0.53)', endColorStr='rgba(38, 42, 47, 0.00)',GradientType=0)";   }   

  #stacks_in_1935_page11>.s-pro>.shear-wrapper{position:relative;z-index:1}#stacks_in_1935_page11>.s-pro>.sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_1935_page11>.s-pro>.sections-layer.is-loaded>.video-background.hide-on-load:not(.not-started){display:none}#stacks_in_1935_page11>.s-pro>.sections-layer>.video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#vid-stacks_in_1958_page11{opacity:1.0}#vid-stacks_in_1958_page11.pre-load{opacity:0}#play-stacks_in_1958_page11{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_1958_page11.pl-rect{height:80px}#play-stacks_in_1958_page11.pl-square,#play-stacks_in_1958_page11.pl-circ{height:100px}#play-stacks_in_1958_page11.pl-circ{border-radius:50%}#play-stacks_in_1958_page11::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1958_page11::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1958_page11:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_1958_page11:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_1958_page11.not-started{display:block}#play-stacks_in_1958_page11.no-play-button{display:none!important} .mute-toggle.mute-video{display:none!important}            #stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-none{background:transparent}#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-color{background-color:rgba(3, 36, 69, 0.06)}  #stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image{opacity:0.65;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image.bg-fixed{background-attachment:fixed;width:100%}#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image:not(.bg-warehouse){background-image:url(../files/bgImage_1958.jpg)}#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image.bg-warehouse{background-image:url()}#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image.bg-col-mob{background-color:transparent}@media only screen and (max-width:40.063em){#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image.bg-col-mob{background-color:rgba(3, 36, 69, 0.06);background-image:none}}@media only screen and (max-device-width:1024px){#stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image.bg-fixed{background-attachment:scroll!important}}@media only screen and (min-width:40.063em){ #stacks_in_1935_page11 .vb-stacks_in_1958_page11.bg-image.bg-warehouse{}} 
 .style-pro-stacks_in_1935_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_1935_page11:not(.bg-vault):not(.bg-featured)::before{   background-image:linear-gradient(135deg,rgba(9, 74, 150, 0.66) 33%,rgba(155, 187, 232, 0.00) 33%,rgba(242, 242, 242, 0.00) 33%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(9, 74, 150, 0.66)', endColorStr='rgba(242, 242, 242, 0.00)',GradientType=0)";   } .style-pro-stacks_in_1935_page11:not(.bg-vault):not(.bg-featured)::before{background-attachment:fixed;width:100%}   

  .agent-hide{display:none!important}
 #stacks_in_2536_page11 .shear-mag{position:absolute;top:-75px}#stacks_in_2536_page11 a.shear-mag.offset-override{top:-75px!important} @media screen and (max-width:640px){#stacks_in_2536_page11 .shear-mag{top:-35px}#stacks_in_2536_page11 a.shear-mag.offset-override{top:-35px!important}} .mg-menu .mgicon-serv{vertical-align:top;font-size:1.60rem; padding-right:0.00rem;}    
    #stacks_in_2386_page11>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1} #stacks_in_2386_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content{z-index:2}  #stacks_in_2386_page11{z-index:2} #stacks_in_2386_page11>.s-pro>.sections-layer{display:none}      #stacks_in_2386_page11>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2386_page11>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%} #stacks_in_2386_page11>.s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00%!important}@media screen and (min-width:640px){#stacks_in_2386_page11>.s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00%!important}}  #stacks_in_2386_page11>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}@media screen and (min-width:640px){#stacks_in_2386_page11>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:5.00%!important}}     #stacks_in_2386_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content.manPad{padding-top:6.00%;padding-bottom:12.00%}@media screen and (min-width:640px){#stacks_in_2386_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content.manPad{padding-top:2.00%;padding-bottom:2.00%}}  

#stacks_in_2386_page11 {
	border: solid rgba(3, 36, 69, 1.00);
	border-width: 0px 0px 2px 0px;
}
  .agent-hide{display:none!important}
@media only screen and (min-width: 600px) {

#paddyStackstacks_in_2447_page11 {
	height: auto;
	padding-bottom: 3vh;
}

}#quick-menu-marker-stacks_in_2147_page11 {
  /*  */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  /*  */
  /*  */ }
    #stacks_in_2387_page11.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2387_page11.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2387_page11.blu-wrap.sm-pull.med-pull{margin-top:-10.00px}}@media screen and (min-width:1000px){#stacks_in_2387_page11.blu-wrap.sm-pull.lg-pull{margin-top:-10.00px!important}}#stacks_in_2387_page11.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2387_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2387_page11.blu-wrap>.blueprint-col{}#stacks_in_2387_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2387_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2387_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2387_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2387_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2387_page11.blu-wrap>.blueprint-col{ width:60%;min-width:0px;max-width:9999px;}#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2387_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2387_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2387_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2387_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2387_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2387_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2387_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
        @media only screen and (max-width:480.00px){#stacks_in_2388_page11 h4{font-size:10.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2388_page11 h4{font-size:13.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1400.00px){#stacks_in_2388_page11 h4{font-size:15.00rem!important}}@media only screen and (min-width:1400.00px){#stacks_in_2388_page11 h4{font-size:20.00rem!important}}  @media only screen and (max-width:667px){#stacks_in_2388_page11 h4,#stacks_in_2388_page11 div{text-align:center!important}#stacks_out_2388_page11{display:block!important}}  @media only screen and (min-width:480px){#stacks_in_2388_page11 h4,#stacks_in_2388_page11 div{line-height:1.00}}    #stacks_in_2388_page11 h4,#stacks_in_2388_page11 div{color:rgba(3, 36, 69, 0.28)}#stacks_in_2388_page11 h4 a,#stacks_in_2388_page11 div a{color:rgba(3, 36, 69, 0.28)}#stacks_in_2388_page11 h4 a:hover,#stacks_in_2388_page11 div a:hover{color:rgba(2, 27, 51, 0.28)}#stacks_in_2388_page11 small,#stacks_in_2388_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_2388_page11 .hTxt:not(.vault-font){font-family:'Bangers',Sans-Serif;font-weight:400;font-style:normal}            

#stacks_in_2389_page11 {
	font-weight: bolder;
}

#stacks_in_2437_page11 {
	text-transform: uppercase;
}
    @media screen and (max-width:414px){#stacks_in_2387_page11{display:none}}      
    #stacks_in_2394_page11.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2394_page11.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2394_page11.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2394_page11.blu-wrap.sm-pull.lg-pull{margin-top:-100.00px!important}}#stacks_in_2394_page11.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2394_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2394_page11.blu-wrap>.blueprint-col{}#stacks_in_2394_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2394_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2394_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2394_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2394_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2394_page11.blu-wrap>.blueprint-col{ }#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2394_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2394_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2394_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2394_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2394_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2394_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2394_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
 @media(hover:hover){#stacks_in_2395_page11.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2395_page11.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2395_page11.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2395_page11.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2395_page11.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2395_page11.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2395_page11.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_2395_page11.blu-sidebar.full-height{height:100vh}#stacks_in_2395_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2395_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2395_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2395_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2395_page11.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2395_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2395_page11.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2395_page11.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2395_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2395_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2395_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2395_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media screen and (max-width:640px){#stacks_in_2395_page11.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2395_page11.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2395_page11.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2395_page11.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2395_page11.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2395_page11.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media screen and (min-width:640px){#stacks_in_2395_page11.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2395_page11.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2395_page11.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2395_page11.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:640px){#stacks_in_2395_page11.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2395_page11.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2395_page11.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2395_page11.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 calc(60% - 0px);flex:0 1 calc(60% - 0px);max-width:9999px;min-width:100px}
#stacks_in_2395_page11.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2395_page11.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2395_page11.blu-sidebar>.blu-content::before,#stacks_in_2395_page11.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2395_page11.blu-sidebar>.blu-side{padding:0.00% 0.00% 0.00% 0.00% ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2395_page11.blu-sidebar>.blu-side::before,#stacks_in_2395_page11.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} #stacks_in_2395_page11.blu-sidebar{z-index:0} 
    #stacks_in_2396_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2396_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2396_page11.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_2396_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2396_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2396_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2396_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2396_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2396_page11.blu-wrap>.blueprint-col{ width:81%;min-width:0px;max-width:9999px;}#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2396_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2396_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2396_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2396_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2396_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2396_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2396_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2396_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 5.00% 0.00% }}    
        @media only screen and (max-width:480.00px){#stacks_in_2397_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2397_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2397_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2397_page11 h2{font-size:1.00rem!important}}  @media only screen and (max-width:1024px){#stacks_in_2397_page11 h2,#stacks_in_2397_page11 div{text-align:left!important}#stacks_out_2397_page11{display:block!important}}   @media only screen and (min-width:0px){#stacks_in_2397_page11 h2,#stacks_in_2397_page11 div{letter-spacing:10.00px}} #stacks_in_2397_page11 .header-pro.text-center .hTxt{margin-right:-10px}    #stacks_in_2397_page11 h2,#stacks_in_2397_page11 div{color:rgba(205, 205, 205, 1.00)}#stacks_in_2397_page11 h2 a,#stacks_in_2397_page11 div a{color:rgba(205, 205, 205, 1.00)}#stacks_in_2397_page11 h2 a:hover,#stacks_in_2397_page11 div a:hover{color:rgba(153, 153, 153, 1.00)}#stacks_in_2397_page11 small,#stacks_in_2397_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_2397_page11 .hTxt:not(.vault-font){font-family:'Voltaire',Sans-Serif;font-weight:400;font-style:normal}            

#stacks_in_2398_page11 {
	text-transform: uppercase;
}
        @media only screen and (max-width:640.00px){#stacks_in_2448_page11 h3{font-size:2.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2448_page11 h3{font-size:2.70rem!important}}@media only screen and (min-width:1000.00px) and (max-width:1200.00px){#stacks_in_2448_page11 h3{font-size:4.20rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_2448_page11 h3{font-size:5.20rem!important}}  @media only screen and (max-width:1024px){#stacks_in_2448_page11 h3,#stacks_in_2448_page11 div{text-align:left!important}#stacks_out_2448_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2448_page11 h3,#stacks_in_2448_page11 div{line-height:0.90}}    #stacks_in_2448_page11 h3,#stacks_in_2448_page11 div{color:rgba(3, 36, 69, 1.00)}#stacks_in_2448_page11 h3 a,#stacks_in_2448_page11 div a{color:rgba(3, 36, 69, 1.00)}#stacks_in_2448_page11 h3 a:hover,#stacks_in_2448_page11 div a:hover{color:rgba(2, 27, 51, 1.00)}#stacks_in_2448_page11 small,#stacks_in_2448_page11 small div{color:rgba(111, 111, 111, 1.00)}    #stacks_in_2448_page11 .h-pro{padding:0px} #stacks_in_2448_page11 .h-pro{border-radius: 0px }#stacks_in_2448_page11 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}  #stacks_in_2448_page11 .h-pro{background:rgba(0, 0, 0, 0.00)}    #stacks_in_2448_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:800;font-style:normal}            

#stacks_in_2449_page11 {
	font-weight: lighter;
}

#stacks_in_2452_page11 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_2406_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2406_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2406_page11.blu-wrap>.blueprint-col{}#stacks_in_2406_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2406_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2406_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2406_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 0.00% 0.00% }#stacks_in_2406_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2406_page11.blu-wrap>.blueprint-col{ }#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2406_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2406_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2406_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2406_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2406_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2406_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2406_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2406_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 2.00% 0.00% 0.00% 5.00% }}   @media screen and (min-width:640px){#stacks_in_2406_page11.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00px 0.00px 0.00px 0.00px }}  
  @media only screen and (max-width:667px){#stacks_in_2453_page11 p,#stacks_in_2453_page11 div{text-align:left!important}}          #stacks_in_2453_page11 p,#stacks_in_2453_page11 div,#stacks_in_2453_page11 ul,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{color:rgba(3, 36, 69, 1.00)}#stacks_in_2453_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2453_page11 a:hover{color:rgba(0, 102, 153, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_2453_page11,#stacks_in_2453_page11 div,#stacks_in_2453_page11 p,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 ul li,#stacks_in_2453_page11 ol li,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2453_page11,#stacks_in_2453_page11 div,#stacks_in_2453_page11 p,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 ul li,#stacks_in_2453_page11 ol li,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{font-size:1.30rem!important}
}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2453_page11,#stacks_in_2453_page11 div,#stacks_in_2453_page11 p,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 ul li,#stacks_in_2453_page11 ol li,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2453_page11,#stacks_in_2453_page11 div,#stacks_in_2453_page11 p,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 ul li,#stacks_in_2453_page11 ol li,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{font-size:2.00rem!important}}  @media only screen and (min-width:0px){#stacks_in_2453_page11,#stacks_in_2453_page11 div,#stacks_in_2453_page11 p,#stacks_in_2453_page11 .fa:not(.no-indent),#stacks_in_2453_page11 ol,#stacks_in_2453_page11 ul li,#stacks_in_2453_page11 ol li,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{line-height:1.05}} @media only screen and (min-width:0px){#stacks_in_2453_page11{ letter-spacing:1.00px; }}  #stacks_in_2453_page11,#stacks_in_2453_page11 div,#stacks_in_2453_page11 p,#stacks_in_2453_page11 ul,#stacks_in_2453_page11 ul li,#stacks_in_2453_page11 ol li,#stacks_in_2453_page11 ol,#stacks_in_2453_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:300 ;font-style:normal }   
  @media only screen and (max-width:667px){#stacks_in_2586_page11 p,#stacks_in_2586_page11 div{text-align:left!important}}          #stacks_in_2586_page11 p,#stacks_in_2586_page11 div,#stacks_in_2586_page11 ul,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{color:rgba(3, 36, 69, 1.00)}#stacks_in_2586_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2586_page11 a:hover{color:rgba(0, 102, 153, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_2586_page11,#stacks_in_2586_page11 div,#stacks_in_2586_page11 p,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 ul li,#stacks_in_2586_page11 ol li,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2586_page11,#stacks_in_2586_page11 div,#stacks_in_2586_page11 p,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 ul li,#stacks_in_2586_page11 ol li,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{font-size:1.30rem!important}
}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2586_page11,#stacks_in_2586_page11 div,#stacks_in_2586_page11 p,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 ul li,#stacks_in_2586_page11 ol li,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2586_page11,#stacks_in_2586_page11 div,#stacks_in_2586_page11 p,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 ul li,#stacks_in_2586_page11 ol li,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{font-size:2.00rem!important}}  @media only screen and (min-width:0px){#stacks_in_2586_page11,#stacks_in_2586_page11 div,#stacks_in_2586_page11 p,#stacks_in_2586_page11 .fa:not(.no-indent),#stacks_in_2586_page11 ol,#stacks_in_2586_page11 ul li,#stacks_in_2586_page11 ol li,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{line-height:1.05}} @media only screen and (min-width:0px){#stacks_in_2586_page11{ letter-spacing:1.00px; }}  #stacks_in_2586_page11,#stacks_in_2586_page11 div,#stacks_in_2586_page11 p,#stacks_in_2586_page11 ul,#stacks_in_2586_page11 ul li,#stacks_in_2586_page11 ol li,#stacks_in_2586_page11 ol,#stacks_in_2586_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:300 ;font-style:normal }   

#stacks_in_2586_page11 {
	padding: 0px 0px 0px 15px;
}
    #stacks_in_2418_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2418_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2418_page11.blu-wrap>.blueprint-col{}#stacks_in_2418_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2418_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2418_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2418_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2418_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2418_page11.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2418_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2418_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2418_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2418_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2418_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2418_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2418_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2418_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 0.00% 0.00% 10.00% }}    
    #stacks_in_2419_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2419_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2419_page11.blu-wrap>.blueprint-col{}#stacks_in_2419_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2419_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2419_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2419_page11.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 10.00% 10.00% 10.00% ;padding: 10px }#stacks_in_2419_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2419_page11.blu-wrap>.blueprint-col{ }#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2419_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2419_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2419_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2419_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2419_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2419_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2419_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_2469_page11 a{display:block} #stacks_in_2469_page11 img{ width:100%;} 
 .style-pro-stacks_in_2419_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2419_page11:not(.bdr-vault)::before{border-width: 10px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 50px 10px rgba(3, 36, 69, 0.47)  ;box-shadow: 0px 0px 50px 10px rgba(3, 36, 69, 0.47)  }.style-pro-stacks_in_2419_page11:not(.bdr-vault)::before,.style-pro-stacks_in_2419_page11:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2419_page11:not(.bdr-vault)>.sections-layer{border-radius: 0px }     
 .style-pro-stacks_in_2418_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      

 .style-pro-stacks_in_2394_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_2394_page11:not(.bg-vault):not(.bg-featured)::before{  background-image:linear-gradient(90deg,rgba(244, 248, 248, 0.00) 20%,rgba(251, 255, 255, 1.00) 20%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(244, 248, 248, 0.00)', endColorStr='rgba(251, 255, 255, 1.00)',GradientType=0)";    }   

 .style-pro-stacks_in_2386_page11::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}      .style-pro-stacks_in_2386_page11:not(.bg-vault):before{opacity:0.15;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2386_page11:not(.bg-vault):not(.bg-featured)::before{ background-image:url(../files/obgImage_2458.png); }@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2386_page11:not(.bg-vault)::before{background-attachment:scroll!important}}    

 .ovl-style-pro-stacks_in_2386_page11::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}    .ovl-style-pro-stacks_in_2386_page11:not(.o-bg-vault)::after{background-color:rgba(3, 36, 69, 0.10)}   

  .agent-hide{display:none!important}
 #stacks_in_2539_page11 .shear-mag{position:absolute;top:-75px}#stacks_in_2539_page11 a.shear-mag.offset-override{top:-75px!important} @media screen and (max-width:640px){#stacks_in_2539_page11 .shear-mag{top:-35px}#stacks_in_2539_page11 a.shear-mag.offset-override{top:-35px!important}} .mg-menu .mgicon-cont{vertical-align:top;font-size:1.60rem; padding-right:0.00rem;}    
  .agent-hide{display:none!important}
#quick-menu-marker-stacks_in_2137_page11 {
  /*  */
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  /*  */
  /*  */ }
    #stacks_in_2459_page11>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_2459_page11>.s-pro>.sections-layer{display:none}      #stacks_in_2459_page11>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_2459_page11>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}      #stacks_in_2459_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content.manPad{padding-top:5.00%;padding-bottom:5.00%}@media screen and (min-width:300px){#stacks_in_2459_page11>.s-pro>.shear-wrapper>.shear-inner>.inner-content.manPad{padding-top:5.00%;padding-bottom:5.00%}}  

#stacks_in_2459_page11 {
	background-color: rgba(3, 36, 69, 0.07);
}
    #stacks_in_2470_page11.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2470_page11.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2470_page11.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2470_page11.blu-wrap.sm-pull.lg-pull{margin-top:-100.00px!important}}#stacks_in_2470_page11.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2470_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2470_page11.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:1300px;}#stacks_in_2470_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2470_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2470_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2470_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2470_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2470_page11.blu-wrap>.blueprint-col{ }#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2470_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2470_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2470_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2470_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2470_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2470_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2470_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2545_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2545_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2545_page11.blu-wrap>.blueprint-col{}#stacks_in_2545_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2545_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2545_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2545_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2545_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2545_page11.blu-wrap>.blueprint-col{ }#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2545_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2545_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2545_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2545_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2545_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2545_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2545_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2545_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 2.00% 2.00% }}    
        @media only screen and (max-width:640.00px){#stacks_in_2546_page11 h3{font-size:2.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2546_page11 h3{font-size:2.70rem!important}}@media only screen and (min-width:1000.00px) and (max-width:1200.00px){#stacks_in_2546_page11 h3{font-size:4.20rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_2546_page11 h3{font-size:5.20rem!important}}  @media only screen and (max-width:1024px){#stacks_in_2546_page11 h3,#stacks_in_2546_page11 div{text-align:center!important}#stacks_out_2546_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2546_page11 h3,#stacks_in_2546_page11 div{line-height:0.90}}    #stacks_in_2546_page11 h3,#stacks_in_2546_page11 div{color:rgba(3, 36, 69, 1.00)}#stacks_in_2546_page11 h3 a,#stacks_in_2546_page11 div a{color:rgba(3, 36, 69, 1.00)}#stacks_in_2546_page11 h3 a:hover,#stacks_in_2546_page11 div a:hover{color:rgba(2, 27, 51, 1.00)}#stacks_in_2546_page11 small,#stacks_in_2546_page11 small div{color:rgba(111, 111, 111, 1.00)}    #stacks_in_2546_page11 .h-pro{padding:0px} #stacks_in_2546_page11 .h-pro{border-radius: 0px }#stacks_in_2546_page11 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}  #stacks_in_2546_page11 .h-pro{background:rgba(0, 0, 0, 0.00)}    #stacks_in_2546_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:800;font-style:normal}            

#stacks_in_2546_page11 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_2547_page11 {
	font-weight: lighter;
}

#stacks_in_2557_page11 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
  .agent-hide{display:none!important}
#stacks_in_2653_page11>.row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2653_page11>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2653_page11>.row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2653_page11>.row.padding-detailed.padding-medium-up,#stacks_in_2653_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2653_page11>.row.padding-detailed.padding-y-medium-up,#stacks_in_2653_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2653_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2653_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
 

#stacks_out_2653_page11 {
	width: 84%;
}

#stacks_in_2653_page11 {
	padding: 0px 0px 35px 0px;
}
        @media only screen and (max-width:480.00px){#stacks_in_2573_page11 h2{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2573_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2573_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2573_page11 h2{font-size:1.00rem!important}}  @media only screen and (max-width:640px){#stacks_in_2573_page11 h2,#stacks_in_2573_page11 div{text-align:center!important}#stacks_out_2573_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2573_page11 h2,#stacks_in_2573_page11 div{line-height:1.00}}  @media only screen and (min-width:0px){#stacks_in_2573_page11 h2,#stacks_in_2573_page11 div{letter-spacing:1.70px}} #stacks_in_2573_page11 .header-pro.text-center .hTxt{margin-right:-2px}    #stacks_in_2573_page11 h2,#stacks_in_2573_page11 div{color:rgba(138, 140, 140, 1.00)}#stacks_in_2573_page11 h2 a,#stacks_in_2573_page11 div a{color:rgba(138, 140, 140, 1.00)}#stacks_in_2573_page11 h2 a:hover,#stacks_in_2573_page11 div a:hover{color:rgba(103, 105, 105, 1.00)}#stacks_in_2573_page11 small,#stacks_in_2573_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_2573_page11 .hTxt:not(.vault-font){font-family:'Voltaire',Sans-Serif;font-weight:500;font-style:normal}            

#stacks_in_2573_page11 {
	padding: 0px 10px 0px 10px;
}

#stacks_in_2574_page11 {
	text-transform: uppercase;
}
  .agent-hide{display:none!important}
#stacks_in_2655_page11>.row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2655_page11>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2655_page11>.row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2655_page11>.row.padding-detailed.padding-medium-up,#stacks_in_2655_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2655_page11>.row.padding-detailed.padding-y-medium-up,#stacks_in_2655_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2655_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2655_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
 
        @media only screen and (max-width:480.00px){#stacks_in_2552_page11 h2{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2552_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2552_page11 h2{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2552_page11 h2{font-size:1.00rem!important}}  @media only screen and (max-width:640px){#stacks_in_2552_page11 h2,#stacks_in_2552_page11 div{text-align:center!important}#stacks_out_2552_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2552_page11 h2,#stacks_in_2552_page11 div{line-height:1.00}}  @media only screen and (min-width:0px){#stacks_in_2552_page11 h2,#stacks_in_2552_page11 div{letter-spacing:1.70px}} #stacks_in_2552_page11 .header-pro.text-center .hTxt{margin-right:-2px}    #stacks_in_2552_page11 h2,#stacks_in_2552_page11 div{color:rgba(138, 140, 140, 1.00)}#stacks_in_2552_page11 h2 a,#stacks_in_2552_page11 div a{color:rgba(138, 140, 140, 1.00)}#stacks_in_2552_page11 h2 a:hover,#stacks_in_2552_page11 div a:hover{color:rgba(103, 105, 105, 1.00)}#stacks_in_2552_page11 small,#stacks_in_2552_page11 small div{color:rgba(111, 111, 111, 1.00)}      #stacks_in_2552_page11 .hTxt:not(.vault-font){font-family:'Voltaire',Sans-Serif;font-weight:500;font-style:normal}            

#stacks_in_2552_page11 {
	padding: 10px 10px 25px 10px;
}

#stacks_in_2553_page11 {
	text-transform: uppercase;
}
 @media(hover:hover){#stacks_in_2471_page11.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2471_page11.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2471_page11.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2471_page11.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2471_page11.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2471_page11.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2471_page11.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_2471_page11.blu-sidebar.full-height{height:100vh}#stacks_in_2471_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2471_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2471_page11.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2471_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2471_page11.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2471_page11.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2471_page11.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2471_page11.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2471_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2471_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2471_page11.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2471_page11.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media screen and (max-width:640px){#stacks_in_2471_page11.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2471_page11.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2471_page11.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2471_page11.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2471_page11.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2471_page11.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media screen and (min-width:640px){#stacks_in_2471_page11.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2471_page11.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2471_page11.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2471_page11.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (min-width:640px){#stacks_in_2471_page11.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2471_page11.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2471_page11.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2471_page11.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 calc(60% - 0px);flex:0 1 calc(60% - 0px);max-width:9999px;min-width:100px}
#stacks_in_2471_page11.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2471_page11.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2471_page11.blu-sidebar>.blu-content::before,#stacks_in_2471_page11.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2471_page11.blu-sidebar>.blu-side{padding:0.00% 0.00% 0.00% 0.00% ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2471_page11.blu-sidebar>.blu-side::before,#stacks_in_2471_page11.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} #stacks_in_2471_page11.blu-sidebar{z-index:0} 
    #stacks_in_2472_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2472_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2472_page11.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:800px;}#stacks_in_2472_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2472_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2472_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2472_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2472_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2472_page11.blu-wrap>.blueprint-col{ width:85%;min-width:0px;max-width:600px;}#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2472_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2472_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2472_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2472_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2472_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2472_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2472_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2472_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 0.00% 5.00% 0.00% }}    
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2506_page11 {
	height: auto;
	padding-bottom: 4vh;
}

}

.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both;}

/* this makes the widths work as expected */	
.formsnap * {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}
.formsnap *:before,
.formsnap *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}

.ydfs-loader {
  background: transparent none repeat scroll 0 0;
  display: none;
  height: 40px;
  overflow: hidden;
  position: absolute;
  width: 40px;
  z-index: 10002;
}

.ydfs-loader div {
  background: transparent url(../rw_common/plugins/stacks/formsnap/assets/img/fancy_progress.png) no-repeat scroll 0 0;
  height: 480px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 10003;
}


/* Validation Styles */

#stacks_in_2053_page11 form.formsnap-form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #DB4B4B;
	display: block;
	font-style: italic;
	font-weight: 400;
	margin: 6px 0 !important;
}

#stacks_in_2053_page11 form.formsnap-form .gray * { color: gray; }

#stacks_in_2053_page11 .message{
		padding: 6px 14px 7px;
	    border: 1px solid #b55e42;
	    color: #b55e42;
	    text-shadow: 1px 1px 0 #f9f0af;
	    background: -webkit-gradient(linear, left bottom, left top, from(#fccb5c), to(#fffde6), color-stop(0.9, #f3e278)) #f3e278;
	    line-height: 14px;
	    font-size: 12px;
	    -webkit-border-radius: 9px;
	    -moz-border-radius: 9px;
	    border-radius: 9px;
	    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.17);
}

#stacks_in_2053_page11 p.ydfs-error {
		padding: 6px 14px 7px 12px;
	    border: 1px solid #821b1b;
	    color: #ffffff;
	    text-shadow: 1px 1px 0 #46130f;
	    background: -webkit-gradient(linear, left bottom, left top, from(#db4b4b), color-stop(0.9, #db5b5b), to(#f7e0e0)) #db4b4b;
	    line-height: 14px;
	    font-size: 12px;
	    -webkit-border-radius: 9px;
	    -moz-border-radius: 9px;
	    border-radius: 9px;
	    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.17);
	}

#stacks_in_2053_page11  div.formsnap-option > ul, #stacks_in_2053_page11 div.formsnap-option > ol,
#stacks_in_2053_page11  div.controls > ul, #stacks_in_2053_page11 div.controls > ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}


#stacks_in_2053_page11 label.formsnap-label,
#stacks_in_2053_page11 label.control-label {
	color: #000000;
	font-size: 16px;
	font-weight:normal;
}

#stacks_in_2053_page11 label.formsnap-label.required,
#stacks_in_2053_page11 label.control-label.required {
	color: #000000;
}


#stacks_in_2053_page11  label.formsnap-label,
#stacks_in_2053_page11 label.control-label {
	font-weight:bold;
}



#stacks_in_2053_page11  label {
	display: block;
}


#rellikmaps { display:none; }
div.formsnap-output { display:none; }

#stacks_in_2053_page11 .ydfs-debug {
	border-radius:  5px;
	border:  1px dashed silver;
	padding: 20px;
	background: #fff;
}

.datepicker-dropdown 
{
	z-index: 9999 !important;
}






/* Form Inputs (START) */

div.formsnap .btn{display:inline-block;padding:0;margin-bottom:0;font-size:0;line-height:0;color:inherit;text-align:center;text-shadow:none;vertical-align:middle;cursor:pointer;background-color:inherit;background-image:none;background-repeat:inherit;border:none;border-color:inherit;border-bottom-color:inherit;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
div.formsnap{}
div.formsnap fieldset{padding:0;margin:0;border:0}
div.formsnap legend{display:block;width:100%;padding:0;margin-bottom:15px;font-size:18px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
div.formsnap label{display:inline-block;margin-bottom:5px;font-weight:bold}
div.formsnap input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
div.formsnap input[type="radio"],div.formsnap input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
div.formsnap input[type="file"]{display:block}
div.formsnap select[multiple],div.formsnap select[size]{height:auto}
div.formsnap select optgroup{font-size:inherit;font-style:inherit;font-family:inherit}
div.formsnap input[type="file"]:focus,div.formsnap input[type="radio"]:focus,div.formsnap input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
div.formsnap input[type="number"]::-webkit-outer-spin-button,div.formsnap input[type="number"]::-webkit-inner-spin-button{height:auto}
div.formsnap .form-control:-moz-placeholder{color:#999}
div.formsnap .form-control::-moz-placeholder{color:#999}
div.formsnap .form-control:-ms-input-placeholder{color:#999}
div.formsnap .form-control::-webkit-input-placeholder{color:#999}
div.formsnap .form-control{display:block;width:100%;height:33px;padding:8px 12px;font-size:12px;line-height:1.333333333;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}div.formsnap .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}
div.formsnap .form-control[disabled],div.formsnap .form-control[readonly],fieldset[disabled] div.formsnap .form-control{cursor:not-allowed;background-color:#eee}
textareadiv.formsnap .form-control{height:auto}
div.formsnap .form-group{margin-bottom:15px}
div.formsnap .radio,div.formsnap .checkbox{display:block;min-height:15px;margin-top:10px;margin-bottom:10px;padding-left:20px;vertical-align:middle}div.formsnap .radio label,div.formsnap .checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}
div.formsnap .radio input[type="radio"],div.formsnap .radio-inline input[type="radio"],div.formsnap .checkbox input[type="checkbox"],div.formsnap .checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}
div.formsnap .radio+.radio,div.formsnap .checkbox+.checkbox{margin-top:-5px}
div.formsnap .radio-inline,div.formsnap .checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}
div.formsnap .radio-inline+.radio-inline,div.formsnap .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
div.formsnap input[type="radio"][disabled],div.formsnap input[type="checkbox"][disabled],div.formsnap .radio[disabled],div.formsnap .radio-inline[disabled],div.formsnap .checkbox[disabled],div.formsnap .checkbox-inline[disabled],fieldset[disabled] div.formsnap input[type="radio"],fieldset[disabled] div.formsnap input[type="checkbox"],fieldset[disabled] div.formsnap .radio,fieldset[disabled] div.formsnap .radio-inline,fieldset[disabled] div.formsnap .checkbox,fieldset[disabled] div.formsnap .checkbox-inline{cursor:not-allowed}
div.formsnap .input-sm{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}selectdiv.formsnap .input-sm{height:28px;line-height:28px}
textareadiv.formsnap .input-sm{height:auto}
div.formsnap .input-lg{height:49px;padding:14px 16px;font-size:15px;line-height:1.33;border-radius:6px}selectdiv.formsnap .input-lg{height:49px;line-height:49px}
textareadiv.formsnap .input-lg{height:auto}
div.formsnap .has-warning .help-block,div.formsnap .has-warning .control-label{color:#c09853}
div.formsnap .has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}div.formsnap .has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}
div.formsnap .has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}
div.formsnap .has-error .help-block,div.formsnap .has-error .control-label{color:#b94a48}
div.formsnap .has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}div.formsnap .has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}
div.formsnap .has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}
div.formsnap .has-success .help-block,div.formsnap .has-success .control-label{color:#468847}
div.formsnap .has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}div.formsnap .has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}
div.formsnap .has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}
div.formsnap .form-control-static{margin-bottom:0;padding-top:8px}
div.formsnap .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
@media (min-width:768px){div.formsnap .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle} div.formsnap .form-inline .form-control{display:inline-block} div.formsnap .form-inline .radio,div.formsnap .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0} div.formsnap .form-inline .radio input[type="radio"],div.formsnap .form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}
div.formsnap .form-horizontal .control-label,div.formsnap .form-horizontal .radio-inline,div.formsnap .form-horizontal .checkbox-inline{padding-top:8px}
div.formsnap .form-horizontal .form-group:before,div.formsnap .form-horizontal .form-group:after{content:" ";display:table;}
div.formsnap .form-horizontal .form-group:after{clear:both}
@media (min-width:768px){.container div.formsnap .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}}
div.formsnap .form-horizontal .form-group .row{margin-left:-15px;margin-right:-15px}
@media (min-width:768px){div.formsnap .form-horizontal .control-label{text-align:right}}div.formsnap .btn{display:inline-block;padding:8px 12px;margin-bottom:0;font-size:12px;font-weight:bold;line-height:1.333333333;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}div.formsnap .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
div.formsnap .btn:hover,div.formsnap .btn:focus{color:#333;text-decoration:none}
div.formsnap .btn:active,div.formsnap .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
div.formsnap .btn.disabled,div.formsnap .btn[disabled],fieldset[disabled] div.formsnap .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
div.formsnap .btn-default{color:#333;background-color:#fff;border-color:#ccc}div.formsnap .btn-default:hover,div.formsnap .btn-default:focus,div.formsnap .btn-default:active,div.formsnap .btn-default.active,.open .dropdown-togglediv.formsnap .btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}
div.formsnap .btn-default:active,div.formsnap .btn-default.active,.open .dropdown-togglediv.formsnap .btn-default{background-image:none}
div.formsnap .btn-default.disabled,div.formsnap .btn-default[disabled],fieldset[disabled] div.formsnap .btn-default,div.formsnap .btn-default.disabled:hover,div.formsnap .btn-default[disabled]:hover,fieldset[disabled] div.formsnap .btn-default:hover,div.formsnap .btn-default.disabled:focus,div.formsnap .btn-default[disabled]:focus,fieldset[disabled] div.formsnap .btn-default:focus,div.formsnap .btn-default.disabled:active,div.formsnap .btn-default[disabled]:active,fieldset[disabled] div.formsnap .btn-default:active,div.formsnap .btn-default.disabled.active,div.formsnap .btn-default[disabled].active,fieldset[disabled] div.formsnap .btn-default.active{background-color:#fff;border-color:#ccc}
div.formsnap .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}div.formsnap .btn-primary:hover,div.formsnap .btn-primary:focus,div.formsnap .btn-primary:active,div.formsnap .btn-primary.active,.open .dropdown-togglediv.formsnap .btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}
div.formsnap .btn-primary:active,div.formsnap .btn-primary.active,.open .dropdown-togglediv.formsnap .btn-primary{background-image:none}
div.formsnap .btn-primary.disabled,div.formsnap .btn-primary[disabled],fieldset[disabled] div.formsnap .btn-primary,div.formsnap .btn-primary.disabled:hover,div.formsnap .btn-primary[disabled]:hover,fieldset[disabled] div.formsnap .btn-primary:hover,div.formsnap .btn-primary.disabled:focus,div.formsnap .btn-primary[disabled]:focus,fieldset[disabled] div.formsnap .btn-primary:focus,div.formsnap .btn-primary.disabled:active,div.formsnap .btn-primary[disabled]:active,fieldset[disabled] div.formsnap .btn-primary:active,div.formsnap .btn-primary.disabled.active,div.formsnap .btn-primary[disabled].active,fieldset[disabled] div.formsnap .btn-primary.active{background-color:#428bca;border-color:#357ebd}
div.formsnap .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}div.formsnap .btn-warning:hover,div.formsnap .btn-warning:focus,div.formsnap .btn-warning:active,div.formsnap .btn-warning.active,.open .dropdown-togglediv.formsnap .btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}
div.formsnap .btn-warning:active,div.formsnap .btn-warning.active,.open .dropdown-togglediv.formsnap .btn-warning{background-image:none}
div.formsnap .btn-warning.disabled,div.formsnap .btn-warning[disabled],fieldset[disabled] div.formsnap .btn-warning,div.formsnap .btn-warning.disabled:hover,div.formsnap .btn-warning[disabled]:hover,fieldset[disabled] div.formsnap .btn-warning:hover,div.formsnap .btn-warning.disabled:focus,div.formsnap .btn-warning[disabled]:focus,fieldset[disabled] div.formsnap .btn-warning:focus,div.formsnap .btn-warning.disabled:active,div.formsnap .btn-warning[disabled]:active,fieldset[disabled] div.formsnap .btn-warning:active,div.formsnap .btn-warning.disabled.active,div.formsnap .btn-warning[disabled].active,fieldset[disabled] div.formsnap .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
div.formsnap .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}div.formsnap .btn-danger:hover,div.formsnap .btn-danger:focus,div.formsnap .btn-danger:active,div.formsnap .btn-danger.active,.open .dropdown-togglediv.formsnap .btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}
div.formsnap .btn-danger:active,div.formsnap .btn-danger.active,.open .dropdown-togglediv.formsnap .btn-danger{background-image:none}
div.formsnap .btn-danger.disabled,div.formsnap .btn-danger[disabled],fieldset[disabled] div.formsnap .btn-danger,div.formsnap .btn-danger.disabled:hover,div.formsnap .btn-danger[disabled]:hover,fieldset[disabled] div.formsnap .btn-danger:hover,div.formsnap .btn-danger.disabled:focus,div.formsnap .btn-danger[disabled]:focus,fieldset[disabled] div.formsnap .btn-danger:focus,div.formsnap .btn-danger.disabled:active,div.formsnap .btn-danger[disabled]:active,fieldset[disabled] div.formsnap .btn-danger:active,div.formsnap .btn-danger.disabled.active,div.formsnap .btn-danger[disabled].active,fieldset[disabled] div.formsnap .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
div.formsnap .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}div.formsnap .btn-success:hover,div.formsnap .btn-success:focus,div.formsnap .btn-success:active,div.formsnap .btn-success.active,.open .dropdown-togglediv.formsnap .btn-success{color:#fff;background-color:#47a447;border-color:#398439}
div.formsnap .btn-success:active,div.formsnap .btn-success.active,.open .dropdown-togglediv.formsnap .btn-success{background-image:none}
div.formsnap .btn-success.disabled,div.formsnap .btn-success[disabled],fieldset[disabled] div.formsnap .btn-success,div.formsnap .btn-success.disabled:hover,div.formsnap .btn-success[disabled]:hover,fieldset[disabled] div.formsnap .btn-success:hover,div.formsnap .btn-success.disabled:focus,div.formsnap .btn-success[disabled]:focus,fieldset[disabled] div.formsnap .btn-success:focus,div.formsnap .btn-success.disabled:active,div.formsnap .btn-success[disabled]:active,fieldset[disabled] div.formsnap .btn-success:active,div.formsnap .btn-success.disabled.active,div.formsnap .btn-success[disabled].active,fieldset[disabled] div.formsnap .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
div.formsnap .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}div.formsnap .btn-info:hover,div.formsnap .btn-info:focus,div.formsnap .btn-info:active,div.formsnap .btn-info.active,.open .dropdown-togglediv.formsnap .btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}
div.formsnap .btn-info:active,div.formsnap .btn-info.active,.open .dropdown-togglediv.formsnap .btn-info{background-image:none}
div.formsnap .btn-info.disabled,div.formsnap .btn-info[disabled],fieldset[disabled] div.formsnap .btn-info,div.formsnap .btn-info.disabled:hover,div.formsnap .btn-info[disabled]:hover,fieldset[disabled] div.formsnap .btn-info:hover,div.formsnap .btn-info.disabled:focus,div.formsnap .btn-info[disabled]:focus,fieldset[disabled] div.formsnap .btn-info:focus,div.formsnap .btn-info.disabled:active,div.formsnap .btn-info[disabled]:active,fieldset[disabled] div.formsnap .btn-info:active,div.formsnap .btn-info.disabled.active,div.formsnap .btn-info[disabled].active,fieldset[disabled] div.formsnap .btn-info.active{background-color:#5bc0de;border-color:#46b8da}
div.formsnap .btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0}div.formsnap .btn-link,div.formsnap .btn-link:active,div.formsnap .btn-link[disabled],fieldset[disabled] div.formsnap .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
div.formsnap .btn-link,div.formsnap .btn-link:hover,div.formsnap .btn-link:focus,div.formsnap .btn-link:active{border-color:transparent}
div.formsnap .btn-link:hover,div.formsnap .btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}
div.formsnap .btn-link[disabled]:hover,fieldset[disabled] div.formsnap .btn-link:hover,div.formsnap .btn-link[disabled]:focus,fieldset[disabled] div.formsnap .btn-link:focus{color:#999;text-decoration:none}
div.formsnap .btn-lg{padding:14px 16px;font-size:15px;line-height:1.33;border-radius:6px}
div.formsnap .btn-sm,div.formsnap .btn-xs{padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}
div.formsnap .btn-xs{padding:3px 5px}
div.formsnap .btn-block{display:block;width:100%;padding-left:0;padding-right:0}
div.formsnap .btn-block+.btn-block{margin-top:5px}
div.formsnap input[type="submit"].btn-block,div.formsnap input[type="reset"].btn-block,div.formsnap input[type="button"].btn-block{width:100%}
div.formsnap .input-group{position:relative;display:table;border-collapse:separate}div.formsnap .input-group.col{float:none;padding-left:0;padding-right:0}
div.formsnap .input-group .form-control{width:100%;margin-bottom:0}
div.formsnap .input-group-lg>.form-control,div.formsnap .input-group-lg>.input-group-addon,div.formsnap .input-group-lg>.input-group-btn>.btn{height:49px;padding:14px 16px;font-size:15px;line-height:1.33;border-radius:6px}selectdiv.formsnap .input-group-lg>.form-control,selectdiv.formsnap .input-group-lg>.input-group-addon,selectdiv.formsnap .input-group-lg>.input-group-btn>.btn{height:49px;line-height:49px}
textareadiv.formsnap .input-group-lg>.form-control,textareadiv.formsnap .input-group-lg>.input-group-addon,textareadiv.formsnap .input-group-lg>.input-group-btn>.btn{height:auto}
div.formsnap .input-group-sm>.form-control,div.formsnap .input-group-sm>.input-group-addon,div.formsnap .input-group-sm>.input-group-btn>.btn{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}selectdiv.formsnap .input-group-sm>.form-control,selectdiv.formsnap .input-group-sm>.input-group-addon,selectdiv.formsnap .input-group-sm>.input-group-btn>.btn{height:28px;line-height:28px}
textareadiv.formsnap .input-group-sm>.form-control,textareadiv.formsnap .input-group-sm>.input-group-addon,textareadiv.formsnap .input-group-sm>.input-group-btn>.btn{height:auto}
div.formsnap .input-group-addon,div.formsnap .input-group-btn,div.formsnap .input-group .form-control{display:table-cell}div.formsnap .input-group-addon:not(:first-child):not(:last-child),div.formsnap .input-group-btn:not(:first-child):not(:last-child),div.formsnap .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
div.formsnap .input-group-addon,div.formsnap .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
div.formsnap .input-group-addon{padding:8px 12px;font-size:12px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}div.formsnap .input-group-addon.input-sm{padding:5px 10px;font-size:11px;border-radius:3px}
div.formsnap .input-group-addon.input-lg{padding:14px 16px;font-size:15px;border-radius:6px}
div.formsnap .input-group-addon input[type="radio"],div.formsnap .input-group-addon input[type="checkbox"]{margin-top:0}
div.formsnap .input-group .form-control:first-child,div.formsnap .input-group-addon:first-child,div.formsnap .input-group-btn:first-child>.btn,div.formsnap .input-group-btn:first-child>.dropdown-toggle,div.formsnap .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
div.formsnap .input-group-addon:first-child{border-right:0}
div.formsnap .input-group .form-control:last-child,div.formsnap .input-group-addon:last-child,div.formsnap .input-group-btn:last-child>.btn,div.formsnap .input-group-btn:last-child>.dropdown-toggle,div.formsnap .input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}
div.formsnap .input-group-addon:last-child{border-left:0}
div.formsnap .input-group-btn{position:relative;white-space:nowrap}
div.formsnap .input-group-btn>.btn{position:relative}div.formsnap .input-group-btn>.btn+.btn{margin-left:-4px}
div.formsnap .input-group-btn>.btn:hover,div.formsnap .input-group-btn>.btn:active{z-index:2}
div.formsnap .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}
div.formsnap .dropdown{position:relative}
div.formsnap .dropdown-toggle:focus{outline:0}
div.formsnap .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:12px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}div.formsnap .dropdown-menu.pull-right{right:0;left:auto}
div.formsnap .dropdown-menu .divider{height:1px;margin:6.5px 0;overflow:hidden;background-color:#e5e5e5}
div.formsnap .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.333333333;color:#333;white-space:nowrap}
div.formsnap .dropdown-menu>li>a:hover,div.formsnap .dropdown-menu>li>a:focus{text-decoration:none;color:#fff;background-color:#428bca}
div.formsnap .dropdown-menu>.active>a,div.formsnap .dropdown-menu>.active>a:hover,div.formsnap .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}
div.formsnap .dropdown-menu>.disabled>a,div.formsnap .dropdown-menu>.disabled>a:hover,div.formsnap .dropdown-menu>.disabled>a:focus{color:#999}
div.formsnap .dropdown-menu>.disabled>a:hover,div.formsnap .dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}
div.formsnap .open>.dropdown-menu{display:block}
div.formsnap .open>a{outline:0}
div.formsnap .dropdown-header{display:block;padding:3px 20px;font-size:11px;line-height:1.333333333;color:#999}
div.formsnap .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
div.formsnap .pull-right>.dropdown-menu{right:0;left:auto}
div.formsnap .dropup .caret,div.formsnap .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}
div.formsnap .dropup .dropdown-menu,div.formsnap .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
div.formsnap .panel{margin-bottom:15px;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}
div.formsnap .panel-body{padding:15px}
div.formsnap .panel>.list-group{margin-bottom:0}div.formsnap .panel>.list-group .list-group-item{border-width:1px 0}div.formsnap .panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}
div.formsnap .panel>.list-group .list-group-item:last-child{border-bottom:0}
div.formsnap .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
div.formsnap .panel-heading{padding:10px 15px;background-color:#f5f5f5;border-bottom:1px solid #ddd;border-top-right-radius:3px;border-top-left-radius:3px}
div.formsnap .panel-title{margin-top:0;margin-bottom:0;font-size:15px}div.formsnap .panel-title>a{color:inherit}
div.formsnap .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
div.formsnap .panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}div.formsnap .panel-group .panel+.panel{margin-top:5px}
div.formsnap .panel-group .panel-heading{border-bottom:0}div.formsnap .panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}
div.formsnap .panel-group .panel-footer{border-top:0}div.formsnap .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
div.formsnap .panel-primary{border-color:#428bca}div.formsnap .panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}div.formsnap .panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}
div.formsnap .panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}
div.formsnap .panel-success{border-color:#d6e9c6}div.formsnap .panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}div.formsnap .panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}
div.formsnap .panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}
div.formsnap .panel-warning{border-color:#fbeed5}div.formsnap .panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}div.formsnap .panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}
div.formsnap .panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}
div.formsnap .panel-danger{border-color:#eed3d7}div.formsnap .panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}div.formsnap .panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}
div.formsnap .panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}
div.formsnap .panel-info{border-color:#bce8f1}div.formsnap .panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}div.formsnap .panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}
div.formsnap .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}
div.formsnap .yd-callout{margin:20px 0;padding:15px 30px 15px 15px;border-left:5px solid #eee;color:#000}
div.formsnap .yd-callout h4{margin-top:0;color:#000}
div.formsnap .yd-callout p:last-child{margin-bottom:0}
div.formsnap .yd-callout code,div.formsnap .yd-callout .highlight{background-color:#fff}
div.formsnap .yd-callout-danger{background-color:#fcf2f2;border-color:#dfb5b4}
div.formsnap .yd-callout-danger i{color:#dfb5b4}
div.formsnap .yd-callout-warning{background-color:#fefbed;border-color:#f1e7bc}
div.formsnap .yd-callout-warning i{color:#f1e7bc}
div.formsnap .yd-callout-info{background-color:#f0f7fd;border-color:#d0e3f0}
div.formsnap input.form-control{height:auto}
div.formsnap .btn{padding:8px 12px}
div.formsnap label.radio,div.formsnap label.checkbox{font-weight:normal}
div.formsnap label.radio-inline,div.formsnap label.checkbox-inline{font-weight:normal;display:inline-block !important}

.formsnap-dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box;color:#333}
.formsnap-dropdown-menu.pull-right{right:0;left:auto}
.formsnap-dropdown-menu .divider{height:1px;margin:6.5px 0;overflow:hidden;background-color:#e5e5e5}
.formsnap-dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.333333333;color:#333;white-space:nowrap}
.formsnap-dropdown-menu>li>a:hover,.formsnap-dropdown-menu>li>a:focus{text-decoration:none;color:#fff;background-color:#357ebd;background-image:-webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#357ebd));background-image:-webkit-linear-gradient(top, #428bca, 0, #357ebd, 100%);background-image:-moz-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}
.formsnap-dropdown-menu>.active>a,.formsnap-dropdown-menu>.active>a:hover,.formsnap-dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#357ebd;background-image:-webkit-gradient(linear, left 0, left 100%, from(#428bca), to(#357ebd));background-image:-webkit-linear-gradient(top, #428bca, 0, #357ebd, 100%);background-image:-moz-linear-gradient(top, #428bca 0, #357ebd 100%);background-image:linear-gradient(to bottom, #428bca 0, #357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)}
.formsnap-dropdown-menu>.disabled>a,.formsnap-dropdown-menu>.disabled>a:hover,.formsnap-dropdown-menu>.disabled>a:focus{color:#999}
.formsnap-dropdown-menu>.disabled>a:hover,.formsnap-dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}
.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr;}
.datepicker-inline{width:220px}
.datepicker.datepicker-rtl{direction:rtl}
.datepicker.datepicker-rtl table tr td span{float:right}
.datepicker-dropdown{top:0;left:0}
.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}
.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}
.datepicker>div{display:none}
.datepicker.days div.datepicker-days{display:block}
.datepicker.months div.datepicker-months{display:block}
.datepicker.years div.datepicker-years{display:block}
.datepicker table{margin:0}
.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}
#stacks_in_2053_page11  .table-striped .datepicker table tr td,#stacks_in_2053_page11  .table-striped .datepicker table tr th{background-color:transparent}
.datepicker table tr td.day:hover{background:#eee;cursor:pointer}
.datepicker table tr td.old,.datepicker table tr td.new{color:#999}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}
.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color:#eee;color:#000 !important}
.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}
.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9}
.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color:#006dcc;color:#fff}
.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color:#428bca}
.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color:#003399 \9}
.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.datepicker table tr td span:hover{background:#eee}
.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}
.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{background-color:#006dcc;color:#fff}
.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color:#428bca}
.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{background-color:#003399 \9}
.datepicker table tr td span.old{color:#999}
.datepicker th.switch{width:145px}
.datepicker thead tr:first-child th,.datepicker tfoot tr:first-child th{cursor:pointer}
.datepicker thead tr:first-child th:hover,.datepicker tfoot tr:first-child th:hover{background:#eee}
.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}
.datepicker thead tr:first-child th.cw{cursor:default;background-color:transparent}
.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}
.input-group.date .input-group-addon i,.input-group.date .input-group-addon i{display:block;cursor:pointer;width:16px;height:16px}



/*
Select2 Version: 4.0.0 Timestamp: 2015-10-03 05:32 am
*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

div.formsnap-modal{position:absolute;left:50%;z-index:1002 !important;height:auto;margin-left:-20%;width:40%;padding:0;top:30%}
#fs-modal-wrap{background-color:rgba(0,0,0,0.3);padding:8px;margin-left:auto;margin-right:auto;position:absolute;z-index:1;left:0;right:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-align:center}
#fs-modal-heading{padding:12px;background-color:#f1f1f1;border-top-left-radius:4px;border-top-right-radius:4px;font-weight:bold;font-size:16px}
#fs-modal-body{padding:20px;background-color:#fff;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;border-top:1px solid #bababa;color:#555;font-size:16px}
#fs-modal-body .formsnap-btn{display:inline-block;padding:8px 12px;margin-bottom:0;font-size:12px;font-weight:500;line-height:1.333333333;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;white-space:nowrap;color:#333;background-color:#fff;border-color:#ccc;min-width:80px}
#fs-modal-body .formsnap-btn:hover{background-color:#f1f1f1;border-color:#bbb}
#fs-modal-body .formsnap-btn:focus{outline:none}
#fs-modal-body>ul{list-style:none;margin:0;padding:0}
#fs-modal-body textarea{background:#fff;padding:6px}
#fs-modal-body a{color:#777}
#fs-modal-body p{margin:10px}
#fs-modal-body{ max-height:240px; overflow-y:auto; overflow-x:hidden; }
@media only screen and (min-width:768px){div.formsnap-modal{top:30%} div.formsnap-modal{margin-left:-20%;width:40%}}@media (max-width:480px){.formsnap-modal{margin-left:0 !important;width:auto !important;top:0 !important;left:0 !important;right:0 !important;zoom:0} #fs-modal-body{font-size:16px}}@media screen and (-webkit-min-device-pixel-ratio:0){select:focus,textarea:focus,input:focus{font-size:16px;background:#eee}}#recaptcha_image{display:block;padding:3px;color:#777;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:0;min-width:300px;min-height:60px}
.form-horizontal .form-group{margin-bottom:20px;*zoom:1}
.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;line-height:0;content:""}
.form-horizontal .form-group:after{clear:both}
.form-horizontal .formsnap-label{float:left;width:160px;padding-top:5px;text-align:right}
.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}
.form-horizontal .controls:first-child{*padding-left:180px}
@media (max-width:480px){input[type="checkbox"],input[type="radio"]{border:1px solid #ccc} .form-horizontal .formsnap-label{float:none;width:auto;padding-top:0;text-align:left} .form-horizontal .controls{margin-left:0} .form-horizontal .formsnap-group{width:100%}}

/* stop left cropping in stack */
div.formsnap .radio input[type="radio"],
div.formsnap .radio-inline input[type="radio"],
div.formsnap .checkbox input[type="checkbox"],
div.formsnap .checkbox-inline input[type="checkbox"]{margin-left:-19px}

div#fs-modal-heading {color: #000000;}
div.formsnap label {opacity: 1 !important;}
div.formsnap .checkbox-inline,
div.formsnap .radio-inline {line-height: 1.428571429 !important;}

/* Make recaptcha image responsive */
#recaptcha_challenge_image {
	display: block !important;
  	max-width: 100% !important;
  	height: auto !important;
  	margin:0 auto !important;
}

/* Form Inputs (END) */









#stacks_in_2053_page11 {
	padding: 0px 0px 130px 0px;
}

#stacks_in_2065_page11 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_2065_page11 .stacks_right {
	float:right;
	width:49%;
}
/* #stacks_in_2066_page11 Custom Button Style */
#stacks_in_2066_page11 .btn {
	color: #FFFFFF !important;
	background-color: #FB0007 !important;
	border-color: #FFFFFF !important;
}

#stacks_in_2066_page11 .btn:hover {
	background-color: #E70000 !important;
	border-color: #EBEBEB !important;
}

a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}

#stacks_in_2066_page11 {
	padding: 20px 0px 0px 0px;
}

/* #stacks_in_2068_page11 Custom Button Style */
#stacks_in_2068_page11 .btn {
	color: #000000 !important;
	background-color: #FFFFFF !important;
	border-color: #000000 !important;
}

#stacks_in_2068_page11 .btn:hover {
	background-color: #EBEBEB !important;
	border-color: #000000 !important;
}

a.formsnap-reset:hover,
a.formsnap-reset:focus{
	cursor: pointer;
}

#stacks_in_2068_page11 {
	padding: 20px 0px 0px 0px;
}
    #stacks_in_2491_page11.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2491_page11.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2491_page11.blu-wrap>.blueprint-col{}#stacks_in_2491_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2491_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2491_page11.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2491_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2491_page11.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2491_page11.blu-wrap>.blueprint-col{ width:92%;min-width:0px;max-width:9999px;}#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2491_page11.blu-wrap>.blueprint-col{ }
#stacks_in_2491_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2491_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2491_page11.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2491_page11.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2491_page11.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2491_page11.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2491_page11.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 0.00% 0.00% 0.00% }}    
  @media only screen and (max-width:667px){#stacks_in_2562_page11 p,#stacks_in_2562_page11 div{text-align:center!important}}          #stacks_in_2562_page11 p,#stacks_in_2562_page11 div,#stacks_in_2562_page11 ul,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{color:rgba(3, 36, 69, 1.00)}#stacks_in_2562_page11 a{color:rgba(251, 0, 7, 1.00)}#stacks_in_2562_page11 a:hover{color:rgba(173, 173, 173, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_2562_page11,#stacks_in_2562_page11 div,#stacks_in_2562_page11 p,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 ul li,#stacks_in_2562_page11 ol li,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{font-size:1.80rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2562_page11,#stacks_in_2562_page11 div,#stacks_in_2562_page11 p,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 ul li,#stacks_in_2562_page11 ol li,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{font-size:2.20rem!important}
}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2562_page11,#stacks_in_2562_page11 div,#stacks_in_2562_page11 p,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 ul li,#stacks_in_2562_page11 ol li,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{font-size:2.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2562_page11,#stacks_in_2562_page11 div,#stacks_in_2562_page11 p,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 ul li,#stacks_in_2562_page11 ol li,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{font-size:2.20rem!important}}  @media only screen and (min-width:0px){#stacks_in_2562_page11,#stacks_in_2562_page11 div,#stacks_in_2562_page11 p,#stacks_in_2562_page11 .fa:not(.no-indent),#stacks_in_2562_page11 ol,#stacks_in_2562_page11 ul li,#stacks_in_2562_page11 ol li,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{line-height:1.05}} @media only screen and (min-width:0px){#stacks_in_2562_page11{ letter-spacing:1.00px; }}  #stacks_in_2562_page11,#stacks_in_2562_page11 div,#stacks_in_2562_page11 p,#stacks_in_2562_page11 ul,#stacks_in_2562_page11 ul li,#stacks_in_2562_page11 ol li,#stacks_in_2562_page11 ol,#stacks_in_2562_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:700 ;font-style:normal }   

#stacks_in_2562_page11 {
	padding: 0px 5px 10px 5px;
}
  @media only screen and (max-width:667px){#stacks_in_2569_page11 p,#stacks_in_2569_page11 div{text-align:center!important}}          #stacks_in_2569_page11 p,#stacks_in_2569_page11 div,#stacks_in_2569_page11 ul,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{color:rgba(3, 36, 69, 1.00)}#stacks_in_2569_page11 a{color:rgba(251, 0, 7, 1.00)}#stacks_in_2569_page11 a:hover{color:rgba(173, 173, 173, 1.00)}      @media only screen and (max-width:480.00px){#stacks_in_2569_page11,#stacks_in_2569_page11 div,#stacks_in_2569_page11 p,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 ul li,#stacks_in_2569_page11 ol li,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:1000.00px){#stacks_in_2569_page11,#stacks_in_2569_page11 div,#stacks_in_2569_page11 p,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 ul li,#stacks_in_2569_page11 ol li,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{font-size:1.30rem!important}
}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_2569_page11,#stacks_in_2569_page11 div,#stacks_in_2569_page11 p,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 ul li,#stacks_in_2569_page11 ol li,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{font-size:1.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2569_page11,#stacks_in_2569_page11 div,#stacks_in_2569_page11 p,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 ul li,#stacks_in_2569_page11 ol li,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{font-size:1.90rem!important}}  @media only screen and (min-width:0px){#stacks_in_2569_page11,#stacks_in_2569_page11 div,#stacks_in_2569_page11 p,#stacks_in_2569_page11 .fa:not(.no-indent),#stacks_in_2569_page11 ol,#stacks_in_2569_page11 ul li,#stacks_in_2569_page11 ol li,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{line-height:1.05}} @media only screen and (min-width:0px){#stacks_in_2569_page11{ letter-spacing:1.00px; }}  #stacks_in_2569_page11,#stacks_in_2569_page11 div,#stacks_in_2569_page11 p,#stacks_in_2569_page11 ul,#stacks_in_2569_page11 ul li,#stacks_in_2569_page11 ol li,#stacks_in_2569_page11 ol,#stacks_in_2569_page11 dl{font-family:'Yanone Kaffeesatz',Sans-Serif ;font-weight:300 ;font-style:normal }   

#stacks_in_2569_page11 {
	padding: 0px 10px 10px 10px;
}
/* ********* */
/* Normalize */
/* ********* */

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

#stacks_in_2048_page11 article,
#stacks_in_2048_page11 aside,
#stacks_in_2048_page11 details,
#stacks_in_2048_page11 figcaption,
#stacks_in_2048_page11 figure,
#stacks_in_2048_page11 footer,
#stacks_in_2048_page11 header,
#stacks_in_2048_page11 hgroup,
#stacks_in_2048_page11 main,
#stacks_in_2048_page11 nav,
#stacks_in_2048_page11 section,
#stacks_in_2048_page11 summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

#stacks_in_2048_page11 audio,
#stacks_in_2048_page11 canvas,
#stacks_in_2048_page11 progress,
#stacks_in_2048_page11 video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

#stacks_in_2048_page11 audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

#stacks_in_2048_page11 [hidden],
#stacks_in_2048_page11 template {
  display: none;
}


/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

#stacks_in_2048_page11 img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

#stacks_in_2048_page11 svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address differences between Firefox and other browsers.
 */

#stacks_in_2048_page11 hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

#stacks_in_2048_page11 pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

#stacks_in_2048_page11 code,
#stacks_in_2048_page11 kbd,
#stacks_in_2048_page11 pre,
#stacks_in_2048_page11 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}



/* **************** */
/* Stack Specific   */
/* **************** */
%[if ]%
  %[if edit]%
    #stacks_in_2048_page11 {
      background-image: url(../files/images/preview_numbers_background.png), url(../files/images/preview_striped_background.png);
      background-repeat: no-repeat, repeat-y;
      background-size: 100%, 100%;
      background-position: center top, center 100px;
      border-radius: 4px;
      padding-top: 75px;
      padding-bottom: 25px;
      border: 1px solid #e9e9e9;
    }
  %[endif]%
%[endif]%

#stacks_in_2048_page11 *,
#stacks_in_2048_page11 *:before,
#stacks_in_2048_page11 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

%[if !edit]%
#stacks_in_2048_page11 .wow {
  visibility: hidden;
}
%[endif]%

#stacks_in_2048_page11>ul li {
  padding-bottom: 0 !important;
}

/* iPhone aka SMALL */
@media only screen {
  #stacks_in_2048_page11>ul>li {
    margin-bottom: px;
  }
}



%[if ]%
/* iPad aka MEDIUM */
@media only screen and (min-width: 40.063em) {
  #stacks_in_2048_page11>ul>li {
    margin-bottom: px;
  }
}
%[endif]%


%[if ]%
/* Desktop aka LARGE */
@media only screen and (min-width: 64.063em) {
  #stacks_in_2048_page11>ul>li {
    margin-bottom: px;
  }
}
%[endif]%





/* **************** */
/* Foundation START */
/* **************** */


/*

Copyright (c) 2013-2014 ZURB, inc.

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.   

*/


#stacks_in_2048_page11 meta.foundation-version {
  font-family: "/5.3.1/"; }

#stacks_in_2048_page11 meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

#stacks_in_2048_page11 meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

#stacks_in_2048_page11 meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

#stacks_in_2048_page11 meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

#stacks_in_2048_page11 meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

#stacks_in_2048_page11 meta.foundation-data-attribute-namespace {
  font-family: false; }

#stacks_in_2048_page11 *,
#stacks_in_2048_page11 *:before,
#stacks_in_2048_page11 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#stacks_in_2048_page11 .left {
  float: left !important; }

#stacks_in_2048_page11 .right {
  float: right !important; }

#stacks_in_2048_page11 .clearfix:before, 
#stacks_in_2048_page11 .clearfix:after {
  content: " ";
  display: table; }

#stacks_in_2048_page11 .clearfix:after {
  clear: both; }

#stacks_in_2048_page11 .hide {
  display: none; }

#stacks_in_2048_page11 .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


#stacks_in_2048_page11 img {
  display: inline-block;
  vertical-align: middle; }


#stacks_in_2048_page11 textarea {
  height: auto;
  min-height: 50px; }

#stacks_in_2048_page11 select {
  width: 100%; }

#stacks_in_2048_page11 .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}


#stacks_in_2048_page11 .row {
  max-width: 62.5em; 
}


#stacks_in_2048_page11 .row:before, 
#stacks_in_2048_page11 .row:after {
  content: " ";
  display: table; }

#stacks_in_2048_page11 .row:after {
  clear: both; }

#stacks_in_2048_page11 .row.collapse > .column,
#stacks_in_2048_page11 .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

#stacks_in_2048_page11 .row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

#stacks_in_2048_page11 .row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

#stacks_in_2048_page11 .row .row:before, 
#stacks_in_2048_page11 .row .row:after {
  content: " ";
  display: table; }

#stacks_in_2048_page11 .row .row:after {
  clear: both; }

#stacks_in_2048_page11 .row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

#stacks_in_2048_page11 .row .row.collapse:before, 
#stacks_in_2048_page11 .row .row.collapse:after {
  content: " ";
  display: table; }

#stacks_in_2048_page11 .row .row.collapse:after {
  clear: both; }

#stacks_in_2048_page11 .column,
#stacks_in_2048_page11 .columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

#stacks_in_2048_page11 [class*="column"] + [class*="column"]:last-child {
  float: right; }

#stacks_in_2048_page11 [class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  #stacks_in_2048_page11 .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_2048_page11 .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_2048_page11 .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  #stacks_in_2048_page11 .column,
  #stacks_in_2048_page11 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  #stacks_in_2048_page11 .small-1 {
    width: 8.33333%; }

  #stacks_in_2048_page11 .small-2 {
    width: 16.66667%; }

  #stacks_in_2048_page11 .small-3 {
    width: 25%; }

  #stacks_in_2048_page11 .small-4 {
    width: 33.33333%; }

  #stacks_in_2048_page11 .small-5 {
    width: 41.66667%; }

  #stacks_in_2048_page11 .small-6 {
    width: 50%; }

  #stacks_in_2048_page11 .small-7 {
    width: 58.33333%; }

  #stacks_in_2048_page11 .small-8 {
    width: 66.66667%; }

  #stacks_in_2048_page11 .small-9 {
    width: 75%; }

  #stacks_in_2048_page11 .small-10 {
    width: 83.33333%; }

  #stacks_in_2048_page11 .small-11 {
    width: 91.66667%; }

  #stacks_in_2048_page11 .small-12 {
    width: 100%; }

  #stacks_in_2048_page11 .small-offset-0 {
    margin-left: 0% !important; }

  #stacks_in_2048_page11 .small-offset-1 {
    margin-left: 8.33333% !important; }

  #stacks_in_2048_page11 .small-offset-2 {
    margin-left: 16.66667% !important; }

  #stacks_in_2048_page11 .small-offset-3 {
    margin-left: 25% !important; }

  #stacks_in_2048_page11 .small-offset-4 {
    margin-left: 33.33333% !important; }

  #stacks_in_2048_page11 .small-offset-5 {
    margin-left: 41.66667% !important; }

  #stacks_in_2048_page11 .small-offset-6 {
    margin-left: 50% !important; }

  #stacks_in_2048_page11 .small-offset-7 {
    margin-left: 58.33333% !important; }

  #stacks_in_2048_page11 .small-offset-8 {
    margin-left: 66.66667% !important; }

  #stacks_in_2048_page11 .small-offset-9 {
    margin-left: 75% !important; }

  #stacks_in_2048_page11 .small-offset-10 {
    margin-left: 83.33333% !important; }

  #stacks_in_2048_page11 .small-offset-11 {
    margin-left: 91.66667% !important; }

  #stacks_in_2048_page11 .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  #stacks_in_2048_page11 .column.small-centered,
  #stacks_in_2048_page11 .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #stacks_in_2048_page11 .column.small-uncentered,
  #stacks_in_2048_page11 .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  #stacks_in_2048_page11 .column.small-centered:last-child,
  #stacks_in_2048_page11 .columns.small-centered:last-child {
    float: none; }

  #stacks_in_2048_page11 .column.small-uncentered:last-child,
  #stacks_in_2048_page11 .columns.small-uncentered:last-child {
    float: left; }

  #stacks_in_2048_page11 .column.small-uncentered.opposite,
  #stacks_in_2048_page11 .columns.small-uncentered.opposite {
    float: right; } 
}

@media only screen and (min-width: 40.063em) {
  #stacks_in_2048_page11 .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_2048_page11 .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_2048_page11 .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  #stacks_in_2048_page11 .column,
  #stacks_in_2048_page11 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  #stacks_in_2048_page11 .medium-1 {
    width: 8.33333%; }

  #stacks_in_2048_page11 .medium-2 {
    width: 16.66667%; }

  #stacks_in_2048_page11 .medium-3 {
    width: 25%; }

  #stacks_in_2048_page11 .medium-4 {
    width: 33.33333%; }

  #stacks_in_2048_page11 .medium-5 {
    width: 41.66667%; }

  #stacks_in_2048_page11 .medium-6 {
    width: 50%; }

  #stacks_in_2048_page11 .medium-7 {
    width: 58.33333%; }

  #stacks_in_2048_page11 .medium-8 {
    width: 66.66667%; }

  #stacks_in_2048_page11 .medium-9 {
    width: 75%; }

  #stacks_in_2048_page11 .medium-10 {
    width: 83.33333%; }

  #stacks_in_2048_page11 .medium-11 {
    width: 91.66667%; }

  #stacks_in_2048_page11 .medium-12 {
    width: 100%; }

  #stacks_in_2048_page11 .medium-offset-0 {
    margin-left: 0% !important; }

  #stacks_in_2048_page11 .medium-offset-1 {
    margin-left: 8.33333% !important; }

  #stacks_in_2048_page11 .medium-offset-2 {
    margin-left: 16.66667% !important; }

  #stacks_in_2048_page11 .medium-offset-3 {
    margin-left: 25% !important; }

  #stacks_in_2048_page11 .medium-offset-4 {
    margin-left: 33.33333% !important; }

  #stacks_in_2048_page11 .medium-offset-5 {
    margin-left: 41.66667% !important; }

  #stacks_in_2048_page11 .medium-offset-6 {
    margin-left: 50% !important; }

  #stacks_in_2048_page11 .medium-offset-7 {
    margin-left: 58.33333% !important; }

  #stacks_in_2048_page11 .medium-offset-8 {
    margin-left: 66.66667% !important; }

  #stacks_in_2048_page11 .medium-offset-9 {
    margin-left: 75% !important; }

  #stacks_in_2048_page11 .medium-offset-10 {
    margin-left: 83.33333% !important; }

  #stacks_in_2048_page11 .medium-offset-11 {
    margin-left: 91.66667% !important; }

  #stacks_in_2048_page11 .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  #stacks_in_2048_page11 .column.medium-centered,
  #stacks_in_2048_page11 .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #stacks_in_2048_page11 .column.medium-uncentered,
  #stacks_in_2048_page11 .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  #stacks_in_2048_page11 .column.medium-centered:last-child,
  #stacks_in_2048_page11 .columns.medium-centered:last-child {
    float: none; }

  #stacks_in_2048_page11 .column.medium-uncentered:last-child,
  #stacks_in_2048_page11 .columns.medium-uncentered:last-child {
    float: left; }

  #stacks_in_2048_page11 .column.medium-uncentered.opposite,
  #stacks_in_2048_page11 .columns.medium-uncentered.opposite {
    float: right; }

  #stacks_in_2048_page11 .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_2048_page11 .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_2048_page11 .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_2048_page11 .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_2048_page11 .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_2048_page11 .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_2048_page11 .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_2048_page11 .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_2048_page11 .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_2048_page11 .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_2048_page11 .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_2048_page11 .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}

@media only screen and (min-width: 64.063em) {
  #stacks_in_2048_page11 .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_2048_page11 .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_2048_page11 .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  #stacks_in_2048_page11 .column,
  #stacks_in_2048_page11 .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  #stacks_in_2048_page11 .large-1 {
    width: 8.33333%; }

  #stacks_in_2048_page11 .large-2 {
    width: 16.66667%; }

  #stacks_in_2048_page11 .large-3 {
    width: 25%; }

  #stacks_in_2048_page11 .large-4 {
    width: 33.33333%; }

  #stacks_in_2048_page11 .large-5 {
    width: 41.66667%; }

  #stacks_in_2048_page11 .large-6 {
    width: 50%; }

  #stacks_in_2048_page11 .large-7 {
    width: 58.33333%; }

  #stacks_in_2048_page11 .large-8 {
    width: 66.66667%; }

  #stacks_in_2048_page11 .large-9 {
    width: 75%; }

  #stacks_in_2048_page11 .large-10 {
    width: 83.33333%; }

  #stacks_in_2048_page11 .large-11 {
    width: 91.66667%; }

  #stacks_in_2048_page11 .large-12 {
    width: 100%; }

  #stacks_in_2048_page11 .large-offset-0 {
    margin-left: 0% !important; }

  #stacks_in_2048_page11 .large-offset-1 {
    margin-left: 8.33333% !important; }

  #stacks_in_2048_page11 .large-offset-2 {
    margin-left: 16.66667% !important; }

  #stacks_in_2048_page11 .large-offset-3 {
    margin-left: 25% !important; }

  #stacks_in_2048_page11 .large-offset-4 {
    margin-left: 33.33333% !important; }

  #stacks_in_2048_page11 .large-offset-5 {
    margin-left: 41.66667% !important; }

  #stacks_in_2048_page11 .large-offset-6 {
    margin-left: 50% !important; }

  #stacks_in_2048_page11 .large-offset-7 {
    margin-left: 58.33333% !important; }

  #stacks_in_2048_page11 .large-offset-8 {
    margin-left: 66.66667% !important; }

  #stacks_in_2048_page11 .large-offset-9 {
    margin-left: 75% !important; }

  #stacks_in_2048_page11 .large-offset-10 {
    margin-left: 83.33333% !important; }

  #stacks_in_2048_page11 .large-offset-11 {
    margin-left: 91.66667% !important; }

  #stacks_in_2048_page11 .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  #stacks_in_2048_page11 .column.large-centered,
  #stacks_in_2048_page11 .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #stacks_in_2048_page11 .column.large-uncentered,
  #stacks_in_2048_page11 .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  #stacks_in_2048_page11 .column.large-centered:last-child,
  #stacks_in_2048_page11 .columns.large-centered:last-child {
    float: none; }

  #stacks_in_2048_page11 .column.large-uncentered:last-child,
  #stacks_in_2048_page11 .columns.large-uncentered:last-child {
    float: left; }

  #stacks_in_2048_page11 .column.large-uncentered.opposite,
  #stacks_in_2048_page11 .columns.large-uncentered.opposite {
    float: right; }

  #stacks_in_2048_page11 .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  #stacks_in_2048_page11 .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  #stacks_in_2048_page11 .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  #stacks_in_2048_page11 .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  #stacks_in_2048_page11 .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  #stacks_in_2048_page11 .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  #stacks_in_2048_page11 .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  #stacks_in_2048_page11 .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  #stacks_in_2048_page11 .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  #stacks_in_2048_page11 .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  #stacks_in_2048_page11 .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  #stacks_in_2048_page11 .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  #stacks_in_2048_page11 .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  #stacks_in_2048_page11 .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  #stacks_in_2048_page11 .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}

#stacks_in_2048_page11 [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

#stacks_in_2048_page11 [class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

#stacks_in_2048_page11 [class*="block-grid-"]:after {
  clear: both; }

#stacks_in_2048_page11 [class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {

#stacks_in_2048_page11 .small-block-grid-1 > li {
width: 100%;
list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-1 > li:nth-of-type(1n) {
  clear: none; }
  #stacks_in_2048_page11 .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

#stacks_in_2048_page11 .small-block-grid-2 > li {
  width: 50%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-3 > li {
  width: 33.33333%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-4 > li {
  width: 25%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-5 > li {
  width: 20%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-6 > li {
  width: 16.66667%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-7 > li {
  width: 14.28571%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-8 > li {
  width: 12.5%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-9 > li {
  width: 11.11111%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-10 > li {
  width: 10%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-11 > li {
  width: 9.09091%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

#stacks_in_2048_page11 .small-block-grid-12 > li {
  width: 8.33333%;
  list-style: none; }
  #stacks_in_2048_page11 .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } 
}

@media only screen and (min-width: 40.063em) {
#stacks_in_2048_page11 .medium-block-grid-1 > li {
  width: 100%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-2 > li {
  width: 50%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-3 > li {
  width: 33.33333%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-4 > li {
  width: 25%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-5 > li {
  width: 20%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-6 > li {
  width: 16.66667%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-7 > li {
  width: 14.28571%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-8 > li {
  width: 12.5%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-9 > li {
  width: 11.11111%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-10 > li {
  width: 10%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-11 > li {
  width: 9.09091%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

#stacks_in_2048_page11 .medium-block-grid-12 > li {
  width: 8.33333%;
  list-style: none; }
  #stacks_in_2048_page11 .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } 
}

@media only screen and (min-width: 64.063em) {
#stacks_in_2048_page11 .large-block-grid-1 > li {
  width: 100%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-2 > li {
  width: 50%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-3 > li {
  width: 33.33333%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-4 > li {
  width: 25%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-5 > li {
  width: 20%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-6 > li {
  width: 16.66667%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-7 > li {
  width: 14.28571%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-8 > li {
  width: 12.5%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-9 > li {
  width: 11.11111%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-10 > li {
  width: 10%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-11 > li {
  width: 9.09091%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

#stacks_in_2048_page11 .large-block-grid-12 > li {
  width: 8.33333%;
  list-style: none; }
  #stacks_in_2048_page11 .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  #stacks_in_2048_page11 .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

/* Visibility CSS - Foundation */

/* small displays */
@media only screen {
  #stacks_in_2048_page11 .show-for-small-only, #stacks_in_2048_page11 .show-for-small-up, #stacks_in_2048_page11 .show-for-small, #stacks_in_2048_page11 .show-for-small-down, #stacks_in_2048_page11 .hide-for-medium-only, #stacks_in_2048_page11 .hide-for-medium-up, #stacks_in_2048_page11 .hide-for-medium, #stacks_in_2048_page11 .show-for-medium-down, #stacks_in_2048_page11 .hide-for-large-only, #stacks_in_2048_page11 .hide-for-large-up, #stacks_in_2048_page11 .hide-for-large, #stacks_in_2048_page11 .show-for-large-down, #stacks_in_2048_page11 .hide-for-xlarge-only, #stacks_in_2048_page11 .hide-for-xlarge-up, #stacks_in_2048_page11 .hide-for-xxlarge-only, #stacks_in_2048_page11 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_2048_page11 .hide-for-small-only, #stacks_in_2048_page11 .hide-for-small-up, #stacks_in_2048_page11 .hide-for-small, #stacks_in_2048_page11 .hide-for-small-down, #stacks_in_2048_page11 .show-for-medium-only, #stacks_in_2048_page11 .show-for-medium-up, #stacks_in_2048_page11 .show-for-medium, #stacks_in_2048_page11 .hide-for-medium-down, #stacks_in_2048_page11 .show-for-large-only, #stacks_in_2048_page11 .show-for-large-up, #stacks_in_2048_page11 .show-for-large, #stacks_in_2048_page11 .hide-for-large-down, #stacks_in_2048_page11 .show-for-xlarge-only, #stacks_in_2048_page11 .show-for-xlarge-up, #stacks_in_2048_page11 .show-for-xxlarge-only, #stacks_in_2048_page11 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_2048_page11 .visible-for-small-only, #stacks_in_2048_page11 .visible-for-small-up, #stacks_in_2048_page11 .visible-for-small, #stacks_in_2048_page11 .visible-for-small-down, #stacks_in_2048_page11 .hidden-for-medium-only, #stacks_in_2048_page11 .hidden-for-medium-up, #stacks_in_2048_page11 .hidden-for-medium, #stacks_in_2048_page11 .visible-for-medium-down, #stacks_in_2048_page11 .hidden-for-large-only, #stacks_in_2048_page11 .hidden-for-large-up, #stacks_in_2048_page11 .hidden-for-large, #stacks_in_2048_page11 .visible-for-large-down, #stacks_in_2048_page11 .hidden-for-xlarge-only, #stacks_in_2048_page11 .hidden-for-xlarge-up, #stacks_in_2048_page11 .hidden-for-xxlarge-only, #stacks_in_2048_page11 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_2048_page11 .hidden-for-small-only, #stacks_in_2048_page11 .hidden-for-small-up, #stacks_in_2048_page11 .hidden-for-small, #stacks_in_2048_page11 .hidden-for-small-down, #stacks_in_2048_page11 .visible-for-medium-only, #stacks_in_2048_page11 .visible-for-medium-up, #stacks_in_2048_page11 .visible-for-medium, #stacks_in_2048_page11 .hidden-for-medium-down, #stacks_in_2048_page11 .visible-for-large-only, #stacks_in_2048_page11 .visible-for-large-up, #stacks_in_2048_page11 .visible-for-large, #stacks_in_2048_page11 .hidden-for-large-down, #stacks_in_2048_page11 .visible-for-xlarge-only, #stacks_in_2048_page11 .visible-for-xlarge-up, #stacks_in_2048_page11 .visible-for-xxlarge-only, #stacks_in_2048_page11 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_2048_page11 table.show-for-small-only, #stacks_in_2048_page11 table.show-for-small-up, #stacks_in_2048_page11 table.show-for-small, #stacks_in_2048_page11 table.show-for-small-down, #stacks_in_2048_page11 table.hide-for-medium-only, #stacks_in_2048_page11 table.hide-for-medium-up, #stacks_in_2048_page11 table.hide-for-medium, #stacks_in_2048_page11 table.show-for-medium-down, #stacks_in_2048_page11 table.hide-for-large-only, #stacks_in_2048_page11 table.hide-for-large-up, #stacks_in_2048_page11 table.hide-for-large, #stacks_in_2048_page11 table.show-for-large-down, #stacks_in_2048_page11 table.hide-for-xlarge-only, #stacks_in_2048_page11 table.hide-for-xlarge-up, #stacks_in_2048_page11 table.hide-for-xxlarge-only, #stacks_in_2048_page11 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_2048_page11 thead.show-for-small-only, #stacks_in_2048_page11 thead.show-for-small-up, #stacks_in_2048_page11 thead.show-for-small, #stacks_in_2048_page11 thead.show-for-small-down, #stacks_in_2048_page11 thead.hide-for-medium-only, #stacks_in_2048_page11 thead.hide-for-medium-up, #stacks_in_2048_page11 thead.hide-for-medium, #stacks_in_2048_page11 thead.show-for-medium-down, #stacks_in_2048_page11 thead.hide-for-large-only, #stacks_in_2048_page11 thead.hide-for-large-up, #stacks_in_2048_page11 thead.hide-for-large, #stacks_in_2048_page11 thead.show-for-large-down, #stacks_in_2048_page11 thead.hide-for-xlarge-only, #stacks_in_2048_page11 thead.hide-for-xlarge-up, #stacks_in_2048_page11 thead.hide-for-xxlarge-only, #stacks_in_2048_page11 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.show-for-small-only, #stacks_in_2048_page11 tbody.show-for-small-up, #stacks_in_2048_page11 tbody.show-for-small, #stacks_in_2048_page11 tbody.show-for-small-down, #stacks_in_2048_page11 tbody.hide-for-medium-only, #stacks_in_2048_page11 tbody.hide-for-medium-up, #stacks_in_2048_page11 tbody.hide-for-medium, #stacks_in_2048_page11 tbody.show-for-medium-down, #stacks_in_2048_page11 tbody.hide-for-large-only, #stacks_in_2048_page11 tbody.hide-for-large-up, #stacks_in_2048_page11 tbody.hide-for-large, #stacks_in_2048_page11 tbody.show-for-large-down, #stacks_in_2048_page11 tbody.hide-for-xlarge-only, #stacks_in_2048_page11 tbody.hide-for-xlarge-up, #stacks_in_2048_page11 tbody.hide-for-xxlarge-only, #stacks_in_2048_page11 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.show-for-small-only, #stacks_in_2048_page11 tr.show-for-small-up, #stacks_in_2048_page11 tr.show-for-small, #stacks_in_2048_page11 tr.show-for-small-down, #stacks_in_2048_page11 tr.hide-for-medium-only, #stacks_in_2048_page11 tr.hide-for-medium-up, #stacks_in_2048_page11 tr.hide-for-medium, #stacks_in_2048_page11 tr.show-for-medium-down, #stacks_in_2048_page11 tr.hide-for-large-only, #stacks_in_2048_page11 tr.hide-for-large-up, #stacks_in_2048_page11 tr.hide-for-large, #stacks_in_2048_page11 tr.show-for-large-down, #stacks_in_2048_page11 tr.hide-for-xlarge-only, #stacks_in_2048_page11 tr.hide-for-xlarge-up, #stacks_in_2048_page11 tr.hide-for-xxlarge-only, #stacks_in_2048_page11 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_2048_page11 th.show-for-small-only, #stacks_in_2048_page11 td.show-for-small-only, #stacks_in_2048_page11 th.show-for-small-up, #stacks_in_2048_page11 td.show-for-small-up, #stacks_in_2048_page11 th.show-for-small, #stacks_in_2048_page11 td.show-for-small, #stacks_in_2048_page11 th.show-for-small-down, #stacks_in_2048_page11 td.show-for-small-down, #stacks_in_2048_page11 th.hide-for-medium-only, #stacks_in_2048_page11 td.hide-for-medium-only, #stacks_in_2048_page11 th.hide-for-medium-up, #stacks_in_2048_page11 td.hide-for-medium-up, #stacks_in_2048_page11 th.hide-for-medium, #stacks_in_2048_page11 td.hide-for-medium, #stacks_in_2048_page11 th.show-for-medium-down, #stacks_in_2048_page11 td.show-for-medium-down, #stacks_in_2048_page11 th.hide-for-large-only, #stacks_in_2048_page11 td.hide-for-large-only, #stacks_in_2048_page11 th.hide-for-large-up, #stacks_in_2048_page11 td.hide-for-large-up, #stacks_in_2048_page11 th.hide-for-large, #stacks_in_2048_page11 td.hide-for-large, #stacks_in_2048_page11 th.show-for-large-down, #stacks_in_2048_page11 td.show-for-large-down, #stacks_in_2048_page11 th.hide-for-xlarge-only, #stacks_in_2048_page11 td.hide-for-xlarge-only, #stacks_in_2048_page11 th.hide-for-xlarge-up, #stacks_in_2048_page11 td.hide-for-xlarge-up, #stacks_in_2048_page11 th.hide-for-xxlarge-only, #stacks_in_2048_page11 td.hide-for-xxlarge-only, #stacks_in_2048_page11 th.hide-for-xxlarge-up, #stacks_in_2048_page11 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  #stacks_in_2048_page11 .hide-for-small-only, #stacks_in_2048_page11 .show-for-small-up, #stacks_in_2048_page11 .hide-for-small, #stacks_in_2048_page11 .hide-for-small-down, #stacks_in_2048_page11 .show-for-medium-only, #stacks_in_2048_page11 .show-for-medium-up, #stacks_in_2048_page11 .show-for-medium, #stacks_in_2048_page11 .show-for-medium-down, #stacks_in_2048_page11 .hide-for-large-only, #stacks_in_2048_page11 .hide-for-large-up, #stacks_in_2048_page11 .hide-for-large, #stacks_in_2048_page11 .show-for-large-down, #stacks_in_2048_page11 .hide-for-xlarge-only, #stacks_in_2048_page11 .hide-for-xlarge-up, #stacks_in_2048_page11 .hide-for-xxlarge-only, #stacks_in_2048_page11 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_2048_page11 .show-for-small-only, #stacks_in_2048_page11 .hide-for-small-up, #stacks_in_2048_page11 .show-for-small, #stacks_in_2048_page11 .show-for-small-down, #stacks_in_2048_page11 .hide-for-medium-only, #stacks_in_2048_page11 .hide-for-medium-up, #stacks_in_2048_page11 .hide-for-medium, #stacks_in_2048_page11 .hide-for-medium-down, #stacks_in_2048_page11 .show-for-large-only, #stacks_in_2048_page11 .show-for-large-up, #stacks_in_2048_page11 .show-for-large, #stacks_in_2048_page11 .hide-for-large-down, #stacks_in_2048_page11 .show-for-xlarge-only, #stacks_in_2048_page11 .show-for-xlarge-up, #stacks_in_2048_page11 .show-for-xxlarge-only, #stacks_in_2048_page11 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_2048_page11 .hidden-for-small-only, #stacks_in_2048_page11 .visible-for-small-up, #stacks_in_2048_page11 .hidden-for-small, #stacks_in_2048_page11 .hidden-for-small-down, #stacks_in_2048_page11 .visible-for-medium-only, #stacks_in_2048_page11 .visible-for-medium-up, #stacks_in_2048_page11 .visible-for-medium, #stacks_in_2048_page11 .visible-for-medium-down, #stacks_in_2048_page11 .hidden-for-large-only, #stacks_in_2048_page11 .hidden-for-large-up, #stacks_in_2048_page11 .hidden-for-large, #stacks_in_2048_page11 .visible-for-large-down, #stacks_in_2048_page11 .hidden-for-xlarge-only, #stacks_in_2048_page11 .hidden-for-xlarge-up, #stacks_in_2048_page11 .hidden-for-xxlarge-only, #stacks_in_2048_page11 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_2048_page11 .visible-for-small-only, #stacks_in_2048_page11 .hidden-for-small-up, #stacks_in_2048_page11 .visible-for-small, #stacks_in_2048_page11 .visible-for-small-down, #stacks_in_2048_page11 .hidden-for-medium-only, #stacks_in_2048_page11 .hidden-for-medium-up, #stacks_in_2048_page11 .hidden-for-medium, #stacks_in_2048_page11 .hidden-for-medium-down, #stacks_in_2048_page11 .visible-for-large-only, #stacks_in_2048_page11 .visible-for-large-up, #stacks_in_2048_page11 .visible-for-large, #stacks_in_2048_page11 .hidden-for-large-down, #stacks_in_2048_page11 .visible-for-xlarge-only, #stacks_in_2048_page11 .visible-for-xlarge-up, #stacks_in_2048_page11 .visible-for-xxlarge-only, #stacks_in_2048_page11 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_2048_page11 table.hide-for-small-only, #stacks_in_2048_page11 table.show-for-small-up, #stacks_in_2048_page11 table.hide-for-small, #stacks_in_2048_page11 table.hide-for-small-down, #stacks_in_2048_page11 table.show-for-medium-only, #stacks_in_2048_page11 table.show-for-medium-up, #stacks_in_2048_page11 table.show-for-medium, #stacks_in_2048_page11 table.show-for-medium-down, #stacks_in_2048_page11 table.hide-for-large-only, #stacks_in_2048_page11 table.hide-for-large-up, #stacks_in_2048_page11 table.hide-for-large, #stacks_in_2048_page11 table.show-for-large-down, #stacks_in_2048_page11 table.hide-for-xlarge-only, #stacks_in_2048_page11 table.hide-for-xlarge-up, #stacks_in_2048_page11 table.hide-for-xxlarge-only, #stacks_in_2048_page11 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_2048_page11 thead.hide-for-small-only, #stacks_in_2048_page11 thead.show-for-small-up, #stacks_in_2048_page11 thead.hide-for-small, #stacks_in_2048_page11 thead.hide-for-small-down, #stacks_in_2048_page11 thead.show-for-medium-only, #stacks_in_2048_page11 thead.show-for-medium-up, #stacks_in_2048_page11 thead.show-for-medium, #stacks_in_2048_page11 thead.show-for-medium-down, #stacks_in_2048_page11 thead.hide-for-large-only, #stacks_in_2048_page11 thead.hide-for-large-up, #stacks_in_2048_page11 thead.hide-for-large, #stacks_in_2048_page11 thead.show-for-large-down, #stacks_in_2048_page11 thead.hide-for-xlarge-only, #stacks_in_2048_page11 thead.hide-for-xlarge-up, #stacks_in_2048_page11 thead.hide-for-xxlarge-only, #stacks_in_2048_page11 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.hide-for-small-only, #stacks_in_2048_page11 tbody.show-for-small-up, #stacks_in_2048_page11 tbody.hide-for-small, #stacks_in_2048_page11 tbody.hide-for-small-down, #stacks_in_2048_page11 tbody.show-for-medium-only, #stacks_in_2048_page11 tbody.show-for-medium-up, #stacks_in_2048_page11 tbody.show-for-medium, #stacks_in_2048_page11 tbody.show-for-medium-down, #stacks_in_2048_page11 tbody.hide-for-large-only, #stacks_in_2048_page11 tbody.hide-for-large-up, #stacks_in_2048_page11 tbody.hide-for-large, #stacks_in_2048_page11 tbody.show-for-large-down, #stacks_in_2048_page11 tbody.hide-for-xlarge-only, #stacks_in_2048_page11 tbody.hide-for-xlarge-up, #stacks_in_2048_page11 tbody.hide-for-xxlarge-only, #stacks_in_2048_page11 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.hide-for-small-only, #stacks_in_2048_page11 tr.show-for-small-up, #stacks_in_2048_page11 tr.hide-for-small, #stacks_in_2048_page11 tr.hide-for-small-down, #stacks_in_2048_page11 tr.show-for-medium-only, #stacks_in_2048_page11 tr.show-for-medium-up, #stacks_in_2048_page11 tr.show-for-medium, #stacks_in_2048_page11 tr.show-for-medium-down, #stacks_in_2048_page11 tr.hide-for-large-only, #stacks_in_2048_page11 tr.hide-for-large-up, #stacks_in_2048_page11 tr.hide-for-large, #stacks_in_2048_page11 tr.show-for-large-down, #stacks_in_2048_page11 tr.hide-for-xlarge-only, #stacks_in_2048_page11 tr.hide-for-xlarge-up, #stacks_in_2048_page11 tr.hide-for-xxlarge-only, #stacks_in_2048_page11 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_2048_page11 th.hide-for-small-only, #stacks_in_2048_page11 td.hide-for-small-only, #stacks_in_2048_page11 th.show-for-small-up, #stacks_in_2048_page11 td.show-for-small-up, #stacks_in_2048_page11 th.hide-for-small, #stacks_in_2048_page11 td.hide-for-small, #stacks_in_2048_page11 th.hide-for-small-down, #stacks_in_2048_page11 td.hide-for-small-down, #stacks_in_2048_page11 th.show-for-medium-only, #stacks_in_2048_page11 td.show-for-medium-only, #stacks_in_2048_page11 th.show-for-medium-up, #stacks_in_2048_page11 td.show-for-medium-up, #stacks_in_2048_page11 th.show-for-medium, #stacks_in_2048_page11 td.show-for-medium, #stacks_in_2048_page11 th.show-for-medium-down, #stacks_in_2048_page11 td.show-for-medium-down, #stacks_in_2048_page11 th.hide-for-large-only, #stacks_in_2048_page11 td.hide-for-large-only, #stacks_in_2048_page11 th.hide-for-large-up, #stacks_in_2048_page11 td.hide-for-large-up, #stacks_in_2048_page11 th.hide-for-large, #stacks_in_2048_page11 td.hide-for-large, #stacks_in_2048_page11 th.show-for-large-down, #stacks_in_2048_page11 td.show-for-large-down, #stacks_in_2048_page11 th.hide-for-xlarge-only, #stacks_in_2048_page11 td.hide-for-xlarge-only, #stacks_in_2048_page11 th.hide-for-xlarge-up, #stacks_in_2048_page11 td.hide-for-xlarge-up, #stacks_in_2048_page11 th.hide-for-xxlarge-only, #stacks_in_2048_page11 td.hide-for-xxlarge-only, #stacks_in_2048_page11 th.hide-for-xxlarge-up, #stacks_in_2048_page11 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  #stacks_in_2048_page11 .hide-for-small-only, #stacks_in_2048_page11 .show-for-small-up, #stacks_in_2048_page11 .hide-for-small, #stacks_in_2048_page11 .hide-for-small-down, #stacks_in_2048_page11 .hide-for-medium-only, #stacks_in_2048_page11 .show-for-medium-up, #stacks_in_2048_page11 .hide-for-medium, #stacks_in_2048_page11 .hide-for-medium-down, #stacks_in_2048_page11 .show-for-large-only, #stacks_in_2048_page11 .show-for-large-up, #stacks_in_2048_page11 .show-for-large, #stacks_in_2048_page11 .show-for-large-down, #stacks_in_2048_page11 .hide-for-xlarge-only, #stacks_in_2048_page11 .hide-for-xlarge-up, #stacks_in_2048_page11 .hide-for-xxlarge-only, #stacks_in_2048_page11 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_2048_page11 .show-for-small-only, #stacks_in_2048_page11 .hide-for-small-up, #stacks_in_2048_page11 .show-for-small, #stacks_in_2048_page11 .show-for-small-down, #stacks_in_2048_page11 .show-for-medium-only, #stacks_in_2048_page11 .hide-for-medium-up, #stacks_in_2048_page11 .show-for-medium, #stacks_in_2048_page11 .show-for-medium-down, #stacks_in_2048_page11 .hide-for-large-only, #stacks_in_2048_page11 .hide-for-large-up, #stacks_in_2048_page11 .hide-for-large, #stacks_in_2048_page11 .hide-for-large-down, #stacks_in_2048_page11 .show-for-xlarge-only, #stacks_in_2048_page11 .show-for-xlarge-up, #stacks_in_2048_page11 .show-for-xxlarge-only, #stacks_in_2048_page11 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_2048_page11 .hidden-for-small-only, #stacks_in_2048_page11 .visible-for-small-up, #stacks_in_2048_page11 .hidden-for-small, #stacks_in_2048_page11 .hidden-for-small-down, #stacks_in_2048_page11 .hidden-for-medium-only, #stacks_in_2048_page11 .visible-for-medium-up, #stacks_in_2048_page11 .hidden-for-medium, #stacks_in_2048_page11 .hidden-for-medium-down, #stacks_in_2048_page11 .visible-for-large-only, #stacks_in_2048_page11 .visible-for-large-up, #stacks_in_2048_page11 .visible-for-large, #stacks_in_2048_page11 .visible-for-large-down, #stacks_in_2048_page11 .hidden-for-xlarge-only, #stacks_in_2048_page11 .hidden-for-xlarge-up, #stacks_in_2048_page11 .hidden-for-xxlarge-only, #stacks_in_2048_page11 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_2048_page11 .visible-for-small-only, #stacks_in_2048_page11 .hidden-for-small-up, #stacks_in_2048_page11 .visible-for-small, #stacks_in_2048_page11 .visible-for-small-down, #stacks_in_2048_page11 .visible-for-medium-only, #stacks_in_2048_page11 .hidden-for-medium-up, #stacks_in_2048_page11 .visible-for-medium, #stacks_in_2048_page11 .visible-for-medium-down, #stacks_in_2048_page11 .hidden-for-large-only, #stacks_in_2048_page11 .hidden-for-large-up, #stacks_in_2048_page11 .hidden-for-large, #stacks_in_2048_page11 .hidden-for-large-down, #stacks_in_2048_page11 .visible-for-xlarge-only, #stacks_in_2048_page11 .visible-for-xlarge-up, #stacks_in_2048_page11 .visible-for-xxlarge-only, #stacks_in_2048_page11 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_2048_page11 table.hide-for-small-only, #stacks_in_2048_page11 table.show-for-small-up, #stacks_in_2048_page11 table.hide-for-small, #stacks_in_2048_page11 table.hide-for-small-down, #stacks_in_2048_page11 table.hide-for-medium-only, #stacks_in_2048_page11 table.show-for-medium-up, #stacks_in_2048_page11 table.hide-for-medium, #stacks_in_2048_page11 table.hide-for-medium-down, #stacks_in_2048_page11 table.show-for-large-only, #stacks_in_2048_page11 table.show-for-large-up, #stacks_in_2048_page11 table.show-for-large, #stacks_in_2048_page11 table.show-for-large-down, #stacks_in_2048_page11 table.hide-for-xlarge-only, #stacks_in_2048_page11 table.hide-for-xlarge-up, #stacks_in_2048_page11 table.hide-for-xxlarge-only, #stacks_in_2048_page11 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_2048_page11 thead.hide-for-small-only, #stacks_in_2048_page11 thead.show-for-small-up, #stacks_in_2048_page11 thead.hide-for-small, #stacks_in_2048_page11 thead.hide-for-small-down, #stacks_in_2048_page11 thead.hide-for-medium-only, #stacks_in_2048_page11 thead.show-for-medium-up, #stacks_in_2048_page11 thead.hide-for-medium, #stacks_in_2048_page11 thead.hide-for-medium-down, #stacks_in_2048_page11 thead.show-for-large-only, #stacks_in_2048_page11 thead.show-for-large-up, #stacks_in_2048_page11 thead.show-for-large, #stacks_in_2048_page11 thead.show-for-large-down, #stacks_in_2048_page11 thead.hide-for-xlarge-only, #stacks_in_2048_page11 thead.hide-for-xlarge-up, #stacks_in_2048_page11 thead.hide-for-xxlarge-only, #stacks_in_2048_page11 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.hide-for-small-only, #stacks_in_2048_page11 tbody.show-for-small-up, #stacks_in_2048_page11 tbody.hide-for-small, #stacks_in_2048_page11 tbody.hide-for-small-down, #stacks_in_2048_page11 tbody.hide-for-medium-only, #stacks_in_2048_page11 tbody.show-for-medium-up, #stacks_in_2048_page11 tbody.hide-for-medium, #stacks_in_2048_page11 tbody.hide-for-medium-down, #stacks_in_2048_page11 tbody.show-for-large-only, #stacks_in_2048_page11 tbody.show-for-large-up, #stacks_in_2048_page11 tbody.show-for-large, #stacks_in_2048_page11 tbody.show-for-large-down, #stacks_in_2048_page11 tbody.hide-for-xlarge-only, #stacks_in_2048_page11 tbody.hide-for-xlarge-up, #stacks_in_2048_page11 tbody.hide-for-xxlarge-only, #stacks_in_2048_page11 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.hide-for-small-only, #stacks_in_2048_page11 tr.show-for-small-up, #stacks_in_2048_page11 tr.hide-for-small, #stacks_in_2048_page11 tr.hide-for-small-down, #stacks_in_2048_page11 tr.hide-for-medium-only, #stacks_in_2048_page11 tr.show-for-medium-up, #stacks_in_2048_page11 tr.hide-for-medium, #stacks_in_2048_page11 tr.hide-for-medium-down, #stacks_in_2048_page11 tr.show-for-large-only, #stacks_in_2048_page11 tr.show-for-large-up, #stacks_in_2048_page11 tr.show-for-large, #stacks_in_2048_page11 tr.show-for-large-down, #stacks_in_2048_page11 tr.hide-for-xlarge-only, #stacks_in_2048_page11 tr.hide-for-xlarge-up, #stacks_in_2048_page11 tr.hide-for-xxlarge-only, #stacks_in_2048_page11 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_2048_page11 th.hide-for-small-only, #stacks_in_2048_page11 td.hide-for-small-only, #stacks_in_2048_page11 th.show-for-small-up, #stacks_in_2048_page11 td.show-for-small-up, #stacks_in_2048_page11 th.hide-for-small, #stacks_in_2048_page11 td.hide-for-small, #stacks_in_2048_page11 th.hide-for-small-down, #stacks_in_2048_page11 td.hide-for-small-down, #stacks_in_2048_page11 th.hide-for-medium-only, #stacks_in_2048_page11 td.hide-for-medium-only, #stacks_in_2048_page11 th.show-for-medium-up, #stacks_in_2048_page11 td.show-for-medium-up, #stacks_in_2048_page11 th.hide-for-medium, #stacks_in_2048_page11 td.hide-for-medium, #stacks_in_2048_page11 th.hide-for-medium-down, #stacks_in_2048_page11 td.hide-for-medium-down, #stacks_in_2048_page11 th.show-for-large-only, #stacks_in_2048_page11 td.show-for-large-only, #stacks_in_2048_page11 th.show-for-large-up, #stacks_in_2048_page11 td.show-for-large-up, #stacks_in_2048_page11 th.show-for-large, #stacks_in_2048_page11 td.show-for-large, #stacks_in_2048_page11 th.show-for-large-down, #stacks_in_2048_page11 td.show-for-large-down, #stacks_in_2048_page11 th.hide-for-xlarge-only, #stacks_in_2048_page11 td.hide-for-xlarge-only, #stacks_in_2048_page11 th.hide-for-xlarge-up, #stacks_in_2048_page11 td.hide-for-xlarge-up, #stacks_in_2048_page11 th.hide-for-xxlarge-only, #stacks_in_2048_page11 td.hide-for-xxlarge-only, #stacks_in_2048_page11 th.hide-for-xxlarge-up, #stacks_in_2048_page11 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  #stacks_in_2048_page11 .hide-for-small-only, #stacks_in_2048_page11 .show-for-small-up, #stacks_in_2048_page11 .hide-for-small, #stacks_in_2048_page11 .hide-for-small-down, #stacks_in_2048_page11 .hide-for-medium-only, #stacks_in_2048_page11 .show-for-medium-up, #stacks_in_2048_page11 .hide-for-medium, #stacks_in_2048_page11 .hide-for-medium-down, #stacks_in_2048_page11 .hide-for-large-only, #stacks_in_2048_page11 .show-for-large-up, #stacks_in_2048_page11 .hide-for-large, #stacks_in_2048_page11 .hide-for-large-down, #stacks_in_2048_page11 .show-for-xlarge-only, #stacks_in_2048_page11 .show-for-xlarge-up, #stacks_in_2048_page11 .hide-for-xxlarge-only, #stacks_in_2048_page11 .hide-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_2048_page11 .show-for-small-only, #stacks_in_2048_page11 .hide-for-small-up, #stacks_in_2048_page11 .show-for-small, #stacks_in_2048_page11 .show-for-small-down, #stacks_in_2048_page11 .show-for-medium-only, #stacks_in_2048_page11 .hide-for-medium-up, #stacks_in_2048_page11 .show-for-medium, #stacks_in_2048_page11 .show-for-medium-down, #stacks_in_2048_page11 .show-for-large-only, #stacks_in_2048_page11 .hide-for-large-up, #stacks_in_2048_page11 .show-for-large, #stacks_in_2048_page11 .show-for-large-down, #stacks_in_2048_page11 .hide-for-xlarge-only, #stacks_in_2048_page11 .hide-for-xlarge-up, #stacks_in_2048_page11 .show-for-xxlarge-only, #stacks_in_2048_page11 .show-for-xxlarge-up {
    display: none !important; }

  #stacks_in_2048_page11 .hidden-for-small-only, #stacks_in_2048_page11 .visible-for-small-up, #stacks_in_2048_page11 .hidden-for-small, #stacks_in_2048_page11 .hidden-for-small-down, #stacks_in_2048_page11 .hidden-for-medium-only, #stacks_in_2048_page11 .visible-for-medium-up, #stacks_in_2048_page11 .hidden-for-medium, #stacks_in_2048_page11 .hidden-for-medium-down, #stacks_in_2048_page11 .hidden-for-large-only, #stacks_in_2048_page11 .visible-for-large-up, #stacks_in_2048_page11 .hidden-for-large, #stacks_in_2048_page11 .hidden-for-large-down, #stacks_in_2048_page11 .visible-for-xlarge-only, #stacks_in_2048_page11 .visible-for-xlarge-up, #stacks_in_2048_page11 .hidden-for-xxlarge-only, #stacks_in_2048_page11 .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_2048_page11 .visible-for-small-only, #stacks_in_2048_page11 .hidden-for-small-up, #stacks_in_2048_page11 .visible-for-small, #stacks_in_2048_page11 .visible-for-small-down, #stacks_in_2048_page11 .visible-for-medium-only, #stacks_in_2048_page11 .hidden-for-medium-up, #stacks_in_2048_page11 .visible-for-medium, #stacks_in_2048_page11 .visible-for-medium-down, #stacks_in_2048_page11 .visible-for-large-only, #stacks_in_2048_page11 .hidden-for-large-up, #stacks_in_2048_page11 .visible-for-large, #stacks_in_2048_page11 .visible-for-large-down, #stacks_in_2048_page11 .hidden-for-xlarge-only, #stacks_in_2048_page11 .hidden-for-xlarge-up, #stacks_in_2048_page11 .visible-for-xxlarge-only, #stacks_in_2048_page11 .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_2048_page11 table.hide-for-small-only, #stacks_in_2048_page11 table.show-for-small-up, #stacks_in_2048_page11 table.hide-for-small, #stacks_in_2048_page11 table.hide-for-small-down, #stacks_in_2048_page11 table.hide-for-medium-only, #stacks_in_2048_page11 table.show-for-medium-up, #stacks_in_2048_page11 table.hide-for-medium, #stacks_in_2048_page11 table.hide-for-medium-down, #stacks_in_2048_page11 table.hide-for-large-only, #stacks_in_2048_page11 table.show-for-large-up, #stacks_in_2048_page11 table.hide-for-large, #stacks_in_2048_page11 table.hide-for-large-down, #stacks_in_2048_page11 table.show-for-xlarge-only, #stacks_in_2048_page11 table.show-for-xlarge-up, #stacks_in_2048_page11 table.hide-for-xxlarge-only, #stacks_in_2048_page11 table.hide-for-xxlarge-up {
    display: table; }

  #stacks_in_2048_page11 thead.hide-for-small-only, #stacks_in_2048_page11 thead.show-for-small-up, #stacks_in_2048_page11 thead.hide-for-small, #stacks_in_2048_page11 thead.hide-for-small-down, #stacks_in_2048_page11 thead.hide-for-medium-only, #stacks_in_2048_page11 thead.show-for-medium-up, #stacks_in_2048_page11 thead.hide-for-medium, #stacks_in_2048_page11 thead.hide-for-medium-down, #stacks_in_2048_page11 thead.hide-for-large-only, #stacks_in_2048_page11 thead.show-for-large-up, #stacks_in_2048_page11 thead.hide-for-large, #stacks_in_2048_page11 thead.hide-for-large-down, #stacks_in_2048_page11 thead.show-for-xlarge-only, #stacks_in_2048_page11 thead.show-for-xlarge-up, #stacks_in_2048_page11 thead.hide-for-xxlarge-only, #stacks_in_2048_page11 thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.hide-for-small-only, #stacks_in_2048_page11 tbody.show-for-small-up, #stacks_in_2048_page11 tbody.hide-for-small, #stacks_in_2048_page11 tbody.hide-for-small-down, #stacks_in_2048_page11 tbody.hide-for-medium-only, #stacks_in_2048_page11 tbody.show-for-medium-up, #stacks_in_2048_page11 tbody.hide-for-medium, #stacks_in_2048_page11 tbody.hide-for-medium-down, #stacks_in_2048_page11 tbody.hide-for-large-only, #stacks_in_2048_page11 tbody.show-for-large-up, #stacks_in_2048_page11 tbody.hide-for-large, #stacks_in_2048_page11 tbody.hide-for-large-down, #stacks_in_2048_page11 tbody.show-for-xlarge-only, #stacks_in_2048_page11 tbody.show-for-xlarge-up, #stacks_in_2048_page11 tbody.hide-for-xxlarge-only, #stacks_in_2048_page11 tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.hide-for-small-only, #stacks_in_2048_page11 tr.show-for-small-up, #stacks_in_2048_page11 tr.hide-for-small, #stacks_in_2048_page11 tr.hide-for-small-down, #stacks_in_2048_page11 tr.hide-for-medium-only, #stacks_in_2048_page11 tr.show-for-medium-up, #stacks_in_2048_page11 tr.hide-for-medium, #stacks_in_2048_page11 tr.hide-for-medium-down, #stacks_in_2048_page11 tr.hide-for-large-only, #stacks_in_2048_page11 tr.show-for-large-up, #stacks_in_2048_page11 tr.hide-for-large, #stacks_in_2048_page11 tr.hide-for-large-down, #stacks_in_2048_page11 tr.show-for-xlarge-only, #stacks_in_2048_page11 tr.show-for-xlarge-up, #stacks_in_2048_page11 tr.hide-for-xxlarge-only, #stacks_in_2048_page11 tr.hide-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_2048_page11 th.hide-for-small-only, #stacks_in_2048_page11 td.hide-for-small-only, #stacks_in_2048_page11 th.show-for-small-up, #stacks_in_2048_page11 td.show-for-small-up, #stacks_in_2048_page11 th.hide-for-small, #stacks_in_2048_page11 td.hide-for-small, #stacks_in_2048_page11 th.hide-for-small-down, #stacks_in_2048_page11 td.hide-for-small-down, #stacks_in_2048_page11 th.hide-for-medium-only, #stacks_in_2048_page11 td.hide-for-medium-only, #stacks_in_2048_page11 th.show-for-medium-up, #stacks_in_2048_page11 td.show-for-medium-up, #stacks_in_2048_page11 th.hide-for-medium, #stacks_in_2048_page11 td.hide-for-medium, #stacks_in_2048_page11 th.hide-for-medium-down, #stacks_in_2048_page11 td.hide-for-medium-down, #stacks_in_2048_page11 th.hide-for-large-only, #stacks_in_2048_page11 td.hide-for-large-only, #stacks_in_2048_page11 th.show-for-large-up, #stacks_in_2048_page11 td.show-for-large-up, #stacks_in_2048_page11 th.hide-for-large, #stacks_in_2048_page11 td.hide-for-large, #stacks_in_2048_page11 th.hide-for-large-down, #stacks_in_2048_page11 td.hide-for-large-down, #stacks_in_2048_page11 th.show-for-xlarge-only, #stacks_in_2048_page11 td.show-for-xlarge-only, #stacks_in_2048_page11 th.show-for-xlarge-up, #stacks_in_2048_page11 td.show-for-xlarge-up, #stacks_in_2048_page11 th.hide-for-xxlarge-only, #stacks_in_2048_page11 td.hide-for-xxlarge-only, #stacks_in_2048_page11 th.hide-for-xxlarge-up, #stacks_in_2048_page11 td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  #stacks_in_2048_page11 .hide-for-small-only, #stacks_in_2048_page11 .show-for-small-up, #stacks_in_2048_page11 .hide-for-small, #stacks_in_2048_page11 .hide-for-small-down, #stacks_in_2048_page11 .hide-for-medium-only, #stacks_in_2048_page11 .show-for-medium-up, #stacks_in_2048_page11 .hide-for-medium, #stacks_in_2048_page11 .hide-for-medium-down, #stacks_in_2048_page11 .hide-for-large-only, #stacks_in_2048_page11 .show-for-large-up, #stacks_in_2048_page11 .hide-for-large, #stacks_in_2048_page11 .hide-for-large-down, #stacks_in_2048_page11 .hide-for-xlarge-only, #stacks_in_2048_page11 .show-for-xlarge-up, #stacks_in_2048_page11 .show-for-xxlarge-only, #stacks_in_2048_page11 .show-for-xxlarge-up {
    display: inherit !important; }

  #stacks_in_2048_page11 .show-for-small-only, #stacks_in_2048_page11 .hide-for-small-up, #stacks_in_2048_page11 .show-for-small, #stacks_in_2048_page11 .show-for-small-down, #stacks_in_2048_page11 .show-for-medium-only, #stacks_in_2048_page11 .hide-for-medium-up, #stacks_in_2048_page11 .show-for-medium, #stacks_in_2048_page11 .show-for-medium-down, #stacks_in_2048_page11 .show-for-large-only, #stacks_in_2048_page11 .hide-for-large-up, #stacks_in_2048_page11 .show-for-large, #stacks_in_2048_page11 .show-for-large-down, #stacks_in_2048_page11 .show-for-xlarge-only, #stacks_in_2048_page11 .hide-for-xlarge-up, #stacks_in_2048_page11 .hide-for-xxlarge-only, #stacks_in_2048_page11 .hide-for-xxlarge-up {
    display: none !important; }

  #stacks_in_2048_page11 .hidden-for-small-only, #stacks_in_2048_page11 .visible-for-small-up, #stacks_in_2048_page11 .hidden-for-small, #stacks_in_2048_page11 .hidden-for-small-down, #stacks_in_2048_page11 .hidden-for-medium-only, #stacks_in_2048_page11 .visible-for-medium-up, #stacks_in_2048_page11 .hidden-for-medium, #stacks_in_2048_page11 .hidden-for-medium-down, #stacks_in_2048_page11 .hidden-for-large-only, #stacks_in_2048_page11 .visible-for-large-up, #stacks_in_2048_page11 .hidden-for-large, #stacks_in_2048_page11 .hidden-for-large-down, #stacks_in_2048_page11 .hidden-for-xlarge-only, #stacks_in_2048_page11 .visible-for-xlarge-up, #stacks_in_2048_page11 .visible-for-xxlarge-only, #stacks_in_2048_page11 .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  #stacks_in_2048_page11 .visible-for-small-only, #stacks_in_2048_page11 .hidden-for-small-up, #stacks_in_2048_page11 .visible-for-small, #stacks_in_2048_page11 .visible-for-small-down, #stacks_in_2048_page11 .visible-for-medium-only, #stacks_in_2048_page11 .hidden-for-medium-up, #stacks_in_2048_page11 .visible-for-medium, #stacks_in_2048_page11 .visible-for-medium-down, #stacks_in_2048_page11 .visible-for-large-only, #stacks_in_2048_page11 .hidden-for-large-up, #stacks_in_2048_page11 .visible-for-large, #stacks_in_2048_page11 .visible-for-large-down, #stacks_in_2048_page11 .visible-for-xlarge-only, #stacks_in_2048_page11 .hidden-for-xlarge-up, #stacks_in_2048_page11 .hidden-for-xxlarge-only, #stacks_in_2048_page11 .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  #stacks_in_2048_page11 table.hide-for-small-only, #stacks_in_2048_page11 table.show-for-small-up, #stacks_in_2048_page11 table.hide-for-small, #stacks_in_2048_page11 table.hide-for-small-down, #stacks_in_2048_page11 table.hide-for-medium-only, #stacks_in_2048_page11 table.show-for-medium-up, #stacks_in_2048_page11 table.hide-for-medium, #stacks_in_2048_page11 table.hide-for-medium-down, #stacks_in_2048_page11 table.hide-for-large-only, #stacks_in_2048_page11 table.show-for-large-up, #stacks_in_2048_page11 table.hide-for-large, #stacks_in_2048_page11 table.hide-for-large-down, #stacks_in_2048_page11 table.hide-for-xlarge-only, #stacks_in_2048_page11 table.show-for-xlarge-up, #stacks_in_2048_page11 table.show-for-xxlarge-only, #stacks_in_2048_page11 table.show-for-xxlarge-up {
    display: table; }

  #stacks_in_2048_page11 thead.hide-for-small-only, #stacks_in_2048_page11 thead.show-for-small-up, #stacks_in_2048_page11 thead.hide-for-small, #stacks_in_2048_page11 thead.hide-for-small-down, #stacks_in_2048_page11 thead.hide-for-medium-only, #stacks_in_2048_page11 thead.show-for-medium-up, #stacks_in_2048_page11 thead.hide-for-medium, #stacks_in_2048_page11 thead.hide-for-medium-down, #stacks_in_2048_page11 thead.hide-for-large-only, #stacks_in_2048_page11 thead.show-for-large-up, #stacks_in_2048_page11 thead.hide-for-large, #stacks_in_2048_page11 thead.hide-for-large-down, #stacks_in_2048_page11 thead.hide-for-xlarge-only, #stacks_in_2048_page11 thead.show-for-xlarge-up, #stacks_in_2048_page11 thead.show-for-xxlarge-only, #stacks_in_2048_page11 thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.hide-for-small-only, #stacks_in_2048_page11 tbody.show-for-small-up, #stacks_in_2048_page11 tbody.hide-for-small, #stacks_in_2048_page11 tbody.hide-for-small-down, #stacks_in_2048_page11 tbody.hide-for-medium-only, #stacks_in_2048_page11 tbody.show-for-medium-up, #stacks_in_2048_page11 tbody.hide-for-medium, #stacks_in_2048_page11 tbody.hide-for-medium-down, #stacks_in_2048_page11 tbody.hide-for-large-only, #stacks_in_2048_page11 tbody.show-for-large-up, #stacks_in_2048_page11 tbody.hide-for-large, #stacks_in_2048_page11 tbody.hide-for-large-down, #stacks_in_2048_page11 tbody.hide-for-xlarge-only, #stacks_in_2048_page11 tbody.show-for-xlarge-up, #stacks_in_2048_page11 tbody.show-for-xxlarge-only, #stacks_in_2048_page11 tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.hide-for-small-only, #stacks_in_2048_page11 tr.show-for-small-up, #stacks_in_2048_page11 tr.hide-for-small, #stacks_in_2048_page11 tr.hide-for-small-down, #stacks_in_2048_page11 tr.hide-for-medium-only, #stacks_in_2048_page11 tr.show-for-medium-up, #stacks_in_2048_page11 tr.hide-for-medium, #stacks_in_2048_page11 tr.hide-for-medium-down, #stacks_in_2048_page11 tr.hide-for-large-only, #stacks_in_2048_page11 tr.show-for-large-up, #stacks_in_2048_page11 tr.hide-for-large, #stacks_in_2048_page11 tr.hide-for-large-down, #stacks_in_2048_page11 tr.hide-for-xlarge-only, #stacks_in_2048_page11 tr.show-for-xlarge-up, #stacks_in_2048_page11 tr.show-for-xxlarge-only, #stacks_in_2048_page11 tr.show-for-xxlarge-up {
    display: table-row !important; }

  #stacks_in_2048_page11 th.hide-for-small-only, #stacks_in_2048_page11 td.hide-for-small-only, #stacks_in_2048_page11 th.show-for-small-up, #stacks_in_2048_page11 td.show-for-small-up, #stacks_in_2048_page11 th.hide-for-small, #stacks_in_2048_page11 td.hide-for-small, #stacks_in_2048_page11 th.hide-for-small-down, #stacks_in_2048_page11 td.hide-for-small-down, #stacks_in_2048_page11 th.hide-for-medium-only, #stacks_in_2048_page11 td.hide-for-medium-only, #stacks_in_2048_page11 th.show-for-medium-up, #stacks_in_2048_page11 td.show-for-medium-up, #stacks_in_2048_page11 th.hide-for-medium, #stacks_in_2048_page11 td.hide-for-medium, #stacks_in_2048_page11 th.hide-for-medium-down, #stacks_in_2048_page11 td.hide-for-medium-down, #stacks_in_2048_page11 th.hide-for-large-only, #stacks_in_2048_page11 td.hide-for-large-only, #stacks_in_2048_page11 th.show-for-large-up, #stacks_in_2048_page11 td.show-for-large-up, #stacks_in_2048_page11 th.hide-for-large, #stacks_in_2048_page11 td.hide-for-large, #stacks_in_2048_page11 th.hide-for-large-down, #stacks_in_2048_page11 td.hide-for-large-down, #stacks_in_2048_page11 th.hide-for-xlarge-only, #stacks_in_2048_page11 td.hide-for-xlarge-only, #stacks_in_2048_page11 th.show-for-xlarge-up, #stacks_in_2048_page11 td.show-for-xlarge-up, #stacks_in_2048_page11 th.show-for-xxlarge-only, #stacks_in_2048_page11 td.show-for-xxlarge-only, #stacks_in_2048_page11 th.show-for-xxlarge-up, #stacks_in_2048_page11 td.show-for-xxlarge-up {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
#stacks_in_2048_page11 table.hide-for-landscape, #stacks_in_2048_page11 table.show-for-portrait {
  display: table; }

#stacks_in_2048_page11 thead.hide-for-landscape, #stacks_in_2048_page11 thead.show-for-portrait {
  display: table-header-group !important; }

#stacks_in_2048_page11 tbody.hide-for-landscape, #stacks_in_2048_page11 tbody.show-for-portrait {
  display: table-row-group !important; }

#stacks_in_2048_page11 tr.hide-for-landscape, #stacks_in_2048_page11 tr.show-for-portrait {
  display: table-row !important; }

#stacks_in_2048_page11 td.hide-for-landscape, #stacks_in_2048_page11 td.show-for-portrait,
#stacks_in_2048_page11 th.hide-for-landscape,
#stacks_in_2048_page11 th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  #stacks_in_2048_page11 .show-for-landscape,
  #stacks_in_2048_page11 .hide-for-portrait {
    display: inherit !important; }

  #stacks_in_2048_page11 .hide-for-landscape,
  #stacks_in_2048_page11 .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  #stacks_in_2048_page11 table.show-for-landscape, #stacks_in_2048_page11 table.hide-for-portrait {
    display: table; }

  #stacks_in_2048_page11 thead.show-for-landscape, #stacks_in_2048_page11 thead.hide-for-portrait {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.show-for-landscape, #stacks_in_2048_page11 tbody.hide-for-portrait {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.show-for-landscape, #stacks_in_2048_page11 tr.hide-for-portrait {
    display: table-row !important; }

  #stacks_in_2048_page11 td.show-for-landscape, #stacks_in_2048_page11 td.hide-for-portrait,
  #stacks_in_2048_page11 th.show-for-landscape,
  #stacks_in_2048_page11 th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  #stacks_in_2048_page11 .show-for-portrait,
  #stacks_in_2048_page11 .hide-for-landscape {
    display: inherit !important; }

  #stacks_in_2048_page11 .hide-for-portrait,
  #stacks_in_2048_page11 .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  #stacks_in_2048_page11 table.show-for-portrait, #stacks_in_2048_page11 table.hide-for-landscape {
    display: table; }

  #stacks_in_2048_page11 thead.show-for-portrait, #stacks_in_2048_page11 thead.hide-for-landscape {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.show-for-portrait, #stacks_in_2048_page11 tbody.hide-for-landscape {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.show-for-portrait, #stacks_in_2048_page11 tr.hide-for-landscape {
    display: table-row !important; }

  #stacks_in_2048_page11 td.show-for-portrait, #stacks_in_2048_page11 td.hide-for-landscape,
  #stacks_in_2048_page11 th.show-for-portrait,
  #stacks_in_2048_page11 th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch #stacks_in_2048_page11 .show-for-touch {
  display: inherit !important; }

.touch #stacks_in_2048_page11 .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
#stacks_in_2048_page11 table.hide-for-touch {
  display: table; }

.touch #stacks_in_2048_page11 table.show-for-touch {
  display: table; }

#stacks_in_2048_page11 thead.hide-for-touch {
  display: table-header-group !important; }

.touch #stacks_in_2048_page11 thead.show-for-touch {
  display: table-header-group !important; }

#stacks_in_2048_page11 tbody.hide-for-touch {
  display: table-row-group !important; }

.touch #stacks_in_2048_page11 tbody.show-for-touch {
  display: table-row-group !important; }

#stacks_in_2048_page11 tr.hide-for-touch {
  display: table-row !important; }

.touch #stacks_in_2048_page11 tr.show-for-touch {
  display: table-row !important; }

#stacks_in_2048_page11 td.hide-for-touch {
  display: table-cell !important; }

.touch #stacks_in_2048_page11 td.show-for-touch {
  display: table-cell !important; }

#stacks_in_2048_page11 th.hide-for-touch {
  display: table-cell !important; }

.touch #stacks_in_2048_page11 th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  #stacks_in_2048_page11 .show-for-print {
    display: block; }

  #stacks_in_2048_page11 .hide-for-print {
    display: none; }

  #stacks_in_2048_page11 table.show-for-print {
    display: table; }

  #stacks_in_2048_page11 thead.show-for-print {
    display: table-header-group !important; }

  #stacks_in_2048_page11 tbody.show-for-print {
    display: table-row-group !important; }

  #stacks_in_2048_page11 tr.show-for-print {
    display: table-row !important; }

  #stacks_in_2048_page11 td.show-for-print {
    display: table-cell !important; }

  #stacks_in_2048_page11 th.show-for-print {
    display: table-cell !important; } }
#stacks_in_2049_page11{overflow:hidden}#stacks_in_2049_page11 hr{opacity:1.00;border-top-style:solid;border-top-width:1px; margin:1.25rem 0;}#stacks_in_2049_page11 hr.custom{border-color:rgba(0, 0, 0, 1.00)}

#stacks_out_2049_page11 {
	width: 80%;
}
#stacks_in_2627_page11>.row{padding-top:3.00rem;padding-bottom:3.00rem}#stacks_in_2627_page11>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2627_page11>.row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2627_page11>.row.padding-detailed.padding-medium-up,#stacks_in_2627_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2627_page11>.row.padding-detailed.padding-y-medium-up,#stacks_in_2627_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2627_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2627_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
 

#stacks_in_2627_page11 {
	background-color: rgba(5, 26, 53, 1.00);
}
#stacks_in_2628_page11>.row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2628_page11>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2628_page11>.row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2628_page11>.row.padding-detailed.padding-medium-up,#stacks_in_2628_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2628_page11>.row.padding-detailed.padding-y-medium-up,#stacks_in_2628_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2628_page11>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2628_page11>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
 
       #stacks_in_2713_page11 h3,#stacks_in_2713_page11 .hTxt:not(.segment) div{font-size:3.00rem}@media all and (max-width:640px){#stacks_in_2713_page11 h3,#stacks_in_2713_page11 .hTxt:not(.segment) div{font-size:2.00rem}}   @media only screen and (max-width:667px){#stacks_in_2713_page11 h3,#stacks_in_2713_page11 div{text-align:center!important}#stacks_out_2713_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2713_page11 h3,#stacks_in_2713_page11 div{line-height:0.90}}  @media only screen and (min-width:0px){#stacks_in_2713_page11 h3,#stacks_in_2713_page11 div{letter-spacing:3.00px}} #stacks_in_2713_page11 .header-pro.text-center .hTxt{margin-right:-3px}    #stacks_in_2713_page11 h3,#stacks_in_2713_page11 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2713_page11 h3 a,#stacks_in_2713_page11 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2713_page11 h3 a:hover,#stacks_in_2713_page11 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2713_page11 small,#stacks_in_2713_page11 small div{color:rgba(111, 111, 111, 1.00)}    #stacks_in_2713_page11 .h-pro{padding:0px} #stacks_in_2713_page11 .h-pro{border-radius: 0px }#stacks_in_2713_page11 .h-pro{border-width: 0px ;border-color:rgba(218, 68, 83, 1.00) rgba(51, 51, 51, 0.00) rgba(172, 146, 236, 1.00) rgba(51, 51, 51, 0.00);border-style:solid}  #stacks_in_2713_page11 .h-pro{background:rgba(0, 0, 0, 0.00)}    #stacks_in_2713_page11 .hTxt:not(.vault-font){font-family:'Yanone Kaffeesatz',Sans-Serif;font-weight:800;font-style:normal}            

#stacks_in_2713_page11 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_2714_page11 {
	font-weight: lighter;
}

#stacks_in_2717_page11 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
       #stacks_in_2632_page11 h4,#stacks_in_2632_page11 .hTxt:not(.segment) div{font-size:1.40rem}@media all and (max-width:640px){#stacks_in_2632_page11 h4,#stacks_in_2632_page11 .hTxt:not(.segment) div{font-size:1.00rem}}   @media only screen and (max-width:414px){#stacks_in_2632_page11 h4,#stacks_in_2632_page11 div{text-align:center!important}#stacks_out_2632_page11{display:block!important}}  @media only screen and (min-width:0px){#stacks_in_2632_page11 h4,#stacks_in_2632_page11 div{line-height:1.00}}    #stacks_in_2632_page11 h4,#stacks_in_2632_page11 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2632_page11 h4 a,#stacks_in_2632_page11 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2632_page11 h4 a:hover,#stacks_in_2632_page11 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2632_page11 small,#stacks_in_2632_page11 small div{color:rgba(111, 111, 111, 1.00)}  #stacks_in_2632_page11 h4.margin-collapse{margin-top:0!important;margin-bottom:0!important}     #stacks_in_2632_page11 .hTxt:not(.vault-font){font-family:'Alegreya Sans SC',serif;font-weight:700;font-style:normal}            

#stacks_in_2632_page11 {
	padding: 0px 0px 10px 0px;
}
          #stacks_in_2635_page11 p,#stacks_in_2635_page11 div{margin-bottom:0}  #stacks_in_2635_page11 p,#stacks_in_2635_page11 div,#stacks_in_2635_page11 ul,#stacks_in_2635_page11 ol,#stacks_in_2635_page11 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_2635_page11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2635_page11 a:hover{color:rgba(0, 102, 153, 1.00)}     #stacks_in_2635_page11,#stacks_in_2635_page11 div,#stacks_in_2635_page11 p,#stacks_in_2635_page11 ol,#stacks_in_2635_page11 ul li,#stacks_in_2635_page11 ol li,#stacks_in_2635_page11 ol,#stacks_in_2635_page11 dl{font-size:0.90rem}@media all and (max-width:640px){#stacks_in_2635_page11,#stacks_in_2635_page11 div,#stacks_in_2635_page11 p,#stacks_in_2635_page11 ol,#stacks_in_2635_page11 ul li,#stacks_in_2635_page11 ol li,#stacks_in_2635_page11 ol,#stacks_in_2635_page11 dl{font-size:0.75rem}}   @media only screen and (min-width:0px){#stacks_in_2635_page11,#stacks_in_2635_page11 div,#stacks_in_2635_page11 p,#stacks_in_2635_page11 .fa:not(.no-indent),#stacks_in_2635_page11 ol,#stacks_in_2635_page11 ul li,#stacks_in_2635_page11 ol li,#stacks_in_2635_page11 ol,#stacks_in_2635_page11 dl{line-height:1.20}} @media only screen and (min-width:0px){#stacks_in_2635_page11{ }} 

#stacks_in_2635_page11 {
	padding: 15px 0px 0px 0px;
}
