/*
 * 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}


.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}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
 .sections-box--stack .s-box{width:100%;height:100%}.sections-box--stack .s-box>.s-box-content{position:relative}.sections-box--stack.box-pos.sbox-h-center{margin-left:auto;margin-right:auto}.sections-box--stack.box-pos.sbox-h-right{margin-right:0;margin-left:auto}.sections-box--stack.box-pos>.s-box{display:flex;align-items:center}.sections-box--stack.box-pos>.s-box>.s-box-content{width:100%}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-top{align-self:flex-start}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-bottom{align-self:flex-end}.sections-box--stack.box-abs{position:absolute!important;max-width:100%;max-height:100%}.sections-box--stack.box-abs.sbox-top{top:0}.sections-box--stack.box-abs.sbox-h-left{left:0;right:auto}.sections-box--stack.box-abs.sbox-h-right{right:0;left:auto}.sections-box--stack.box-abs.sbox-v-bottom{bottom:0;top:auto}.sections-box--stack.box-abs.sbox-v-center{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs.sbox-h-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sections-box--stack.box-abs.sbox-v-center.sbox-h-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sections-box--stack.box-abs.size-content{height:auto!important}.sections-box--stack.box-abs.size-content>.s-box{position:relative}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-center{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-bottom{position:absolute;bottom:0;left:0;width:100%}.sections-box--stack .box-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
/* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.nivo-lightbox-html5audio {
	width: 100%;
}

.nivo-lightbox-html5video {
	background: #000;
}

.nivo-lightbox-html5audio,
.nivo-lightbox-html5video {
	position: absolute;
	z-index: 99999;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	vertical-align: middle;
}

.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}


.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}
.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"].has-z{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}
.com_joeworkman_stacks_easycms_image_stack img,.com_joeworkman_stacks_totalcms_image_stack img{width:auto;height:auto;max-width:100%;display:block;margin:0 auto}.com_joeworkman_stacks_easycms_image_stack img.circle,.com_joeworkman_stacks_totalcms_image_stack img.circle{border-radius:50% !important}.com_joeworkman_stacks_easycms_image_stack img.unlimited,.com_joeworkman_stacks_totalcms_image_stack img.unlimited{width:100%;}.com_joeworkman_stacks_easycms_image_stack img.auto-lightbox,.com_joeworkman_stacks_totalcms_image_stack img.auto-lightbox{cursor:pointer}.com_joeworkman_stacks_easycms_image_stack img.align-left,.com_joeworkman_stacks_totalcms_image_stack img.align-left{margin-left:0 !important}.com_joeworkman_stacks_easycms_image_stack img.align-right,.com_joeworkman_stacks_totalcms_image_stack img.align-right{margin-right:0 !important}@media only screen and (max-width:40em){.com_joeworkman_stacks_easycms_image_stack img.align-mobile-center,.com_joeworkman_stacks_totalcms_image_stack img.align-mobile-center{margin-left:auto !important;margin-right:auto !important}}#total-image-reveal{position:fixed !important;top:10% !important;left:0;right:0;cursor:pointer;height:80vh;padding:0;background:transparent;box-shadow:none;border:none}#total-image-reveal img{display:block;margin:0 auto;height:auto;max-height:100%;max-width:100%;width:auto;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,0.4)}#total-image-reveal .close-reveal-modal{position:fixed}
*{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}
    #stacks_in_9_5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_9_5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_9_5.blu-wrap>.blueprint-col{}#stacks_in_9_5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_9_5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_9_5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_9_5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_9_5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_9_5.blu-wrap>.blueprint-col{ }#stacks_in_9_5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_9_5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_9_5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_9_5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_9_5.blu-wrap>.blueprint-col{ }
#stacks_in_9_5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_9_5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_9_5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_9_5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_9_5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_9_5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_9_5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_9_5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_9_5.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
  .theme-version{display:block}.theme-version.number-110,#stacks_in_9_3{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(180, 179, 0, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(180, 179, 0, 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;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-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.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;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:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1000px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1000px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(55, 55, 55, 1.00)}a{color:rgba(0, 102, 181, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 54, 97, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(134, 136, 143, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 54, 97, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(0, 54, 97, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(0, 70, 126, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(71, 71, 71, 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:0.8;color:inherit !important}h1{font-size:2.40rem}h2{font-size:1.70rem}h3{font-size:1.30rem}h4{font-size:1.30rem}h5{font-size:1.20rem}h6{font-size:1.10rem}p,ul li,ol li{font-size:0.90rem}@media only screen and (min-width:40.063em){h1{font-size:4.00rem}h2{font-size:2.50rem}h3{font-size:1.60rem}h4{font-size:1.90rem}h5{font-size:1.45rem}h6{font-size:1.20rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(180, 179, 0, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(0, 54, 97, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(113, 0, 12, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(180, 179, 0, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(180, 179, 0, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(134, 136, 143, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(0, 102, 181, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(0, 54, 97, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(180, 179, 0, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(113, 0, 12, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(134, 136, 143, 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(71, 71, 71, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(66, 66, 66, 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:1000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(180, 179, 0, 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(171, 170, 0, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(134, 136, 143, 1.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(127, 129, 135, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(113, 0, 12, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(107, 0, 11, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(0, 54, 97, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(0, 51, 92, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(180, 179, 0, 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(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(134, 136, 143, 1.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(0, 102, 181, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(0, 102, 181, 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(248, 248, 248, 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(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-swatch2{background-color:rgba(0, 54, 97, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(0, 54, 97, 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(248, 248, 248, 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(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-swatch3{background-color:rgba(180, 179, 0, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(180, 179, 0, 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(113, 0, 12, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(113, 0, 12, 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(255, 255, 255, 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(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-swatch5{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(134, 136, 143, 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(255, 255, 255, 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(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-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(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(171, 170, 0, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(127, 129, 135, 1.00)}.alert-box.alert{background-color:rgba(113, 0, 12, 1.00);border-color:rgba(107, 0, 11, 1.00)}.alert-box.success{background-color:rgba(0, 54, 97, 1.00);border-color:rgba(0, 51, 92, 1.00)}.alert-box.warning{background-color:rgba(180, 179, 0, 1.00);border-color:rgba(171, 170, 0, 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:3px}.breadcrumbs{background-color:rgba(134, 136, 143, 1.00);border-color:rgba(127, 129, 135, 1.00);color:rgba(255, 255, 255, 1.00)}.breadcrumbs .current a{color:rgba(255, 255, 255, 1.00)}.breadcrumbs.radius{border-radius:3px}.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(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(171, 170, 0, 1.00)}.button.secondary{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.button.secondary:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(127, 129, 135, 1.00)}.button.alert{background-color:rgba(113, 0, 12, 1.00)}.button.alert:hover{background-color:rgba(107, 0, 11, 1.00)}.button.success{background-color:rgba(0, 54, 97, 1.00)}.button.success:hover{background-color:rgba(0, 51, 92, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(180, 179, 0, 1.00);color:rgba(180, 179, 0, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(171, 170, 0, 1.00);background-color:rgba(171, 170, 0, 1.00)}.button.ghost.secondary{border-color:rgba(134, 136, 143, 1.00);color:rgba(134, 136, 143, 1.00)}.button.ghost.secondary:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(127, 129, 135, 1.00);background-color:rgba(127, 129, 135, 1.00)}.button.ghost.alert{border-color:rgba(113, 0, 12, 1.00);color:rgba(113, 0, 12, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(107, 0, 11, 1.00);background-color:rgba(107, 0, 11, 1.00)}.button.ghost.success{border-color:rgba(0, 54, 97, 1.00);color:rgba(0, 54, 97, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 51, 92, 1.00);background-color:rgba(0, 51, 92, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.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:3px;border-top-left-radius:3px}.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:3px;border-bottom-right-radius:3px}.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(180, 179, 0, 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(171, 170, 0, 1.00)}.icon-bar.secondary{background-color:rgba(134, 136, 143, 1.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(127, 129, 135, 1.00);color:rgba(255, 255, 255, 1.00)}form[data-abide] .error label{color:rgba(113, 0, 12, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(113, 0, 12, 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{font-size:16px;color:rgba(55, 55, 55, 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(180, 179, 0, 1.00)}form fieldset{border-color:rgba(0, 54, 97, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(66, 66, 66, 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:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(180, 179, 0, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(171, 170, 0, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(134, 136, 143, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(127, 129, 135, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.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(180, 179, 0, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(134, 136, 143, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(113, 0, 12, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(0, 54, 97, 1.00)}.label{background-color:rgba(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.label.alert{background-color:rgba(113, 0, 12, 1.00)}.label.success{background-color:rgba(0, 54, 97, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(134, 136, 143, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(180, 179, 0, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(171, 170, 0, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(171, 170, 0, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(127, 129, 135, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(127, 129, 135, 1.00)}.tabs li.tab-title > a{background-color:rgba(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(171, 170, 0, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(171, 170, 0, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(127, 129, 135, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(127, 129, 135, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(0, 102, 181, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(0, 96, 171, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(0, 96, 171, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(0, 54, 97, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(0, 51, 92, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(0, 51, 92, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(180, 179, 0, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(171, 170, 0, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(171, 170, 0, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(113, 0, 12, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(107, 0, 11, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(107, 0, 11, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(127, 129, 135, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(127, 129, 135, 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:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(90, 89, 0, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(134, 136, 143, 1.00);border-color:rgba(107, 108, 114, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(134, 136, 143, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(107, 108, 114, 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:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(134, 136, 143, 1.00)}.panel{background-color:rgba(140, 142, 150, 1.00);border-color:rgba(127, 129, 135, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(55, 55, 55, 1.00)}.panel p a{color:rgba(0, 102, 181, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(134, 136, 143, 1.00)}.panel p.alt a:hover{color:rgba(0, 54, 97, 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(0, 54, 97, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(0, 70, 126, 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, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(180, 179, 0, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(55, 55, 55, 1.00)}.pricing-table.primary .description{color:rgba(55, 55, 55, 1.00)}.pricing-table.primary .bullet-item{color:rgba(55, 55, 55, 1.00)}.pricing-table.secondary .title{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.secondary .price{color:rgba(55, 55, 55, 1.00)}.pricing-table.secondary .description{color:rgba(55, 55, 55, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(55, 55, 55, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(0, 102, 181, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(0, 59, 106, 1.00);color:rgba(0, 54, 97, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 102, 181, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 86, 153, 1.00)}.side-nav header{color:rgba(55, 55, 55, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(66, 66, 66, 1.00)}.side-nav li.divider{border-top-color:rgba(0, 54, 97, 1.00)}.side-nav.alt li a:not(.button){color:rgba(134, 136, 143, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(124, 0, 13, 1.00);color:rgba(0, 54, 97, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(134, 136, 143, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(113, 115, 121, 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(113, 0, 12, 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(180, 179, 0, 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(171, 170, 0, 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(180, 179, 0, 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(171, 170, 0, 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(134, 136, 143, 1.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(127, 129, 135, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(134, 136, 143, 1.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(127, 129, 135, 1.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(134, 136, 143, 1.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(127, 129, 135, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(134, 136, 143, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(113, 0, 12, 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(0, 102, 181, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(134, 136, 143, 1.00)}.clearing-blackout{background-color:rgba(134, 136, 143, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(134, 136, 143, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(127, 129, 135, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(113, 0, 12, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(113, 0, 12, 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(55, 55, 55, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 102, 181, 1.00)}.copyright a:hover{color:rgba(0, 54, 97, 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(0, 54, 97, 1.00)}.fn-text-link a{color:rgba(0, 102, 181, 1.00)}.fn-text-link a:hover{color:rgba(0, 54, 97, 1.00)}.fn-text-text{color:rgba(55, 55, 55, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(55, 55, 55, 1.00)}.fn-text-accent{color:rgba(0, 54, 97, 1.00)}.fn-text-code-text{color:rgba(180, 179, 0, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(134, 136, 143, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 54, 97, 1.00)}.fn-text-accent-alt{color:rgba(113, 0, 12, 1.00)}.fn-text-primary{color:rgba(180, 179, 0, 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(134, 136, 143, 1.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(113, 0, 12, 1.00)}.fn-text-success{color:rgba(0, 54, 97, 1.00)}.fn-text-warning{color:rgba(180, 179, 0, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(134, 136, 143, 1.00)}.fn-text-modal-close{color:rgba(113, 0, 12, 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(255, 255, 255, 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(255, 255, 255, 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, 255, 255, 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(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(134, 136, 143, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 54, 97, 1.00)}.fn-text-sw1c1{color:rgba(0, 102, 181, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(0, 102, 181, 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(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 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(0, 102, 181, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(0, 96, 171, 1.00)}.fn-text-sw2c1{color:rgba(0, 54, 97, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(0, 54, 97, 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(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 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(0, 54, 97, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(0, 51, 92, 1.00)}.fn-text-sw3c1{color:rgba(180, 179, 0, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(180, 179, 0, 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(180, 179, 0, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(171, 170, 0, 1.00)}.fn-text-sw4c1{color:rgba(113, 0, 12, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(113, 0, 12, 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(255, 255, 255, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw4c2{color:rgba(255, 255, 255, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(255, 255, 255, 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(113, 0, 12, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(107, 0, 11, 1.00)}.fn-text-sw5c1{color:rgba(134, 136, 143, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(134, 136, 143, 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(255, 255, 255, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw5c2{color:rgba(255, 255, 255, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(255, 255, 255, 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(134, 136, 143, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(127, 129, 135, 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(0, 102, 181, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(0, 102, 181, 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(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 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(0, 102, 181, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(0, 96, 171, 1.00)}.panel .fn-text-sw2c1{color:rgba(0, 54, 97, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(0, 54, 97, 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(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 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(0, 54, 97, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(0, 51, 92, 1.00)}.panel .fn-text-sw3c1{color:rgba(180, 179, 0, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(180, 179, 0, 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(180, 179, 0, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(171, 170, 0, 1.00)}.panel .fn-text-sw4c1{color:rgba(113, 0, 12, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(113, 0, 12, 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(255, 255, 255, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw4c2{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(255, 255, 255, 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(113, 0, 12, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(107, 0, 11, 1.00)}.panel .fn-text-sw5c1{color:rgba(134, 136, 143, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(134, 136, 143, 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(255, 255, 255, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw5c2{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(255, 255, 255, 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(134, 136, 143, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(127, 129, 135, 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(0, 54, 97, 1.00)}.fn-bg-text{background-color:rgba(55, 55, 55, 1.00)}.fn-bg-link{background-color:rgba(0, 102, 181, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 54, 97, 1.00)}.fn-bg-accent{background-color:rgba(0, 54, 97, 1.00)}.fn-bg-code-text{background-color:rgba(180, 179, 0, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(134, 136, 143, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 54, 97, 1.00)}.fn-bg-accent-alt{background-color:rgba(113, 0, 12, 1.00)}.fn-bg-primary{background-color:rgba(180, 179, 0, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(134, 136, 143, 1.00)}.fn-bg-secondary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-alert{background-color:rgba(113, 0, 12, 1.00)}.fn-bg-success{background-color:rgba(0, 54, 97, 1.00)}.fn-bg-warning{background-color:rgba(180, 179, 0, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(134, 136, 143, 1.00)}.fn-bg-modal-close{background-color:rgba(113, 0, 12, 1.00)}.fn-bg-sw1c1{background-color:rgba(0, 102, 181, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(0, 54, 97, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(180, 179, 0, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(113, 0, 12, 1.00)}.fn-bg-sw4c2{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-sw5c1{background-color:rgba(134, 136, 143, 1.00)}.fn-bg-sw5c2{background-color:rgba(255, 255, 255, 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(180, 179, 0, 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(171, 170, 0, 1.00)}.fn-scheme-secondary{background-color:rgba(134, 136, 143, 1.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(127, 129, 135, 1.00)}.fn-scheme-modal{background-color:rgba(134, 136, 143, 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(113, 0, 12, 1.00)}.fn-scheme-swatch1{background-color:rgba(0, 102, 181, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(0, 102, 181, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(0, 96, 171, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(0, 102, 181, 1.00);color:rgba(0, 102, 181, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(0, 96, 171, 1.00);background-color:rgba(0, 96, 171, 1.00)}.fn-scheme-swatch2{background-color:rgba(0, 54, 97, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(0, 54, 97, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(0, 51, 92, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(0, 54, 97, 1.00);color:rgba(0, 54, 97, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(0, 51, 92, 1.00);background-color:rgba(0, 51, 92, 1.00)}.fn-scheme-swatch3{background-color:rgba(180, 179, 0, 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(180, 179, 0, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(171, 170, 0, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(180, 179, 0, 1.00);color:rgba(180, 179, 0, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(171, 170, 0, 1.00);background-color:rgba(171, 170, 0, 1.00)}.fn-scheme-swatch4{background-color:rgba(113, 0, 12, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(0, 102, 181, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(113, 0, 12, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(107, 0, 11, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(113, 0, 12, 1.00);color:rgba(113, 0, 12, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(107, 0, 11, 1.00);background-color:rgba(107, 0, 11, 1.00)}.fn-scheme-swatch5{background-color:rgba(134, 136, 143, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(127, 129, 135, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(134, 136, 143, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(134, 136, 143, 1.00);color:rgba(134, 136, 143, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(127, 129, 135, 1.00);background-color:rgba(127, 129, 135, 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)}
#stacks_in_9_10 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_9_10 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_9_10 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_9_10 > .row.padding-detailed.padding-medium-up,#stacks_in_9_10 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_9_10 > .row.padding-detailed.padding-y-medium-up,#stacks_in_9_10 > .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_9_10 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_9_10 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



 .font-vault-1 > a, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, .font-vault-1,.font-vault-1 > li, .fontpro-stacks_in_9_6{font-style:normal;font-weight:300;font-family:"Open Sans",sans-serif !important}

 .font-vault-2 > a, blockquote, a, ul,ul li,ol,ol li,dl,dl dd, fieldset,input,textarea,form label,input + label,fieldset label,input + datalist,legend, button,.button,.btn, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_9_11{font-style:normal;font-weight:200;font-family:"Roboto",sans-serif !important}p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-style:normal;font-weight:200;font-family:"Roboto",sans-serif !important}


 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a,.fontpro-stacks_in_9_12{line-height:0.90 ;letter-spacing:-0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, h2>br,.font-family-h2>br,h2 a>br,.font-family-h2 a>br, h3>br,.font-family-h3>br,h3 a>br,.font-family-h3 a>br, h4>br,.font-family-h4>br,h4 a>br,.font-family-h4 a>br, h5>br,.font-family-h5>br,h5 a>br,.font-family-h5 a>br, h6>br,.font-family-h6>br,h6 a>br,.font-family-h6 a>br,.fontpro-stacks_in_9_12 > br{display:block;content:' ';padding-bottom:0.00em }
  
  
  
  

 blockquote, a, fieldset,input,textarea,form label,input + label,fieldset label,input + datalist,legend, button,.button,.btn, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_9_15{line-height:1.50 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){line-height:1.50 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }
    p:not(.custom-font)>br,.font-family-text>br,.text_stack:not(.custom-font)>br,    blockquote>br, a>br, fieldset>br,form label>br,fieldset label>br,legend>br, button>br,.button>br,.btn>br,.fontpro-stacks_in_9_15 > br{display:block;content:' ';padding-bottom:0.48em }
  
  
  
  

 .font-style-4,.font-style-4 > li, .fontpro-stacks_in_9_16{line-height:1.25 ;letter-spacing:-0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  color:rgba(128, 128, 128, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-4>br,.font-style-4>br > li, .fontpro-stacks_in_9_16 > br{display:block;content:' ';padding-bottom:0.00em }
  
  
  
  
#stacks_in_2077 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2077 > .s-pro > .sections-layer{display:none}#stacks_in_2077 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2077 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}


/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_8_4 ul.dropdown .parent-link.show-for-small {
	display:block!important;
}

ul.zone {
	float:left;
}


meta.foundation-mq-topbar {
  font-family:"/only screen and (min-width:40.063em)/"!important;
  width:40.063em!important;
}
@media only screen and (min-width:40.063em) {


	

	.contain-to-grid.matchPadding .top-bar {
		padding-left:0.9375rem;
		padding-right:0.9375rem;
	}

	.menu-align-right.zone-align-left ul.menu,
	.menu-align-left.zone-align-right ul.zone,
	.menu-align-centered.zone-align-right ul.zone,
	.menu-align-right.zone-align-right .top-bar-section {
		float:right;
	}

	.menu-align-centered.full-width .zone,
	.menu-align-centered.full-width .title-area .name {
		display:none!important;
	}
	.top-bar .title-area {
		margin-right:1.1rem;
	}
	.top-bar .title-area.title-area-hide {
		margin-right:0;
	}

	#stacks_in_8_4 ul.dropdown .parent-link.show-for-small {
		display:none!important;
	}

	.top-bar {overflow: visible; }
	  .top-bar:before, .top-bar:after {
	    content: " ";
	    display: table; }
	  .top-bar:after {
	    clear: both; }
	  .top-bar .toggle-topbar {
	    display: none; }
	  .top-bar .title-area {
	    float: left; }
	  .top-bar .name .site-title a {
	    width: auto; }
	  .top-bar input, .top-bar .button, .top-bar button {
	    font-size: 0.875rem;
	    position: relative;
	    top: 7px; }
	.top-bar-section {
	  transition: none 0 0;
	  left: 0 !important; }
/*
.top-bar-section.align-right {
	  position: absolute;
	  left:auto!important;
	  right:0 !important; }
*/
	.top-bar-section ul {
	    width: auto;
	    height: auto !important;
	    display: inline; }
	    .top-bar-section ul li {
	      float: left; }

	    *[dir="rtl"] .top-bar-section ul li {float:right}

	      .top-bar-section ul li .js-generated {
	        display: none; }
	  .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 70px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 70px;
	    color: white;}
	  .top-bar-section .has-dropdown > a {
	    padding-right: 35px !important; }
	  *[dir="rtl"] .top-bar-section .has-dropdown > a {
	    padding-right: 15px !important;
	    padding-left: 35px !important; }
	    .top-bar-section .has-dropdown > a:after {
	      content: "";
	      display: block;
	      width: 0;
	      height: 0;
	      border: solid 5px;
	      margin-top: -2.5px;
	      top: 22.5px; }
	  .top-bar-section .has-dropdown.moved {
	    position: relative; }
	    .top-bar-section .has-dropdown.moved > .dropdown {
	      display: block;
	      position: absolute !important;
	      height: 1px;
	      width: 1px;
	      overflow: hidden;
	      clip: rect(1px, 1px, 1px, 1px); }
	  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	    display: block;
	    position: static !important;
	    height: auto;
	    width: auto;
	    overflow: visible;
	    clip: auto;
	    position: absolute !important; }
	  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	    border: none;
	    content: "\00bb";
	    top: 1rem;
	    margin-top: -1px;
	    right: 5px;
	    line-height: 1.2; }
	  .top-bar-section .dropdown {
	    left: 0;
	    top: auto;
	    background: transparent;
	    min-width: 100%; }
	   *[dir="rtl"] .top-bar-section .dropdown {
	      left: auto;
	      right:0; }
	    .top-bar-section .dropdown li a {
	      color: white;
	      line-height: 45px;
	      white-space: nowrap;
	      padding: 12px 15px;}
	    .top-bar-section .dropdown li label {
	      white-space: nowrap;}
	    .top-bar-section .dropdown li .dropdown {
	      left: 100%;
	      top: 0; }
	   /* Updated below selector to support Magellan div */
	  .top-bar-section > div > ul > .divider, .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	    border-bottom: none;
	    border-top: none;
	    border-right: solid 1px #4e4e4e;
	    clear: none;
	    height: 70px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 70px; }
	  .top-bar-section .right li .dropdown {
	    left: auto;
	    right: 0; }
	    .top-bar-section .right li .dropdown li .dropdown {
	      right: 100%; }
	  .top-bar-section .left li .dropdown {
	    right: auto;
	    left: 0; }
	    .top-bar-section .left li .dropdown li .dropdown {
	      left: 100%; }
	.no-js .top-bar-section .has-dropdown:hover > .dropdown {
	  display: block;
	  position: static !important;
	  height: auto;
	  width: auto;
	  overflow: visible;
	  clip: auto;
	  position: absolute !important; }

	#stacks_in_8_4 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_8_4 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_8_4 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_8_4 .top-bar .name .site-title small{
		display:inline!important;
	}

 
	#stacks_in_8_4 .top-bar-section > ul > .divider,
	#stacks_in_8_4 .top-bar-section > ul > [role="separator"] {
		height: 70px;
	}

	#stacks_in_8_4 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 70px;
	}

	#stacks_in_8_4 .top-bar-section .has-dropdown > a{
		padding-right: 35px !important;
	}
	#stacks_in_8_4 .top-bar-section .has-dropdown > a:after {
		top:50%;
	}
	#stacks_in_8_4 .top-bar-section .has-dropdown .dropdown li a{
    	line-height:45px !important;
		padding:0 15px !important;
	}
	#stacks_in_8_4 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
		top: 1rem;
	}
	#stacks_in_8_4 .top-bar-section .has-dropdown .dropdown label {
		padding: 8px 15px 2px;
	}
	#stacks_in_8_4 .top-bar-section .has-form {
		padding: 0 15px;
		height: 70px;
	}

}

*[dir="rtl"] .top-bar .toggle-topbar.menu-icon a{padding:0 .9375rem 0 2.5rem;text-indent:0}*[dir="rtl"] .top-bar-section ul li > a{padding:12px 0.9375rem}#stacks_in_8_4{overflow:visible}#stacks_in_8_4 [data-magellan-expedition],#stacks_in_8_4 [data-magellan-expedition-clone]{background:none;padding:0 !important}#stacks_in_8_4 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_8_4 .top-bar-wrapper{z-index:1999}#stacks_in_8_4 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_8_4 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_8_4 .top-bar .top-bar-section ul li{background:none !important}#stacks_in_8_4 .top-bar .top-bar-section ul li > a.button{padding-top:0.35rem;position:relative}#stacks_in_8_4 a:not(.button){text-decoration:none}#stacks_in_8_4 .top-bar-section .has-form{background:inherit}#stacks_in_8_4 .top-bar .fa{vertical-align:middle}#stacks_in_8_4 .top-bar ul.title-area,#stacks_in_8_4 .top-bar ul.zone{z-index:2000}#stacks_in_8_4 .top-bar ul.zone{position:relative}#stacks_in_8_4 .top-bar .name{display:block;position:relative;padding:0 0.9375rem}#stacks_in_8_4 .top-bar .name.collapse{padding:0}#stacks_in_8_4 .top-bar .name a{height:45px;display:inline-block}#stacks_in_8_4 .top-bar .name span{height:100%}#stacks_in_8_4 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_8_4 .top-bar .name .site-title{display:inline-block;color:rgba(0, 54, 97, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_8_4 .top-bar .name .site-title small{color:rgba(0, 48, 87, 1.00)}#stacks_in_8_4 .top-bar,#stacks_in_8_4 .title-area,#stacks_in_8_4 a:not(.button){background:transparent}#stacks_in_8_4 ul:not(.title-area) .dropdown label{color:rgba(0, 54, 97, 0.40)}#stacks_in_8_4 ul:not(.title-area) li:hover > a:not(.button),#stacks_in_8_4 ul:not(.title-area) li.has-dropdown > a.hovered:not(.button){background-color:rgba(0, 54, 97, 0.15);color:rgba(0, 54, 97, 1.00)}#stacks_in_8_4 .top-bar-section .divider,#stacks_in_8_4 .top-bar-section [role="separator"]{border-color:rgba(0, 54, 97, 0.40)}#stacks_in_8_4 .top-bar-section .has-dropdown > a:after{border-color:rgba(0, 54, 97, 0.40) transparent transparent transparent}#stacks_in_8_4 .top-bar.expanded .toggle-topbar a span{box-shadow:none}#stacks_in_8_4 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(0, 54, 97, 1.00)}#stacks_in_8_4 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(0, 48, 87, 1.00)}#stacks_in_8_4 .top-bar-wrapper:not(.swatch) .back > h5,#stacks_in_8_4 .top-bar-wrapper:not(.swatch) .back > h5 > a,#stacks_in_8_4 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(0, 54, 97, 1.00)}#stacks_in_8_4 .top-bar-wrapper:not(.swatch) .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(0, 54, 97, 1.00),0 7px 0 1px rgba(0, 54, 97, 1.00),0 14px 0 1px rgba(0, 54, 97, 1.00);height:1px;background-color:rgba(0, 54, 97, 1.00)}#stacks_in_8_4 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(255, 255, 255, 1.00)}#stacks_in_8_4 .top-bar-wrapper.fixed{top:0px}#stacks_in_8_4 .top-bar-wrapper.fixed.fixedShadow{box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_8_4 .top-bar-wrapper.solid{background:rgba(255, 255, 255, 1.00)}#stacks_in_8_4 .top-bar-wrapper.twotone{background-color:rgba(135, 135, 135, 1.00);background-image:linear-gradient(to bottom,rgba(135, 135, 135, 1.00) 0%,rgba(125, 125, 125, 1.00) 45%,rgba(120, 120, 120, 1.00) 50%,rgba(255, 255, 255, 1.00) 50%,rgba(245, 245, 245, 1.00) 100%)}#stacks_in_8_4 .top-bar-wrapper.onecolor{background-color:rgba(255, 255, 255, 1.00);background-image:linear-gradient(to bottom,rgba(255, 255, 255, 1.00),rgba(255, 255, 255, 1.00) 85%)}#stacks_in_8_4 .top-bar-wrapper.twocolor{background-color:rgba(115, 115, 115, 1.00);background-image:linear-gradient(to bottom,rgba(115, 115, 115, 1.00),rgba(255, 255, 255, 1.00) 85%)}#stacks_in_8_4 .top-bar-wrapper.styleActive li.active > a{background:rgba(0, 54, 97, 0.15);color:rgba(0, 54, 97, 1.00)}#stacks_in_8_4 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;transition:visibility 0s linear 0.5s,opacity 0.5s linear}#stacks_in_8_4 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;transition-delay:0s}#stacks_in_8_4 .top-bar-wrapper.sticky.sticky-hide{opacity:0;transition:opacity 0.1s ease}#stacks_in_8_4 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1;height:70px;transition:opacity 0.5s ease}#stacks_in_8_4 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_8_4 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a{padding-right:15px !important}#stacks_in_8_4 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a::after{display:none}.f-topbar-fixed{padding-top:70px !important}#stacks_in_8_4 .expanded:not(.top-bar) .top-bar-section{margin-top:70px}#stacks_in_8_4 .top-bar{height:70px;line-height:70px}#stacks_in_8_4 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_8_4 .top-bar .name{height:70px;padding:0 15px}#stacks_in_8_4 .top-bar .name .site-title,#stacks_in_8_4 .top-bar .name a,#stacks_in_8_4 .top-bar .name span{height:70px;line-height:70px;font-size:1.06rem}#stacks_in_8_4 .toggle-topbar a{font-size:1.00rem}#stacks_in_8_4 .toggle-topbar.menu-icon{right:15px}#stacks_in_8_4 .top-bar-section ul li > a{padding-left:15px;font-size:1.00rem}#stacks_in_8_4 .top-bar-section ul li > a.button{font-size:1.00rem;padding-right:15px;padding-left:15px}#stacks_in_8_4 .top-bar-section .has-form{padding:0 15px}#stacks_in_8_4 .top-bar-section .dropdown li{font-size:1.00rem}#stacks_in_8_4 .top-bar-section .dropdown li a{padding:8px 15px}#stacks_in_8_4 .top-bar-section .dropdown li.has-form{padding:8px 15px}#stacks_in_8_4 .top-bar-section .dropdown label{padding:8px 15px 2px;font-size:80%}
    #stacks_in_2080.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2080.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2080.blu-wrap>.blueprint-col{}#stacks_in_2080.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2080.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2080.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2080.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2080.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2080.blu-wrap>.blueprint-col{ }#stacks_in_2080.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2080.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2080.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2080.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2080.blu-wrap>.blueprint-col{ }
#stacks_in_2080.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2080.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2080.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2080.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2080.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2080.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2080.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2080.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2080.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_2080.blu-wrap>.blueprint-col>.blucol-content{margin: 0px }}   @media screen and (min-width:640px){#stacks_in_2080.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 3.00% 0.00% }}  
    #stacks_in_2082.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2082.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2082.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_2082.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2082.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2082.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2082.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_2082.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2082.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_2082.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2082.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2082.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2082.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2082.blu-wrap>.blueprint-col{ }
#stacks_in_2082.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2082.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2082.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2082.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2082.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2082.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2082.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2082.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2082.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_2082.blu-wrap>.blueprint-col>.blucol-content{padding: 10.00% 0.00% 5.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_2084 h1,#stacks_in_2084 div{text-align:center !important}#stacks_out_2084{display:block !important}}#stacks_in_2084 .h-pro{padding:0px}#stacks_in_2084 .h-pro{border-radius: 0px }#stacks_in_2084 .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_2084 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}#stacks_in_2084 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Open Sans",Sans-Serif;font-weight:800;font-style:normal}#stacks_in_2084 .primary,#stacks_in_2084 .segment{display:inline-block}#stacks_in_2084 .primary.sub-title,#stacks_in_2084 .segment.sub-title{display:block}#stacks_in_2084 [data-seg="segment2"].last-title{display:block}#stacks_in_2084 .segment.no-shadow{text-shadow:none !important}#stacks_in_2084 .segment *{}#stacks_in_2084 .hTxt.primary{vertical-align:baseline}#stacks_in_2084 .segment[data-seg="segment1"]{font-size:60%;color:rgba(55, 55, 55, 1.00);padding:10px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2084 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_2084 .segment[data-seg="segment1"] div.mez{font-size:60%}
@media only screen and (max-width:640.00px){#stacks_in_2084 h1{font-size:2.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_2084 h1{font-size:3.50rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_2084 h1{font-size:3.50rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_2084 h1{font-size:3.50rem!important}}

#stacks_in_2087 {
	font-weight: lighter;
}
    #stacks_in_2090.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2090.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2090.blu-wrap>.blueprint-col{}#stacks_in_2090.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2090.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2090.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2090.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2090.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2090.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_2090.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2090.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2090.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2090.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2090.blu-wrap>.blueprint-col{ }
#stacks_in_2090.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2090.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2090.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2090.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2090.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2090.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2090.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2090.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2090.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
 @media(hover:hover){#stacks_in_2092.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_2092.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2092.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2092.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2092.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_2092.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2092.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_2092.blu-sidebar.full-height{height:100vh}#stacks_in_2092.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2092.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2092.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2092.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2092.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2092.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2092.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_2092.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2092.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2092.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_2092.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2092.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_2092.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2092.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2092.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2092.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2092.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2092.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_2092.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2092.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2092.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2092.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_2092.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_2092.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2092.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2092.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 0px);flex-basis:calc(50% - 0px);max-width:9999px;min-width:100px}
#stacks_in_2092.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2092.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(150, 122, 220, 1.00);border-radius:0px}#stacks_in_2092.blu-sidebar>.blu-content::before,#stacks_in_2092.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2092.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2092.blu-sidebar>.blu-side::before,#stacks_in_2092.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2095.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2095.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2095.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_2095.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2095.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2095.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2095.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 5.00% 0.00% ;padding: 0px }#stacks_in_2095.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2095.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_2095.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2095.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2095.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2095.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2095.blu-wrap>.blueprint-col{ }
#stacks_in_2095.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2095.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2095.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2095.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2095.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2095.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2095.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2095.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2095.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media only screen and (max-width:640px){#stacks_in_2097 h3,#stacks_in_2097 div{text-align:center !important}#stacks_out_2097{display:block !important}}#stacks_in_2097 h3,#stacks_in_2097 div{color:rgba(52, 73, 94, 1.00)}#stacks_in_2097 h3 a,#stacks_in_2097 div a{color:rgba(52, 73, 94, 1.00)}#stacks_in_2097 h3 a:hover,#stacks_in_2097 div a:hover{color:rgba(39, 54, 70, 1.00)}#stacks_in_2097 small,#stacks_in_2097 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2097 .h-pro{padding:0px}#stacks_in_2097 .h-pro{border-radius: 0px }#stacks_in_2097 .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_2097 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_2097 h3{font-size:1.40rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_2097 h3{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_2097 h3{font-size:2.00rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_2097 h3{font-size:2.00rem!important}}

#stacks_in_2100 {
	font-weight: lighter;
}

#stacks_in_2133 {
	letter-spacing: 10px;
	text-transform: uppercase;
}
#stacks_in_2102 p,#stacks_in_2102 div{margin-bottom:0}
/*  DropThing Stack by RapidWeaver Central is based with kind permission on Will Woodgate's Toggle Stack. More of Will's stacks can be found at http://www.stacks4stacks.com */


#dropthingWrapper_stacks_in_2211 {
	position: relative;
	display: block;
}

#dropthingTrigger_stacks_in_2211 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: #4F971F;
	text-decoration: none;
	background: ;
	
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;	
}
	
.static-bg0stacks_in_2211 {
	background: transparent;
}

.static-bg1stacks_in_2211 {
	background: #333333;
}

.static-bg2stacks_in_2211 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_2211 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_2211 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_2211 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#dropthingTrigger_stacks_in_2211:hover { 
	color: #315E29;
	cursor: pointer; 
}

#dropthingContainer_stacks_in_2211 {
	display: none;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: #666666;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.content-bg0stacks_in_2211 {
	background: transparent;
}

.content-bg1stacks_in_2211 {
	background: #333333;
}

.content-bg2stacks_in_2211 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_2211 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_2211 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_2211 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}



/* @end */

#stacks_in_2211 {
	padding: 20px 0px 0px 0px;
}

@media only screen and (max-width:40em){#stacks_in_2210{text-align:center}#stacks_in_2210 .button{float:none !important}}#stacks_in_2210 .button{margin-bottom:0}

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

.style-pro-stacks_in_2077::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2077:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:left top;background-size:cover;}.style-pro-stacks_in_2077:not(.bg-vault):not(.bg-featured)::before{background-image:url(http://csierosion.com/cms-data/image/bgimgabout.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2077:not(.bg-vault)::before{background-attachment:scroll !important}}

 .ovl-style-pro-stacks_in_2077::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}       
#stacks_in_3185 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_3185 > .s-pro > .sections-layer{display:none}#stacks_in_3185 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_3185 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
    #stacks_in_3187.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_3187.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_3187.blu-wrap>.blueprint-col{}#stacks_in_3187.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_3187.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_3187.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_3187.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_3187.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_3187.blu-wrap>.blueprint-col{ }#stacks_in_3187.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_3187.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_3187.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_3187.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_3187.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}
#stacks_in_3187.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_3187.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_3187.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_3187.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_3187.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_3187.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_3187.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_3187.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_3187.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_3189.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_3189.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_3189.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_3189.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_3189.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_3189.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_3189.blu-wrap>.blueprint-col>.blucol-content{margin:2.00% 0.00% 1.00% 0.00% ;padding:0.00% 0.00% 5.00% 0.00% }#stacks_in_3189.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_3189.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_3189.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_3189.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_3189.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_3189.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_3189.blu-wrap>.blueprint-col{ }
#stacks_in_3189.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_3189.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_3189.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_3189.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_3189.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_3189.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_3189.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_3189.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_3189.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_3189.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 2.00% 0.00% }}    
#stacks_in_3191 h3,#stacks_in_3191 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_3191 h3,#stacks_in_3191 .hTxt:not(.segment) div{font-size:1.50rem}}


#stacks_in_3191 {
	padding: 0px 0px 40px 0px;
}
 @media(hover:hover){#stacks_in_3196.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_3196.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_3196.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_3196.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_3196.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_3196.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_3196.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_3196.blu-sidebar.full-height{height:100vh}#stacks_in_3196.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_3196.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_3196.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_3196.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_3196.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3196.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_3196.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_3196.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:20.00px;margin-right:20.00px}#stacks_in_3196.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_3196.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_3196.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_3196.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_3196.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_3196.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_3196.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_3196.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_3196.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_3196.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_3196.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_3196.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_3196.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_3196.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_3196.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_3196.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_3196.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_3196.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(50% - 0px);flex-basis:calc(50% - 0px);max-width:9999px;min-width:100px}
#stacks_in_3196.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_3196.blu-sidebar>.blu-content{padding: 5px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_3196.blu-sidebar>.blu-content::before,#stacks_in_3196.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_3196.blu-sidebar>.blu-side{padding: 5px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_3196.blu-sidebar>.blu-side::before,#stacks_in_3196.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 


.style-pro-stacks_in_3185::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_3185:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(230, 230, 230, 1.00)}

#stacks_in_4432_9 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_4432_9 > .s-pro > .sections-layer{display:none}#stacks_in_4432_9 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_4432_9 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
    #stacks_in_4432_7.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_4432_7.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_4432_7.blu-wrap>.blueprint-col{}#stacks_in_4432_7.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_4432_7.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_4432_7.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_4432_7.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_4432_7.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_4432_7.blu-wrap>.blueprint-col{ }#stacks_in_4432_7.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_4432_7.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_4432_7.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_4432_7.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_4432_7.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}
#stacks_in_4432_7.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_4432_7.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_4432_7.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_4432_7.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_4432_7.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_4432_7.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_4432_7.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_4432_7.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_4432_7.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_4432_5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_4432_5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_4432_5.blu-wrap>.blueprint-col{}#stacks_in_4432_5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_4432_5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_4432_5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_4432_5.blu-wrap>.blueprint-col>.blucol-content{margin:2.00% 0.00% 1.00% 0.00% ;padding:0.00% 0.00% 5.00% 0.00% }#stacks_in_4432_5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_4432_5.blu-wrap>.blueprint-col{ }#stacks_in_4432_5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_4432_5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_4432_5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_4432_5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_4432_5.blu-wrap>.blueprint-col{ }
#stacks_in_4432_5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_4432_5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_4432_5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_4432_5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_4432_5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_4432_5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_4432_5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_4432_5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_4432_5.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_4432_5.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 2.00% 0.00% }}    
#stacks_in_4432_3 h3,#stacks_in_4432_3 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_4432_3 h3,#stacks_in_4432_3 .hTxt:not(.segment) div{font-size:1.50rem}}


  #stacks_in_4432_16{text-align:center}          @media screen and (max-width:641px){#stacks_in_4432_16>.button.b-p.expand-mob:not(.icon-only),#stacks_in_4432_16>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_4432_16 .button.b-p.expand-large:not(.icon-only),#stacks_in_4432_16>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_4432_16.bp-wrap{padding:30px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_4432_16.bp-wrap{padding:30px 0px 0px 0px}}         
  
.style-pro-stacks_in_4432_9::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_4432_9:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(0, 54, 97, 1.00)}

#stacks_in_15 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_15 > .s-pro > .sections-layer{display:none}#stacks_in_15 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_15 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
    #stacks_in_92.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_92.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_92.blu-wrap>.blueprint-col{}#stacks_in_92.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_92.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_92.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_92.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_92.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_92.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_92.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_92.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_92.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_92.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_92.blu-wrap>.blueprint-col{ }
#stacks_in_92.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_92.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_92.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_92.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_92.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_92.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_92.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_92.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_92.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_92.blu-wrap>.blueprint-col>.blucol-content{margin: 6.00% 0.00% 10.00% 0.00% }}    
    #stacks_in_2137.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2137.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2137.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_2137.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2137.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2137.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2137.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_2137.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2137.blu-wrap>.blueprint-col{ }#stacks_in_2137.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2137.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2137.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2137.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2137.blu-wrap>.blueprint-col{ }
#stacks_in_2137.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2137.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2137.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2137.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2137.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2137.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2137.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2137.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2137.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_2137.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 2.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_2139 h3,#stacks_in_2139 div{text-align:center !important}#stacks_out_2139{display:block !important}}#stacks_in_2139 .h-pro{padding:0px}#stacks_in_2139 .h-pro{border-radius: 0px }#stacks_in_2139 .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_2139 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_2139 h3{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_2139 h3{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_2139 h3{font-size:2.50rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_2139 h3{font-size:2.50rem!important}}

#stacks_in_2142 {
	font-weight: lighter;
}
#stacks_in_4071 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_814.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_814.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_814.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_814.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_814.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_814.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_814.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_814.blu-sidebar.full-height{height:100vh}#stacks_in_814.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_814.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_814.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_814.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_814.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_814.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_814.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_814.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_814.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_814.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_814.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_814.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_814.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_814.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_814.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_814.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_814.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_814.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_814.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_814.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_814.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_814.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_814.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_814.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_814.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_814.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_814.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_814.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_814.blu-sidebar>.blu-content::before,#stacks_in_814.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_814.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_814.blu-sidebar>.blu-side::before,#stacks_in_814.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_816 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_816{z-index:1}#stacks_in_816 > .s-pro > .sections-layer{display:none}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_816 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_816 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_816 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_4441 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_4441 img.maxwidth{max-width:500px}#stacks_in_4441 img.maxheight{width:auto;max-height:500px}
    #stacks_in_820{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_820{margin: 0px }#stacks_in_820>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_820>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_820>.s-box>.s-box-content{padding: 0px }} #stacks_in_820>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_820{width:100.00%}@media all and (min-width:640px){#stacks_in_820{width:100.00%}}   #stacks_in_820.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_820.box-abs{height:100.00%}}   
.style-pro-stacks_in_820::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_820:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_820:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-823.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_820:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_820:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_820:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-823.png);}}

    #stacks_in_826.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_826.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_826.blu-wrap>.blueprint-col{}#stacks_in_826.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_826.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_826.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_826.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_826.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_826.blu-wrap>.blueprint-col{ }#stacks_in_826.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_826.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_826.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_826.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_826.blu-wrap>.blueprint-col{ }
#stacks_in_826.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_826.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_826.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_826.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_826.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_826.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_826.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_826.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_826.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_826.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_826.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_828.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_828.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_828.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_828.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_828.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_828.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_828.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_828.blu-sidebar.full-height{height:100vh}#stacks_in_828.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_828.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_828.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_828.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_828.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_828.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_828.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_828.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_828.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_828.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_828.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_828.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_828.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_828.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_828.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_828.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_828.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_828.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_828.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_828.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_828.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_828.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_828.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_828.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_828.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_828.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_828.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_828.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_828.blu-sidebar>.blu-content::before,#stacks_in_828.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_828.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_828.blu-sidebar>.blu-side::before,#stacks_in_828.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_2190 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_2190 #topBoxTriggerstacks_in_2190 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2190 #topBoxTriggerContentstacks_in_2190 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2190 #topBoxTriggerContentstacks_in_2190 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_2190 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_2190 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_2190 h1,
#topBoxContentWrapperstacks_in_2190 h2,
#topBoxContentWrapperstacks_in_2190 h3,
#topBoxContentWrapperstacks_in_2190 h4,
#topBoxContentWrapperstacks_in_2190 h5,
#topBoxContentWrapperstacks_in_2190 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_2190 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_2190 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_2190 a:hover,
#topBoxContentWrapperstacks_in_2190 a:focus,
#topBoxContentWrapperstacks_in_2190 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_2190 .topBoxAudio,
#topBoxContentWrapperstacks_in_2190 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_2190.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_2190 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_2190 .trackName,
#topBoxContentWrapperstacks_in_2190 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_2190 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_2192{text-align:center}#stacks_in_2192 .button{float:none !important}}#stacks_in_2192 .button{margin-bottom:0}

#stacks_in_2192 {
	padding:  5px;
}
    #stacks_in_2194.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2194.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2194.blu-wrap>.blueprint-col{}#stacks_in_2194.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2194.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2194.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2194.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2194.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2194.blu-wrap>.blueprint-col{ }#stacks_in_2194.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2194.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2194.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2194.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2194.blu-wrap>.blueprint-col{ }
#stacks_in_2194.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2194.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2194.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2194.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2194.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2194.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2194.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2194.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2194.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_2196 h3,#stacks_in_2196 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_2196 h3 a,#stacks_in_2196 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_2196 h3 a:hover,#stacks_in_2196 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_2196 small,#stacks_in_2196 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2196 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2196 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2196 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2196 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_4711{}}
@media only screen and (max-width:480.00px){#stacks_in_4711,#stacks_in_4711 div,#stacks_in_4711 p,#stacks_in_4711 ol,#stacks_in_4711 ul li,#stacks_in_4711 ol li,#stacks_in_4711 ol,#stacks_in_4711 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_4711,#stacks_in_4711 div,#stacks_in_4711 p,#stacks_in_4711 ol,#stacks_in_4711 ul li,#stacks_in_4711 ol li,#stacks_in_4711 ol,#stacks_in_4711 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_4711,#stacks_in_4711 div,#stacks_in_4711 p,#stacks_in_4711 ol,#stacks_in_4711 ul li,#stacks_in_4711 ol li,#stacks_in_4711 ol,#stacks_in_4711 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_4711,#stacks_in_4711 div,#stacks_in_4711 p,#stacks_in_4711 ol,#stacks_in_4711 ul li,#stacks_in_4711 ol li,#stacks_in_4711 ol,#stacks_in_4711 dl{font-size:0.90rem!important}}
#stacks_in_2204{overflow:hidden}#stacks_in_2204 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_2204 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_3217 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_3217 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_3217 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_846.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_846.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_846.blu-wrap>.blueprint-col{}#stacks_in_846.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_846.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_846.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_846.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_846.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_846.blu-wrap>.blueprint-col{ }#stacks_in_846.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_846.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_846.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_846.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_846.blu-wrap>.blueprint-col{ }
#stacks_in_846.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_846.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_846.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_846.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_846.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_846.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_846.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_846.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_846.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_848 h3,#stacks_in_848 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_848 h3,#stacks_in_848 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_848 h3,#stacks_in_848 div{text-align:center !important}#stacks_out_848{display:block !important}}@media only screen and (min-width:0px){#stacks_in_848 h3,#stacks_in_848 div{line-height:1.20}}#stacks_in_848 .primary,#stacks_in_848 .segment{display:inline-block}#stacks_in_848 .primary.sub-title,#stacks_in_848 .segment.sub-title{display:block}#stacks_in_848 [data-seg="segment2"].last-title{display:block}#stacks_in_848 .segment.no-shadow{text-shadow:none !important}#stacks_in_848 .segment *{}#stacks_in_848 .hTxt.primary{vertical-align:baseline}#stacks_in_848 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_848 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_848 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_826::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_826:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_826:not(.bdr-vault)::before,.style-pro-stacks_in_826:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_826:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_826:not(.bdr-vault):before,.style-pro-stacks_in_826:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_826:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_826:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_826:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_826:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_826:not(.bdr-vault):hover::before,.style-pro-stacks_in_826:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_826:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_826::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_826:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_1803.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_1803.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_1803.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_1803.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_1803.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_1803.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_1803.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_1803.blu-sidebar.full-height{height:100vh}#stacks_in_1803.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1803.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_1803.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1803.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_1803.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1803.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_1803.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_1803.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_1803.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_1803.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_1803.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_1803.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_1803.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1803.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_1803.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_1803.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_1803.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_1803.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_1803.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1803.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1803.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1803.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_1803.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_1803.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_1803.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_1803.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_1803.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_1803.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1803.blu-sidebar>.blu-content::before,#stacks_in_1803.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_1803.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1803.blu-sidebar>.blu-side::before,#stacks_in_1803.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_1805 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_1805{z-index:1}#stacks_in_1805 > .s-pro > .sections-layer{display:none}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_1805 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_1805 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1805 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_4442 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_4442 img.maxwidth{max-width:500px}#stacks_in_4442 img.maxheight{width:auto;max-height:500px}
    #stacks_in_1809{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_1809{margin: 0px }#stacks_in_1809>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1809>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_1809>.s-box>.s-box-content{padding: 0px }} #stacks_in_1809>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_1809{width:100.00%}@media all and (min-width:640px){#stacks_in_1809{width:100.00%}}   #stacks_in_1809.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_1809.box-abs{height:100.00%}}   
.style-pro-stacks_in_1809::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1809:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_1809:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-1812.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_1809:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_1809:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_1809:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-1812.png);}}

    #stacks_in_1947.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1947.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1947.blu-wrap>.blueprint-col{}#stacks_in_1947.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1947.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1947.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1947.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_1947.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1947.blu-wrap>.blueprint-col{ }#stacks_in_1947.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1947.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1947.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1947.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1947.blu-wrap>.blueprint-col{ }
#stacks_in_1947.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1947.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1947.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1947.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1947.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1947.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1947.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1947.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1947.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_1947.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_1947.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_1949.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_1949.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_1949.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_1949.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_1949.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_1949.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_1949.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_1949.blu-sidebar.full-height{height:100vh}#stacks_in_1949.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1949.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_1949.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_1949.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_1949.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_1949.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_1949.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_1949.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_1949.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_1949.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_1949.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_1949.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_1949.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1949.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_1949.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_1949.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_1949.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_1949.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_1949.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_1949.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1949.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_1949.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_1949.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_1949.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_1949.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_1949.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_1949.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_1949.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1949.blu-sidebar>.blu-content::before,#stacks_in_1949.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_1949.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1949.blu-sidebar>.blu-side::before,#stacks_in_1949.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_2184 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_2184 #topBoxTriggerstacks_in_2184 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2184 #topBoxTriggerContentstacks_in_2184 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2184 #topBoxTriggerContentstacks_in_2184 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_2184 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_2184 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_2184 h1,
#topBoxContentWrapperstacks_in_2184 h2,
#topBoxContentWrapperstacks_in_2184 h3,
#topBoxContentWrapperstacks_in_2184 h4,
#topBoxContentWrapperstacks_in_2184 h5,
#topBoxContentWrapperstacks_in_2184 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_2184 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_2184 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_2184 a:hover,
#topBoxContentWrapperstacks_in_2184 a:focus,
#topBoxContentWrapperstacks_in_2184 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_2184 .topBoxAudio,
#topBoxContentWrapperstacks_in_2184 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_2184.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_2184 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_2184 .trackName,
#topBoxContentWrapperstacks_in_2184 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_2184 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_2169{text-align:center}#stacks_in_2169 .button{float:none !important}}#stacks_in_2169 .button{margin-bottom:0}

#stacks_in_2169 {
	padding:  5px;
}
    #stacks_in_2187.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2187.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2187.blu-wrap>.blueprint-col{}#stacks_in_2187.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2187.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2187.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2187.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2187.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2187.blu-wrap>.blueprint-col{ }#stacks_in_2187.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2187.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2187.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2187.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2187.blu-wrap>.blueprint-col{ }
#stacks_in_2187.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2187.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2187.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2187.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2187.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2187.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2187.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2187.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2187.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_2171 h3,#stacks_in_2171 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_2171 h3 a,#stacks_in_2171 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_2171 h3 a:hover,#stacks_in_2171 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_2171 small,#stacks_in_2171 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2171 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2171 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2171 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2171 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_2176{}}
@media only screen and (max-width:480.00px){#stacks_in_2176,#stacks_in_2176 div,#stacks_in_2176 p,#stacks_in_2176 ol,#stacks_in_2176 ul li,#stacks_in_2176 ol li,#stacks_in_2176 ol,#stacks_in_2176 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2176,#stacks_in_2176 div,#stacks_in_2176 p,#stacks_in_2176 ol,#stacks_in_2176 ul li,#stacks_in_2176 ol li,#stacks_in_2176 ol,#stacks_in_2176 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2176,#stacks_in_2176 div,#stacks_in_2176 p,#stacks_in_2176 ol,#stacks_in_2176 ul li,#stacks_in_2176 ol li,#stacks_in_2176 ol,#stacks_in_2176 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2176,#stacks_in_2176 div,#stacks_in_2176 p,#stacks_in_2176 ol,#stacks_in_2176 ul li,#stacks_in_2176 ol li,#stacks_in_2176 ol,#stacks_in_2176 dl{font-size:0.90rem!important}}
#stacks_in_2179{overflow:hidden}#stacks_in_2179 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_2179 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_3210 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_3210 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_3210 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_1967.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1967.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1967.blu-wrap>.blueprint-col{}#stacks_in_1967.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1967.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1967.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1967.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1967.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1967.blu-wrap>.blueprint-col{ }#stacks_in_1967.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1967.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1967.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1967.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1967.blu-wrap>.blueprint-col{ }
#stacks_in_1967.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1967.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1967.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1967.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1967.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1967.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1967.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1967.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1967.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_1969 h3,#stacks_in_1969 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_1969 h3,#stacks_in_1969 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_1969 h3,#stacks_in_1969 div{text-align:center !important}#stacks_out_1969{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1969 h3,#stacks_in_1969 div{line-height:1.20}}#stacks_in_1969 .primary,#stacks_in_1969 .segment{display:inline-block}#stacks_in_1969 .primary.sub-title,#stacks_in_1969 .segment.sub-title{display:block}#stacks_in_1969 [data-seg="segment2"].last-title{display:block}#stacks_in_1969 .segment.no-shadow{text-shadow:none !important}#stacks_in_1969 .segment *{}#stacks_in_1969 .hTxt.primary{vertical-align:baseline}#stacks_in_1969 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_1969 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_1969 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_1947::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1947:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_1947:not(.bdr-vault)::before,.style-pro-stacks_in_1947:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_1947:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_1947:not(.bdr-vault):before,.style-pro-stacks_in_1947:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_1947:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_1947:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_1947:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_1947:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_1947:not(.bdr-vault):hover::before,.style-pro-stacks_in_1947:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_1947:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_1947::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1947:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

#stacks_in_2787{overflow:hidden}#stacks_in_2787 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_2787 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
    #stacks_in_3233.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_3233.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_3233.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_3233.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_3233.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_3233.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_3233.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_3233.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_3233.blu-wrap>.blueprint-col{ }#stacks_in_3233.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_3233.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_3233.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_3233.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_3233.blu-wrap>.blueprint-col{ }
#stacks_in_3233.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_3233.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_3233.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_3233.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_3233.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_3233.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_3233.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_3233.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_3233.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_3233.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 2.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_3235 h3,#stacks_in_3235 div{text-align:center !important}#stacks_out_3235{display:block !important}}#stacks_in_3235 .h-pro{padding:0px}#stacks_in_3235 .h-pro{border-radius: 0px }#stacks_in_3235 .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_3235 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_3235 h3{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_3235 h3{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_3235 h3{font-size:2.50rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_3235 h3{font-size:2.50rem!important}}

#stacks_in_3238 {
	font-weight: lighter;
}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
 @media(hover:hover){#stacks_in_5511.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_5511.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_5511.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_5511.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_5511.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_5511.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_5511.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_5511.blu-sidebar.full-height{height:100vh}#stacks_in_5511.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_5511.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_5511.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_5511.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_5511.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_5511.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_5511.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_5511.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_5511.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_5511.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_5511.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_5511.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_5511.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_5511.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_5511.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_5511.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_5511.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_5511.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_5511.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_5511.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_5511.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_5511.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_5511.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_5511.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_5511.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_5511.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_5511.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_5511.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5511.blu-sidebar>.blu-content::before,#stacks_in_5511.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_5511.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5511.blu-sidebar>.blu-side::before,#stacks_in_5511.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_5529 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_5529{z-index:1}#stacks_in_5529 > .s-pro > .sections-layer{display:none}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_5529 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_5529 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_5529 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_5532 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5532 img.maxwidth{max-width:500px}#stacks_in_5532 img.maxheight{width:auto;max-height:500px}
    #stacks_in_5534{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_5534{margin: 0px }#stacks_in_5534>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_5534>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_5534>.s-box>.s-box-content{padding: 0px }} #stacks_in_5534>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_5534{width:100.00%}@media all and (min-width:640px){#stacks_in_5534{width:100.00%}}   #stacks_in_5534.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_5534.box-abs{height:100.00%}}   
.style-pro-stacks_in_5534::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_5534:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_5534:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-5536.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_5534:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_5534:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_5534:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-5536.png);}}

    #stacks_in_5514.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_5514.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_5514.blu-wrap>.blueprint-col{}#stacks_in_5514.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_5514.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_5514.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_5514.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_5514.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_5514.blu-wrap>.blueprint-col{ }#stacks_in_5514.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_5514.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_5514.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_5514.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_5514.blu-wrap>.blueprint-col{ }
#stacks_in_5514.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_5514.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_5514.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_5514.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_5514.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_5514.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_5514.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_5514.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_5514.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_5514.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_5514.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_5519.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_5519.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_5519.blu-wrap>.blueprint-col{}#stacks_in_5519.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_5519.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_5519.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_5519.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_5519.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_5519.blu-wrap>.blueprint-col{ }#stacks_in_5519.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_5519.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_5519.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_5519.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_5519.blu-wrap>.blueprint-col{ }
#stacks_in_5519.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_5519.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_5519.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_5519.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_5519.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_5519.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_5519.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_5519.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_5519.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_5522 h3,#stacks_in_5522 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_5522 h3,#stacks_in_5522 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_5522 h3,#stacks_in_5522 div{text-align:center !important}#stacks_out_5522{display:block !important}}@media only screen and (min-width:0px){#stacks_in_5522 h3,#stacks_in_5522 div{line-height:1.20}}#stacks_in_5522 .primary,#stacks_in_5522 .segment{display:inline-block}#stacks_in_5522 .primary.sub-title,#stacks_in_5522 .segment.sub-title{display:block}#stacks_in_5522 [data-seg="segment2"].last-title{display:block}#stacks_in_5522 .segment.no-shadow{text-shadow:none !important}#stacks_in_5522 .segment *{}#stacks_in_5522 .hTxt.primary{vertical-align:baseline}#stacks_in_5522 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_5522 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_5522 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_5514::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_5514:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_5514:not(.bdr-vault)::before,.style-pro-stacks_in_5514:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_5514:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_5514:not(.bdr-vault):before,.style-pro-stacks_in_5514:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_5514:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_5514:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_5514:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_5514:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_5514:not(.bdr-vault):hover::before,.style-pro-stacks_in_5514:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_5514:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_5514::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_5514:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

#stacks_in_1793 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_3512.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_3512.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_3512.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_3512.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_3512.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_3512.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_3512.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_3512.blu-sidebar.full-height{height:100vh}#stacks_in_3512.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_3512.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_3512.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_3512.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_3512.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3512.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_3512.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_3512.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_3512.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_3512.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_3512.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_3512.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_3512.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_3512.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_3512.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_3512.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_3512.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_3512.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_3512.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_3512.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_3512.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_3512.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_3512.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_3512.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_3512.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_3512.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_3512.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_3512.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_3512.blu-sidebar>.blu-content::before,#stacks_in_3512.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_3512.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_3512.blu-sidebar>.blu-side::before,#stacks_in_3512.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_3514 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_3514{z-index:1}#stacks_in_3514 > .s-pro > .sections-layer{display:none}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_3514 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_3514 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_3514 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_4443 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_4443 img.maxwidth{max-width:500px}#stacks_in_4443 img.maxheight{width:auto;max-height:500px}
    #stacks_in_3518{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_3518{margin: 0px }#stacks_in_3518>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_3518>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_3518>.s-box>.s-box-content{padding: 0px }} #stacks_in_3518>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_3518{width:100.00%}@media all and (min-width:640px){#stacks_in_3518{width:100.00%}}   #stacks_in_3518.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_3518.box-abs{height:100.00%}}   
.style-pro-stacks_in_3518::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_3518:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_3518:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-3521.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_3518:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_3518:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_3518:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-3521.png);}}

    #stacks_in_3524.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_3524.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_3524.blu-wrap>.blueprint-col{}#stacks_in_3524.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_3524.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_3524.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_3524.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_3524.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_3524.blu-wrap>.blueprint-col{ }#stacks_in_3524.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_3524.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_3524.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_3524.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_3524.blu-wrap>.blueprint-col{ }
#stacks_in_3524.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_3524.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_3524.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_3524.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_3524.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_3524.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_3524.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_3524.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_3524.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_3524.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_3524.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_3526.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_3526.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_3526.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_3526.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_3526.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_3526.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_3526.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_3526.blu-sidebar.full-height{height:100vh}#stacks_in_3526.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_3526.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_3526.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_3526.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_3526.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_3526.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_3526.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_3526.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_3526.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_3526.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_3526.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_3526.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_3526.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_3526.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_3526.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_3526.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_3526.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_3526.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_3526.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_3526.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_3526.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_3526.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_3526.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_3526.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_3526.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_3526.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_3526.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_3526.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_3526.blu-sidebar>.blu-content::before,#stacks_in_3526.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_3526.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_3526.blu-sidebar>.blu-side::before,#stacks_in_3526.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_4396 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_4396 #topBoxTriggerstacks_in_4396 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_4396 #topBoxTriggerContentstacks_in_4396 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_4396 #topBoxTriggerContentstacks_in_4396 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_4396 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_4396 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_4396 h1,
#topBoxContentWrapperstacks_in_4396 h2,
#topBoxContentWrapperstacks_in_4396 h3,
#topBoxContentWrapperstacks_in_4396 h4,
#topBoxContentWrapperstacks_in_4396 h5,
#topBoxContentWrapperstacks_in_4396 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_4396 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_4396 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_4396 a:hover,
#topBoxContentWrapperstacks_in_4396 a:focus,
#topBoxContentWrapperstacks_in_4396 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_4396 .topBoxAudio,
#topBoxContentWrapperstacks_in_4396 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_4396.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_4396 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_4396 .trackName,
#topBoxContentWrapperstacks_in_4396 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_4396 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_4398{text-align:center}#stacks_in_4398 .button{float:none !important}}#stacks_in_4398 .button{margin-bottom:0}

#stacks_in_4398 {
	padding:  5px;
}
    #stacks_in_4400.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_4400.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_4400.blu-wrap>.blueprint-col{}#stacks_in_4400.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_4400.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_4400.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_4400.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_4400.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_4400.blu-wrap>.blueprint-col{ }#stacks_in_4400.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_4400.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_4400.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_4400.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_4400.blu-wrap>.blueprint-col{ }
#stacks_in_4400.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_4400.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_4400.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_4400.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_4400.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_4400.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_4400.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_4400.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_4400.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_4402 h3,#stacks_in_4402 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_4402 h3 a,#stacks_in_4402 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_4402 h3 a:hover,#stacks_in_4402 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_4402 small,#stacks_in_4402 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_4402 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_4402 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_4402 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_4402 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_4471{}}
@media only screen and (max-width:480.00px){#stacks_in_4471,#stacks_in_4471 div,#stacks_in_4471 p,#stacks_in_4471 ol,#stacks_in_4471 ul li,#stacks_in_4471 ol li,#stacks_in_4471 ol,#stacks_in_4471 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_4471,#stacks_in_4471 div,#stacks_in_4471 p,#stacks_in_4471 ol,#stacks_in_4471 ul li,#stacks_in_4471 ol li,#stacks_in_4471 ol,#stacks_in_4471 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_4471,#stacks_in_4471 div,#stacks_in_4471 p,#stacks_in_4471 ol,#stacks_in_4471 ul li,#stacks_in_4471 ol li,#stacks_in_4471 ol,#stacks_in_4471 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_4471,#stacks_in_4471 div,#stacks_in_4471 p,#stacks_in_4471 ol,#stacks_in_4471 ul li,#stacks_in_4471 ol li,#stacks_in_4471 ol,#stacks_in_4471 dl{font-size:0.90rem!important}}
#stacks_in_4410{overflow:hidden}#stacks_in_4410 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_4410 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_4475 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_4475 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_4475 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_3547.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_3547.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_3547.blu-wrap>.blueprint-col{}#stacks_in_3547.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_3547.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_3547.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_3547.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_3547.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_3547.blu-wrap>.blueprint-col{ }#stacks_in_3547.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_3547.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_3547.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_3547.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_3547.blu-wrap>.blueprint-col{ }
#stacks_in_3547.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_3547.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_3547.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_3547.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_3547.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_3547.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_3547.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_3547.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_3547.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_3549 h3,#stacks_in_3549 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_3549 h3,#stacks_in_3549 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_3549 h3,#stacks_in_3549 div{text-align:center !important}#stacks_out_3549{display:block !important}}@media only screen and (min-width:0px){#stacks_in_3549 h3,#stacks_in_3549 div{line-height:1.20}}#stacks_in_3549 .primary,#stacks_in_3549 .segment{display:inline-block}#stacks_in_3549 .primary.sub-title,#stacks_in_3549 .segment.sub-title{display:block}#stacks_in_3549 [data-seg="segment2"].last-title{display:block}#stacks_in_3549 .segment.no-shadow{text-shadow:none !important}#stacks_in_3549 .segment *{}#stacks_in_3549 .hTxt.primary{vertical-align:baseline}#stacks_in_3549 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_3549 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_3549 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_3524::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_3524:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_3524:not(.bdr-vault)::before,.style-pro-stacks_in_3524:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_3524:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_3524:not(.bdr-vault):before,.style-pro-stacks_in_3524:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_3524:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_3524:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_3524:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_3524:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_3524:not(.bdr-vault):hover::before,.style-pro-stacks_in_3524:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_3524:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_3524::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_3524:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8061.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_8061.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8061.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8061.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8061.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_8061.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8061.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8061.blu-sidebar.full-height{height:100vh}#stacks_in_8061.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8061.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8061.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8061.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8061.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8061.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8061.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_8061.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8061.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8061.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_8061.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8061.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8061.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8061.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8061.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8061.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8061.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8061.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8061.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8061.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8061.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8061.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8061.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_8061.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8061.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8061.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8061.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8061.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8061.blu-sidebar>.blu-content::before,#stacks_in_8061.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8061.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8061.blu-sidebar>.blu-side::before,#stacks_in_8061.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8072 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8072{z-index:1}#stacks_in_8072 > .s-pro > .sections-layer{display:none}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8072 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8072 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8072 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8109 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8109 img.maxwidth{max-width:500px}#stacks_in_8109 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8111{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8111{margin: 0px }#stacks_in_8111>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8111>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8111>.s-box>.s-box-content{padding: 0px }} #stacks_in_8111>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8111{width:100.00%}@media all and (min-width:640px){#stacks_in_8111{width:100.00%}}   #stacks_in_8111.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8111.box-abs{height:100.00%}}   
.style-pro-stacks_in_8111::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8111:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8111:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8113.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8111:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8111:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8111:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8113.png);}}

    #stacks_in_8064.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8064.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8064.blu-wrap>.blueprint-col{}#stacks_in_8064.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8064.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8064.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8064.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8064.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8064.blu-wrap>.blueprint-col{ }#stacks_in_8064.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8064.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8064.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8064.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8064.blu-wrap>.blueprint-col{ }
#stacks_in_8064.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8064.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8064.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8064.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8064.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8064.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8064.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8064.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8064.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_8064.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8064.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_8069.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_8069.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8069.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8069.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8069.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_8069.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8069.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8069.blu-sidebar.full-height{height:100vh}#stacks_in_8069.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8069.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8069.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8069.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8069.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8069.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8069.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_8069.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_8069.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_8069.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_8069.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8069.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8069.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8069.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8069.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8069.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8069.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8069.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8069.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8069.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8069.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8069.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8069.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_8069.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8069.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8069.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8069.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8069.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8069.blu-sidebar>.blu-content::before,#stacks_in_8069.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8069.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8069.blu-sidebar>.blu-side::before,#stacks_in_8069.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_8083 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_8083 #topBoxTriggerstacks_in_8083 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_8083 #topBoxTriggerContentstacks_in_8083 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_8083 #topBoxTriggerContentstacks_in_8083 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_8083 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_8083 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_8083 h1,
#topBoxContentWrapperstacks_in_8083 h2,
#topBoxContentWrapperstacks_in_8083 h3,
#topBoxContentWrapperstacks_in_8083 h4,
#topBoxContentWrapperstacks_in_8083 h5,
#topBoxContentWrapperstacks_in_8083 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_8083 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_8083 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_8083 a:hover,
#topBoxContentWrapperstacks_in_8083 a:focus,
#topBoxContentWrapperstacks_in_8083 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_8083 .topBoxAudio,
#topBoxContentWrapperstacks_in_8083 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_8083.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_8083 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_8083 .trackName,
#topBoxContentWrapperstacks_in_8083 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_8083 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_8084{text-align:center}#stacks_in_8084 .button{float:none !important}}#stacks_in_8084 .button{margin-bottom:0}

#stacks_in_8084 {
	padding:  5px;
}
    #stacks_in_8086.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8086.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8086.blu-wrap>.blueprint-col{}#stacks_in_8086.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8086.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8086.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8086.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_8086.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8086.blu-wrap>.blueprint-col{ }#stacks_in_8086.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8086.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8086.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8086.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8086.blu-wrap>.blueprint-col{ }
#stacks_in_8086.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8086.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8086.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8086.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8086.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8086.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8086.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8086.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8086.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8089 h3,#stacks_in_8089 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_8089 h3 a,#stacks_in_8089 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_8089 h3 a:hover,#stacks_in_8089 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_8089 small,#stacks_in_8089 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_8089 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8089 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8089 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_8089 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_8095{}}
@media only screen and (max-width:480.00px){#stacks_in_8095,#stacks_in_8095 div,#stacks_in_8095 p,#stacks_in_8095 ol,#stacks_in_8095 ul li,#stacks_in_8095 ol li,#stacks_in_8095 ol,#stacks_in_8095 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8095,#stacks_in_8095 div,#stacks_in_8095 p,#stacks_in_8095 ol,#stacks_in_8095 ul li,#stacks_in_8095 ol li,#stacks_in_8095 ol,#stacks_in_8095 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8095,#stacks_in_8095 div,#stacks_in_8095 p,#stacks_in_8095 ol,#stacks_in_8095 ul li,#stacks_in_8095 ol li,#stacks_in_8095 ol,#stacks_in_8095 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_8095,#stacks_in_8095 div,#stacks_in_8095 p,#stacks_in_8095 ol,#stacks_in_8095 ul li,#stacks_in_8095 ol li,#stacks_in_8095 ol,#stacks_in_8095 dl{font-size:0.90rem!important}}
#stacks_in_8098{overflow:hidden}#stacks_in_8098 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_8098 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_8099 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_8099 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_8099 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_8073.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8073.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8073.blu-wrap>.blueprint-col{}#stacks_in_8073.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8073.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8073.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8073.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_8073.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8073.blu-wrap>.blueprint-col{ }#stacks_in_8073.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8073.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8073.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8073.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8073.blu-wrap>.blueprint-col{ }
#stacks_in_8073.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8073.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8073.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8073.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8073.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8073.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8073.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8073.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8073.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8076 h3,#stacks_in_8076 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8076 h3,#stacks_in_8076 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8076 h3,#stacks_in_8076 div{text-align:center !important}#stacks_out_8076{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8076 h3,#stacks_in_8076 div{line-height:1.20}}#stacks_in_8076 .primary,#stacks_in_8076 .segment{display:inline-block}#stacks_in_8076 .primary.sub-title,#stacks_in_8076 .segment.sub-title{display:block}#stacks_in_8076 [data-seg="segment2"].last-title{display:block}#stacks_in_8076 .segment.no-shadow{text-shadow:none !important}#stacks_in_8076 .segment *{}#stacks_in_8076 .hTxt.primary{vertical-align:baseline}#stacks_in_8076 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8076 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8076 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8064::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8064:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8064:not(.bdr-vault)::before,.style-pro-stacks_in_8064:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8064:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8064:not(.bdr-vault):before,.style-pro-stacks_in_8064:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8064:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8064:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8064:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8064:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8064:not(.bdr-vault):hover::before,.style-pro-stacks_in_8064:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8064:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8064::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8064:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7130.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_7130.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7130.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7130.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7130.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_7130.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7130.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7130.blu-sidebar.full-height{height:100vh}#stacks_in_7130.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7130.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7130.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7130.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7130.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7130.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7130.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_7130.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7130.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7130.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_7130.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7130.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7130.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7130.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7130.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7130.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7130.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7130.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7130.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7130.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7130.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7130.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7130.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_7130.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7130.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7130.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7130.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7130.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7130.blu-sidebar>.blu-content::before,#stacks_in_7130.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7130.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7130.blu-sidebar>.blu-side::before,#stacks_in_7130.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7142 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7142{z-index:1}#stacks_in_7142 > .s-pro > .sections-layer{display:none}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7142 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7142 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7142 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7264 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7264 img.maxwidth{max-width:500px}#stacks_in_7264 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7181{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7181{margin: 0px }#stacks_in_7181>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7181>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7181>.s-box>.s-box-content{padding: 0px }} #stacks_in_7181>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7181{width:100.00%}@media all and (min-width:640px){#stacks_in_7181{width:100.00%}}   #stacks_in_7181.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7181.box-abs{height:100.00%}}   
.style-pro-stacks_in_7181::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7181:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7181:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7183.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7181:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7181:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7181:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7183.png);}}

    #stacks_in_7132.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7132.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7132.blu-wrap>.blueprint-col{}#stacks_in_7132.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7132.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7132.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7132.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7132.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7132.blu-wrap>.blueprint-col{ }#stacks_in_7132.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7132.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7132.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7132.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7132.blu-wrap>.blueprint-col{ }
#stacks_in_7132.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7132.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7132.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7132.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7132.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7132.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7132.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7132.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7132.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_7132.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7132.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_7137.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_7137.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7137.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7137.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7137.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_7137.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7137.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7137.blu-sidebar.full-height{height:100vh}#stacks_in_7137.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7137.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7137.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7137.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7137.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7137.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7137.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_7137.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_7137.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_7137.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_7137.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7137.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7137.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7137.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7137.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7137.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7137.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7137.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7137.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7137.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7137.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7137.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7137.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_7137.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7137.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7137.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7137.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7137.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7137.blu-sidebar>.blu-content::before,#stacks_in_7137.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7137.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7137.blu-sidebar>.blu-side::before,#stacks_in_7137.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.agent-hide{display:none !important}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_7153 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_7153 #topBoxTriggerstacks_in_7153 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_7153 #topBoxTriggerContentstacks_in_7153 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_7153 #topBoxTriggerContentstacks_in_7153 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_7153 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_7153 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_7153 h1,
#topBoxContentWrapperstacks_in_7153 h2,
#topBoxContentWrapperstacks_in_7153 h3,
#topBoxContentWrapperstacks_in_7153 h4,
#topBoxContentWrapperstacks_in_7153 h5,
#topBoxContentWrapperstacks_in_7153 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_7153 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_7153 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_7153 a:hover,
#topBoxContentWrapperstacks_in_7153 a:focus,
#topBoxContentWrapperstacks_in_7153 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_7153 .topBoxAudio,
#topBoxContentWrapperstacks_in_7153 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_7153.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_7153 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_7153 .trackName,
#topBoxContentWrapperstacks_in_7153 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_7153 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_7154{text-align:center}#stacks_in_7154 .button{float:none !important}}#stacks_in_7154 .button{margin-bottom:0}

#stacks_in_7154 {
	padding:  5px;
}
    #stacks_in_7156.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7156.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7156.blu-wrap>.blueprint-col{}#stacks_in_7156.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7156.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7156.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7156.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_7156.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7156.blu-wrap>.blueprint-col{ }#stacks_in_7156.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7156.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7156.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7156.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7156.blu-wrap>.blueprint-col{ }
#stacks_in_7156.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7156.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7156.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7156.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7156.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7156.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7156.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7156.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7156.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7159 h3,#stacks_in_7159 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_7159 h3 a,#stacks_in_7159 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_7159 h3 a:hover,#stacks_in_7159 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_7159 small,#stacks_in_7159 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_7159 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_7159 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_7159 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_7159 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_7165{}}
@media only screen and (max-width:480.00px){#stacks_in_7165,#stacks_in_7165 div,#stacks_in_7165 p,#stacks_in_7165 ol,#stacks_in_7165 ul li,#stacks_in_7165 ol li,#stacks_in_7165 ol,#stacks_in_7165 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_7165,#stacks_in_7165 div,#stacks_in_7165 p,#stacks_in_7165 ol,#stacks_in_7165 ul li,#stacks_in_7165 ol li,#stacks_in_7165 ol,#stacks_in_7165 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_7165,#stacks_in_7165 div,#stacks_in_7165 p,#stacks_in_7165 ol,#stacks_in_7165 ul li,#stacks_in_7165 ol li,#stacks_in_7165 ol,#stacks_in_7165 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_7165,#stacks_in_7165 div,#stacks_in_7165 p,#stacks_in_7165 ol,#stacks_in_7165 ul li,#stacks_in_7165 ol li,#stacks_in_7165 ol,#stacks_in_7165 dl{font-size:0.90rem!important}}
#stacks_in_7168{overflow:hidden}#stacks_in_7168 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_7168 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_7169 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_7169 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_7169 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_7140.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7140.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7140.blu-wrap>.blueprint-col{}#stacks_in_7140.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7140.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7140.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7140.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7140.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7140.blu-wrap>.blueprint-col{ }#stacks_in_7140.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7140.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7140.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7140.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7140.blu-wrap>.blueprint-col{ }
#stacks_in_7140.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7140.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7140.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7140.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7140.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7140.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7140.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7140.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7140.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7255 h3,#stacks_in_7255 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7255 h3,#stacks_in_7255 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7255 h3,#stacks_in_7255 div{text-align:center !important}#stacks_out_7255{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7255 h3,#stacks_in_7255 div{line-height:1.20}}#stacks_in_7255 .primary,#stacks_in_7255 .segment{display:inline-block}#stacks_in_7255 .primary.sub-title,#stacks_in_7255 .segment.sub-title{display:block}#stacks_in_7255 [data-seg="segment2"].last-title{display:block}#stacks_in_7255 .segment.no-shadow{text-shadow:none !important}#stacks_in_7255 .segment *{}#stacks_in_7255 .hTxt.primary{vertical-align:baseline}#stacks_in_7255 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7255 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7255 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7132::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7132:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7132:not(.bdr-vault)::before,.style-pro-stacks_in_7132:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7132:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7132:not(.bdr-vault):before,.style-pro-stacks_in_7132:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7132:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7132:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7132:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7132:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7132:not(.bdr-vault):hover::before,.style-pro-stacks_in_7132:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7132:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7132::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7132:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8116.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_8116.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8116.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8116.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8116.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_8116.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8116.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8116.blu-sidebar.full-height{height:100vh}#stacks_in_8116.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8116.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8116.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8116.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8116.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8116.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8116.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_8116.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8116.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8116.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_8116.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8116.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8116.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8116.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8116.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8116.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8116.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8116.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8116.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8116.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8116.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8116.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8116.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_8116.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8116.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8116.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8116.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8116.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8116.blu-sidebar>.blu-content::before,#stacks_in_8116.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8116.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8116.blu-sidebar>.blu-side::before,#stacks_in_8116.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8124 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8124{z-index:1}#stacks_in_8124 > .s-pro > .sections-layer{display:none}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8124 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8124 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8124 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8137 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8137 img.maxwidth{max-width:500px}#stacks_in_8137 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8139{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8139{margin: 0px }#stacks_in_8139>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8139>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8139>.s-box>.s-box-content{padding: 0px }} #stacks_in_8139>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8139{width:100.00%}@media all and (min-width:640px){#stacks_in_8139{width:100.00%}}   #stacks_in_8139.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8139.box-abs{height:100.00%}}   
.style-pro-stacks_in_8139::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8139:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8139:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8141.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8139:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8139:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8139:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8141.png);}}

    #stacks_in_8119.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8119.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8119.blu-wrap>.blueprint-col{}#stacks_in_8119.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8119.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8119.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8119.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8119.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8119.blu-wrap>.blueprint-col{ }#stacks_in_8119.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8119.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8119.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8119.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8119.blu-wrap>.blueprint-col{ }
#stacks_in_8119.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8119.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8119.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8119.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8119.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8119.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8119.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8119.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8119.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_8119.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8119.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8125.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8125.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8125.blu-wrap>.blueprint-col{}#stacks_in_8125.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8125.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8125.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8125.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8125.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8125.blu-wrap>.blueprint-col{ }#stacks_in_8125.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8125.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8125.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8125.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8125.blu-wrap>.blueprint-col{ }
#stacks_in_8125.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8125.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8125.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8125.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8125.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8125.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8125.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8125.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8125.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8128 h3,#stacks_in_8128 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8128 h3,#stacks_in_8128 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8128 h3,#stacks_in_8128 div{text-align:center !important}#stacks_out_8128{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8128 h3,#stacks_in_8128 div{line-height:1.20}}#stacks_in_8128 .primary,#stacks_in_8128 .segment{display:inline-block}#stacks_in_8128 .primary.sub-title,#stacks_in_8128 .segment.sub-title{display:block}#stacks_in_8128 [data-seg="segment2"].last-title{display:block}#stacks_in_8128 .segment.no-shadow{text-shadow:none !important}#stacks_in_8128 .segment *{}#stacks_in_8128 .hTxt.primary{vertical-align:baseline}#stacks_in_8128 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8128 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8128 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8119::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8119:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8119:not(.bdr-vault)::before,.style-pro-stacks_in_8119:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8119:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8119:not(.bdr-vault):before,.style-pro-stacks_in_8119:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8119:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8119:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8119:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8119:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8119:not(.bdr-vault):hover::before,.style-pro-stacks_in_8119:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8119:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8119::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8119:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_6359.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_6359.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_6359.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_6359.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_6359.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_6359.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_6359.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_6359.blu-sidebar.full-height{height:100vh}#stacks_in_6359.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6359.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_6359.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6359.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_6359.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_6359.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_6359.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_6359.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_6359.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_6359.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_6359.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_6359.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_6359.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6359.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_6359.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_6359.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_6359.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_6359.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_6359.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6359.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6359.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6359.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_6359.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_6359.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_6359.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_6359.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_6359.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_6359.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6359.blu-sidebar>.blu-content::before,#stacks_in_6359.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_6359.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6359.blu-sidebar>.blu-side::before,#stacks_in_6359.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_6406 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_6406{z-index:1}#stacks_in_6406 > .s-pro > .sections-layer{display:none}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_6406 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_6406 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_6406 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_6409 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6409 img.maxwidth{max-width:500px}#stacks_in_6409 img.maxheight{width:auto;max-height:500px}
    #stacks_in_6411{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_6411{margin: 0px }#stacks_in_6411>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_6411>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_6411>.s-box>.s-box-content{padding: 0px }} #stacks_in_6411>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_6411{width:100.00%}@media all and (min-width:640px){#stacks_in_6411{width:100.00%}}   #stacks_in_6411.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_6411.box-abs{height:100.00%}}   
.style-pro-stacks_in_6411::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6411:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_6411:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-6413.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_6411:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_6411:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_6411:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-6413.png);}}

    #stacks_in_6362.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6362.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6362.blu-wrap>.blueprint-col{}#stacks_in_6362.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6362.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6362.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6362.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_6362.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6362.blu-wrap>.blueprint-col{ }#stacks_in_6362.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6362.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6362.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6362.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6362.blu-wrap>.blueprint-col{ }
#stacks_in_6362.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6362.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6362.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6362.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6362.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6362.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6362.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6362.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6362.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_6362.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_6362.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_6367.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_6367.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_6367.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_6367.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_6367.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_6367.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_6367.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_6367.blu-sidebar.full-height{height:100vh}#stacks_in_6367.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6367.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_6367.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6367.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_6367.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_6367.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_6367.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_6367.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_6367.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_6367.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_6367.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_6367.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_6367.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6367.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_6367.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_6367.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_6367.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_6367.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_6367.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6367.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6367.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6367.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_6367.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_6367.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_6367.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_6367.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_6367.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_6367.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6367.blu-sidebar>.blu-content::before,#stacks_in_6367.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_6367.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6367.blu-sidebar>.blu-side::before,#stacks_in_6367.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.agent-hide{display:none !important}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_6382 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_6382 #topBoxTriggerstacks_in_6382 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_6382 #topBoxTriggerContentstacks_in_6382 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_6382 #topBoxTriggerContentstacks_in_6382 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_6382 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_6382 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_6382 h1,
#topBoxContentWrapperstacks_in_6382 h2,
#topBoxContentWrapperstacks_in_6382 h3,
#topBoxContentWrapperstacks_in_6382 h4,
#topBoxContentWrapperstacks_in_6382 h5,
#topBoxContentWrapperstacks_in_6382 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_6382 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_6382 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_6382 a:hover,
#topBoxContentWrapperstacks_in_6382 a:focus,
#topBoxContentWrapperstacks_in_6382 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_6382 .topBoxAudio,
#topBoxContentWrapperstacks_in_6382 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_6382.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_6382 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_6382 .trackName,
#topBoxContentWrapperstacks_in_6382 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_6382 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_6383{text-align:center}#stacks_in_6383 .button{float:none !important}}#stacks_in_6383 .button{margin-bottom:0}

#stacks_in_6383 {
	padding:  5px;
}
    #stacks_in_6385.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6385.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6385.blu-wrap>.blueprint-col{}#stacks_in_6385.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6385.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6385.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6385.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_6385.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6385.blu-wrap>.blueprint-col{ }#stacks_in_6385.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6385.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6385.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6385.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6385.blu-wrap>.blueprint-col{ }
#stacks_in_6385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6385.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6385.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6385.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_6388 h3,#stacks_in_6388 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_6388 h3 a,#stacks_in_6388 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_6388 h3 a:hover,#stacks_in_6388 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_6388 small,#stacks_in_6388 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_6388 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_6388 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_6388 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_6388 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_6394{}}
@media only screen and (max-width:480.00px){#stacks_in_6394,#stacks_in_6394 div,#stacks_in_6394 p,#stacks_in_6394 ol,#stacks_in_6394 ul li,#stacks_in_6394 ol li,#stacks_in_6394 ol,#stacks_in_6394 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_6394,#stacks_in_6394 div,#stacks_in_6394 p,#stacks_in_6394 ol,#stacks_in_6394 ul li,#stacks_in_6394 ol li,#stacks_in_6394 ol,#stacks_in_6394 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_6394,#stacks_in_6394 div,#stacks_in_6394 p,#stacks_in_6394 ol,#stacks_in_6394 ul li,#stacks_in_6394 ol li,#stacks_in_6394 ol,#stacks_in_6394 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_6394,#stacks_in_6394 div,#stacks_in_6394 p,#stacks_in_6394 ol,#stacks_in_6394 ul li,#stacks_in_6394 ol li,#stacks_in_6394 ol,#stacks_in_6394 dl{font-size:0.90rem!important}}
#stacks_in_6397{overflow:hidden}#stacks_in_6397 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_6397 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_6398 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_6398 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_6398 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_6370.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6370.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6370.blu-wrap>.blueprint-col{}#stacks_in_6370.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6370.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6370.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6370.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_6370.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6370.blu-wrap>.blueprint-col{ }#stacks_in_6370.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6370.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6370.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6370.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6370.blu-wrap>.blueprint-col{ }
#stacks_in_6370.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6370.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6370.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6370.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6370.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6370.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6370.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6370.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6370.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_6373 h3,#stacks_in_6373 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_6373 h3,#stacks_in_6373 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_6373 h3,#stacks_in_6373 div{text-align:center !important}#stacks_out_6373{display:block !important}}@media only screen and (min-width:0px){#stacks_in_6373 h3,#stacks_in_6373 div{line-height:1.20}}#stacks_in_6373 .primary,#stacks_in_6373 .segment{display:inline-block}#stacks_in_6373 .primary.sub-title,#stacks_in_6373 .segment.sub-title{display:block}#stacks_in_6373 [data-seg="segment2"].last-title{display:block}#stacks_in_6373 .segment.no-shadow{text-shadow:none !important}#stacks_in_6373 .segment *{}#stacks_in_6373 .hTxt.primary{vertical-align:baseline}#stacks_in_6373 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_6373 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_6373 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_6362::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6362:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_6362:not(.bdr-vault)::before,.style-pro-stacks_in_6362:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_6362:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_6362:not(.bdr-vault):before,.style-pro-stacks_in_6362:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_6362:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_6362:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_6362:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_6362:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_6362:not(.bdr-vault):hover::before,.style-pro-stacks_in_6362:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_6362:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_6362::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6362:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7460.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_7460.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7460.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7460.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7460.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_7460.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7460.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7460.blu-sidebar.full-height{height:100vh}#stacks_in_7460.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7460.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7460.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7460.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7460.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7460.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7460.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_7460.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7460.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7460.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_7460.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7460.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7460.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7460.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7460.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7460.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7460.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7460.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7460.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7460.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7460.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7460.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7460.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_7460.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7460.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7460.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7460.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7460.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7460.blu-sidebar>.blu-content::before,#stacks_in_7460.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7460.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7460.blu-sidebar>.blu-side::before,#stacks_in_7460.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7459 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7459{z-index:1}#stacks_in_7459 > .s-pro > .sections-layer{display:none}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7459 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7459 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7459 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7480 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7480 img.maxwidth{max-width:500px}#stacks_in_7480 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7482{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7482{margin: 0px }#stacks_in_7482>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7482>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7482>.s-box>.s-box-content{padding: 0px }} #stacks_in_7482>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7482{width:100.00%}@media all and (min-width:640px){#stacks_in_7482{width:100.00%}}   #stacks_in_7482.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7482.box-abs{height:100.00%}}   
.style-pro-stacks_in_7482::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7482:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7482:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7484.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7482:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7482:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7482:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7484.png);}}

    #stacks_in_7463.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7463.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7463.blu-wrap>.blueprint-col{}#stacks_in_7463.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7463.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7463.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7463.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7463.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7463.blu-wrap>.blueprint-col{ }#stacks_in_7463.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7463.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7463.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7463.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7463.blu-wrap>.blueprint-col{ }
#stacks_in_7463.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7463.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7463.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7463.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7463.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7463.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7463.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7463.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7463.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_7463.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7463.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7468.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7468.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7468.blu-wrap>.blueprint-col{}#stacks_in_7468.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7468.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7468.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7468.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7468.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7468.blu-wrap>.blueprint-col{ }#stacks_in_7468.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7468.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7468.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7468.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7468.blu-wrap>.blueprint-col{ }
#stacks_in_7468.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7468.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7468.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7468.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7468.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7468.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7468.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7468.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7468.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7471 h3,#stacks_in_7471 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7471 h3,#stacks_in_7471 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7471 h3,#stacks_in_7471 div{text-align:center !important}#stacks_out_7471{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7471 h3,#stacks_in_7471 div{line-height:1.20}}#stacks_in_7471 .primary,#stacks_in_7471 .segment{display:inline-block}#stacks_in_7471 .primary.sub-title,#stacks_in_7471 .segment.sub-title{display:block}#stacks_in_7471 [data-seg="segment2"].last-title{display:block}#stacks_in_7471 .segment.no-shadow{text-shadow:none !important}#stacks_in_7471 .segment *{}#stacks_in_7471 .hTxt.primary{vertical-align:baseline}#stacks_in_7471 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7471 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7471 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7463::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7463:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7463:not(.bdr-vault)::before,.style-pro-stacks_in_7463:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7463:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7463:not(.bdr-vault):before,.style-pro-stacks_in_7463:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7463:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7463:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7463:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7463:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7463:not(.bdr-vault):hover::before,.style-pro-stacks_in_7463:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7463:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7463::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7463:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7492.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_7492.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7492.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7492.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7492.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_7492.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7492.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7492.blu-sidebar.full-height{height:100vh}#stacks_in_7492.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7492.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7492.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7492.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7492.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7492.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7492.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_7492.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7492.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7492.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_7492.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7492.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7492.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7492.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7492.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7492.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7492.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7492.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7492.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7492.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7492.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7492.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7492.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_7492.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7492.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7492.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7492.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7492.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7492.blu-sidebar>.blu-content::before,#stacks_in_7492.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7492.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7492.blu-sidebar>.blu-side::before,#stacks_in_7492.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7502 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7502{z-index:1}#stacks_in_7502 > .s-pro > .sections-layer{display:none}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7502 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7502 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7502 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7513 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7513 img.maxwidth{max-width:500px}#stacks_in_7513 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7515{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7515{margin: 0px }#stacks_in_7515>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7515>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7515>.s-box>.s-box-content{padding: 0px }} #stacks_in_7515>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7515{width:100.00%}@media all and (min-width:640px){#stacks_in_7515{width:100.00%}}   #stacks_in_7515.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7515.box-abs{height:100.00%}}   
.style-pro-stacks_in_7515::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7515:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7515:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7517.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7515:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7515:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7515:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7517.png);}}

    #stacks_in_7495.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7495.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7495.blu-wrap>.blueprint-col{}#stacks_in_7495.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7495.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7495.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7495.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7495.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7495.blu-wrap>.blueprint-col{ }#stacks_in_7495.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7495.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7495.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7495.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7495.blu-wrap>.blueprint-col{ }
#stacks_in_7495.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7495.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7495.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7495.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7495.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7495.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7495.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7495.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7495.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_7495.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7495.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7500.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7500.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7500.blu-wrap>.blueprint-col{}#stacks_in_7500.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7500.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7500.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7500.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7500.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7500.blu-wrap>.blueprint-col{ }#stacks_in_7500.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7500.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7500.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7500.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7500.blu-wrap>.blueprint-col{ }
#stacks_in_7500.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7500.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7500.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7500.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7500.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7500.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7500.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7500.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7500.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7504 h3,#stacks_in_7504 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7504 h3,#stacks_in_7504 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7504 h3,#stacks_in_7504 div{text-align:center !important}#stacks_out_7504{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7504 h3,#stacks_in_7504 div{line-height:1.20}}#stacks_in_7504 .primary,#stacks_in_7504 .segment{display:inline-block}#stacks_in_7504 .primary.sub-title,#stacks_in_7504 .segment.sub-title{display:block}#stacks_in_7504 [data-seg="segment2"].last-title{display:block}#stacks_in_7504 .segment.no-shadow{text-shadow:none !important}#stacks_in_7504 .segment *{}#stacks_in_7504 .hTxt.primary{vertical-align:baseline}#stacks_in_7504 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7504 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7504 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7495::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7495:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7495:not(.bdr-vault)::before,.style-pro-stacks_in_7495:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7495:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7495:not(.bdr-vault):before,.style-pro-stacks_in_7495:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7495:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7495:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7495:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7495:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7495:not(.bdr-vault):hover::before,.style-pro-stacks_in_7495:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7495:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7495::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7495:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8735.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_8735.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8735.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8735.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8735.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_8735.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8735.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8735.blu-sidebar.full-height{height:100vh}#stacks_in_8735.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8735.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8735.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8735.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8735.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8735.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8735.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_8735.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8735.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8735.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_8735.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8735.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8735.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8735.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8735.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8735.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8735.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8735.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8735.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8735.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8735.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8735.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8735.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_8735.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8735.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8735.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8735.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8735.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8735.blu-sidebar>.blu-content::before,#stacks_in_8735.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8735.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8735.blu-sidebar>.blu-side::before,#stacks_in_8735.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8740 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8740{z-index:1}#stacks_in_8740 > .s-pro > .sections-layer{display:none}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8740 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8740 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8740 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8756 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8756 img.maxwidth{max-width:500px}#stacks_in_8756 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8758{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8758{margin: 0px }#stacks_in_8758>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8758>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8758>.s-box>.s-box-content{padding: 0px }} #stacks_in_8758>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8758{width:100.00%}@media all and (min-width:640px){#stacks_in_8758{width:100.00%}}   #stacks_in_8758.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8758.box-abs{height:100.00%}}   
.style-pro-stacks_in_8758::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8758:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8758:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8760.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8758:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8758:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8758:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8760.png);}}

    #stacks_in_8738.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8738.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8738.blu-wrap>.blueprint-col{}#stacks_in_8738.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8738.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8738.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8738.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8738.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8738.blu-wrap>.blueprint-col{ }#stacks_in_8738.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8738.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8738.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8738.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8738.blu-wrap>.blueprint-col{ }
#stacks_in_8738.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8738.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8738.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8738.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8738.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8738.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8738.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8738.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8738.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_8738.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8738.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8744.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8744.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8744.blu-wrap>.blueprint-col{}#stacks_in_8744.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8744.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8744.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8744.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8744.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8744.blu-wrap>.blueprint-col{ }#stacks_in_8744.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8744.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8744.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8744.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8744.blu-wrap>.blueprint-col{ }
#stacks_in_8744.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8744.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8744.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8744.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8744.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8744.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8744.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8744.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8744.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8747 h3,#stacks_in_8747 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8747 h3,#stacks_in_8747 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8747 h3,#stacks_in_8747 div{text-align:center !important}#stacks_out_8747{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8747 h3,#stacks_in_8747 div{line-height:1.20}}#stacks_in_8747 .primary,#stacks_in_8747 .segment{display:inline-block}#stacks_in_8747 .primary.sub-title,#stacks_in_8747 .segment.sub-title{display:block}#stacks_in_8747 [data-seg="segment2"].last-title{display:block}#stacks_in_8747 .segment.no-shadow{text-shadow:none !important}#stacks_in_8747 .segment *{}#stacks_in_8747 .hTxt.primary{vertical-align:baseline}#stacks_in_8747 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8747 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8747 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8738::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8738:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8738:not(.bdr-vault)::before,.style-pro-stacks_in_8738:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8738:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8738:not(.bdr-vault):before,.style-pro-stacks_in_8738:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8738:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8738:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8738:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8738:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8738:not(.bdr-vault):hover::before,.style-pro-stacks_in_8738:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8738:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8738::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8738:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_5759.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_5759.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_5759.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_5759.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_5759.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_5759.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_5759.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_5759.blu-sidebar.full-height{height:100vh}#stacks_in_5759.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_5759.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_5759.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_5759.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_5759.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_5759.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_5759.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_5759.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_5759.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_5759.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_5759.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_5759.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_5759.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_5759.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_5759.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_5759.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_5759.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_5759.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_5759.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_5759.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_5759.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_5759.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_5759.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_5759.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_5759.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_5759.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_5759.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_5759.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5759.blu-sidebar>.blu-content::before,#stacks_in_5759.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_5759.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5759.blu-sidebar>.blu-side::before,#stacks_in_5759.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_5806 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_5806{z-index:1}#stacks_in_5806 > .s-pro > .sections-layer{display:none}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_5806 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_5806 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_5806 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_5809 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5809 img.maxwidth{max-width:500px}#stacks_in_5809 img.maxheight{width:auto;max-height:500px}
    #stacks_in_5811{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_5811{margin: 0px }#stacks_in_5811>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_5811>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_5811>.s-box>.s-box-content{padding: 0px }} #stacks_in_5811>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_5811{width:100.00%}@media all and (min-width:640px){#stacks_in_5811{width:100.00%}}   #stacks_in_5811.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_5811.box-abs{height:100.00%}}   
.style-pro-stacks_in_5811::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_5811:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_5811:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-5813.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_5811:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_5811:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_5811:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-5813.png);}}

    #stacks_in_5762.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_5762.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_5762.blu-wrap>.blueprint-col{}#stacks_in_5762.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_5762.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_5762.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_5762.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_5762.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_5762.blu-wrap>.blueprint-col{ }#stacks_in_5762.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_5762.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_5762.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_5762.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_5762.blu-wrap>.blueprint-col{ }
#stacks_in_5762.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_5762.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_5762.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_5762.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_5762.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_5762.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_5762.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_5762.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_5762.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_5762.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_5762.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_5767.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_5767.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_5767.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_5767.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_5767.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_5767.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_5767.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_5767.blu-sidebar.full-height{height:100vh}#stacks_in_5767.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_5767.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_5767.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_5767.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_5767.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_5767.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_5767.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_5767.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_5767.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_5767.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_5767.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_5767.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_5767.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_5767.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_5767.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_5767.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_5767.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_5767.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_5767.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_5767.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_5767.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_5767.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_5767.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_5767.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_5767.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_5767.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_5767.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_5767.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5767.blu-sidebar>.blu-content::before,#stacks_in_5767.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_5767.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_5767.blu-sidebar>.blu-side::before,#stacks_in_5767.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.agent-hide{display:none !important}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_5782 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_5782 #topBoxTriggerstacks_in_5782 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_5782 #topBoxTriggerContentstacks_in_5782 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_5782 #topBoxTriggerContentstacks_in_5782 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_5782 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_5782 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_5782 h1,
#topBoxContentWrapperstacks_in_5782 h2,
#topBoxContentWrapperstacks_in_5782 h3,
#topBoxContentWrapperstacks_in_5782 h4,
#topBoxContentWrapperstacks_in_5782 h5,
#topBoxContentWrapperstacks_in_5782 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_5782 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_5782 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_5782 a:hover,
#topBoxContentWrapperstacks_in_5782 a:focus,
#topBoxContentWrapperstacks_in_5782 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_5782 .topBoxAudio,
#topBoxContentWrapperstacks_in_5782 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_5782.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_5782 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_5782 .trackName,
#topBoxContentWrapperstacks_in_5782 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_5782 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_5783{text-align:center}#stacks_in_5783 .button{float:none !important}}#stacks_in_5783 .button{margin-bottom:0}

#stacks_in_5783 {
	padding:  5px;
}
    #stacks_in_5785.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_5785.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_5785.blu-wrap>.blueprint-col{}#stacks_in_5785.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_5785.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_5785.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_5785.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_5785.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_5785.blu-wrap>.blueprint-col{ }#stacks_in_5785.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_5785.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_5785.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_5785.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_5785.blu-wrap>.blueprint-col{ }
#stacks_in_5785.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_5785.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_5785.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_5785.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_5785.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_5785.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_5785.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_5785.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_5785.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_5788 h3,#stacks_in_5788 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_5788 h3 a,#stacks_in_5788 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_5788 h3 a:hover,#stacks_in_5788 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_5788 small,#stacks_in_5788 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_5788 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_5788 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_5788 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_5788 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_5794{}}
@media only screen and (max-width:480.00px){#stacks_in_5794,#stacks_in_5794 div,#stacks_in_5794 p,#stacks_in_5794 ol,#stacks_in_5794 ul li,#stacks_in_5794 ol li,#stacks_in_5794 ol,#stacks_in_5794 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_5794,#stacks_in_5794 div,#stacks_in_5794 p,#stacks_in_5794 ol,#stacks_in_5794 ul li,#stacks_in_5794 ol li,#stacks_in_5794 ol,#stacks_in_5794 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_5794,#stacks_in_5794 div,#stacks_in_5794 p,#stacks_in_5794 ol,#stacks_in_5794 ul li,#stacks_in_5794 ol li,#stacks_in_5794 ol,#stacks_in_5794 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_5794,#stacks_in_5794 div,#stacks_in_5794 p,#stacks_in_5794 ol,#stacks_in_5794 ul li,#stacks_in_5794 ol li,#stacks_in_5794 ol,#stacks_in_5794 dl{font-size:0.90rem!important}}
#stacks_in_5797{overflow:hidden}#stacks_in_5797 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_5797 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_5798 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_5798 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_5798 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_5770.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_5770.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_5770.blu-wrap>.blueprint-col{}#stacks_in_5770.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_5770.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_5770.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_5770.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_5770.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_5770.blu-wrap>.blueprint-col{ }#stacks_in_5770.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_5770.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_5770.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_5770.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_5770.blu-wrap>.blueprint-col{ }
#stacks_in_5770.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_5770.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_5770.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_5770.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_5770.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_5770.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_5770.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_5770.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_5770.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_5773 h3,#stacks_in_5773 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_5773 h3,#stacks_in_5773 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_5773 h3,#stacks_in_5773 div{text-align:center !important}#stacks_out_5773{display:block !important}}@media only screen and (min-width:0px){#stacks_in_5773 h3,#stacks_in_5773 div{line-height:1.20}}#stacks_in_5773 .primary,#stacks_in_5773 .segment{display:inline-block}#stacks_in_5773 .primary.sub-title,#stacks_in_5773 .segment.sub-title{display:block}#stacks_in_5773 [data-seg="segment2"].last-title{display:block}#stacks_in_5773 .segment.no-shadow{text-shadow:none !important}#stacks_in_5773 .segment *{}#stacks_in_5773 .hTxt.primary{vertical-align:baseline}#stacks_in_5773 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_5773 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_5773 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_5762::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_5762:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_5762:not(.bdr-vault)::before,.style-pro-stacks_in_5762:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_5762:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_5762:not(.bdr-vault):before,.style-pro-stacks_in_5762:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_5762:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_5762:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_5762:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_5762:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_5762:not(.bdr-vault):hover::before,.style-pro-stacks_in_5762:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_5762:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_5762::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_5762:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8144.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_8144.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8144.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8144.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8144.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_8144.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8144.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8144.blu-sidebar.full-height{height:100vh}#stacks_in_8144.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8144.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8144.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8144.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8144.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8144.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8144.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_8144.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8144.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8144.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_8144.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8144.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8144.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8144.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8144.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8144.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8144.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8144.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8144.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8144.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8144.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8144.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8144.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_8144.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8144.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8144.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8144.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8144.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8144.blu-sidebar>.blu-content::before,#stacks_in_8144.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8144.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8144.blu-sidebar>.blu-side::before,#stacks_in_8144.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8151 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8151{z-index:1}#stacks_in_8151 > .s-pro > .sections-layer{display:none}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8151 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8151 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8151 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8192 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8192 img.maxwidth{max-width:500px}#stacks_in_8192 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8194{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8194{margin: 0px }#stacks_in_8194>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8194>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8194>.s-box>.s-box-content{padding: 0px }} #stacks_in_8194>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8194{width:100.00%}@media all and (min-width:640px){#stacks_in_8194{width:100.00%}}   #stacks_in_8194.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8194.box-abs{height:100.00%}}   
.style-pro-stacks_in_8194::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8194:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8194:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8196.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8194:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8194:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8194:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8196.png);}}

    #stacks_in_8147.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8147.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8147.blu-wrap>.blueprint-col{}#stacks_in_8147.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8147.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8147.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8147.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8147.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8147.blu-wrap>.blueprint-col{ }#stacks_in_8147.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8147.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8147.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8147.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8147.blu-wrap>.blueprint-col{ }
#stacks_in_8147.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8147.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8147.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8147.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8147.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8147.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8147.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8147.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8147.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_8147.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8147.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_8153.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_8153.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8153.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8153.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8153.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_8153.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8153.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8153.blu-sidebar.full-height{height:100vh}#stacks_in_8153.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8153.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8153.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8153.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8153.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8153.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8153.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_8153.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_8153.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_8153.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_8153.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8153.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8153.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8153.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8153.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8153.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8153.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8153.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8153.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8153.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8153.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8153.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8153.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_8153.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8153.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8153.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8153.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8153.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8153.blu-sidebar>.blu-content::before,#stacks_in_8153.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8153.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8153.blu-sidebar>.blu-side::before,#stacks_in_8153.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_8166 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_8166 #topBoxTriggerstacks_in_8166 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_8166 #topBoxTriggerContentstacks_in_8166 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_8166 #topBoxTriggerContentstacks_in_8166 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_8166 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_8166 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_8166 h1,
#topBoxContentWrapperstacks_in_8166 h2,
#topBoxContentWrapperstacks_in_8166 h3,
#topBoxContentWrapperstacks_in_8166 h4,
#topBoxContentWrapperstacks_in_8166 h5,
#topBoxContentWrapperstacks_in_8166 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_8166 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_8166 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_8166 a:hover,
#topBoxContentWrapperstacks_in_8166 a:focus,
#topBoxContentWrapperstacks_in_8166 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_8166 .topBoxAudio,
#topBoxContentWrapperstacks_in_8166 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_8166.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_8166 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_8166 .trackName,
#topBoxContentWrapperstacks_in_8166 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_8166 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_8167{text-align:center}#stacks_in_8167 .button{float:none !important}}#stacks_in_8167 .button{margin-bottom:0}

#stacks_in_8167 {
	padding:  5px;
}
    #stacks_in_8169.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8169.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8169.blu-wrap>.blueprint-col{}#stacks_in_8169.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8169.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8169.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8169.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_8169.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8169.blu-wrap>.blueprint-col{ }#stacks_in_8169.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8169.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8169.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8169.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8169.blu-wrap>.blueprint-col{ }
#stacks_in_8169.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8169.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8169.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8169.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8169.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8169.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8169.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8169.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8169.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8172 h3,#stacks_in_8172 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_8172 h3 a,#stacks_in_8172 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_8172 h3 a:hover,#stacks_in_8172 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_8172 small,#stacks_in_8172 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_8172 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8172 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8172 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_8172 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_8178{}}
@media only screen and (max-width:480.00px){#stacks_in_8178,#stacks_in_8178 div,#stacks_in_8178 p,#stacks_in_8178 ol,#stacks_in_8178 ul li,#stacks_in_8178 ol li,#stacks_in_8178 ol,#stacks_in_8178 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8178,#stacks_in_8178 div,#stacks_in_8178 p,#stacks_in_8178 ol,#stacks_in_8178 ul li,#stacks_in_8178 ol li,#stacks_in_8178 ol,#stacks_in_8178 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8178,#stacks_in_8178 div,#stacks_in_8178 p,#stacks_in_8178 ol,#stacks_in_8178 ul li,#stacks_in_8178 ol li,#stacks_in_8178 ol,#stacks_in_8178 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_8178,#stacks_in_8178 div,#stacks_in_8178 p,#stacks_in_8178 ol,#stacks_in_8178 ul li,#stacks_in_8178 ol li,#stacks_in_8178 ol,#stacks_in_8178 dl{font-size:0.90rem!important}}
#stacks_in_8181{overflow:hidden}#stacks_in_8181 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_8181 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_8182 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_8182 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_8182 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_8156.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8156.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8156.blu-wrap>.blueprint-col{}#stacks_in_8156.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8156.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8156.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8156.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_8156.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8156.blu-wrap>.blueprint-col{ }#stacks_in_8156.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8156.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8156.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8156.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8156.blu-wrap>.blueprint-col{ }
#stacks_in_8156.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8156.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8156.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8156.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8156.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8156.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8156.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8156.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8156.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8159 h3,#stacks_in_8159 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8159 h3,#stacks_in_8159 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8159 h3,#stacks_in_8159 div{text-align:center !important}#stacks_out_8159{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8159 h3,#stacks_in_8159 div{line-height:1.20}}#stacks_in_8159 .primary,#stacks_in_8159 .segment{display:inline-block}#stacks_in_8159 .primary.sub-title,#stacks_in_8159 .segment.sub-title{display:block}#stacks_in_8159 [data-seg="segment2"].last-title{display:block}#stacks_in_8159 .segment.no-shadow{text-shadow:none !important}#stacks_in_8159 .segment *{}#stacks_in_8159 .hTxt.primary{vertical-align:baseline}#stacks_in_8159 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8159 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8159 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8147::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8147:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8147:not(.bdr-vault)::before,.style-pro-stacks_in_8147:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8147:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8147:not(.bdr-vault):before,.style-pro-stacks_in_8147:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8147:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8147:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8147:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8147:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8147:not(.bdr-vault):hover::before,.style-pro-stacks_in_8147:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8147:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8147::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8147:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

#stacks_in_3230{overflow:hidden}#stacks_in_3230 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_3230 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
    #stacks_in_3222.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_3222.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_3222.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_3222.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_3222.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_3222.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_3222.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_3222.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_3222.blu-wrap>.blueprint-col{ }#stacks_in_3222.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_3222.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_3222.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_3222.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_3222.blu-wrap>.blueprint-col{ }
#stacks_in_3222.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_3222.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_3222.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_3222.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_3222.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_3222.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_3222.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_3222.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_3222.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_3222.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 2.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_3224 h3,#stacks_in_3224 div{text-align:center !important}#stacks_out_3224{display:block !important}}#stacks_in_3224 .h-pro{padding:0px}#stacks_in_3224 .h-pro{border-radius: 0px }#stacks_in_3224 .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_3224 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_3224 h3{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_3224 h3{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_3224 h3{font-size:2.50rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_3224 h3{font-size:2.50rem!important}}

#stacks_in_3227 {
	font-weight: lighter;
}
#stacks_in_6428 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_6540.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_6540.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_6540.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_6540.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_6540.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_6540.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_6540.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_6540.blu-sidebar.full-height{height:100vh}#stacks_in_6540.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6540.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_6540.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6540.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_6540.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_6540.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_6540.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_6540.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_6540.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_6540.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_6540.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_6540.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_6540.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6540.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_6540.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_6540.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_6540.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_6540.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_6540.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6540.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6540.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6540.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_6540.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_6540.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_6540.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_6540.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_6540.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_6540.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6540.blu-sidebar>.blu-content::before,#stacks_in_6540.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_6540.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6540.blu-sidebar>.blu-side::before,#stacks_in_6540.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_6549 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_6549{z-index:1}#stacks_in_6549 > .s-pro > .sections-layer{display:none}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_6549 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_6549 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_6549 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_6587 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6587 img.maxwidth{max-width:500px}#stacks_in_6587 img.maxheight{width:auto;max-height:500px}
    #stacks_in_6589{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_6589{margin: 0px }#stacks_in_6589>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_6589>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_6589>.s-box>.s-box-content{padding: 0px }} #stacks_in_6589>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_6589{width:100.00%}@media all and (min-width:640px){#stacks_in_6589{width:100.00%}}   #stacks_in_6589.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_6589.box-abs{height:100.00%}}   
.style-pro-stacks_in_6589::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6589:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_6589:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-6591.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_6589:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_6589:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_6589:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-6591.png);}}

    #stacks_in_6542.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6542.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6542.blu-wrap>.blueprint-col{}#stacks_in_6542.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6542.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6542.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6542.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_6542.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6542.blu-wrap>.blueprint-col{ }#stacks_in_6542.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6542.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6542.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6542.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6542.blu-wrap>.blueprint-col{ }
#stacks_in_6542.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6542.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6542.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6542.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6542.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6542.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6542.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6542.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6542.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_6542.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_6542.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_6547.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_6547.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_6547.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_6547.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_6547.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_6547.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_6547.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_6547.blu-sidebar.full-height{height:100vh}#stacks_in_6547.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6547.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_6547.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6547.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_6547.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_6547.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_6547.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_6547.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_6547.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_6547.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_6547.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_6547.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_6547.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6547.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_6547.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_6547.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_6547.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_6547.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_6547.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6547.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6547.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6547.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_6547.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_6547.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_6547.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_6547.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_6547.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_6547.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6547.blu-sidebar>.blu-content::before,#stacks_in_6547.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_6547.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6547.blu-sidebar>.blu-side::before,#stacks_in_6547.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_6561 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_6561 #topBoxTriggerstacks_in_6561 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_6561 #topBoxTriggerContentstacks_in_6561 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_6561 #topBoxTriggerContentstacks_in_6561 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_6561 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_6561 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_6561 h1,
#topBoxContentWrapperstacks_in_6561 h2,
#topBoxContentWrapperstacks_in_6561 h3,
#topBoxContentWrapperstacks_in_6561 h4,
#topBoxContentWrapperstacks_in_6561 h5,
#topBoxContentWrapperstacks_in_6561 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_6561 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_6561 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_6561 a:hover,
#topBoxContentWrapperstacks_in_6561 a:focus,
#topBoxContentWrapperstacks_in_6561 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_6561 .topBoxAudio,
#topBoxContentWrapperstacks_in_6561 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_6561.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_6561 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_6561 .trackName,
#topBoxContentWrapperstacks_in_6561 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_6561 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_6562{text-align:center}#stacks_in_6562 .button{float:none !important}}#stacks_in_6562 .button{margin-bottom:0}

#stacks_in_6562 {
	padding:  5px;
}
    #stacks_in_6564.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6564.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6564.blu-wrap>.blueprint-col{}#stacks_in_6564.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6564.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6564.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6564.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_6564.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6564.blu-wrap>.blueprint-col{ }#stacks_in_6564.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6564.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6564.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6564.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6564.blu-wrap>.blueprint-col{ }
#stacks_in_6564.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6564.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6564.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6564.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6564.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6564.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6564.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6564.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6564.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_6567 h3,#stacks_in_6567 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_6567 h3 a,#stacks_in_6567 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_6567 h3 a:hover,#stacks_in_6567 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_6567 small,#stacks_in_6567 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_6567 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_6567 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_6567 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_6567 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_6573{}}
@media only screen and (max-width:480.00px){#stacks_in_6573,#stacks_in_6573 div,#stacks_in_6573 p,#stacks_in_6573 ol,#stacks_in_6573 ul li,#stacks_in_6573 ol li,#stacks_in_6573 ol,#stacks_in_6573 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_6573,#stacks_in_6573 div,#stacks_in_6573 p,#stacks_in_6573 ol,#stacks_in_6573 ul li,#stacks_in_6573 ol li,#stacks_in_6573 ol,#stacks_in_6573 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_6573,#stacks_in_6573 div,#stacks_in_6573 p,#stacks_in_6573 ol,#stacks_in_6573 ul li,#stacks_in_6573 ol li,#stacks_in_6573 ol,#stacks_in_6573 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_6573,#stacks_in_6573 div,#stacks_in_6573 p,#stacks_in_6573 ol,#stacks_in_6573 ul li,#stacks_in_6573 ol li,#stacks_in_6573 ol,#stacks_in_6573 dl{font-size:0.90rem!important}}
#stacks_in_6576{overflow:hidden}#stacks_in_6576 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_6576 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_6577 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_6577 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_6577 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_6551.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6551.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6551.blu-wrap>.blueprint-col{}#stacks_in_6551.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6551.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6551.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6551.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_6551.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6551.blu-wrap>.blueprint-col{ }#stacks_in_6551.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6551.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6551.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6551.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6551.blu-wrap>.blueprint-col{ }
#stacks_in_6551.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6551.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6551.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6551.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6551.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6551.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6551.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6551.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6551.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_6554 h3,#stacks_in_6554 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_6554 h3,#stacks_in_6554 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_6554 h3,#stacks_in_6554 div{text-align:center !important}#stacks_out_6554{display:block !important}}@media only screen and (min-width:0px){#stacks_in_6554 h3,#stacks_in_6554 div{line-height:1.20}}#stacks_in_6554 .primary,#stacks_in_6554 .segment{display:inline-block}#stacks_in_6554 .primary.sub-title,#stacks_in_6554 .segment.sub-title{display:block}#stacks_in_6554 [data-seg="segment2"].last-title{display:block}#stacks_in_6554 .segment.no-shadow{text-shadow:none !important}#stacks_in_6554 .segment *{}#stacks_in_6554 .hTxt.primary{vertical-align:baseline}#stacks_in_6554 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_6554 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_6554 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_6542::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6542:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_6542:not(.bdr-vault)::before,.style-pro-stacks_in_6542:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_6542:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_6542:not(.bdr-vault):before,.style-pro-stacks_in_6542:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_6542:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_6542:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_6542:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_6542:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_6542:not(.bdr-vault):hover::before,.style-pro-stacks_in_6542:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_6542:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_6542::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6542:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_6593.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_6593.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_6593.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_6593.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_6593.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_6593.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_6593.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_6593.blu-sidebar.full-height{height:100vh}#stacks_in_6593.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6593.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_6593.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6593.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_6593.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_6593.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_6593.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_6593.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_6593.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_6593.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_6593.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_6593.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_6593.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6593.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_6593.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_6593.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_6593.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_6593.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_6593.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6593.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6593.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6593.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_6593.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_6593.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_6593.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_6593.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_6593.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_6593.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6593.blu-sidebar>.blu-content::before,#stacks_in_6593.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_6593.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6593.blu-sidebar>.blu-side::before,#stacks_in_6593.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_6600 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_6600{z-index:1}#stacks_in_6600 > .s-pro > .sections-layer{display:none}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_6600 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_6600 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_6600 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_6640 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6640 img.maxwidth{max-width:500px}#stacks_in_6640 img.maxheight{width:auto;max-height:500px}
    #stacks_in_6642{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_6642{margin: 0px }#stacks_in_6642>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_6642>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_6642>.s-box>.s-box-content{padding: 0px }} #stacks_in_6642>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_6642{width:100.00%}@media all and (min-width:640px){#stacks_in_6642{width:100.00%}}   #stacks_in_6642.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_6642.box-abs{height:100.00%}}   
.style-pro-stacks_in_6642::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6642:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_6642:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-6644.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_6642:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_6642:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_6642:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-6644.png);}}

    #stacks_in_6595.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6595.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6595.blu-wrap>.blueprint-col{}#stacks_in_6595.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6595.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6595.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6595.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_6595.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6595.blu-wrap>.blueprint-col{ }#stacks_in_6595.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6595.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6595.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6595.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6595.blu-wrap>.blueprint-col{ }
#stacks_in_6595.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6595.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6595.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6595.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6595.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6595.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6595.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6595.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6595.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_6595.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_6595.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_6601.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_6601.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_6601.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_6601.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_6601.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_6601.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_6601.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_6601.blu-sidebar.full-height{height:100vh}#stacks_in_6601.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6601.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_6601.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_6601.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_6601.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_6601.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_6601.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_6601.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_6601.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_6601.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_6601.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_6601.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_6601.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6601.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_6601.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_6601.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_6601.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_6601.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_6601.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_6601.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6601.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_6601.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_6601.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_6601.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_6601.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_6601.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_6601.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_6601.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6601.blu-sidebar>.blu-content::before,#stacks_in_6601.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_6601.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_6601.blu-sidebar>.blu-side::before,#stacks_in_6601.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_6614 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_6614 #topBoxTriggerstacks_in_6614 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_6614 #topBoxTriggerContentstacks_in_6614 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_6614 #topBoxTriggerContentstacks_in_6614 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_6614 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_6614 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_6614 h1,
#topBoxContentWrapperstacks_in_6614 h2,
#topBoxContentWrapperstacks_in_6614 h3,
#topBoxContentWrapperstacks_in_6614 h4,
#topBoxContentWrapperstacks_in_6614 h5,
#topBoxContentWrapperstacks_in_6614 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_6614 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_6614 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_6614 a:hover,
#topBoxContentWrapperstacks_in_6614 a:focus,
#topBoxContentWrapperstacks_in_6614 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_6614 .topBoxAudio,
#topBoxContentWrapperstacks_in_6614 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_6614.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_6614 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_6614 .trackName,
#topBoxContentWrapperstacks_in_6614 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_6614 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_6615{text-align:center}#stacks_in_6615 .button{float:none !important}}#stacks_in_6615 .button{margin-bottom:0}

#stacks_in_6615 {
	padding:  5px;
}
    #stacks_in_6617.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6617.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6617.blu-wrap>.blueprint-col{}#stacks_in_6617.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6617.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6617.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6617.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_6617.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6617.blu-wrap>.blueprint-col{ }#stacks_in_6617.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6617.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6617.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6617.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6617.blu-wrap>.blueprint-col{ }
#stacks_in_6617.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6617.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6617.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6617.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6617.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6617.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6617.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6617.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6617.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_6620 h3,#stacks_in_6620 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_6620 h3 a,#stacks_in_6620 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_6620 h3 a:hover,#stacks_in_6620 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_6620 small,#stacks_in_6620 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_6620 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_6620 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_6620 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_6620 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_6626{}}
@media only screen and (max-width:480.00px){#stacks_in_6626,#stacks_in_6626 div,#stacks_in_6626 p,#stacks_in_6626 ol,#stacks_in_6626 ul li,#stacks_in_6626 ol li,#stacks_in_6626 ol,#stacks_in_6626 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_6626,#stacks_in_6626 div,#stacks_in_6626 p,#stacks_in_6626 ol,#stacks_in_6626 ul li,#stacks_in_6626 ol li,#stacks_in_6626 ol,#stacks_in_6626 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_6626,#stacks_in_6626 div,#stacks_in_6626 p,#stacks_in_6626 ol,#stacks_in_6626 ul li,#stacks_in_6626 ol li,#stacks_in_6626 ol,#stacks_in_6626 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_6626,#stacks_in_6626 div,#stacks_in_6626 p,#stacks_in_6626 ol,#stacks_in_6626 ul li,#stacks_in_6626 ol li,#stacks_in_6626 ol,#stacks_in_6626 dl{font-size:0.90rem!important}}
#stacks_in_6629{overflow:hidden}#stacks_in_6629 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_6629 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_6630 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_6630 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_6630 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_6604.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6604.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6604.blu-wrap>.blueprint-col{}#stacks_in_6604.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6604.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6604.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6604.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_6604.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6604.blu-wrap>.blueprint-col{ }#stacks_in_6604.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6604.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6604.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6604.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6604.blu-wrap>.blueprint-col{ }
#stacks_in_6604.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6604.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6604.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6604.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6604.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6604.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6604.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6604.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6604.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_6607 h3,#stacks_in_6607 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_6607 h3,#stacks_in_6607 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_6607 h3,#stacks_in_6607 div{text-align:center !important}#stacks_out_6607{display:block !important}}@media only screen and (min-width:0px){#stacks_in_6607 h3,#stacks_in_6607 div{line-height:1.20}}#stacks_in_6607 .primary,#stacks_in_6607 .segment{display:inline-block}#stacks_in_6607 .primary.sub-title,#stacks_in_6607 .segment.sub-title{display:block}#stacks_in_6607 [data-seg="segment2"].last-title{display:block}#stacks_in_6607 .segment.no-shadow{text-shadow:none !important}#stacks_in_6607 .segment *{}#stacks_in_6607 .hTxt.primary{vertical-align:baseline}#stacks_in_6607 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_6607 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_6607 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_6595::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6595:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_6595:not(.bdr-vault)::before,.style-pro-stacks_in_6595:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_6595:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_6595:not(.bdr-vault):before,.style-pro-stacks_in_6595:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_6595:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_6595:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_6595:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_6595:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_6595:not(.bdr-vault):hover::before,.style-pro-stacks_in_6595:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_6595:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_6595::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_6595:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8793.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_8793.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8793.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8793.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8793.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_8793.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8793.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8793.blu-sidebar.full-height{height:100vh}#stacks_in_8793.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8793.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8793.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8793.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8793.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8793.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8793.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_8793.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8793.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8793.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_8793.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8793.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8793.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8793.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8793.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8793.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8793.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8793.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8793.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8793.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8793.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8793.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8793.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_8793.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8793.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8793.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8793.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8793.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8793.blu-sidebar>.blu-content::before,#stacks_in_8793.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8793.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8793.blu-sidebar>.blu-side::before,#stacks_in_8793.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8809 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8809{z-index:1}#stacks_in_8809 > .s-pro > .sections-layer{display:none}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8809 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8809 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8809 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8841 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8841 img.maxwidth{max-width:500px}#stacks_in_8841 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8843{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8843{margin: 0px }#stacks_in_8843>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8843>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8843>.s-box>.s-box-content{padding: 0px }} #stacks_in_8843>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8843{width:100.00%}@media all and (min-width:640px){#stacks_in_8843{width:100.00%}}   #stacks_in_8843.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8843.box-abs{height:100.00%}}   
.style-pro-stacks_in_8843::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8843:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8843:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8845.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8843:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8843:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8843:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8845.png);}}

    #stacks_in_8796.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8796.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8796.blu-wrap>.blueprint-col{}#stacks_in_8796.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8796.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8796.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8796.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8796.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8796.blu-wrap>.blueprint-col{ }#stacks_in_8796.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8796.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8796.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8796.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8796.blu-wrap>.blueprint-col{ }
#stacks_in_8796.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8796.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8796.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8796.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8796.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8796.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8796.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8796.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8796.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_8796.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8796.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
 @media(hover:hover){#stacks_in_8801.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_8801.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8801.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8801.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8801.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_8801.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8801.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8801.blu-sidebar.full-height{height:100vh}#stacks_in_8801.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8801.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8801.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8801.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8801.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8801.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8801.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_8801.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:5.00px;margin-right:5.00px}#stacks_in_8801.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_8801.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_8801.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8801.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8801.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8801.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8801.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8801.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8801.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8801.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8801.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8801.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8801.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8801.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8801.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_8801.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8801.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8801.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8801.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8801.blu-sidebar>.blu-content{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8801.blu-sidebar>.blu-content::before,#stacks_in_8801.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8801.blu-sidebar>.blu-side{padding:0.50rem 0.00rem 0.00rem 0.00rem ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8801.blu-sidebar>.blu-side::before,#stacks_in_8801.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

.nivo-lightbox-theme-default .nivo-lightbox-wrap {
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay a,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:visited,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:active,
.nivo-lightbox-theme-default.nivo-lightbox-overlay a:focus {
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 30px;
	border-radius: 5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-html5audio,
.nivo-lightbox-theme-default .nivo-lightbox-html5video,
.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
}


.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline,
.nivo-lightbox-theme-default .nivo-lightbox-image img,
.nivo-lightbox-theme-default .nivo-lightbox-html5video {
	box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
}















/* Radial gradient fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
background: rgba(255, 255, 255, 1.00);
background: -moz-radial-gradient(center, ellipse cover,  rgba(255, 255, 255, 1.00) 0%, rgba(234, 234, 234, 1.00) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255, 255, 255, 1.00)), color-stop(100%,rgba(234, 234, 234, 1.00)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1.00) 0%,rgba(234, 234, 234, 1.00) 100%);
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { 
	bottom: -7%; 
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 15px/1.80 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap .nivo-lightbox-title {
	
	
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 0.00);
	padding: 8px 16px;
	border-radius: 5px;
}

/* .nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-title {
	background: none;
	padding: 0;
	border-radius: none;
} */

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 300ms ease-in-out;
	z-index: 99999999999;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-prev [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-next [class^="fa fa-"] {
	position: absolute;
	top: 50%;
	right: 50%;
	text-align: right;
	margin-top: -25px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	width: 50px;
	height: 50px;
	
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close:hover,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav:hover {
	background: none;
	opacity: 0.99;
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav [class^="fa fa-"],
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	outline: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
	background: none;
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading:before {
	color: rgba(255, 255, 255, 1.00);
	text-indent: 0px;
	content: 'Loading content...';
	position: absolute;
	top: 48%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 99999;
	font-size: 18px;
}

.nivo-lightbox-theme-default .nivo-lightbox-content .nivo-lightbox-error {
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
}

#topBoxTriggerRegionstacks_in_8815 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_8815 #topBoxTriggerstacks_in_8815 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_8815 #topBoxTriggerContentstacks_in_8815 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_8815 #topBoxTriggerContentstacks_in_8815 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_8815 {
	color: rgba(66, 66, 66, 1.00);
}

#topBoxContentWrapperstacks_in_8815 img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

#topBoxContentWrapperstacks_in_8815 h1,
#topBoxContentWrapperstacks_in_8815 h2,
#topBoxContentWrapperstacks_in_8815 h3,
#topBoxContentWrapperstacks_in_8815 h4,
#topBoxContentWrapperstacks_in_8815 h5,
#topBoxContentWrapperstacks_in_8815 h6 {
	color: rgba(0, 0, 0, 1.00);
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_8815 a {
	color: rgba(0, 80, 221, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_8815 a:visited {
	color: rgba(0, 80, 221, 1.00);
}

#topBoxContentWrapperstacks_in_8815 a:hover,
#topBoxContentWrapperstacks_in_8815 a:focus,
#topBoxContentWrapperstacks_in_8815 a:active {
	color: rgba(255, 0, 0, 1.00);
}

#topBoxContentWrapperstacks_in_8815 .topBoxAudio,
#topBoxContentWrapperstacks_in_8815 .topBoxVideo {
	width: 100%;
	display: block;
}

/* Fixes for Firefox video positioning, April 2018 */
#topBoxContentWrapperstacks_in_8815.topBoxVideo {
	position: relative;
	padding-bottom: %;
	height: 0;
	overflow: hidden;
}

#topBoxContentWrapperstacks_in_8815 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#topBoxContentWrapperstacks_in_8815 .trackName,
#topBoxContentWrapperstacks_in_8815 .trackDescription {
	text-align: center;
	display: block;
}


#topBoxContentWrapperstacks_in_8815 {
	display: none;
}







@media only screen and (max-width:40em){#stacks_in_8816{text-align:center}#stacks_in_8816 .button{float:none !important}}#stacks_in_8816 .button{margin-bottom:0}

#stacks_in_8816 {
	padding:  5px;
}
    #stacks_in_8818.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8818.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8818.blu-wrap>.blueprint-col{}#stacks_in_8818.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8818.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8818.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8818.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_8818.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8818.blu-wrap>.blueprint-col{ }#stacks_in_8818.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8818.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8818.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8818.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8818.blu-wrap>.blueprint-col{ }
#stacks_in_8818.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8818.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8818.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8818.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8818.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8818.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8818.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8818.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8818.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8821 h3,#stacks_in_8821 div{color:rgba(132, 154, 47, 1.00)}#stacks_in_8821 h3 a,#stacks_in_8821 div a{color:rgba(132, 154, 47, 1.00)}#stacks_in_8821 h3 a:hover,#stacks_in_8821 div a:hover{color:rgba(99, 115, 35, 1.00)}#stacks_in_8821 small,#stacks_in_8821 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_8821 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8821 h3{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8821 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_8821 h3{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_8827{}}
@media only screen and (max-width:480.00px){#stacks_in_8827,#stacks_in_8827 div,#stacks_in_8827 p,#stacks_in_8827 ol,#stacks_in_8827 ul li,#stacks_in_8827 ol li,#stacks_in_8827 ol,#stacks_in_8827 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_8827,#stacks_in_8827 div,#stacks_in_8827 p,#stacks_in_8827 ol,#stacks_in_8827 ul li,#stacks_in_8827 ol li,#stacks_in_8827 ol,#stacks_in_8827 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_8827,#stacks_in_8827 div,#stacks_in_8827 p,#stacks_in_8827 ol,#stacks_in_8827 ul li,#stacks_in_8827 ol li,#stacks_in_8827 ol,#stacks_in_8827 dl{font-size:0.90rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_8827,#stacks_in_8827 div,#stacks_in_8827 p,#stacks_in_8827 ol,#stacks_in_8827 ul li,#stacks_in_8827 ol li,#stacks_in_8827 ol,#stacks_in_8827 dl{font-size:0.90rem!important}}
#stacks_in_8830{overflow:hidden}#stacks_in_8830 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_8830 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_8831 > .row{padding-top:0.20rem;padding-bottom:0.20rem}#stacks_in_8831 > .row > .columns{margin-top:0.20rem;margin-bottom:0.20rem}#stacks_in_8831 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}


    #stacks_in_8804.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8804.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8804.blu-wrap>.blueprint-col{}#stacks_in_8804.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8804.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8804.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8804.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8804.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8804.blu-wrap>.blueprint-col{ }#stacks_in_8804.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8804.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8804.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8804.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8804.blu-wrap>.blueprint-col{ }
#stacks_in_8804.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8804.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8804.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8804.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8804.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8804.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8804.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8804.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8804.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8807 h3,#stacks_in_8807 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8807 h3,#stacks_in_8807 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8807 h3,#stacks_in_8807 div{text-align:center !important}#stacks_out_8807{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8807 h3,#stacks_in_8807 div{line-height:1.20}}#stacks_in_8807 .primary,#stacks_in_8807 .segment{display:inline-block}#stacks_in_8807 .primary.sub-title,#stacks_in_8807 .segment.sub-title{display:block}#stacks_in_8807 [data-seg="segment2"].last-title{display:block}#stacks_in_8807 .segment.no-shadow{text-shadow:none !important}#stacks_in_8807 .segment *{}#stacks_in_8807 .hTxt.primary{vertical-align:baseline}#stacks_in_8807 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8807 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8807 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8796::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8796:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8796:not(.bdr-vault)::before,.style-pro-stacks_in_8796:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8796:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8796:not(.bdr-vault):before,.style-pro-stacks_in_8796:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8796:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8796:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8796:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8796:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8796:not(.bdr-vault):hover::before,.style-pro-stacks_in_8796:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8796:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8796::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8796:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

#stacks_in_6419{overflow:hidden}#stacks_in_6419 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_6419 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
    #stacks_in_6420.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_6420.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_6420.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_6420.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_6420.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_6420.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_6420.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_6420.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_6420.blu-wrap>.blueprint-col{ }#stacks_in_6420.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_6420.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_6420.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_6420.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_6420.blu-wrap>.blueprint-col{ }
#stacks_in_6420.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_6420.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_6420.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_6420.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_6420.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_6420.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_6420.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_6420.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_6420.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_6420.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 2.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_6422 h3,#stacks_in_6422 div{text-align:center !important}#stacks_out_6422{display:block !important}}#stacks_in_6422 .h-pro{padding:0px}#stacks_in_6422 .h-pro{border-radius: 0px }#stacks_in_6422 .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_6422 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_6422 h3{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_6422 h3{font-size:2.00rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_6422 h3{font-size:2.50rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_6422 h3{font-size:2.50rem!important}}

#stacks_in_6425 {
	font-weight: lighter;
}
    #stacks_in_7415.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7415.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7415.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_7415.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7415.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7415.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7415.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_7415.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7415.blu-wrap>.blueprint-col{ }#stacks_in_7415.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7415.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7415.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7415.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7415.blu-wrap>.blueprint-col{ }
#stacks_in_7415.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7415.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7415.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7415.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7415.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7415.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7415.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7415.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7415.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_7415.blu-wrap>.blueprint-col>.blucol-content{padding: 1.00% 0.00% 1.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_7423 h4,#stacks_in_7423 div{text-align:center !important}#stacks_out_7423{display:block !important}}#stacks_in_7423 .h-pro{padding:0px}#stacks_in_7423 .h-pro{border-radius: 0px }#stacks_in_7423 .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_7423 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_7423 h4{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_7423 h4{font-size:1.70rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_7423 h4{font-size:2.10rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_7423 h4{font-size:2.10rem!important}}

#stacks_in_7425 {
	font-weight: lighter;
}
#stacks_in_7605 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_7678.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_7678.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7678.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7678.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7678.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_7678.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7678.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7678.blu-sidebar.full-height{height:100vh}#stacks_in_7678.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7678.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7678.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7678.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7678.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7678.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7678.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_7678.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7678.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7678.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_7678.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7678.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7678.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7678.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7678.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7678.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7678.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7678.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7678.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7678.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7678.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7678.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7678.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_7678.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7678.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7678.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7678.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7678.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7678.blu-sidebar>.blu-content::before,#stacks_in_7678.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7678.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7678.blu-sidebar>.blu-side::before,#stacks_in_7678.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7681 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7681{z-index:1}#stacks_in_7681 > .s-pro > .sections-layer{display:none}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7681 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7681 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7681 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7699 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7699 img.maxwidth{max-width:500px}#stacks_in_7699 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7701{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7701{margin: 0px }#stacks_in_7701>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7701>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7701>.s-box>.s-box-content{padding: 0px }} #stacks_in_7701>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7701{width:100.00%}@media all and (min-width:640px){#stacks_in_7701{width:100.00%}}   #stacks_in_7701.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7701.box-abs{height:100.00%}}   
.style-pro-stacks_in_7701::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7701:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7701:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7703.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7701:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7701:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7701:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7703.png);}}

    #stacks_in_7682.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7682.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7682.blu-wrap>.blueprint-col{}#stacks_in_7682.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7682.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7682.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7682.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7682.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7682.blu-wrap>.blueprint-col{ }#stacks_in_7682.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7682.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7682.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7682.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7682.blu-wrap>.blueprint-col{ }
#stacks_in_7682.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7682.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7682.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7682.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7682.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7682.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7682.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7682.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7682.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_7682.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7682.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7687.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7687.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7687.blu-wrap>.blueprint-col{}#stacks_in_7687.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7687.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7687.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7687.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7687.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7687.blu-wrap>.blueprint-col{ }#stacks_in_7687.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7687.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7687.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7687.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7687.blu-wrap>.blueprint-col{ }
#stacks_in_7687.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7687.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7687.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7687.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7687.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7687.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7687.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7687.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7687.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7690 h3,#stacks_in_7690 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7690 h3,#stacks_in_7690 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7690 h3,#stacks_in_7690 div{text-align:center !important}#stacks_out_7690{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7690 h3,#stacks_in_7690 div{line-height:1.20}}#stacks_in_7690 .primary,#stacks_in_7690 .segment{display:inline-block}#stacks_in_7690 .primary.sub-title,#stacks_in_7690 .segment.sub-title{display:block}#stacks_in_7690 [data-seg="segment2"].last-title{display:block}#stacks_in_7690 .segment.no-shadow{text-shadow:none !important}#stacks_in_7690 .segment *{}#stacks_in_7690 .hTxt.primary{vertical-align:baseline}#stacks_in_7690 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7690 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7690 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7682::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7682:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7682:not(.bdr-vault)::before,.style-pro-stacks_in_7682:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7682:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7682:not(.bdr-vault):before,.style-pro-stacks_in_7682:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7682:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7682:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7682:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7682:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7682:not(.bdr-vault):hover::before,.style-pro-stacks_in_7682:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7682:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7682::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7682:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8445.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_8445.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8445.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8445.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8445.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_8445.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8445.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8445.blu-sidebar.full-height{height:100vh}#stacks_in_8445.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8445.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8445.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8445.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8445.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8445.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8445.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_8445.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8445.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8445.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_8445.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8445.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8445.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8445.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8445.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8445.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8445.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8445.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8445.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8445.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8445.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8445.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8445.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_8445.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8445.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8445.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8445.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8445.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8445.blu-sidebar>.blu-content::before,#stacks_in_8445.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8445.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8445.blu-sidebar>.blu-side::before,#stacks_in_8445.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8460 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8460{z-index:1}#stacks_in_8460 > .s-pro > .sections-layer{display:none}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8460 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8460 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8460 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8466 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8466 img.maxwidth{max-width:500px}#stacks_in_8466 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8468{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8468{margin: 0px }#stacks_in_8468>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8468>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8468>.s-box>.s-box-content{padding: 0px }} #stacks_in_8468>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8468{width:100.00%}@media all and (min-width:640px){#stacks_in_8468{width:100.00%}}   #stacks_in_8468.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8468.box-abs{height:100.00%}}   
.style-pro-stacks_in_8468::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8468:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8468:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8470.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8468:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8468:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8468:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8470.png);}}

    #stacks_in_8448.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8448.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8448.blu-wrap>.blueprint-col{}#stacks_in_8448.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8448.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8448.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8448.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8448.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8448.blu-wrap>.blueprint-col{ }#stacks_in_8448.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8448.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8448.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8448.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8448.blu-wrap>.blueprint-col{ }
#stacks_in_8448.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8448.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8448.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8448.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8448.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8448.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8448.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8448.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8448.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_8448.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8448.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8453.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8453.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8453.blu-wrap>.blueprint-col{}#stacks_in_8453.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8453.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8453.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8453.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8453.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8453.blu-wrap>.blueprint-col{ }#stacks_in_8453.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8453.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8453.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8453.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8453.blu-wrap>.blueprint-col{ }
#stacks_in_8453.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8453.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8453.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8453.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8453.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8453.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8453.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8453.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8453.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8456 h3,#stacks_in_8456 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8456 h3,#stacks_in_8456 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8456 h3,#stacks_in_8456 div{text-align:center !important}#stacks_out_8456{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8456 h3,#stacks_in_8456 div{line-height:1.20}}#stacks_in_8456 .primary,#stacks_in_8456 .segment{display:inline-block}#stacks_in_8456 .primary.sub-title,#stacks_in_8456 .segment.sub-title{display:block}#stacks_in_8456 [data-seg="segment2"].last-title{display:block}#stacks_in_8456 .segment.no-shadow{text-shadow:none !important}#stacks_in_8456 .segment *{}#stacks_in_8456 .hTxt.primary{vertical-align:baseline}#stacks_in_8456 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8456 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8456 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8448::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8448:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8448:not(.bdr-vault)::before,.style-pro-stacks_in_8448:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8448:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8448:not(.bdr-vault):before,.style-pro-stacks_in_8448:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8448:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8448:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8448:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8448:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8448:not(.bdr-vault):hover::before,.style-pro-stacks_in_8448:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8448:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8448::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8448:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8294.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_8294.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8294.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8294.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8294.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_8294.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8294.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8294.blu-sidebar.full-height{height:100vh}#stacks_in_8294.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8294.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8294.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8294.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8294.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8294.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8294.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_8294.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8294.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8294.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_8294.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8294.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8294.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8294.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8294.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8294.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8294.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8294.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8294.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8294.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8294.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8294.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8294.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_8294.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8294.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8294.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8294.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8294.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8294.blu-sidebar>.blu-content::before,#stacks_in_8294.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8294.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8294.blu-sidebar>.blu-side::before,#stacks_in_8294.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8293 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8293{z-index:1}#stacks_in_8293 > .s-pro > .sections-layer{display:none}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8293 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8293 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8293 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8314 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8314 img.maxwidth{max-width:500px}#stacks_in_8314 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8316{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8316{margin: 0px }#stacks_in_8316>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8316>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8316>.s-box>.s-box-content{padding: 0px }} #stacks_in_8316>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8316{width:100.00%}@media all and (min-width:640px){#stacks_in_8316{width:100.00%}}   #stacks_in_8316.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8316.box-abs{height:100.00%}}   
.style-pro-stacks_in_8316::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8316:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8316:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8318.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8316:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8316:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8316:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8318.png);}}

    #stacks_in_8297.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8297.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8297.blu-wrap>.blueprint-col{}#stacks_in_8297.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8297.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8297.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8297.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8297.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8297.blu-wrap>.blueprint-col{ }#stacks_in_8297.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8297.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8297.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8297.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8297.blu-wrap>.blueprint-col{ }
#stacks_in_8297.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8297.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8297.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8297.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8297.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8297.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8297.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8297.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8297.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_8297.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8297.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8302.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8302.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8302.blu-wrap>.blueprint-col{}#stacks_in_8302.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8302.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8302.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8302.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8302.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8302.blu-wrap>.blueprint-col{ }#stacks_in_8302.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8302.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8302.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8302.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8302.blu-wrap>.blueprint-col{ }
#stacks_in_8302.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8302.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8302.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8302.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8302.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8302.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8302.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8302.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8302.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8305 h3,#stacks_in_8305 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8305 h3,#stacks_in_8305 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8305 h3,#stacks_in_8305 div{text-align:center !important}#stacks_out_8305{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8305 h3,#stacks_in_8305 div{line-height:1.20}}#stacks_in_8305 .primary,#stacks_in_8305 .segment{display:inline-block}#stacks_in_8305 .primary.sub-title,#stacks_in_8305 .segment.sub-title{display:block}#stacks_in_8305 [data-seg="segment2"].last-title{display:block}#stacks_in_8305 .segment.no-shadow{text-shadow:none !important}#stacks_in_8305 .segment *{}#stacks_in_8305 .hTxt.primary{vertical-align:baseline}#stacks_in_8305 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8305 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8305 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8297::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8297:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8297:not(.bdr-vault)::before,.style-pro-stacks_in_8297:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8297:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8297:not(.bdr-vault):before,.style-pro-stacks_in_8297:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8297:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8297:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8297:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8297:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8297:not(.bdr-vault):hover::before,.style-pro-stacks_in_8297:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8297:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8297::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8297:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7622.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_7622.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7622.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7622.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7622.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_7622.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7622.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7622.blu-sidebar.full-height{height:100vh}#stacks_in_7622.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7622.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7622.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7622.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7622.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7622.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7622.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_7622.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7622.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7622.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_7622.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7622.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7622.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7622.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7622.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7622.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7622.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7622.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7622.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7622.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7622.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7622.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7622.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_7622.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7622.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7622.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7622.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7622.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7622.blu-sidebar>.blu-content::before,#stacks_in_7622.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7622.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7622.blu-sidebar>.blu-side::before,#stacks_in_7622.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7630 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7630{z-index:1}#stacks_in_7630 > .s-pro > .sections-layer{display:none}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7630 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7630 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7630 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7643 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7643 img.maxwidth{max-width:500px}#stacks_in_7643 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7645{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7645{margin: 0px }#stacks_in_7645>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7645>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7645>.s-box>.s-box-content{padding: 0px }} #stacks_in_7645>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7645{width:100.00%}@media all and (min-width:640px){#stacks_in_7645{width:100.00%}}   #stacks_in_7645.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7645.box-abs{height:100.00%}}   
.style-pro-stacks_in_7645::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7645:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7645:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7647.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7645:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7645:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7645:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7647.png);}}

    #stacks_in_7625.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7625.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7625.blu-wrap>.blueprint-col{}#stacks_in_7625.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7625.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7625.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7625.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7625.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7625.blu-wrap>.blueprint-col{ }#stacks_in_7625.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7625.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7625.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7625.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7625.blu-wrap>.blueprint-col{ }
#stacks_in_7625.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7625.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7625.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7625.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7625.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7625.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7625.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7625.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7625.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_7625.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7625.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7631.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7631.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7631.blu-wrap>.blueprint-col{}#stacks_in_7631.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7631.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7631.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7631.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7631.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7631.blu-wrap>.blueprint-col{ }#stacks_in_7631.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7631.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7631.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7631.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7631.blu-wrap>.blueprint-col{ }
#stacks_in_7631.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7631.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7631.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7631.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7631.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7631.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7631.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7631.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7631.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7634 h3,#stacks_in_7634 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7634 h3,#stacks_in_7634 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7634 h3,#stacks_in_7634 div{text-align:center !important}#stacks_out_7634{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7634 h3,#stacks_in_7634 div{line-height:1.20}}#stacks_in_7634 .primary,#stacks_in_7634 .segment{display:inline-block}#stacks_in_7634 .primary.sub-title,#stacks_in_7634 .segment.sub-title{display:block}#stacks_in_7634 [data-seg="segment2"].last-title{display:block}#stacks_in_7634 .segment.no-shadow{text-shadow:none !important}#stacks_in_7634 .segment *{}#stacks_in_7634 .hTxt.primary{vertical-align:baseline}#stacks_in_7634 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7634 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7634 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7625::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7625:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7625:not(.bdr-vault)::before,.style-pro-stacks_in_7625:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7625:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7625:not(.bdr-vault):before,.style-pro-stacks_in_7625:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7625:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7625:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7625:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7625:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7625:not(.bdr-vault):hover::before,.style-pro-stacks_in_7625:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7625:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7625::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7625:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7650.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_7650.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7650.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7650.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7650.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_7650.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7650.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7650.blu-sidebar.full-height{height:100vh}#stacks_in_7650.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7650.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7650.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7650.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7650.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7650.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7650.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_7650.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7650.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7650.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_7650.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7650.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7650.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7650.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7650.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7650.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7650.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7650.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7650.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7650.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7650.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7650.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7650.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_7650.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7650.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7650.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7650.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7650.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7650.blu-sidebar>.blu-content::before,#stacks_in_7650.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7650.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7650.blu-sidebar>.blu-side::before,#stacks_in_7650.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7660 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7660{z-index:1}#stacks_in_7660 > .s-pro > .sections-layer{display:none}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7660 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7660 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7660 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7671 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7671 img.maxwidth{max-width:500px}#stacks_in_7671 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7673{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7673{margin: 0px }#stacks_in_7673>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7673>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7673>.s-box>.s-box-content{padding: 0px }} #stacks_in_7673>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7673{width:100.00%}@media all and (min-width:640px){#stacks_in_7673{width:100.00%}}   #stacks_in_7673.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7673.box-abs{height:100.00%}}   
.style-pro-stacks_in_7673::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7673:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7673:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7675.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7673:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7673:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7673:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7675.png);}}

    #stacks_in_7653.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7653.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7653.blu-wrap>.blueprint-col{}#stacks_in_7653.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7653.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7653.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7653.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7653.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7653.blu-wrap>.blueprint-col{ }#stacks_in_7653.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7653.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7653.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7653.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7653.blu-wrap>.blueprint-col{ }
#stacks_in_7653.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7653.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7653.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7653.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7653.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7653.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7653.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7653.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7653.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_7653.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7653.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7658.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7658.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7658.blu-wrap>.blueprint-col{}#stacks_in_7658.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7658.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7658.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7658.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7658.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7658.blu-wrap>.blueprint-col{ }#stacks_in_7658.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7658.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7658.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7658.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7658.blu-wrap>.blueprint-col{ }
#stacks_in_7658.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7658.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7658.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7658.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7658.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7658.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7658.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7658.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7658.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7662 h3,#stacks_in_7662 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7662 h3,#stacks_in_7662 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7662 h3,#stacks_in_7662 div{text-align:center !important}#stacks_out_7662{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7662 h3,#stacks_in_7662 div{line-height:1.20}}#stacks_in_7662 .primary,#stacks_in_7662 .segment{display:inline-block}#stacks_in_7662 .primary.sub-title,#stacks_in_7662 .segment.sub-title{display:block}#stacks_in_7662 [data-seg="segment2"].last-title{display:block}#stacks_in_7662 .segment.no-shadow{text-shadow:none !important}#stacks_in_7662 .segment *{}#stacks_in_7662 .hTxt.primary{vertical-align:baseline}#stacks_in_7662 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7662 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7662 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7653::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7653:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7653:not(.bdr-vault)::before,.style-pro-stacks_in_7653:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7653:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7653:not(.bdr-vault):before,.style-pro-stacks_in_7653:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7653:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7653:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7653:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7653:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7653:not(.bdr-vault):hover::before,.style-pro-stacks_in_7653:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7653:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7653::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7653:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8322.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_8322.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8322.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8322.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8322.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_8322.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8322.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8322.blu-sidebar.full-height{height:100vh}#stacks_in_8322.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8322.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8322.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8322.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8322.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8322.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8322.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_8322.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8322.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8322.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_8322.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8322.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8322.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8322.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8322.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8322.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8322.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8322.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8322.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8322.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8322.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8322.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8322.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_8322.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8322.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8322.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8322.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8322.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8322.blu-sidebar>.blu-content::before,#stacks_in_8322.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8322.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8322.blu-sidebar>.blu-side::before,#stacks_in_8322.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8321 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8321{z-index:1}#stacks_in_8321 > .s-pro > .sections-layer{display:none}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8321 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8321 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8321 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8342 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8342 img.maxwidth{max-width:500px}#stacks_in_8342 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8344{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8344{margin: 0px }#stacks_in_8344>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8344>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8344>.s-box>.s-box-content{padding: 0px }} #stacks_in_8344>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8344{width:100.00%}@media all and (min-width:640px){#stacks_in_8344{width:100.00%}}   #stacks_in_8344.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8344.box-abs{height:100.00%}}   
.style-pro-stacks_in_8344::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8344:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8344:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8346.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8344:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8344:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8344:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8346.png);}}

    #stacks_in_8325.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8325.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8325.blu-wrap>.blueprint-col{}#stacks_in_8325.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8325.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8325.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8325.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8325.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8325.blu-wrap>.blueprint-col{ }#stacks_in_8325.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8325.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8325.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8325.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8325.blu-wrap>.blueprint-col{ }
#stacks_in_8325.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8325.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8325.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8325.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8325.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8325.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8325.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8325.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8325.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_8325.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8325.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8330.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8330.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8330.blu-wrap>.blueprint-col{}#stacks_in_8330.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8330.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8330.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8330.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8330.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8330.blu-wrap>.blueprint-col{ }#stacks_in_8330.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8330.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8330.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8330.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8330.blu-wrap>.blueprint-col{ }
#stacks_in_8330.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8330.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8330.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8330.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8330.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8330.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8330.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8330.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8330.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8333 h3,#stacks_in_8333 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8333 h3,#stacks_in_8333 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8333 h3,#stacks_in_8333 div{text-align:center !important}#stacks_out_8333{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8333 h3,#stacks_in_8333 div{line-height:1.20}}#stacks_in_8333 .primary,#stacks_in_8333 .segment{display:inline-block}#stacks_in_8333 .primary.sub-title,#stacks_in_8333 .segment.sub-title{display:block}#stacks_in_8333 [data-seg="segment2"].last-title{display:block}#stacks_in_8333 .segment.no-shadow{text-shadow:none !important}#stacks_in_8333 .segment *{}#stacks_in_8333 .hTxt.primary{vertical-align:baseline}#stacks_in_8333 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8333 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8333 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8325::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8325:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8325:not(.bdr-vault)::before,.style-pro-stacks_in_8325:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8325:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8325:not(.bdr-vault):before,.style-pro-stacks_in_8325:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8325:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8325:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8325:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8325:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8325:not(.bdr-vault):hover::before,.style-pro-stacks_in_8325:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8325:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8325::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8325:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8503.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_8503.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8503.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8503.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8503.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_8503.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8503.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8503.blu-sidebar.full-height{height:100vh}#stacks_in_8503.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8503.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8503.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8503.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8503.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8503.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8503.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_8503.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8503.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8503.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_8503.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8503.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8503.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8503.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8503.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8503.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8503.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8503.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8503.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8503.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8503.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8503.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8503.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_8503.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8503.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8503.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8503.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8503.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8503.blu-sidebar>.blu-content::before,#stacks_in_8503.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8503.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8503.blu-sidebar>.blu-side::before,#stacks_in_8503.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8518 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8518{z-index:1}#stacks_in_8518 > .s-pro > .sections-layer{display:none}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8518 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8518 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8518 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8524 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8524 img.maxwidth{max-width:500px}#stacks_in_8524 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8526{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8526{margin: 0px }#stacks_in_8526>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8526>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8526>.s-box>.s-box-content{padding: 0px }} #stacks_in_8526>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8526{width:100.00%}@media all and (min-width:640px){#stacks_in_8526{width:100.00%}}   #stacks_in_8526.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8526.box-abs{height:100.00%}}   
.style-pro-stacks_in_8526::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8526:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8526:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8528.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8526:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8526:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8526:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8528.png);}}

    #stacks_in_8506.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8506.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8506.blu-wrap>.blueprint-col{}#stacks_in_8506.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8506.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8506.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8506.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8506.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8506.blu-wrap>.blueprint-col{ }#stacks_in_8506.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8506.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8506.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8506.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8506.blu-wrap>.blueprint-col{ }
#stacks_in_8506.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8506.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8506.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8506.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8506.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8506.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8506.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8506.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8506.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_8506.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8506.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8511.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8511.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8511.blu-wrap>.blueprint-col{}#stacks_in_8511.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8511.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8511.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8511.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8511.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8511.blu-wrap>.blueprint-col{ }#stacks_in_8511.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8511.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8511.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8511.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8511.blu-wrap>.blueprint-col{ }
#stacks_in_8511.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8511.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8511.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8511.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8511.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8511.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8511.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8511.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8511.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8514 h3,#stacks_in_8514 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8514 h3,#stacks_in_8514 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8514 h3,#stacks_in_8514 div{text-align:center !important}#stacks_out_8514{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8514 h3,#stacks_in_8514 div{line-height:1.20}}#stacks_in_8514 .primary,#stacks_in_8514 .segment{display:inline-block}#stacks_in_8514 .primary.sub-title,#stacks_in_8514 .segment.sub-title{display:block}#stacks_in_8514 [data-seg="segment2"].last-title{display:block}#stacks_in_8514 .segment.no-shadow{text-shadow:none !important}#stacks_in_8514 .segment *{}#stacks_in_8514 .hTxt.primary{vertical-align:baseline}#stacks_in_8514 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8514 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8514 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8506::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8506:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8506:not(.bdr-vault)::before,.style-pro-stacks_in_8506:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8506:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8506:not(.bdr-vault):before,.style-pro-stacks_in_8506:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8506:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8506:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8506:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8506:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8506:not(.bdr-vault):hover::before,.style-pro-stacks_in_8506:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8506:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8506::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8506:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8531.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_8531.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8531.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8531.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8531.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_8531.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8531.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8531.blu-sidebar.full-height{height:100vh}#stacks_in_8531.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8531.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8531.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8531.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8531.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8531.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8531.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_8531.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8531.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8531.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_8531.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8531.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8531.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8531.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8531.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8531.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8531.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8531.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8531.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8531.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8531.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8531.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8531.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_8531.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8531.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8531.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8531.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8531.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8531.blu-sidebar>.blu-content::before,#stacks_in_8531.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8531.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8531.blu-sidebar>.blu-side::before,#stacks_in_8531.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8542 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8542{z-index:1}#stacks_in_8542 > .s-pro > .sections-layer{display:none}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8542 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8542 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8542 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8552 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8552 img.maxwidth{max-width:500px}#stacks_in_8552 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8554{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8554{margin: 0px }#stacks_in_8554>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8554>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8554>.s-box>.s-box-content{padding: 0px }} #stacks_in_8554>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8554{width:100.00%}@media all and (min-width:640px){#stacks_in_8554{width:100.00%}}   #stacks_in_8554.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8554.box-abs{height:100.00%}}   
.style-pro-stacks_in_8554::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8554:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8554:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8556.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8554:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8554:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8554:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8556.png);}}

    #stacks_in_8534.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8534.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8534.blu-wrap>.blueprint-col{}#stacks_in_8534.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8534.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8534.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8534.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8534.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8534.blu-wrap>.blueprint-col{ }#stacks_in_8534.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8534.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8534.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8534.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8534.blu-wrap>.blueprint-col{ }
#stacks_in_8534.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8534.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8534.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8534.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8534.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8534.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8534.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8534.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8534.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_8534.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8534.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8539.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8539.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8539.blu-wrap>.blueprint-col{}#stacks_in_8539.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8539.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8539.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8539.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8539.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8539.blu-wrap>.blueprint-col{ }#stacks_in_8539.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8539.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8539.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8539.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8539.blu-wrap>.blueprint-col{ }
#stacks_in_8539.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8539.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8539.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8539.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8539.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8539.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8539.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8539.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8539.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8543 h3,#stacks_in_8543 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8543 h3,#stacks_in_8543 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8543 h3,#stacks_in_8543 div{text-align:center !important}#stacks_out_8543{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8543 h3,#stacks_in_8543 div{line-height:1.20}}#stacks_in_8543 .primary,#stacks_in_8543 .segment{display:inline-block}#stacks_in_8543 .primary.sub-title,#stacks_in_8543 .segment.sub-title{display:block}#stacks_in_8543 [data-seg="segment2"].last-title{display:block}#stacks_in_8543 .segment.no-shadow{text-shadow:none !important}#stacks_in_8543 .segment *{}#stacks_in_8543 .hTxt.primary{vertical-align:baseline}#stacks_in_8543 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8543 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8543 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8534::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8534:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8534:not(.bdr-vault)::before,.style-pro-stacks_in_8534:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8534:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8534:not(.bdr-vault):before,.style-pro-stacks_in_8534:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8534:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8534:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8534:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8534:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8534:not(.bdr-vault):hover::before,.style-pro-stacks_in_8534:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8534:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8534::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8534:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8590.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_8590.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8590.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8590.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8590.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_8590.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8590.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8590.blu-sidebar.full-height{height:100vh}#stacks_in_8590.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8590.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8590.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8590.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8590.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8590.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8590.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_8590.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8590.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8590.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_8590.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8590.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8590.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8590.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8590.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8590.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8590.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8590.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8590.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8590.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8590.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8590.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8590.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_8590.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8590.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8590.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8590.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8590.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8590.blu-sidebar>.blu-content::before,#stacks_in_8590.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8590.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8590.blu-sidebar>.blu-side::before,#stacks_in_8590.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8603 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8603{z-index:1}#stacks_in_8603 > .s-pro > .sections-layer{display:none}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8603 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8603 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8603 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8611 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8611 img.maxwidth{max-width:500px}#stacks_in_8611 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8613{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8613{margin: 0px }#stacks_in_8613>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8613>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8613>.s-box>.s-box-content{padding: 0px }} #stacks_in_8613>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8613{width:100.00%}@media all and (min-width:640px){#stacks_in_8613{width:100.00%}}   #stacks_in_8613.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8613.box-abs{height:100.00%}}   
.style-pro-stacks_in_8613::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8613:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8613:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8615.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8613:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8613:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8613:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8615.png);}}

    #stacks_in_8593.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8593.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8593.blu-wrap>.blueprint-col{}#stacks_in_8593.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8593.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8593.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8593.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8593.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8593.blu-wrap>.blueprint-col{ }#stacks_in_8593.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8593.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8593.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8593.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8593.blu-wrap>.blueprint-col{ }
#stacks_in_8593.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8593.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8593.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8593.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8593.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8593.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8593.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8593.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8593.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_8593.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8593.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8598.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8598.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8598.blu-wrap>.blueprint-col{}#stacks_in_8598.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8598.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8598.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8598.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8598.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8598.blu-wrap>.blueprint-col{ }#stacks_in_8598.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8598.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8598.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8598.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8598.blu-wrap>.blueprint-col{ }
#stacks_in_8598.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8598.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8598.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8598.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8598.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8598.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8598.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8598.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8598.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8601 h3,#stacks_in_8601 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8601 h3,#stacks_in_8601 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8601 h3,#stacks_in_8601 div{text-align:center !important}#stacks_out_8601{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8601 h3,#stacks_in_8601 div{line-height:1.20}}#stacks_in_8601 .primary,#stacks_in_8601 .segment{display:inline-block}#stacks_in_8601 .primary.sub-title,#stacks_in_8601 .segment.sub-title{display:block}#stacks_in_8601 [data-seg="segment2"].last-title{display:block}#stacks_in_8601 .segment.no-shadow{text-shadow:none !important}#stacks_in_8601 .segment *{}#stacks_in_8601 .hTxt.primary{vertical-align:baseline}#stacks_in_8601 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8601 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8601 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8593::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8593:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8593:not(.bdr-vault)::before,.style-pro-stacks_in_8593:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8593:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8593:not(.bdr-vault):before,.style-pro-stacks_in_8593:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8593:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8593:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8593:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8593:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8593:not(.bdr-vault):hover::before,.style-pro-stacks_in_8593:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8593:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8593::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8593:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8619.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_8619.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8619.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8619.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8619.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_8619.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8619.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8619.blu-sidebar.full-height{height:100vh}#stacks_in_8619.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8619.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8619.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8619.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8619.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8619.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8619.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_8619.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8619.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8619.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_8619.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8619.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8619.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8619.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8619.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8619.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8619.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8619.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8619.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8619.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8619.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8619.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8619.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_8619.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8619.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8619.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8619.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8619.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8619.blu-sidebar>.blu-content::before,#stacks_in_8619.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8619.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8619.blu-sidebar>.blu-side::before,#stacks_in_8619.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8629 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8629{z-index:1}#stacks_in_8629 > .s-pro > .sections-layer{display:none}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8629 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8629 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8629 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8640 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8640 img.maxwidth{max-width:500px}#stacks_in_8640 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8642{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8642{margin: 0px }#stacks_in_8642>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8642>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8642>.s-box>.s-box-content{padding: 0px }} #stacks_in_8642>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8642{width:100.00%}@media all and (min-width:640px){#stacks_in_8642{width:100.00%}}   #stacks_in_8642.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8642.box-abs{height:100.00%}}   
.style-pro-stacks_in_8642::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8642:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8642:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8644.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8642:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8642:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8642:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8644.png);}}

    #stacks_in_8622.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8622.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8622.blu-wrap>.blueprint-col{}#stacks_in_8622.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8622.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8622.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8622.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8622.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8622.blu-wrap>.blueprint-col{ }#stacks_in_8622.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8622.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8622.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8622.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8622.blu-wrap>.blueprint-col{ }
#stacks_in_8622.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8622.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8622.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8622.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8622.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8622.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8622.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8622.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8622.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_8622.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8622.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8627.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8627.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8627.blu-wrap>.blueprint-col{}#stacks_in_8627.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8627.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8627.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8627.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8627.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8627.blu-wrap>.blueprint-col{ }#stacks_in_8627.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8627.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8627.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8627.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8627.blu-wrap>.blueprint-col{ }
#stacks_in_8627.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8627.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8627.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8627.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8627.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8627.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8627.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8627.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8627.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8631 h3,#stacks_in_8631 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8631 h3,#stacks_in_8631 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8631 h3,#stacks_in_8631 div{text-align:center !important}#stacks_out_8631{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8631 h3,#stacks_in_8631 div{line-height:1.20}}#stacks_in_8631 .primary,#stacks_in_8631 .segment{display:inline-block}#stacks_in_8631 .primary.sub-title,#stacks_in_8631 .segment.sub-title{display:block}#stacks_in_8631 [data-seg="segment2"].last-title{display:block}#stacks_in_8631 .segment.no-shadow{text-shadow:none !important}#stacks_in_8631 .segment *{}#stacks_in_8631 .hTxt.primary{vertical-align:baseline}#stacks_in_8631 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8631 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8631 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8622::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8622:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8622:not(.bdr-vault)::before,.style-pro-stacks_in_8622:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8622:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8622:not(.bdr-vault):before,.style-pro-stacks_in_8622:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8622:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8622:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8622:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8622:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8622:not(.bdr-vault):hover::before,.style-pro-stacks_in_8622:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8622:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8622::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8622:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

    #stacks_in_7609.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7609.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7609.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_7609.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7609.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7609.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7609.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_7609.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7609.blu-wrap>.blueprint-col{ }#stacks_in_7609.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7609.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7609.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7609.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7609.blu-wrap>.blueprint-col{ }
#stacks_in_7609.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7609.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7609.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7609.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7609.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7609.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7609.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7609.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7609.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_7609.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 0.00% 1.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_7612 h4,#stacks_in_7612 div{text-align:center !important}#stacks_out_7612{display:block !important}}#stacks_in_7612 .h-pro{padding:0px}#stacks_in_7612 .h-pro{border-radius: 0px }#stacks_in_7612 .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_7612 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_7612 h4{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_7612 h4{font-size:1.70rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_7612 h4{font-size:2.10rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_7612 h4{font-size:2.10rem!important}}

#stacks_in_7615 {
	font-weight: lighter;
}
#stacks_in_7610 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_8351.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_8351.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8351.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8351.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8351.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_8351.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8351.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8351.blu-sidebar.full-height{height:100vh}#stacks_in_8351.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8351.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8351.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8351.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8351.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8351.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8351.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_8351.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8351.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8351.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_8351.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8351.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8351.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8351.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8351.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8351.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8351.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8351.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8351.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8351.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8351.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8351.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8351.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_8351.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8351.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8351.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8351.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8351.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8351.blu-sidebar>.blu-content::before,#stacks_in_8351.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8351.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8351.blu-sidebar>.blu-side::before,#stacks_in_8351.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8361 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8361{z-index:1}#stacks_in_8361 > .s-pro > .sections-layer{display:none}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8361 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8361 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8361 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8372 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8372 img.maxwidth{max-width:500px}#stacks_in_8372 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8374{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8374{margin: 0px }#stacks_in_8374>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8374>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8374>.s-box>.s-box-content{padding: 0px }} #stacks_in_8374>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8374{width:100.00%}@media all and (min-width:640px){#stacks_in_8374{width:100.00%}}   #stacks_in_8374.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8374.box-abs{height:100.00%}}   
.style-pro-stacks_in_8374::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8374:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8374:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8376.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8374:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8374:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8374:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8376.png);}}

    #stacks_in_8354.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8354.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8354.blu-wrap>.blueprint-col{}#stacks_in_8354.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8354.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8354.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8354.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8354.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8354.blu-wrap>.blueprint-col{ }#stacks_in_8354.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8354.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8354.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8354.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8354.blu-wrap>.blueprint-col{ }
#stacks_in_8354.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8354.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8354.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8354.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8354.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8354.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8354.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8354.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8354.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_8354.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8354.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8359.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8359.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8359.blu-wrap>.blueprint-col{}#stacks_in_8359.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8359.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8359.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8359.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8359.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8359.blu-wrap>.blueprint-col{ }#stacks_in_8359.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8359.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8359.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8359.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8359.blu-wrap>.blueprint-col{ }
#stacks_in_8359.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8359.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8359.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8359.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8359.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8359.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8359.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8359.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8359.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8363 h3,#stacks_in_8363 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8363 h3,#stacks_in_8363 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8363 h3,#stacks_in_8363 div{text-align:center !important}#stacks_out_8363{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8363 h3,#stacks_in_8363 div{line-height:1.20}}#stacks_in_8363 .primary,#stacks_in_8363 .segment{display:inline-block}#stacks_in_8363 .primary.sub-title,#stacks_in_8363 .segment.sub-title{display:block}#stacks_in_8363 [data-seg="segment2"].last-title{display:block}#stacks_in_8363 .segment.no-shadow{text-shadow:none !important}#stacks_in_8363 .segment *{}#stacks_in_8363 .hTxt.primary{vertical-align:baseline}#stacks_in_8363 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8363 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8363 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8354::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8354:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8354:not(.bdr-vault)::before,.style-pro-stacks_in_8354:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8354:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8354:not(.bdr-vault):before,.style-pro-stacks_in_8354:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8354:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8354:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8354:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8354:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8354:not(.bdr-vault):hover::before,.style-pro-stacks_in_8354:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8354:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8354::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8354:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8474.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_8474.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8474.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8474.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8474.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_8474.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8474.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8474.blu-sidebar.full-height{height:100vh}#stacks_in_8474.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8474.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8474.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8474.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8474.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8474.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8474.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_8474.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8474.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8474.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_8474.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8474.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8474.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8474.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8474.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8474.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8474.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8474.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8474.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8474.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8474.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8474.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8474.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_8474.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8474.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8474.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8474.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8474.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8474.blu-sidebar>.blu-content::before,#stacks_in_8474.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8474.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8474.blu-sidebar>.blu-side::before,#stacks_in_8474.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8489 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8489{z-index:1}#stacks_in_8489 > .s-pro > .sections-layer{display:none}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8489 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8489 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8489 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8495 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8495 img.maxwidth{max-width:500px}#stacks_in_8495 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8497{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8497{margin: 0px }#stacks_in_8497>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8497>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8497>.s-box>.s-box-content{padding: 0px }} #stacks_in_8497>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8497{width:100.00%}@media all and (min-width:640px){#stacks_in_8497{width:100.00%}}   #stacks_in_8497.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8497.box-abs{height:100.00%}}   
.style-pro-stacks_in_8497::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8497:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8497:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8499.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8497:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8497:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8497:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8499.png);}}

    #stacks_in_8477.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8477.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8477.blu-wrap>.blueprint-col{}#stacks_in_8477.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8477.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8477.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8477.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8477.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8477.blu-wrap>.blueprint-col{ }#stacks_in_8477.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8477.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8477.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8477.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8477.blu-wrap>.blueprint-col{ }
#stacks_in_8477.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8477.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8477.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8477.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8477.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8477.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8477.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8477.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8477.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_8477.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8477.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8482.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8482.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8482.blu-wrap>.blueprint-col{}#stacks_in_8482.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8482.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8482.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8482.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8482.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8482.blu-wrap>.blueprint-col{ }#stacks_in_8482.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8482.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8482.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8482.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8482.blu-wrap>.blueprint-col{ }
#stacks_in_8482.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8482.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8482.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8482.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8482.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8482.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8482.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8482.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8482.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8485 h3,#stacks_in_8485 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8485 h3,#stacks_in_8485 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8485 h3,#stacks_in_8485 div{text-align:center !important}#stacks_out_8485{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8485 h3,#stacks_in_8485 div{line-height:1.20}}#stacks_in_8485 .primary,#stacks_in_8485 .segment{display:inline-block}#stacks_in_8485 .primary.sub-title,#stacks_in_8485 .segment.sub-title{display:block}#stacks_in_8485 [data-seg="segment2"].last-title{display:block}#stacks_in_8485 .segment.no-shadow{text-shadow:none !important}#stacks_in_8485 .segment *{}#stacks_in_8485 .hTxt.primary{vertical-align:baseline}#stacks_in_8485 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8485 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8485 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8477::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8477:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8477:not(.bdr-vault)::before,.style-pro-stacks_in_8477:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8477:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8477:not(.bdr-vault):before,.style-pro-stacks_in_8477:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8477:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8477:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8477:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8477:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8477:not(.bdr-vault):hover::before,.style-pro-stacks_in_8477:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8477:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8477::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8477:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8648.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_8648.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8648.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8648.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8648.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_8648.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8648.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8648.blu-sidebar.full-height{height:100vh}#stacks_in_8648.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8648.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8648.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8648.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8648.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8648.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8648.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_8648.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8648.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8648.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_8648.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8648.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8648.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8648.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8648.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8648.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8648.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8648.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8648.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8648.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8648.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8648.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8648.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_8648.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8648.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8648.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8648.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8648.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8648.blu-sidebar>.blu-content::before,#stacks_in_8648.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8648.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8648.blu-sidebar>.blu-side::before,#stacks_in_8648.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8647 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8647{z-index:1}#stacks_in_8647 > .s-pro > .sections-layer{display:none}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8647 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8647 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8647 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8668 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8668 img.maxwidth{max-width:500px}#stacks_in_8668 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8670{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8670{margin: 0px }#stacks_in_8670>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8670>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8670>.s-box>.s-box-content{padding: 0px }} #stacks_in_8670>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8670{width:100.00%}@media all and (min-width:640px){#stacks_in_8670{width:100.00%}}   #stacks_in_8670.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8670.box-abs{height:100.00%}}   
.style-pro-stacks_in_8670::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8670:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8670:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8672.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8670:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8670:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8670:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8672.png);}}

    #stacks_in_8651.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8651.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8651.blu-wrap>.blueprint-col{}#stacks_in_8651.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8651.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8651.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8651.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8651.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8651.blu-wrap>.blueprint-col{ }#stacks_in_8651.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8651.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8651.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8651.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8651.blu-wrap>.blueprint-col{ }
#stacks_in_8651.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8651.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8651.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8651.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8651.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8651.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8651.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8651.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8651.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_8651.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8651.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8656.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8656.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8656.blu-wrap>.blueprint-col{}#stacks_in_8656.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8656.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8656.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8656.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8656.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8656.blu-wrap>.blueprint-col{ }#stacks_in_8656.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8656.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8656.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8656.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8656.blu-wrap>.blueprint-col{ }
#stacks_in_8656.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8656.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8656.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8656.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8656.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8656.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8656.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8656.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8656.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8659 h3,#stacks_in_8659 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8659 h3,#stacks_in_8659 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8659 h3,#stacks_in_8659 div{text-align:center !important}#stacks_out_8659{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8659 h3,#stacks_in_8659 div{line-height:1.20}}#stacks_in_8659 .primary,#stacks_in_8659 .segment{display:inline-block}#stacks_in_8659 .primary.sub-title,#stacks_in_8659 .segment.sub-title{display:block}#stacks_in_8659 [data-seg="segment2"].last-title{display:block}#stacks_in_8659 .segment.no-shadow{text-shadow:none !important}#stacks_in_8659 .segment *{}#stacks_in_8659 .hTxt.primary{vertical-align:baseline}#stacks_in_8659 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8659 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8659 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8651::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8651:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8651:not(.bdr-vault)::before,.style-pro-stacks_in_8651:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8651:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8651:not(.bdr-vault):before,.style-pro-stacks_in_8651:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8651:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8651:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8651:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8651:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8651:not(.bdr-vault):hover::before,.style-pro-stacks_in_8651:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8651:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8651::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8651:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8763.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_8763.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8763.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8763.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8763.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_8763.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8763.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8763.blu-sidebar.full-height{height:100vh}#stacks_in_8763.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8763.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8763.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8763.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8763.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8763.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8763.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_8763.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8763.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8763.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_8763.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8763.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8763.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8763.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8763.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8763.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8763.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8763.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8763.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8763.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8763.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8763.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8763.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_8763.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8763.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8763.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8763.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8763.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8763.blu-sidebar>.blu-content::before,#stacks_in_8763.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8763.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8763.blu-sidebar>.blu-side::before,#stacks_in_8763.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8778 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8778{z-index:1}#stacks_in_8778 > .s-pro > .sections-layer{display:none}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8778 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8778 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8778 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8784 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8784 img.maxwidth{max-width:500px}#stacks_in_8784 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8786{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8786{margin: 0px }#stacks_in_8786>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8786>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8786>.s-box>.s-box-content{padding: 0px }} #stacks_in_8786>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8786{width:100.00%}@media all and (min-width:640px){#stacks_in_8786{width:100.00%}}   #stacks_in_8786.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8786.box-abs{height:100.00%}}   
.style-pro-stacks_in_8786::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8786:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8786:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8788.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8786:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8786:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8786:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8788.png);}}

    #stacks_in_8766.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8766.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8766.blu-wrap>.blueprint-col{}#stacks_in_8766.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8766.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8766.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8766.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8766.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8766.blu-wrap>.blueprint-col{ }#stacks_in_8766.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8766.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8766.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8766.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8766.blu-wrap>.blueprint-col{ }
#stacks_in_8766.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8766.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8766.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8766.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8766.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8766.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8766.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8766.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8766.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_8766.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8766.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8771.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8771.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8771.blu-wrap>.blueprint-col{}#stacks_in_8771.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8771.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8771.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8771.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8771.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8771.blu-wrap>.blueprint-col{ }#stacks_in_8771.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8771.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8771.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8771.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8771.blu-wrap>.blueprint-col{ }
#stacks_in_8771.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8771.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8771.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8771.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8771.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8771.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8771.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8771.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8771.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8774 h3,#stacks_in_8774 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8774 h3,#stacks_in_8774 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8774 h3,#stacks_in_8774 div{text-align:center !important}#stacks_out_8774{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8774 h3,#stacks_in_8774 div{line-height:1.20}}#stacks_in_8774 .primary,#stacks_in_8774 .segment{display:inline-block}#stacks_in_8774 .primary.sub-title,#stacks_in_8774 .segment.sub-title{display:block}#stacks_in_8774 [data-seg="segment2"].last-title{display:block}#stacks_in_8774 .segment.no-shadow{text-shadow:none !important}#stacks_in_8774 .segment *{}#stacks_in_8774 .hTxt.primary{vertical-align:baseline}#stacks_in_8774 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8774 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8774 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8766::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8766:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8766:not(.bdr-vault)::before,.style-pro-stacks_in_8766:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8766:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8766:not(.bdr-vault):before,.style-pro-stacks_in_8766:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8766:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8766:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8766:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8766:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8766:not(.bdr-vault):hover::before,.style-pro-stacks_in_8766:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8766:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8766::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8766:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

    #stacks_in_7791.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7791.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7791.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_7791.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7791.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7791.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7791.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_7791.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7791.blu-wrap>.blueprint-col{ }#stacks_in_7791.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7791.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7791.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7791.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7791.blu-wrap>.blueprint-col{ }
#stacks_in_7791.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7791.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7791.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7791.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7791.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7791.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7791.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7791.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7791.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_7791.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 0.00% 1.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_7794 h4,#stacks_in_7794 div{text-align:center !important}#stacks_out_7794{display:block !important}}#stacks_in_7794 .h-pro{padding:0px}#stacks_in_7794 .h-pro{border-radius: 0px }#stacks_in_7794 .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_7794 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_7794 h4{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_7794 h4{font-size:1.70rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_7794 h4{font-size:2.10rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_7794 h4{font-size:2.10rem!important}}

#stacks_in_7797 {
	font-weight: lighter;
}
#stacks_in_7792 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_7846.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_7846.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7846.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7846.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7846.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_7846.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7846.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7846.blu-sidebar.full-height{height:100vh}#stacks_in_7846.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7846.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7846.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7846.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7846.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7846.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7846.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_7846.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7846.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7846.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_7846.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7846.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7846.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7846.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7846.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7846.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7846.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7846.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7846.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7846.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7846.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7846.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7846.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_7846.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7846.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7846.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7846.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7846.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7846.blu-sidebar>.blu-content::before,#stacks_in_7846.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7846.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7846.blu-sidebar>.blu-side::before,#stacks_in_7846.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7854 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7854{z-index:1}#stacks_in_7854 > .s-pro > .sections-layer{display:none}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7854 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7854 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7854 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7867 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7867 img.maxwidth{max-width:500px}#stacks_in_7867 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7869{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7869{margin: 0px }#stacks_in_7869>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7869>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7869>.s-box>.s-box-content{padding: 0px }} #stacks_in_7869>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7869{width:100.00%}@media all and (min-width:640px){#stacks_in_7869{width:100.00%}}   #stacks_in_7869.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7869.box-abs{height:100.00%}}   
.style-pro-stacks_in_7869::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7869:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7869:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7871.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7869:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7869:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7869:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7871.png);}}

    #stacks_in_7849.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7849.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7849.blu-wrap>.blueprint-col{}#stacks_in_7849.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7849.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7849.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7849.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7849.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7849.blu-wrap>.blueprint-col{ }#stacks_in_7849.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7849.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7849.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7849.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7849.blu-wrap>.blueprint-col{ }
#stacks_in_7849.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7849.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7849.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7849.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7849.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7849.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7849.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7849.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7849.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_7849.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7849.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7855.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7855.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7855.blu-wrap>.blueprint-col{}#stacks_in_7855.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7855.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7855.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7855.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7855.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7855.blu-wrap>.blueprint-col{ }#stacks_in_7855.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7855.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7855.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7855.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7855.blu-wrap>.blueprint-col{ }
#stacks_in_7855.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7855.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7855.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7855.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7855.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7855.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7855.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7855.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7855.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7858 h3,#stacks_in_7858 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7858 h3,#stacks_in_7858 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7858 h3,#stacks_in_7858 div{text-align:center !important}#stacks_out_7858{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7858 h3,#stacks_in_7858 div{line-height:1.20}}#stacks_in_7858 .primary,#stacks_in_7858 .segment{display:inline-block}#stacks_in_7858 .primary.sub-title,#stacks_in_7858 .segment.sub-title{display:block}#stacks_in_7858 [data-seg="segment2"].last-title{display:block}#stacks_in_7858 .segment.no-shadow{text-shadow:none !important}#stacks_in_7858 .segment *{}#stacks_in_7858 .hTxt.primary{vertical-align:baseline}#stacks_in_7858 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7858 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7858 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7849::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7849:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7849:not(.bdr-vault)::before,.style-pro-stacks_in_7849:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7849:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7849:not(.bdr-vault):before,.style-pro-stacks_in_7849:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7849:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7849:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7849:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7849:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7849:not(.bdr-vault):hover::before,.style-pro-stacks_in_7849:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7849:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7849::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7849:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7874.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_7874.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7874.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7874.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7874.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_7874.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7874.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7874.blu-sidebar.full-height{height:100vh}#stacks_in_7874.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7874.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7874.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7874.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7874.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7874.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7874.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_7874.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7874.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7874.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_7874.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7874.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7874.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7874.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7874.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7874.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7874.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7874.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7874.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7874.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7874.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7874.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7874.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_7874.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7874.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7874.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7874.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7874.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7874.blu-sidebar>.blu-content::before,#stacks_in_7874.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7874.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7874.blu-sidebar>.blu-side::before,#stacks_in_7874.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7882 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7882{z-index:1}#stacks_in_7882 > .s-pro > .sections-layer{display:none}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7882 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7882 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7882 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7895 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7895 img.maxwidth{max-width:500px}#stacks_in_7895 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7897{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7897{margin: 0px }#stacks_in_7897>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7897>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7897>.s-box>.s-box-content{padding: 0px }} #stacks_in_7897>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7897{width:100.00%}@media all and (min-width:640px){#stacks_in_7897{width:100.00%}}   #stacks_in_7897.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7897.box-abs{height:100.00%}}   
.style-pro-stacks_in_7897::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7897:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7897:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7899.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7897:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7897:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7897:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7899.png);}}

    #stacks_in_7877.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7877.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7877.blu-wrap>.blueprint-col{}#stacks_in_7877.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7877.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7877.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7877.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7877.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7877.blu-wrap>.blueprint-col{ }#stacks_in_7877.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7877.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7877.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7877.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7877.blu-wrap>.blueprint-col{ }
#stacks_in_7877.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7877.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7877.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7877.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7877.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7877.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7877.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7877.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7877.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_7877.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7877.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7883.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7883.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7883.blu-wrap>.blueprint-col{}#stacks_in_7883.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7883.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7883.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7883.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7883.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7883.blu-wrap>.blueprint-col{ }#stacks_in_7883.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7883.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7883.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7883.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7883.blu-wrap>.blueprint-col{ }
#stacks_in_7883.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7883.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7883.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7883.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7883.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7883.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7883.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7883.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7883.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7886 h3,#stacks_in_7886 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7886 h3,#stacks_in_7886 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7886 h3,#stacks_in_7886 div{text-align:center !important}#stacks_out_7886{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7886 h3,#stacks_in_7886 div{line-height:1.20}}#stacks_in_7886 .primary,#stacks_in_7886 .segment{display:inline-block}#stacks_in_7886 .primary.sub-title,#stacks_in_7886 .segment.sub-title{display:block}#stacks_in_7886 [data-seg="segment2"].last-title{display:block}#stacks_in_7886 .segment.no-shadow{text-shadow:none !important}#stacks_in_7886 .segment *{}#stacks_in_7886 .hTxt.primary{vertical-align:baseline}#stacks_in_7886 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7886 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7886 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7877::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7877:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7877:not(.bdr-vault)::before,.style-pro-stacks_in_7877:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7877:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7877:not(.bdr-vault):before,.style-pro-stacks_in_7877:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7877:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7877:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7877:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7877:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7877:not(.bdr-vault):hover::before,.style-pro-stacks_in_7877:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7877:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7877::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7877:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8559.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_8559.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8559.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8559.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8559.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_8559.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8559.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8559.blu-sidebar.full-height{height:100vh}#stacks_in_8559.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8559.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8559.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8559.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8559.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8559.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8559.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_8559.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8559.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8559.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_8559.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8559.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8559.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8559.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8559.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8559.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8559.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8559.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8559.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8559.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8559.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8559.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8559.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_8559.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8559.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8559.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8559.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8559.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8559.blu-sidebar>.blu-content::before,#stacks_in_8559.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8559.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8559.blu-sidebar>.blu-side::before,#stacks_in_8559.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8572 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8572{z-index:1}#stacks_in_8572 > .s-pro > .sections-layer{display:none}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8572 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8572 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8572 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8580 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8580 img.maxwidth{max-width:500px}#stacks_in_8580 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8582{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8582{margin: 0px }#stacks_in_8582>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8582>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8582>.s-box>.s-box-content{padding: 0px }} #stacks_in_8582>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8582{width:100.00%}@media all and (min-width:640px){#stacks_in_8582{width:100.00%}}   #stacks_in_8582.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8582.box-abs{height:100.00%}}   
.style-pro-stacks_in_8582::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8582:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8582:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8584.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8582:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8582:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8582:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8584.png);}}

    #stacks_in_8562.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8562.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8562.blu-wrap>.blueprint-col{}#stacks_in_8562.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8562.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8562.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8562.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8562.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8562.blu-wrap>.blueprint-col{ }#stacks_in_8562.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8562.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8562.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8562.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8562.blu-wrap>.blueprint-col{ }
#stacks_in_8562.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8562.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8562.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8562.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8562.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8562.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8562.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8562.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8562.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_8562.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8562.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8567.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8567.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8567.blu-wrap>.blueprint-col{}#stacks_in_8567.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8567.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8567.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8567.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8567.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8567.blu-wrap>.blueprint-col{ }#stacks_in_8567.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8567.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8567.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8567.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8567.blu-wrap>.blueprint-col{ }
#stacks_in_8567.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8567.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8567.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8567.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8567.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8567.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8567.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8567.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8567.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8570 h3,#stacks_in_8570 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8570 h3,#stacks_in_8570 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8570 h3,#stacks_in_8570 div{text-align:center !important}#stacks_out_8570{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8570 h3,#stacks_in_8570 div{line-height:1.20}}#stacks_in_8570 .primary,#stacks_in_8570 .segment{display:inline-block}#stacks_in_8570 .primary.sub-title,#stacks_in_8570 .segment.sub-title{display:block}#stacks_in_8570 [data-seg="segment2"].last-title{display:block}#stacks_in_8570 .segment.no-shadow{text-shadow:none !important}#stacks_in_8570 .segment *{}#stacks_in_8570 .hTxt.primary{vertical-align:baseline}#stacks_in_8570 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8570 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8570 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8562::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8562:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8562:not(.bdr-vault)::before,.style-pro-stacks_in_8562:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8562:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8562:not(.bdr-vault):before,.style-pro-stacks_in_8562:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8562:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8562:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8562:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8562:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8562:not(.bdr-vault):hover::before,.style-pro-stacks_in_8562:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8562:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8562::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8562:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7902.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_7902.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7902.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7902.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7902.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_7902.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7902.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7902.blu-sidebar.full-height{height:100vh}#stacks_in_7902.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7902.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7902.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7902.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7902.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7902.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7902.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_7902.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7902.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7902.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_7902.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7902.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7902.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7902.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7902.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7902.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7902.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7902.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7902.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7902.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7902.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7902.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7902.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_7902.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7902.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7902.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7902.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7902.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7902.blu-sidebar>.blu-content::before,#stacks_in_7902.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7902.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7902.blu-sidebar>.blu-side::before,#stacks_in_7902.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7905 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7905{z-index:1}#stacks_in_7905 > .s-pro > .sections-layer{display:none}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7905 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7905 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7905 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7923 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7923 img.maxwidth{max-width:500px}#stacks_in_7923 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7925{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7925{margin: 0px }#stacks_in_7925>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7925>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7925>.s-box>.s-box-content{padding: 0px }} #stacks_in_7925>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7925{width:100.00%}@media all and (min-width:640px){#stacks_in_7925{width:100.00%}}   #stacks_in_7925.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7925.box-abs{height:100.00%}}   
.style-pro-stacks_in_7925::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7925:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7925:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7927.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7925:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7925:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7925:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7927.png);}}

    #stacks_in_7906.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7906.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7906.blu-wrap>.blueprint-col{}#stacks_in_7906.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7906.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7906.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7906.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7906.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7906.blu-wrap>.blueprint-col{ }#stacks_in_7906.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7906.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7906.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7906.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7906.blu-wrap>.blueprint-col{ }
#stacks_in_7906.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7906.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7906.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7906.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7906.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7906.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7906.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7906.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7906.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_7906.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7906.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7911.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7911.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7911.blu-wrap>.blueprint-col{}#stacks_in_7911.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7911.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7911.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7911.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7911.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7911.blu-wrap>.blueprint-col{ }#stacks_in_7911.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7911.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7911.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7911.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7911.blu-wrap>.blueprint-col{ }
#stacks_in_7911.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7911.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7911.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7911.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7911.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7911.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7911.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7911.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7911.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7914 h3,#stacks_in_7914 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7914 h3,#stacks_in_7914 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7914 h3,#stacks_in_7914 div{text-align:center !important}#stacks_out_7914{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7914 h3,#stacks_in_7914 div{line-height:1.20}}#stacks_in_7914 .primary,#stacks_in_7914 .segment{display:inline-block}#stacks_in_7914 .primary.sub-title,#stacks_in_7914 .segment.sub-title{display:block}#stacks_in_7914 [data-seg="segment2"].last-title{display:block}#stacks_in_7914 .segment.no-shadow{text-shadow:none !important}#stacks_in_7914 .segment *{}#stacks_in_7914 .hTxt.primary{vertical-align:baseline}#stacks_in_7914 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7914 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7914 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7906::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7906:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7906:not(.bdr-vault)::before,.style-pro-stacks_in_7906:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7906:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7906:not(.bdr-vault):before,.style-pro-stacks_in_7906:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7906:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7906:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7906:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7906:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7906:not(.bdr-vault):hover::before,.style-pro-stacks_in_7906:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7906:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7906::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7906:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8848.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_8848.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8848.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8848.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8848.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_8848.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8848.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8848.blu-sidebar.full-height{height:100vh}#stacks_in_8848.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8848.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8848.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8848.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8848.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8848.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8848.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_8848.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8848.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8848.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_8848.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8848.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8848.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8848.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8848.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8848.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8848.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8848.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8848.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8848.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8848.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8848.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8848.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_8848.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8848.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8848.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8848.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8848.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8848.blu-sidebar>.blu-content::before,#stacks_in_8848.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8848.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8848.blu-sidebar>.blu-side::before,#stacks_in_8848.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8863 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8863{z-index:1}#stacks_in_8863 > .s-pro > .sections-layer{display:none}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8863 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8863 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8863 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8869 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8869 img.maxwidth{max-width:500px}#stacks_in_8869 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8871{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8871{margin: 0px }#stacks_in_8871>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8871>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8871>.s-box>.s-box-content{padding: 0px }} #stacks_in_8871>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8871{width:100.00%}@media all and (min-width:640px){#stacks_in_8871{width:100.00%}}   #stacks_in_8871.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8871.box-abs{height:100.00%}}   
.style-pro-stacks_in_8871::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8871:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8871:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8873.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8871:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8871:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8871:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8873.png);}}

    #stacks_in_8851.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8851.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8851.blu-wrap>.blueprint-col{}#stacks_in_8851.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8851.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8851.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8851.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8851.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8851.blu-wrap>.blueprint-col{ }#stacks_in_8851.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8851.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8851.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8851.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8851.blu-wrap>.blueprint-col{ }
#stacks_in_8851.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8851.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8851.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8851.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8851.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8851.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8851.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8851.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8851.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_8851.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8851.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8856.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8856.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8856.blu-wrap>.blueprint-col{}#stacks_in_8856.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8856.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8856.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8856.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8856.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8856.blu-wrap>.blueprint-col{ }#stacks_in_8856.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8856.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8856.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8856.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8856.blu-wrap>.blueprint-col{ }
#stacks_in_8856.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8856.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8856.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8856.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8856.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8856.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8856.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8856.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8856.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8859 h3,#stacks_in_8859 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8859 h3,#stacks_in_8859 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8859 h3,#stacks_in_8859 div{text-align:center !important}#stacks_out_8859{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8859 h3,#stacks_in_8859 div{line-height:1.20}}#stacks_in_8859 .primary,#stacks_in_8859 .segment{display:inline-block}#stacks_in_8859 .primary.sub-title,#stacks_in_8859 .segment.sub-title{display:block}#stacks_in_8859 [data-seg="segment2"].last-title{display:block}#stacks_in_8859 .segment.no-shadow{text-shadow:none !important}#stacks_in_8859 .segment *{}#stacks_in_8859 .hTxt.primary{vertical-align:baseline}#stacks_in_8859 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8859 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8859 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8851::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8851:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8851:not(.bdr-vault)::before,.style-pro-stacks_in_8851:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8851:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8851:not(.bdr-vault):before,.style-pro-stacks_in_8851:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8851:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8851:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8851:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8851:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8851:not(.bdr-vault):hover::before,.style-pro-stacks_in_8851:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8851:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8851::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8851:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8703.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_8703.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8703.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8703.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8703.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_8703.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8703.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8703.blu-sidebar.full-height{height:100vh}#stacks_in_8703.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8703.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8703.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8703.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8703.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8703.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8703.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_8703.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8703.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8703.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_8703.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8703.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8703.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8703.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8703.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8703.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8703.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8703.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8703.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8703.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8703.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8703.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8703.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_8703.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8703.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8703.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8703.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8703.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8703.blu-sidebar>.blu-content::before,#stacks_in_8703.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8703.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8703.blu-sidebar>.blu-side::before,#stacks_in_8703.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8716 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8716{z-index:1}#stacks_in_8716 > .s-pro > .sections-layer{display:none}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8716 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8716 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8716 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8724 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8724 img.maxwidth{max-width:500px}#stacks_in_8724 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8726{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8726{margin: 0px }#stacks_in_8726>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8726>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8726>.s-box>.s-box-content{padding: 0px }} #stacks_in_8726>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8726{width:100.00%}@media all and (min-width:640px){#stacks_in_8726{width:100.00%}}   #stacks_in_8726.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8726.box-abs{height:100.00%}}   
.style-pro-stacks_in_8726::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8726:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8726:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8728.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8726:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8726:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8726:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8728.png);}}

    #stacks_in_8706.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8706.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8706.blu-wrap>.blueprint-col{}#stacks_in_8706.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8706.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8706.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8706.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8706.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8706.blu-wrap>.blueprint-col{ }#stacks_in_8706.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8706.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8706.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8706.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8706.blu-wrap>.blueprint-col{ }
#stacks_in_8706.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8706.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8706.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8706.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8706.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8706.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8706.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8706.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8706.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_8706.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8706.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8711.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8711.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8711.blu-wrap>.blueprint-col{}#stacks_in_8711.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8711.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8711.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8711.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8711.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8711.blu-wrap>.blueprint-col{ }#stacks_in_8711.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8711.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8711.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8711.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8711.blu-wrap>.blueprint-col{ }
#stacks_in_8711.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8711.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8711.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8711.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8711.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8711.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8711.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8711.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8711.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8714 h3,#stacks_in_8714 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8714 h3,#stacks_in_8714 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8714 h3,#stacks_in_8714 div{text-align:center !important}#stacks_out_8714{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8714 h3,#stacks_in_8714 div{line-height:1.20}}#stacks_in_8714 .primary,#stacks_in_8714 .segment{display:inline-block}#stacks_in_8714 .primary.sub-title,#stacks_in_8714 .segment.sub-title{display:block}#stacks_in_8714 [data-seg="segment2"].last-title{display:block}#stacks_in_8714 .segment.no-shadow{text-shadow:none !important}#stacks_in_8714 .segment *{}#stacks_in_8714 .hTxt.primary{vertical-align:baseline}#stacks_in_8714 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8714 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8714 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8706::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8706:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8706:not(.bdr-vault)::before,.style-pro-stacks_in_8706:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8706:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8706:not(.bdr-vault):before,.style-pro-stacks_in_8706:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8706:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8706:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8706:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8706:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8706:not(.bdr-vault):hover::before,.style-pro-stacks_in_8706:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8706:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8706::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8706:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_7930.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_7930.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7930.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7930.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7930.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_7930.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7930.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7930.blu-sidebar.full-height{height:100vh}#stacks_in_7930.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7930.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7930.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7930.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7930.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7930.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7930.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_7930.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7930.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7930.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_7930.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7930.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7930.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7930.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7930.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7930.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7930.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7930.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7930.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7930.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7930.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7930.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7930.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_7930.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7930.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7930.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7930.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7930.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7930.blu-sidebar>.blu-content::before,#stacks_in_7930.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7930.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7930.blu-sidebar>.blu-side::before,#stacks_in_7930.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7938 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7938{z-index:1}#stacks_in_7938 > .s-pro > .sections-layer{display:none}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7938 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7938 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7938 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_7951 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7951 img.maxwidth{max-width:500px}#stacks_in_7951 img.maxheight{width:auto;max-height:500px}
    #stacks_in_7953{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_7953{margin: 0px }#stacks_in_7953>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_7953>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_7953>.s-box>.s-box-content{padding: 0px }} #stacks_in_7953>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_7953{width:100.00%}@media all and (min-width:640px){#stacks_in_7953{width:100.00%}}   #stacks_in_7953.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_7953.box-abs{height:100.00%}}   
.style-pro-stacks_in_7953::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7953:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_7953:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-7955.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_7953:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_7953:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_7953:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-7955.png);}}

    #stacks_in_7933.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7933.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7933.blu-wrap>.blueprint-col{}#stacks_in_7933.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7933.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7933.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7933.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7933.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7933.blu-wrap>.blueprint-col{ }#stacks_in_7933.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7933.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7933.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7933.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7933.blu-wrap>.blueprint-col{ }
#stacks_in_7933.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7933.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7933.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7933.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7933.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7933.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7933.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7933.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7933.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_7933.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7933.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7939.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7939.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7939.blu-wrap>.blueprint-col{}#stacks_in_7939.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7939.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7939.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7939.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7939.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7939.blu-wrap>.blueprint-col{ }#stacks_in_7939.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7939.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7939.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7939.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7939.blu-wrap>.blueprint-col{ }
#stacks_in_7939.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7939.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7939.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7939.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7939.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7939.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7939.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7939.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7939.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_7942 h3,#stacks_in_7942 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_7942 h3,#stacks_in_7942 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_7942 h3,#stacks_in_7942 div{text-align:center !important}#stacks_out_7942{display:block !important}}@media only screen and (min-width:0px){#stacks_in_7942 h3,#stacks_in_7942 div{line-height:1.20}}#stacks_in_7942 .primary,#stacks_in_7942 .segment{display:inline-block}#stacks_in_7942 .primary.sub-title,#stacks_in_7942 .segment.sub-title{display:block}#stacks_in_7942 [data-seg="segment2"].last-title{display:block}#stacks_in_7942 .segment.no-shadow{text-shadow:none !important}#stacks_in_7942 .segment *{}#stacks_in_7942 .hTxt.primary{vertical-align:baseline}#stacks_in_7942 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_7942 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_7942 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7933::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7933:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7933:not(.bdr-vault)::before,.style-pro-stacks_in_7933:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7933:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7933:not(.bdr-vault):before,.style-pro-stacks_in_7933:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7933:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7933:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7933:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7933:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7933:not(.bdr-vault):hover::before,.style-pro-stacks_in_7933:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7933:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7933::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7933:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

    #stacks_in_7833.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7833.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7833.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_7833.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7833.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7833.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7833.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:10.00% 0.00% 10.00% 0.00% }#stacks_in_7833.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7833.blu-wrap>.blueprint-col{ }#stacks_in_7833.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7833.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7833.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7833.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7833.blu-wrap>.blueprint-col{ }
#stacks_in_7833.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7833.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7833.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7833.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7833.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7833.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7833.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7833.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7833.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_7833.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 0.00% 1.00% 0.00% }}  
@media only screen and (max-width:640px){#stacks_in_7836 h4,#stacks_in_7836 div{text-align:center !important}#stacks_out_7836{display:block !important}}#stacks_in_7836 .h-pro{padding:0px}#stacks_in_7836 .h-pro{border-radius: 0px }#stacks_in_7836 .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_7836 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}
@media only screen and (max-width:640.00px){#stacks_in_7836 h4{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_7836 h4{font-size:1.70rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_7836 h4{font-size:2.10rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_7836 h4{font-size:2.10rem!important}}

#stacks_in_7839 {
	font-weight: lighter;
}
#stacks_in_7834 > ul > li{padding:1.00rem 1.50rem}
 @media(hover:hover){#stacks_in_7986.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_7986.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_7986.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_7986.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_7986.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_7986.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_7986.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_7986.blu-sidebar.full-height{height:100vh}#stacks_in_7986.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7986.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_7986.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_7986.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_7986.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_7986.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_7986.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_7986.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_7986.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_7986.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_7986.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_7986.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_7986.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7986.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_7986.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_7986.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_7986.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_7986.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_7986.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_7986.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7986.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_7986.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_7986.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_7986.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_7986.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_7986.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_7986.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_7986.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7986.blu-sidebar>.blu-content::before,#stacks_in_7986.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_7986.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_7986.blu-sidebar>.blu-side::before,#stacks_in_7986.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_7997 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_7997{z-index:1}#stacks_in_7997 > .s-pro > .sections-layer{display:none}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7997 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_7997 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_7997 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8009 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8009 img.maxwidth{max-width:500px}#stacks_in_8009 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8011{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8011{margin: 0px }#stacks_in_8011>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8011>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8011>.s-box>.s-box-content{padding: 0px }} #stacks_in_8011>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8011{width:100.00%}@media all and (min-width:640px){#stacks_in_8011{width:100.00%}}   #stacks_in_8011.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8011.box-abs{height:100.00%}}   
.style-pro-stacks_in_8011::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8011:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8011:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8013.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8011:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8011:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8011:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8013.png);}}

    #stacks_in_7990.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7990.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7990.blu-wrap>.blueprint-col{}#stacks_in_7990.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7990.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7990.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7990.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_7990.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7990.blu-wrap>.blueprint-col{ }#stacks_in_7990.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7990.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7990.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7990.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7990.blu-wrap>.blueprint-col{ }
#stacks_in_7990.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7990.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7990.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7990.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7990.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7990.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7990.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7990.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7990.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_7990.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_7990.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_7995.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_7995.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_7995.blu-wrap>.blueprint-col{}#stacks_in_7995.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_7995.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_7995.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_7995.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_7995.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_7995.blu-wrap>.blueprint-col{ }#stacks_in_7995.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_7995.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_7995.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_7995.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_7995.blu-wrap>.blueprint-col{ }
#stacks_in_7995.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_7995.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_7995.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_7995.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_7995.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_7995.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_7995.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_7995.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_7995.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8000 h3,#stacks_in_8000 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8000 h3,#stacks_in_8000 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8000 h3,#stacks_in_8000 div{text-align:center !important}#stacks_out_8000{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8000 h3,#stacks_in_8000 div{line-height:1.20}}#stacks_in_8000 .primary,#stacks_in_8000 .segment{display:inline-block}#stacks_in_8000 .primary.sub-title,#stacks_in_8000 .segment.sub-title{display:block}#stacks_in_8000 [data-seg="segment2"].last-title{display:block}#stacks_in_8000 .segment.no-shadow{text-shadow:none !important}#stacks_in_8000 .segment *{}#stacks_in_8000 .hTxt.primary{vertical-align:baseline}#stacks_in_8000 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8000 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8000 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_7990::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7990:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_7990:not(.bdr-vault)::before,.style-pro-stacks_in_7990:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_7990:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_7990:not(.bdr-vault):before,.style-pro-stacks_in_7990:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_7990:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_7990:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_7990:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_7990:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_7990:not(.bdr-vault):hover::before,.style-pro-stacks_in_7990:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_7990:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_7990::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_7990:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

 @media(hover:hover){#stacks_in_8235.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_8235.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_8235.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_8235.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_8235.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_8235.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_8235.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:640px){#stacks_in_8235.blu-sidebar.full-height{height:100vh}#stacks_in_8235.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8235.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_8235.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_8235.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_8235.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_8235.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_8235.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_8235.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.50%;margin-right:0.50%}#stacks_in_8235.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_8235.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_8235.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_8235.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:640px){#stacks_in_8235.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8235.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_8235.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_8235.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_8235.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_8235.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:640px){#stacks_in_8235.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_8235.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8235.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_8235.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:640px){#stacks_in_8235.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_8235.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_8235.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_8235.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(20% - 0px);flex-basis:calc(20% - 0px);max-width:9999px;min-width:100px}
#stacks_in_8235.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_8235.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8235.blu-sidebar>.blu-content::before,#stacks_in_8235.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_8235.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8235.blu-sidebar>.blu-side::before,#stacks_in_8235.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_8245 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_8245{z-index:1}#stacks_in_8245 > .s-pro > .sections-layer{display:none}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8245 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_8245 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_8245 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
#stacks_in_8256 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_8256 img.maxwidth{max-width:500px}#stacks_in_8256 img.maxheight{width:auto;max-height:500px}
    #stacks_in_8258{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_8258{margin: 0px }#stacks_in_8258>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_8258>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_8258>.s-box>.s-box-content{padding: 0px }} #stacks_in_8258>.s-box{border-width: 1px ;border-color:rgba(255, 255, 255, 1.00);border-style:dotted}    #stacks_in_8258{width:100.00%}@media all and (min-width:640px){#stacks_in_8258{width:100.00%}}   #stacks_in_8258.box-abs{height:100.00%}@media all and (min-width:640px){#stacks_in_8258.box-abs{height:100.00%}}   
.style-pro-stacks_in_8258::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8258:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_8258:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImage-8260.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_8258:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_8258:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_8258:not(.bg-vault):not(.bg-featured)::before{background-image:url(../index_files/obgImageLarge-8260.png);}}

    #stacks_in_8238.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8238.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8238.blu-wrap>.blueprint-col{}#stacks_in_8238.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8238.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8238.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8238.blu-wrap>.blueprint-col>.blucol-content{margin:20.00px 0.00px 20.00px 0.00px ;padding: 20px }#stacks_in_8238.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8238.blu-wrap>.blueprint-col{ }#stacks_in_8238.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8238.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8238.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8238.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8238.blu-wrap>.blueprint-col{ }
#stacks_in_8238.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8238.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8238.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8238.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8238.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8238.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8238.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8238.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8238.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_8238.blu-wrap>.blueprint-col>.blucol-content{margin: 1.00% 2.00% 1.00% 2.00% }}   @media screen and (min-width:640px){#stacks_in_8238.blu-wrap>.blueprint-col>.blucol-content{padding: 2.00% 5.00% 2.00% 5.00% }}  
    #stacks_in_8243.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_8243.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_8243.blu-wrap>.blueprint-col{}#stacks_in_8243.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_8243.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_8243.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_8243.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.50rem 0.00rem 0.00rem 0.00rem }#stacks_in_8243.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_8243.blu-wrap>.blueprint-col{ }#stacks_in_8243.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_8243.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_8243.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_8243.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_8243.blu-wrap>.blueprint-col{ }
#stacks_in_8243.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_8243.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_8243.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_8243.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_8243.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_8243.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_8243.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_8243.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_8243.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_8247 h3,#stacks_in_8247 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_8247 h3,#stacks_in_8247 .hTxt:not(.segment) div{font-size:1.10rem}}@media only screen and (max-width:414px){#stacks_in_8247 h3,#stacks_in_8247 div{text-align:center !important}#stacks_out_8247{display:block !important}}@media only screen and (min-width:0px){#stacks_in_8247 h3,#stacks_in_8247 div{line-height:1.20}}#stacks_in_8247 .primary,#stacks_in_8247 .segment{display:inline-block}#stacks_in_8247 .primary.sub-title,#stacks_in_8247 .segment.sub-title{display:block}#stacks_in_8247 [data-seg="segment2"].last-title{display:block}#stacks_in_8247 .segment.no-shadow{text-shadow:none !important}#stacks_in_8247 .segment *{}#stacks_in_8247 .hTxt.primary{vertical-align:baseline}#stacks_in_8247 .segment[data-seg="segment1"]{font-size:76%;color:rgba(55, 55, 55, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_8247 .segment[data-seg="segment1"] div{color:rgba(55, 55, 55, 1.00)}#stacks_in_8247 .segment[data-seg="segment1"] div.mez{font-size:76%}

.style-pro-stacks_in_8238::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8238:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 0.00);-webkit-box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  ;box-shadow: 0px 0px 0px 0px rgba(146, 168, 209, 0.10)  }.style-pro-stacks_in_8238:not(.bdr-vault)::before,.style-pro-stacks_in_8238:not(.bdr-vault)::after{border-radius: 100px }.style-pro-stacks_in_8238:not(.bdr-vault) > .sections-layer{border-radius: 100px }@media screen and (max-width:640px){.style-pro-stacks_in_8238:not(.bdr-vault):before,.style-pro-stacks_in_8238:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_8238:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_8238:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}.style-pro-stacks_in_8238:not(.bdr-vault)::before{-webkit-transition:border 200ms ease,box-shadow 200ms ease;-webkit-transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,-webkit-box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease;transition:border 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease}.style-pro-stacks_in_8238:not(.bdr-vault):hover::before{border-width: 0px ;border-style:solid;border-color:rgba(255, 255, 255, 1.00);-webkit-box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  ;box-shadow: 0px 0px 10px 5px rgba(231, 234, 236, 0.50)  }.style-pro-stacks_in_8238:not(.bdr-vault):hover::before,.style-pro-stacks_in_8238:not(.bdr-vault):hover::after{border-radius: 100px }.style-pro-stacks_in_8238:not(.bdr-vault):hover > .sections-layer{border-radius: 100px }
.style-pro-stacks_in_8238::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_8238:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(90deg,rgba(231, 234, 236, 0.72) 0%,rgba(255, 255, 255, 0.00) 71%,rgba(255, 255, 255, 0.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 234, 236, 0.72)',endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";}

#stacks_in_10_69 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_10_69 > .s-pro > .sections-layer{display:none}#stacks_in_10_69 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_10_69 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_10_69 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:2.50%;padding-bottom:2.00%}@media screen and (min-width:640px){#stacks_in_10_69 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:3.00%;padding-bottom:2.00%}}
    #stacks_in_10_77.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_10_77.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_10_77.blu-wrap>.blueprint-col{ width:95%;min-width:0px;max-width:9999px;}#stacks_in_10_77.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_10_77.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_10_77.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_10_77.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_10_77.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_10_77.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_10_77.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_10_77.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_10_77.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_10_77.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_10_77.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}
#stacks_in_10_77.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_10_77.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_10_77.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_10_77.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_10_77.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_10_77.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_10_77.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_10_77.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_10_77.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     

#stacks_in_10_75 > .row{padding-top:0.00rem;padding-bottom:0.50rem}#stacks_in_10_75 > .row > .columns{margin-top:0.00rem;margin-bottom:1.00rem}#stacks_in_10_75 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
    #stacks_in_10_86.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_10_86.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_10_86.blu-wrap>.blueprint-col{}#stacks_in_10_86.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_10_86.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_10_86.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_10_86.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 6px }#stacks_in_10_86.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_10_86.blu-wrap>.blueprint-col{ }#stacks_in_10_86.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_10_86.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_10_86.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_10_86.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_10_86.blu-wrap>.blueprint-col{ }
#stacks_in_10_86.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_10_86.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_10_86.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_10_86.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_10_86.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_10_86.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_10_86.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_10_86.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_10_86.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     


#stacks_in_10_84 {
	padding: 0px 0px 8px 0px;
}


  #stacks_in_10_92{text-align:center}        #stacks_in_10_92>.button.b-p,#stacks_in_10_92>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_10_92>.button.b-p.expand-mob:not(.icon-only),#stacks_in_10_92>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_10_92 .button.b-p.expand-large:not(.icon-only),#stacks_in_10_92>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
  @media only screen and (max-width:640px){#stacks_in_10_92.bp-wrap{text-align:center!important}#stacks_in_10_92.inline-wrap{display:block!important}#stacks_in_10_92 .button{float:none!important}}   @media screen and (min-width:641px){#stacks_in_10_92.bp-wrap{padding:0px 0px 0px 0px}}          @media only screen and (max-width:480.00px){#stacks_in_10_92 .button.b-p{font-size:0.90rem!important}#stacks_in_10_92 .button.b-p.icon-only{width:calc(0.90rem + 0.50rem);height:calc(0.90rem + 0.50rem)}#stacks_in_10_92 .button.b-p.icon-only .bp-glyph:before{line-height:calc(0.90rem + 0.50rem)}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_10_92 .button.b-p{font-size:1.20rem!important}#stacks_in_10_92 .button.b-p.icon-only{width:calc(1.20rem + 0.50rem);height:calc(1.20rem + 0.50rem)}#stacks_in_10_92 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.20rem + 0.50rem)}
}@media only screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_10_92 .button.b-p{font-size:1.20rem!important}#stacks_in_10_92 .button.b-p.icon-only{width:calc(1.20rem + 0.50rem);height:calc(1.20rem + 0.50rem)}#stacks_in_10_92 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.20rem + 0.50rem)}}@media only screen and (min-width:1000.00px){#stacks_in_10_92 .button.b-p{font-size:1.20rem!important}#stacks_in_10_92 .button.b-p.icon-only{width:calc(1.20rem + 0.50rem);height:calc(1.20rem + 0.50rem)}#stacks_in_10_92 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.20rem + 0.50rem)}}
  #stacks_in_10_92 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_10_92 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_10_92 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 54, 97, 1.00)}#stacks_in_10_92 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_10_92 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(134, 136, 143, 1.00);}     
#stacks_in_10_102 .icon-bar .item{padding:0.50rem}#stacks_in_10_102 .icon-bar .item label{font-size:1.00rem}#stacks_in_10_102 .icon-bar .item i{font-size:1.88rem}#stacks_in_10_102 .icon-bar{background-color:rgba(49, 94, 41, 0.00);color:rgba(0, 54, 97, 1.00)}#stacks_in_10_102 .icon-bar .item{color:rgba(0, 54, 97, 1.00)}#stacks_in_10_102 .icon-bar .item label,#stacks_in_10_102 .icon-bar .item i{color:rgba(0, 54, 97, 1.00)}#stacks_in_10_102 .icon-bar .item:hover{color:rgba(134, 136, 143, 1.00);background-color:rgba(33, 55, 62, 0.00)}#stacks_in_10_102 .icon-bar .item:hover label,#stacks_in_10_102 .icon-bar .item:hover i{color:rgba(134, 136, 143, 1.00)}

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

#stacks_out_10_102 {
	width: 150px;
}
    #stacks_in_10_73.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_10_73.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_10_73.blu-wrap>.blueprint-col{}#stacks_in_10_73.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_10_73.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_10_73.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_10_73.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 6px }#stacks_in_10_73.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_10_73.blu-wrap>.blueprint-col{ }#stacks_in_10_73.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_10_73.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_10_73.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_10_73.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_10_73.blu-wrap>.blueprint-col{ }
#stacks_in_10_73.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_10_73.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_10_73.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_10_73.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_10_73.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_10_73.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_10_73.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_10_73.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_10_73.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     


#stacks_in_10_71 {
	padding: 0px 0px 8px 0px;
}


#stacks_in_10_117 > .row{padding-top:0.30rem;padding-bottom:0.30rem}#stacks_in_10_117 > .row > .columns{margin-top:0.30rem;margin-bottom:0.30rem}#stacks_in_10_117 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
    #stacks_in_10_97.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_10_97.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_10_97.blu-wrap>.blueprint-col{}#stacks_in_10_97.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_10_97.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_10_97.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_10_97.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 6px }#stacks_in_10_97.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_10_97.blu-wrap>.blueprint-col{ }#stacks_in_10_97.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_10_97.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_10_97.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_10_97.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_10_97.blu-wrap>.blueprint-col{ }
#stacks_in_10_97.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_10_97.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_10_97.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_10_97.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_10_97.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_10_97.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_10_97.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_10_97.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_10_97.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
 #stacks_in_10_95.blu-svg{text-align:center}#stacks_in_10_95.blu-svg svg{width:220.00px}@media screen and (min-width:300px) and (max-width:300px){#stacks_in_10_95.blu-svg{text-align:left}#stacks_in_10_95.blu-svg svg{width:220.00px}}@media screen and (min-width:300px) and (max-width:365px){#stacks_in_10_95.blu-svg{text-align:center}#stacks_in_10_95.blu-svg svg{width:250.00px}}@media screen and (min-width:365px){#stacks_in_10_95.blu-svg{text-align:left}#stacks_in_10_95.blu-svg svg{width:340.00px}}  #stacks_in_10_95.blu-svg{float:none}#stacks_in_10_95 a,#stacks_in_10_95 svg{cursor:auto}
    #stacks_in_10_114.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_10_114.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_10_114.blu-wrap>.blueprint-col{ width:30%;min-width:0px;max-width:9999px;}#stacks_in_10_114.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_10_114.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_10_114.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_10_114.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:30.00px 0.00px 0.00px 0.00px }#stacks_in_10_114.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_10_114.blu-wrap>.blueprint-col{ width:35%;min-width:0px;max-width:9999px;}#stacks_in_10_114.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_10_114.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_10_114.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_10_114.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_10_114.blu-wrap>.blueprint-col{ }
#stacks_in_10_114.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_10_114.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_10_114.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_10_114.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_10_114.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_10_114.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_10_114.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_10_114.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_10_114.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_10_108 .copyright{color:rgba(134, 136, 143, 1.00);font-size:0.90rem}#stacks_in_10_108 .copyright a{color:rgba(134, 136, 143, 1.00)}#stacks_in_10_108 .copyright a:hover{color:rgba(0, 54, 97, 1.00)}#stacks_in_10_108 .copyright{margin-bottom:0}

#stacks_in_10_108 {
	margin: 30px 0px 15px 0px;
}
.style-pro-stacks_in_10_69::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_10_69:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(230, 230, 230, 1.00)}

