/*
 * 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}
/* 
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);
}.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_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}
.com_bigwhiteduck_stacks_sections_pro_stack>.s-pro.eq-height,.com_bigwhiteduck_stacks_sections_pro_stack>.s-pro.eq-height>.shear-wrapper{margin-top:0!important}.com_bigwhiteduck_stacks_sections_pro_stack>.s-pro>.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.fill-content{height:100%}.section-overflow{overflow:visible!important}
 .sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}
  .no-js #foundation-loader{display:none}#foundation-loader{display:block;background-color:rgba(26, 28, 31, 1.00)}#foundation-loader .loader-inner{margin-left:0px}#foundation-loader .loader-inner>div{background-color:rgba(207, 179, 88, 1.00)}#foundation-loader .ball-grid-pulse,#foundation-loader .ball-grid-beat,#foundation-loader .semi-circle-spin{margin:0 auto;-webkit-transform:translateY(40%);transform:translateY(40%)}#foundation-loader .loader-inner>div,#foundation-loader .ball-rotate>div:before,#foundation-loader .ball-rotate>div:after,#foundation-loader .ball-clip-rotate-pulse>div:first-child,#foundation-loader .pacman>div:nth-child(3),#foundation-loader .pacman>div:nth-child(4),#foundation-loader .pacman>div:nth-child(5),#foundation-loader .pacman>div:nth-child(6){background-color:rgba(207, 179, 88, 1.00)}#foundation-loader .square-spin>div,#foundation-loader .ball-clip-rotate>div{background-color:rgba(207, 179, 88, 1.00);border-color:rgba(207, 179, 88, 1.00)}#foundation-loader .ball-clip-rotate>div{border-bottom-color:transparent}#foundation-loader .ball-clip-rotate-pulse>div:last-child,#foundation-loader .ball-clip-rotate-multiple>div:last-child{background-color:transparent;border-color:rgba(207, 179, 88, 1.00) transparent rgba(207, 179, 88, 1.00) transparent}#foundation-loader .ball-clip-rotate-multiple>div{background-color:transparent;border-color:transparent rgba(207, 179, 88, 1.00) transparent rgba(207, 179, 88, 1.00)}#foundation-loader .ball-scale-ripple>div,#foundation-loader .ball-scale-ripple-multiple>div,#foundation-loader .ball-triangle-path>div{background-color:transparent;border-color:rgba(207, 179, 88, 1.00)}#foundation-loader .triangle-skew-spin>div{background-color:transparent;border-left-color:transparent;border-right-color:transparent;border-bottom-color:rgba(207, 179, 88, 1.00)}#foundation-loader .pacman>div:first-of-type,#foundation-loader .pacman>div:nth-child(2){background-color:transparent;border-right-color:transparent;border-top-color:rgba(207, 179, 88, 1.00);border-left-color:rgba(207, 179, 88, 1.00);border-bottom-color:rgba(207, 179, 88, 1.00)}#foundation-loader .semi-circle-spin>div{width:35px;height:35px;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(30%,rgba(207, 179, 88, 1.00)),to(rgba(207, 179, 88, 1.00)));background-image:linear-gradient(transparent 0,transparent 70%,rgba(207, 179, 88, 1.00) 30%,rgba(207, 179, 88, 1.00) 100%)}.stacks_top{opacity:0}   .theme-version{display:block}.theme-version.number-110,#stacks_in_p1239628_n1239616_page5{display:none}.stacks_out{overflow:visible!important}.stacks_in{overflow:visible}::selection{ color:rgba(253, 255, 255, 1.00);background:rgba(0, 0, 0, 1.00);}::-moz-selection{ color:rgba(253, 255, 255, 1.00);background:rgba(0, 0, 0, 1.00);}body,.font-family-text{  font-family:'Open Sans',sans-serif;   font-weight:400;}h1,.font-family-h1{  font-family:'Open Sans',sans-serif;   font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{  font-family:'Open Sans',sans-serif;   font-style:normal;font-weight:200;}
h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#1A1C1F;     }.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none!important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .hide-overflow{overflow:hidden!important} .columns>.equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns>.equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns>.equalizer.large-up{height:100%}} @media only screen and (max-width:40em){.row.collapse-small>.columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium>.columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.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:1250px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#1A1C1F}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{ max-width:1250px!important;}.row.max-edge{max-width:100%!important}body{color:rgba(253, 255, 255, 1.00)}a{color:rgba(207, 179, 88, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(253, 255, 255, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(253, 255, 255, 1.00)}.alt a{color:rgba(73, 73, 73, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(73, 73, 73, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(207, 179, 88, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(253, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(255, 232, 114, 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(255, 255, 255, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit!important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:.8;color:inherit!important}
h1{font-size:2.10rem}h2{font-size:1.60rem}h3{font-size:1.40rem}h4{font-size:1.20rem}h5{font-size:0.90rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.10rem}h2{font-size:1.60rem}h3{font-size:1.40rem}h4{font-size:1.20rem}h5{font-size:1.10rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(207, 179, 88, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(253, 255, 255, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 0, 0, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 0, 0, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(26, 28, 31, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(215, 25, 15, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(255, 255, 255, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(26, 28, 31, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(16, 15, 16, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(201, 203, 202, 1.00)}blockquote,blockquote p{color:rgba(255, 255, 255, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(255, 255, 255, 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:1250px}.top-bar .top-bar-section ul li>a.button{background-color:rgba(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.top-bar .top-bar-section ul li>a.button:hover{color:rgba(253, 255, 255, 1.00);background-color:rgba(0, 0, 0, 1.00)}.top-bar .top-bar-section ul li>a.button.secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.top-bar .top-bar-section ul li>a.button.secondary:hover{color:rgba(253, 255, 255, 1.00);background-color:rgba(24, 26, 29, 1.00)}.top-bar .top-bar-section ul li>a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li>a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li>a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li>a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li>a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 0, 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(253, 255, 255, 1.00)!important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(253, 255, 255, 1.00),0 7px 0 1px rgba(253, 255, 255, 1.00),0 14px 0 1px rgba(253, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(253, 255, 255, 1.00),0 7px 0 1px rgba(253, 255, 255, 1.00),0 14px 0 1px rgba(253, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(26, 28, 31, 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(253, 255, 255, 1.00)!important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(253, 255, 255, 1.00),0 7px 0 1px rgba(253, 255, 255, 1.00),0 14px 0 1px rgba(253, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(253, 255, 255, 1.00),0 7px 0 1px rgba(253, 255, 255, 1.00),0 14px 0 1px rgba(253, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(215, 25, 15, 1.00);color:rgba(26, 28, 31, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(215, 25, 15, 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(26, 28, 31, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(26, 28, 31, 1.00),0 7px 0 1px rgba(26, 28, 31, 1.00),0 14px 0 1px rgba(26, 28, 31, 1.00);box-shadow:0 0 0 1px rgba(26, 28, 31, 1.00),0 7px 0 1px rgba(26, 28, 31, 1.00),0 14px 0 1px rgba(26, 28, 31, 1.00)}
.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(255, 255, 255, 1.00);color:rgba(253, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(255, 255, 255, 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(253, 255, 255, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(253, 255, 255, 1.00),0 7px 0 1px rgba(253, 255, 255, 1.00),0 14px 0 1px rgba(253, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(253, 255, 255, 1.00),0 7px 0 1px rgba(253, 255, 255, 1.00),0 14px 0 1px rgba(253, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(26, 28, 31, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(26, 28, 31, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(26, 28, 31, 1.00),0 7px 0 1px rgba(26, 28, 31, 1.00),0 14px 0 1px rgba(26, 28, 31, 1.00);box-shadow:0 0 0 1px rgba(26, 28, 31, 1.00),0 7px 0 1px rgba(26, 28, 31, 1.00),0 14px 0 1px rgba(26, 28, 31, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(26, 28, 31, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(26, 28, 31, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-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);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(16, 15, 16, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(16, 15, 16, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00)!important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-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);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(201, 203, 202, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(201, 203, 202, 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{-webkit-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);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(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00);border-color:rgba(0, 0, 0, 1.00)}.alert-box a:not(.close){color:rgba(253, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00);border-color:rgba(24, 26, 29, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(207, 179, 88, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(196, 170, 83, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(26, 28, 31, 1.00);border-color:rgba(24, 26, 29, 1.00);color:rgba(253, 255, 255, 1.00)}.breadcrumbs .current a{color:rgba(253, 255, 255, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(253, 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(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.button:hover{color:rgba(253, 255, 255, 1.00);background-color:rgba(0, 0, 0, 1.00)}.button.secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.button.secondary:hover{color:rgba(253, 255, 255, 1.00);background-color:rgba(24, 26, 29, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}
.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 0, 0, 1.00);color:rgba(0, 0, 0, 1.00)}.button.ghost:hover{color:rgba(253, 255, 255, 1.00);border-color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 0, 0, 1.00)}.button.ghost.secondary{border-color:rgba(26, 28, 31, 1.00);color:rgba(26, 28, 31, 1.00)}.button.ghost.secondary:hover{color:rgba(253, 255, 255, 1.00);border-color:rgba(24, 26, 29, 1.00);background-color:rgba(24, 26, 29, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(253, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(253, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(253, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(253, 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(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.icon-bar>.item{cursor:pointer;color:rgba(253, 255, 255, 1.00)}.icon-bar>.item label,.icon-bar>.item i{color:rgba(253, 255, 255, 1.00)}.icon-bar>.item:hover{color:rgba(253, 255, 255, 1.00);background-color:rgba(0, 0, 0, 1.00)}.icon-bar.secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.icon-bar.secondary>.item{color:rgba(253, 255, 255, 1.00)}.icon-bar.secondary>.item label,.icon-bar.secondary>.item i{color:rgba(253, 255, 255, 1.00)}.icon-bar.secondary>.item:hover{background-color:rgba(24, 26, 29, 1.00);color:rgba(253, 255, 255, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(253, 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(253, 255, 255, 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(0, 0, 0, 1.00)}form fieldset{border-color:rgba(253, 255, 255, 1.00)}form legend{background-color:#1A1C1F}form label{color:rgba(255, 255, 255, 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(253, 255, 255, 1.00);border-color:rgba(223, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 0, 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(0, 0, 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(223, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(253, 255, 255, 1.00);border-color:rgba(223, 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(26, 28, 31, 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(24, 26, 29, 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(223, 225, 225, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(253, 255, 255, 1.00)}fieldset.switch input:checked+label{background-color:rgba(0, 0, 0, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(253, 255, 255, 1.00)}fieldset.switch.secondary input:checked+label{background-color:rgba(26, 28, 31, 1.00)}fieldset.switch.alert input:checked+label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked+label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(26, 28, 31, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 0, 0, 1.00)}.accordion .accordion-navigation>a{background-color:rgba(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.accordion .accordion-navigation>a:hover{background-color:rgba(0, 0, 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(0, 0, 0, 1.00)}.accordion .accordion-navigation>.content{background-color:transparent!important}.accordion.secondary .accordion-navigation>a{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.accordion.secondary .accordion-navigation>a:hover{background-color:rgba(24, 26, 29, 1.00)}.accordion.secondary .accordion-navigation.active>a{background-color:rgba(24, 26, 29, 1.00)}.tabs li.tab-title>a{background-color:rgba(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.tabs li.tab-title>a:hover{background-color:rgba(0, 0, 0, 1.00)}.tabs li.tab-title.active>a{color:rgba(253, 255, 255, 1.00);background-color:rgba(0, 0, 0, 1.00)}.tabs.secondary li.tab-title>a{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.tabs.secondary li.tab-title>a:hover{background-color:rgba(24, 26, 29, 1.00)}.tabs.secondary li.tab-title.active>a{color:rgba(253, 255, 255, 1.00);background-color:rgba(24, 26, 29, 1.00)}.tabs.swatch1 li.tab-title>a{background-color:rgba(215, 25, 15, 1.00);color:rgba(26, 28, 31, 1.00)}.tabs.swatch1 li.tab-title>a:hover{background-color:rgba(204, 23, 14, 1.00)}.tabs.swatch1 li.tab-title.active>a{color:rgba(26, 28, 31, 1.00);background-color:rgba(204, 23, 14, 1.00)}.tabs.swatch2 li.tab-title>a{background-color:rgba(255, 255, 255, 1.00);color:rgba(253, 255, 255, 1.00)}.tabs.swatch2 li.tab-title>a:hover{background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch2 li.tab-title.active>a{color:rgba(253, 255, 255, 1.00);background-color:rgba(242, 242, 242, 1.00)}
.tabs.swatch3 li.tab-title>a{background-color:rgba(34, 34, 34, 1.00);color:rgba(26, 28, 31, 1.00)}.tabs.swatch3 li.tab-title>a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active>a{color:rgba(26, 28, 31, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title>a{background-color:rgba(26, 28, 31, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title>a:hover{background-color:rgba(24, 26, 29, 1.00)}.tabs.swatch4 li.tab-title.active>a{color:rgba(34, 34, 34, 1.00);background-color:rgba(24, 26, 29, 1.00)}.tabs.swatch5 li.tab-title>a{background-color:rgba(16, 15, 16, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title>a:hover{background-color:rgba(15, 14, 15, 1.00)}.tabs.swatch5 li.tab-title.active>a{color:rgba(34, 34, 34, 1.00);background-color:rgba(15, 14, 15, 1.00)}.tabs.swatch6 li.tab-title>a{background-color:rgba(201, 203, 202, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title>a:hover{background-color:rgba(190, 192, 191, 1.00)}.tabs.swatch6 li.tab-title.active>a{color:rgba(34, 34, 34, 1.00);background-color:rgba(190, 192, 191, 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{-webkit-box-shadow:0 0 6px 1px rgba(0, 0, 0, 1.00);box-shadow:0 0 6px 1px rgba(0, 0, 0, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(26, 28, 31, 1.00);border-color:rgba(20, 22, 24, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(26, 28, 31, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(20, 22, 24, 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(26, 28, 31, 1.00)}.panel{background-color:rgba(27, 29, 32, 1.00);border-color:rgba(24, 26, 29, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(253, 255, 255, 1.00)}.panel p a{color:rgba(207, 179, 88, 1.00)}.panel p.alt{color:rgba(253, 255, 255, 1.00)}.panel p.alt a{color:rgba(73, 73, 73, 1.00)}.panel p.alt a:hover{color:rgba(73, 73, 73, 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(207, 179, 88, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(253, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(255, 232, 114, 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(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(253, 255, 255, 1.00)}.pricing-table.primary .description{color:rgba(253, 255, 255, 1.00)}.pricing-table.primary .bullet-item{color:rgba(253, 255, 255, 1.00)}.pricing-table.secondary .title{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.pricing-table.secondary .price{color:rgba(253, 255, 255, 1.00)}.pricing-table.secondary .description{color:rgba(253, 255, 255, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(253, 255, 255, 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(207, 179, 88, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(255, 255, 255, 1.00);color:rgba(253, 255, 255, 1.00)}.side-nav li.active>a:first-child:not(.button){color:rgba(207, 179, 88, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(175, 152, 74, 1.00)}.side-nav header{color:rgba(253, 255, 255, 1.00);margin-top:1rem;margin-bottom:.5rem}.side-nav label{color:rgba(255, 255, 255, 1.00)}.side-nav li.divider{border-top-color:rgba(253, 255, 255, 1.00)}.side-nav.alt li a:not(.button){color:rgba(73, 73, 73, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(73, 73, 73, 1.00)}.side-nav.alt li.active>a:first-child:not(.button){color:rgba(73, 73, 73, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(62, 62, 62, 1.00)}.side-nav.alt header{color:rgba(253, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 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(0, 0, 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(0, 0, 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(253, 255, 255, 1.00);background-color:rgba(0, 0, 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(0, 0, 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(253, 255, 255, 1.00);background-color:rgba(26, 28, 31, 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(24, 26, 29, 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(26, 28, 31, 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(24, 26, 29, 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(253, 255, 255, 1.00);background-color:rgba(26, 28, 31, 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(24, 26, 29, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(26, 28, 31, 1.00);color:rgba(51, 51, 51, 1.00);border:0;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0!important}}.reveal-modal.fullscreen{position:fixed;top:0!important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(207, 179, 88, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(73, 73, 73, 1.00)}.clearing-blackout{background-color:rgba(26, 28, 31, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(26, 28, 31, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(24, 26, 29, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next>span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev>span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(253, 255, 255, 1.00);font-size:.9rem}.copyright a{color:rgba(207, 179, 88, 1.00)}.copyright a:hover{color:rgba(253, 255, 255, 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(207, 179, 88, 1.00)}.fn-text-link a{color:rgba(207, 179, 88, 1.00)}.fn-text-link a:hover{color:rgba(253, 255, 255, 1.00)}.fn-text-text{color:rgba(253, 255, 255, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(253, 255, 255, 1.00)}.fn-text-accent{color:rgba(253, 255, 255, 1.00)}.fn-text-code-text{color:rgba(207, 179, 88, 1.00)}.fn-text-header-alt{color:rgba(253, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(73, 73, 73, 1.00)}.fn-text-link-alt a:hover{color:rgba(73, 73, 73, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 0, 0, 1.00)}.fn-text-primary-text{color:rgba(253, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(253, 255, 255, 1.00)}.fn-text-secondary{color:rgba(26, 28, 31, 1.00)}.fn-text-secondary-text{color:rgba(253, 255, 255, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(253, 255, 255, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(207, 179, 88, 1.00)}.fn-text-modal{color:rgba(26, 28, 31, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(253, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(253, 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(253, 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(253, 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(253, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(73, 73, 73, 1.00)}.fn-text-text-alt a:hover{color:rgba(73, 73, 73, 1.00)}.fn-text-sw1c1{color:rgba(215, 25, 15, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(215, 25, 15, 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(26, 28, 31, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(24, 26, 29, 1.00)}.fn-text-sw1c2{color:rgba(26, 28, 31, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(26, 28, 31, 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(215, 25, 15, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(204, 23, 14, 1.00)}.fn-text-sw2c1{color:rgba(255, 255, 255, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(255, 255, 255, 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(253, 255, 255, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(240, 242, 242, 1.00)}.fn-text-sw2c2{color:rgba(253, 255, 255, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(253, 255, 255, 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(255, 255, 255, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(26, 28, 31, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(24, 26, 29, 1.00)}.fn-text-sw3c2{color:rgba(26, 28, 31, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(26, 28, 31, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(26, 28, 31, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(26, 28, 31, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(26, 28, 31, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(24, 26, 29, 1.00)}.fn-text-sw5c1{color:rgba(16, 15, 16, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(16, 15, 16, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(16, 15, 16, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(15, 14, 15, 1.00)}.fn-text-sw6c1{color:rgba(201, 203, 202, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(201, 203, 202, 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(201, 203, 202, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(190, 192, 191, 1.00)}.panel .fn-text-sw1c1{color:rgba(215, 25, 15, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(215, 25, 15, 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(26, 28, 31, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(24, 26, 29, 1.00)}.panel .fn-text-sw1c2{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(26, 28, 31, 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(215, 25, 15, 1.00)}
.panel .fn-text-sw1c2 a:hover{color:rgba(204, 23, 14, 1.00)}.panel .fn-text-sw2c1{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(255, 255, 255, 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(253, 255, 255, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(240, 242, 242, 1.00)}.panel .fn-text-sw2c2{color:rgba(253, 255, 255, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(253, 255, 255, 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(255, 255, 255, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(24, 26, 29, 1.00)}.panel .fn-text-sw3c2{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(26, 28, 31, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(24, 26, 29, 1.00)}.panel .fn-text-sw5c1{color:rgba(16, 15, 16, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(16, 15, 16, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(16, 15, 16, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(15, 14, 15, 1.00)}.panel .fn-text-sw6c1{color:rgba(201, 203, 202, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(201, 203, 202, 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(201, 203, 202, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(190, 192, 191, 1.00)}.fn-bg-header{background-color:rgba(207, 179, 88, 1.00)}.fn-bg-text{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-link{background-color:rgba(207, 179, 88, 1.00)}.fn-bg-link-hover{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-accent{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-code-text{background-color:rgba(207, 179, 88, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(73, 73, 73, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(73, 73, 73, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-primary-text{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(26, 28, 31, 1.00)}.fn-bg-secondary-text{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(207, 179, 88, 1.00)}.fn-bg-modal{background-color:rgba(26, 28, 31, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(215, 25, 15, 1.00)}.fn-bg-sw1c2{background-color:rgba(26, 28, 31, 1.00)}
.fn-bg-sw2c1{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-sw2c2{background-color:rgba(253, 255, 255, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(26, 28, 31, 1.00)}.fn-bg-sw4c1{background-color:rgba(26, 28, 31, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(16, 15, 16, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(201, 203, 202, 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(0, 0, 0, 1.00);color:rgba(253, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(253, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-secondary{background-color:rgba(26, 28, 31, 1.00);color:rgba(253, 255, 255, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(253, 255, 255, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(24, 26, 29, 1.00)}.fn-scheme-modal{background-color:rgba(26, 28, 31, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(215, 25, 15, 1.00);color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch1.switch input:checked+label{background-color:rgba(215, 25, 15, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(204, 23, 14, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(215, 25, 15, 1.00);color:rgba(215, 25, 15, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(26, 28, 31, 1.00);border-color:rgba(204, 23, 14, 1.00);background-color:rgba(204, 23, 14, 1.00)}.fn-scheme-swatch2{background-color:rgba(255, 255, 255, 1.00);color:rgba(253, 255, 255, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(253, 255, 255, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(253, 255, 255, 1.00)}.fn-scheme-swatch2.switch input:checked+label{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(255, 255, 255, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(253, 255, 255, 1.00);border-color:rgba(242, 242, 242, 1.00);background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch3.switch input:checked+label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(26, 28, 31, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(26, 28, 31, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch4.switch input:checked+label{background-color:rgba(215, 25, 15, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked+label{background-color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(24, 26, 29, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(26, 28, 31, 1.00);color:rgba(26, 28, 31, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(24, 26, 29, 1.00);background-color:rgba(24, 26, 29, 1.00)}.fn-scheme-swatch5{background-color:rgba(16, 15, 16, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(15, 14, 15, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked+label{background-color:rgba(16, 15, 16, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(16, 15, 16, 1.00);color:rgba(16, 15, 16, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(15, 14, 15, 1.00);background-color:rgba(15, 14, 15, 1.00)}.fn-scheme-swatch6{background-color:rgba(201, 203, 202, 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(201, 203, 202, 1.00)}
.fn-scheme-swatch6.button:hover{background-color:rgba(190, 192, 191, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(201, 203, 202, 1.00);color:rgba(201, 203, 202, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(190, 192, 191, 1.00);background-color:rgba(190, 192, 191, 1.00)} 
    #stacks_in_p1245925_n1_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_p1245925_n1_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col{ }#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col{ }
#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_p1245925_n1_page5.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_p1245925_n2_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_p1245925_n2_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col{}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col{ }
#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_p1245925_n2_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_p1245925_n2_page5.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_p1245925_n2_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 2.00% 0.00% 2.00% 0.00% }}    
    #stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner>.inner-content>.content-wrapper>.content{margin:0;padding:0}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner>.inner-content>.content-wrapper>.content.preload-content{opacity:0}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::before,#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::after{box-sizing:border-box!important}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::before{z-index:-1}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::after{z-index:0}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner>.inner-content{position:relative;z-index:1}#stacks_in_p1245925_n3_page5{ z-index:1; overflow:visible}#stacks_in_p1245925_n3_page5>.s-pro>.sections-layer{display:none}      #stacks_in_p1245925_n3_page5>.s-pro.top-margin-prop{margin-top:0.00%!important}#stacks_in_p1245925_n3_page5>.s-pro.top-margin-rem{margin-top:0.00rem!important}#stacks_in_p1245925_n3_page5>.s-pro.bot-margin-prop{margin-bottom:0.00%!important}#stacks_in_p1245925_n3_page5>.s-pro.bot-margin-rem{margin-bottom:0.00rem!important}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       #stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::before{ border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);  box-shadow: none ;}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::before,#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::after{ border-radius: 0px ;}#stacks_in_p1245925_n3_page5>.s-pro>.sections-layer{ border-radius: 0px ;}    #stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::before,#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::after{position:absolute;top:0;height:100%;left:0;width:100%;content:""}#stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner.bg-color::before{background-color:rgba(105, 157, 255, 1.00)}      #stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner::after{display:none!important}  #stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner.o-bg-color::after{background-color:rgba(0, 0, 0, 0.30)}   
 
#stacks_in_p1245925_n4_page5>.row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_p1245925_n4_page5>.row>.columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_p1245925_n4_page5>.row.divider>.columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_out_p1245925_n4_page5 {
	margin-right:0;
}

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

#stacks_out_p1245925_n9_page5 {
	width: 70%;
	margin-left:0;
}

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

#stacks_out_p1245925_n13_page5 {
	margin-right:0;
}

#stacks_in_p1245925_n13_page5 {
	padding: 70px 0px 0px 0px;
}
#stacks_in_p1245925_n14_page5 .background{}#stacks_in_p1245925_n14_page5 .fa-stack,#stacks_in_p1245925_n14_page5 i.fa{color:rgba(164, 164, 164, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_p1245925_n14_page5 .fa-stack.custom,#stacks_in_p1245925_n14_page5 i.fa.custom{font-size:24px}#stacks_in_p1245925_n14_page5 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_p1245925_n14_page5 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_p1245925_n14_page5 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_p1245925_n14_page5 a:hover i.fa{color:rgba(147, 147, 147, 1.00)}#stacks_in_p1245925_n14_page5 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_p1245925_n14_page5 a:hover .fa-border{}#stacks_in_p1245925_n14_page5 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245925_n14_page5 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245925_n14_page5 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n14_page5 .jw-wrapper{}#stacks_in_p1245925_n14_page5 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245925_n14_page5 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245925_n14_page5 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n14_page5 .jw-wrapper.match{color:rgba(164, 164, 164, 1.00)}#stacks_in_p1245925_n14_page5 .jw-wrapper.match a{color:rgba(164, 164, 164, 1.00)}#stacks_in_p1245925_n14_page5 .jw-wrapper.match a:hover{color:rgba(147, 147, 147, 1.00)}#stacks_in_p1245925_n14_page5 .jw-wrapper.hover i.fa:hover,#stacks_in_p1245925_n14_page5 .jw-wrapper.hover a:hover{color:rgba(32, 99, 171, 1.00)}

#stacks_in_p1245925_n14_page5 {
	padding:  10px;
}
#stacks_in_p1245925_n16_page5 .background{}#stacks_in_p1245925_n16_page5 .fa-stack,#stacks_in_p1245925_n16_page5 i.fa{color:rgba(204, 204, 204, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_p1245925_n16_page5 .fa-stack.custom,#stacks_in_p1245925_n16_page5 i.fa.custom{font-size:24px}#stacks_in_p1245925_n16_page5 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_p1245925_n16_page5 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_p1245925_n16_page5 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_p1245925_n16_page5 a:hover i.fa{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245925_n16_page5 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_p1245925_n16_page5 a:hover .fa-border{}#stacks_in_p1245925_n16_page5 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245925_n16_page5 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245925_n16_page5 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n16_page5 .jw-wrapper{}#stacks_in_p1245925_n16_page5 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245925_n16_page5 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245925_n16_page5 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n16_page5 .jw-wrapper.match{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n16_page5 .jw-wrapper.match a{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n16_page5 .jw-wrapper.match a:hover{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245925_n16_page5 .jw-wrapper.hover i.fa:hover,#stacks_in_p1245925_n16_page5 .jw-wrapper.hover a:hover{color:rgba(215, 25, 15, 1.00)}

#stacks_in_p1245925_n16_page5 {
	padding:  10px;
}
#stacks_in_p1245925_n18_page5 .background{}#stacks_in_p1245925_n18_page5 .fa-stack,#stacks_in_p1245925_n18_page5 i.fa{color:rgba(204, 204, 204, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_p1245925_n18_page5 .fa-stack.custom,#stacks_in_p1245925_n18_page5 i.fa.custom{font-size:24px}#stacks_in_p1245925_n18_page5 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_p1245925_n18_page5 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_p1245925_n18_page5 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_p1245925_n18_page5 a:hover i.fa{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245925_n18_page5 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_p1245925_n18_page5 a:hover .fa-border{}#stacks_in_p1245925_n18_page5 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245925_n18_page5 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245925_n18_page5 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(53, 53, 53, 1.00)}#stacks_in_p1245925_n18_page5 .jw-wrapper{}#stacks_in_p1245925_n18_page5 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245925_n18_page5 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245925_n18_page5 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(53, 53, 53, 1.00)}#stacks_in_p1245925_n18_page5 .jw-wrapper.match{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n18_page5 .jw-wrapper.match a{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245925_n18_page5 .jw-wrapper.match a:hover{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245925_n18_page5 .jw-wrapper.hover i.fa:hover,#stacks_in_p1245925_n18_page5 .jw-wrapper.hover a:hover{color:rgba(215, 25, 15, 1.00)}

#stacks_in_p1245925_n18_page5 {
	padding:  10px;
}
    #stacks_in_p1245925_n3_page5>.s-pro[class*="pre-eff-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms} #stacks_in_p1245925_n3_page5>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-duration:2000ms;transition-duration:2000ms;-webkit-transition-delay:1500ms;transition-delay:1500ms;-webkit-transition-timing-function:cubic-bezier(0.445, 0.050, 0.550, 0.950);transition-timing-function:cubic-bezier(0.445, 0.050, 0.550, 0.950)}  #stacks_in_p1245925_n3_page5>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter} #stacks_in_p1245925_n3_page5>.s-pro>.shear-wrapper>.shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_p1245925_n3_page5>.s-pro >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-transform:translateZ(0);transform:translateZ(0)}       #stacks_in_p1245925_n3_page5>.s-pro.pre-eff-stacks_in_p1245925_n22_page5.eff-fade-in >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(0);filter:opacity(0)}#stacks_in_p1245925_n3_page5>.s-pro.animate-stacks_in_p1245925_n22_page5.eff-fade-in >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{-webkit-filter:opacity(1);filter:opacity(1)}       @media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_p1245925_n3_page5>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }}_:-ms-fullscreen #stacks_in_p1245925_n3_page5>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content,:root #stacks_in_p1245925_n3_page5>.s-pro[class*="animate-"] >.shear-wrapper>.shear-inner>.inner-content>.content-wrapper.ani-content>.content{ }
 
 .style-pro-stacks_in_p1245925_n1_page5::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_p1245925_n1_page5:not(.bg-vault):not(.bg-featured)::before{  background-image:linear-gradient(0deg,rgba(11, 10, 11, 1.00) 0%,rgba(26, 28, 31, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(11, 10, 11, 1.00)', endColorStr='rgba(26, 28, 31, 1.00)',GradientType=0)";    }   

    #stacks_in_1245232_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1245232_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1245232_page5.blu-wrap>.blueprint-col{}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1245232_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1245232_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1245232_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1245232_page5.blu-wrap>.blueprint-col{ }
#stacks_in_1245232_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1245232_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1245232_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1245232_page5.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_1245232_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 2.00% 0.00% 2.00% 0.00% }}    
    #stacks_in_1245903_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1245903_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1245903_page5.blu-wrap>.blueprint-col{}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1245903_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1245903_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1245903_page5.blu-wrap>.blueprint-col{ }#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1250px){#stacks_in_1245903_page5.blu-wrap>.blueprint-col{ }
#stacks_in_1245903_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1245903_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1245903_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1245903_page5.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.8 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_1245904_page5-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_1245904_page5-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_1245904_page5-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(207, 179, 88, 1.00);
}
#stacks_in_1245904_page5-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(129, 162, 56, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_1245904_page5-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_1245904_page5-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_1245904_page5-sf,
#stacks_in_1245904_page5-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_1245904_page5-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_1245904_page5-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_1245904_page5-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_1245904_page5-sf .loaded .flex-viewport,
#stacks_in_1245904_page5-sf .slider,
#stacks_in_1245904_page5-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_1245904_page5-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_1245904_page5-sf{min-height: 70px;}

#stacks_in_1245904_page5-sf .carousel{
	background-color: rgba(207, 179, 88, 1.00);
	line-height: 0;
}
#stacks_in_1245904_page5-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(19, 22, 24, 0.58);
	border-top-color: rgba(19, 22, 24, 0.58);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_1245904_page5-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_1245904_page5-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li,
#stacks_in_1245904_page5-sf .sf-flexslider .carousel > li,
#stacks_in_1245904_page5-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_1245904_page5-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_1245904_page5-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_1245904_page5-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_1245904_page5-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_1245904_page5-sf li.hero h2,
#stacks_in_1245904_page5-sf li.hero p,
#stacks_in_1245904_page5-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_1245904_page5-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_1245904_page5-sf li.hero:not(.flex-active-slide) p,
#stacks_in_1245904_page5-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_1245904_page5-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_1245904_page5-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 800ms;
	transition: opacity 300ms 800ms;
}
#stacks_in_1245904_page5-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_1245904_page5-sf .flex-active-slide .caption-wrap,
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_1245904_page5-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_1245904_page5-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_1245904_page5-sf .caption-wrap{
	-webkit-transition: opacity .3s 800ms;
	transition: opacity .3s 800ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 803ms;
	transition: opacity .5s 80300ms;

	-webkit-transition: opacity .5s 3800ms;
	transition: opacity .5s 3800ms;
}
#stacks_in_1245904_page5-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_1245904_page5-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_1245904_page5-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_1245904_page5-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_1245904_page5-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_1245904_page5-sf .slider .flex-direction-nav .flex-next,
#stacks_in_1245904_page5-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_1245904_page5-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_1245904_page5-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_1245904_page5-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_1245904_page5-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_1245904_page5-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_1245904_page5-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_1245904_page5-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_1245904_page5-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_1245904_page5-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_1245904_page5-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_1245904_page5-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_1245904_page5-sf .flex-direction-nav a {background: rgba(31, 32, 32, 0.49);}
#stacks_in_1245904_page5-sf .flex-direction-nav a:hover {background: rgba(143, 102, 21, 1.00);}
#stacks_in_1245904_page5-sf .flex-direction-nav a:before {display: none;}

#stacks_in_1245904_page5-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_1245904_page5-sf .sf-control:before,
#stacks_in_1245904_page5-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_1245904_page5-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_1245904_page5-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(253, 255, 255, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_1245904_page5-sf .flex-direction-nav{
		opacity: 0;
	}
}

@media only screen and (max-width: 400px) {
	#stacks_in_1245904_page5-sf.iframe .flex-direction-nav{display: block;}
}
@media only screen and (max-width: 400px) {
	#stacks_in_1245904_page5-sf.iframe .sf-flexslider .flex-direction-nav .flex-prev,
	#stacks_in_1245904_page5-sf.iframe .sf-flexslider .flex-direction-nav .flex-next{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/* Thumbnails */

#stacks_in_1245904_page5-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(207, 179, 88, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_1245904_page5-sf .carousel{
		display: none;
	}
}
#stacks_in_1245904_page5-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_1245904_page5-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	
}
#stacks_in_1245904_page5-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_1245904_page5-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_1245904_page5-sf .carousel .slides li:hover,
#stacks_in_1245904_page5-sf .carousel .slides li.flex-active-slide,
#stacks_in_1245904_page5-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_1245904_page5-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_1245904_page5-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_1245904_page5-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_1245904_page5-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_1245904_page5-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_1245904_page5-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(129, 162, 56, 1.00); }



/* Edit  */

#stacks_in_1245904_page5-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_1245904_page5-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

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

 .style-pro-stacks_in_1245903_page5::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1245903_page5:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 0px 0px 50px 30px rgba(10, 12, 16, 1.00)  ;box-shadow: 0px 0px 50px 30px rgba(10, 12, 16, 1.00)  }.style-pro-stacks_in_1245903_page5:not(.bdr-vault)::before,.style-pro-stacks_in_1245903_page5:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_1245903_page5:not(.bdr-vault)>.sections-layer{border-radius: 0px }     
/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_p1238403_n1236832_page5 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:1000px)/"!important;
  width:1000px!important;
}
@media only screen and (min-width:1000px) {


	

	.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_p1238403_n1236832_page5 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: 60px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 60px;
	    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: 60px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 60px; }
	  .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_p1238403_n1236832_page5 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_p1238403_n1236832_page5 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_p1238403_n1236832_page5 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_p1238403_n1236832_page5 .top-bar .name .site-title small{
		display:inline!important;
	}

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

	#stacks_in_p1238403_n1236832_page5 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 30px;
	    line-height: 60px;
	}

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

}

*[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 .9375rem} #stacks_in_p1238403_n1236832_page5{overflow:visible}#stacks_in_p1238403_n1236832_page5 [data-magellan-expedition],#stacks_in_p1238403_n1236832_page5 [data-magellan-expedition-clone]{background:0;padding:0!important}#stacks_in_p1238403_n1236832_page5 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper{z-index:1999}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_p1238403_n1236832_page5 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_p1238403_n1236832_page5 .top-bar .top-bar-section ul li{background:none!important}#stacks_in_p1238403_n1236832_page5 .top-bar .top-bar-section ul li>a.button{padding-top:.35rem;position:relative}#stacks_in_p1238403_n1236832_page5 a:not(.button){text-decoration:none}#stacks_in_p1238403_n1236832_page5 .top-bar-section .has-form{background:inherit}#stacks_in_p1238403_n1236832_page5 .top-bar .fa{vertical-align:middle}#stacks_in_p1238403_n1236832_page5 .top-bar ul.title-area,#stacks_in_p1238403_n1236832_page5 .top-bar ul.zone{z-index:2000}#stacks_in_p1238403_n1236832_page5 .top-bar ul.zone{position:relative}#stacks_in_p1238403_n1236832_page5 .top-bar .name{display:block;position:relative;padding:0 .9375rem}#stacks_in_p1238403_n1236832_page5 .top-bar .name.collapse{padding:0}#stacks_in_p1238403_n1236832_page5 .top-bar .name a{height:45px;display:inline-block}#stacks_in_p1238403_n1236832_page5 .top-bar .name span{height:100%}#stacks_in_p1238403_n1236832_page5 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_p1238403_n1236832_page5 .top-bar .name .site-title{display:inline-block;color:rgba(255, 255, 255, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_p1238403_n1236832_page5 .top-bar .name .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar,#stacks_in_p1238403_n1236832_page5 .title-area,#stacks_in_p1238403_n1236832_page5 a:not(.button){background:transparent}#stacks_in_p1238403_n1236832_page5 ul:not(.title-area) .dropdown label{color:rgba(102, 102, 102, 0.10)}#stacks_in_p1238403_n1236832_page5 ul:not(.title-area) li:hover>a:not(.button),#stacks_in_p1238403_n1236832_page5 ul:not(.title-area) li.has-dropdown>a.hovered:not(.button){background-color:rgba(26, 28, 31, 1.00);color:rgba(254, 208, 10, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar-section .divider,#stacks_in_p1238403_n1236832_page5 .top-bar-section [role="separator"]{border-color:rgba(102, 102, 102, 0.10)}#stacks_in_p1238403_n1236832_page5 .top-bar-section .has-dropdown>a:after{border-color:rgba(102, 102, 102, 0.10) transparent transparent transparent}#stacks_in_p1238403_n1236832_page5 .top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:none;box-shadow:none}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(255, 255, 255, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) .back>h5,#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) .back>h5>a,#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(255, 255, 255, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) .top-bar .toggle-topbar.menu-icon a span::after{-webkit-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);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)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(16, 15, 16, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.fixed{top:0px}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.fixed.fixedShadow{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.solid{background:rgba(16, 15, 16, 1.00)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.twotone{background-color:rgba(39, 42, 44, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(+,%id=baseColor[1]),color-stop(+,%id=baseColor[1]),color-stop(+,%id=baseColor[1]),color-stop(50%,rgba(16, 15, 16, 1.00)),color-stop(-,%id=baseColor[0]));background-image:linear-gradient(to bottom,rgba(39, 42, 44, 1.00) 0,rgba(29, 32, 34, 1.00) 45%,rgba(24, 27, 29, 1.00) 50%,rgba(16, 15, 16, 1.00) 50%,rgba(6, 5, 6, 1.00) 100%)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.onecolor{background-color:rgba(56, 55, 56, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(+,%id=baseColor[0]),color-stop(85%,rgba(16, 15, 16, 1.00)));background-image:linear-gradient(to bottom,rgba(56, 55, 56, 1.00),rgba(16, 15, 16, 1.00) 85%)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.twocolor{background-color:rgba(19, 22, 24, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(19, 22, 24, 1.00)),color-stop(85%,rgba(16, 15, 16, 1.00)));background-image:linear-gradient(to bottom,rgba(19, 22, 24, 1.00),rgba(16, 15, 16, 1.00) 85%)}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.styleActive li.active>a{background:rgba(26, 28, 31, 1.00);color:rgba(254, 208, 10, 1.00)}
#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .5s,opacity .5s linear;transition:visibility 0s linear .5s,opacity .5s linear}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;-webkit-transition-delay:0s;transition-delay:0s}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.sticky.sticky-hide{opacity:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1; height:60px; -webkit-transition:opacity .5s ease;transition:opacity .5s ease}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown>a{padding-right:15px!important}#stacks_in_p1238403_n1236832_page5 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown>a::after{display:none} .f-topbar-fixed{padding-top:60px!important}#stacks_in_p1238403_n1236832_page5 .expanded:not(.top-bar) .top-bar-section{margin-top:60px}#stacks_in_p1238403_n1236832_page5 .top-bar{height:60px;line-height:60px}#stacks_in_p1238403_n1236832_page5 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_p1238403_n1236832_page5 .top-bar .name{height:60px;padding:0 30px}#stacks_in_p1238403_n1236832_page5 .top-bar .name .site-title,#stacks_in_p1238403_n1236832_page5 .top-bar .name a,#stacks_in_p1238403_n1236832_page5 .top-bar .name span{height:60px;line-height:60px;font-size:1.06rem}#stacks_in_p1238403_n1236832_page5 .toggle-topbar a{font-size:1.00rem}#stacks_in_p1238403_n1236832_page5 .toggle-topbar.menu-icon{right:30px}#stacks_in_p1238403_n1236832_page5 .top-bar-section ul li>a{padding-left:30px;font-size:1.00rem}#stacks_in_p1238403_n1236832_page5 .top-bar-section ul li>a.button{font-size:1.00rem;padding-right:30px;padding-left:30px}#stacks_in_p1238403_n1236832_page5 .top-bar-section .has-form{padding:0 15px}#stacks_in_p1238403_n1236832_page5 .top-bar-section .dropdown li{font-size:1.00rem}#stacks_in_p1238403_n1236832_page5 .top-bar-section .dropdown li a{padding:8px 30px}#stacks_in_p1238403_n1236832_page5 .top-bar-section .dropdown li.has-form{padding:8px 30px}#stacks_in_p1238403_n1236832_page5 .top-bar-section .dropdown label{padding:8px 30px 2px;font-size:80%}
    #stacks_in_1245577_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1245577_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1245577_page5.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1245577_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1245577_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1245577_page5.blu-wrap>.blueprint-col{ }#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1245577_page5.blu-wrap>.blueprint-col{ }
#stacks_in_1245577_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1245577_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1245577_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1245577_page5.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_1245578_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1245578_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1245578_page5.blu-wrap>.blueprint-col{}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1245578_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1245578_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1245578_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1245578_page5.blu-wrap>.blueprint-col{ }
#stacks_in_1245578_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1245578_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1245578_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1245578_page5.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_1245578_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 5.00% 0.00% }}    
#stacks_in_1245582_page5>.row{padding-top:2.00rem;padding-bottom:2.00rem}#stacks_in_1245582_page5>.row.collapse{padding-left:0;padding-right:0}#stacks_in_1245582_page5>.row.padding-detailed{padding:6.00% 0.00rem 6.00% 0.00rem}@media only screen and (max-width:40em){#stacks_in_1245582_page5>.row.padding-detailed.padding-medium-up,#stacks_in_1245582_page5>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1245582_page5>.row.padding-detailed.padding-y-medium-up,#stacks_in_1245582_page5>.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_1245582_page5>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1245582_page5>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
 
   

#stacks_in_1245584_page5 {
	margin:  5px;
	padding:  5px;
}
 .style-pro-stacks_in_1245577_page5::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_1245577_page5:not(.bg-vault):not(.bg-featured)::before{  background-image:linear-gradient(0deg,rgba(11, 10, 11, 1.00) 0%,rgba(26, 28, 31, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(11, 10, 11, 1.00)', endColorStr='rgba(26, 28, 31, 1.00)',GradientType=0)";    }   

    #stacks_in_1245662_page5>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_1245662_page5>.s-pro>.sections-layer{display:none}      #stacks_in_1245662_page5>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_1245662_page5>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%} #stacks_in_1245662_page5>.s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00%!important}@media screen and (min-width:640px){#stacks_in_1245662_page5>.s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00%!important}}  #stacks_in_1245662_page5>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}@media screen and (min-width:640px){#stacks_in_1245662_page5>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}}      

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

#stacks_in_1245687_page5 {
	padding: 40px 20px 0px 20px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .20);
	
	
	
}

.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: 20px;
	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);
}





/* Solid colour fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: rgba(254, 253, 255, 1.00);
}
















.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(73, 73, 73, 1.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: 'Lade Video...';
	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_1245688_page5 {
	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_1245688_page5 #topBoxTriggerstacks_in_1245688_page5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_1245688_page5 #topBoxTriggerContentstacks_in_1245688_page5 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_1245688_page5 #topBoxTriggerContentstacks_in_1245688_page5 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_1245688_page5 {
	display: none;
}








#stacks_in_1245688_page5 {
	padding: 0px 20px 10px 20px;
}

#stacks_in_1245691_page5 {
	padding: 20px 20px 20px 20px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .20);
	
	
	
}

.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: 20px;
	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);
}





/* Solid colour fill */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: rgba(254, 253, 255, 1.00);
}
















.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(73, 73, 73, 1.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: 'Lade Video...';
	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_1245695_page5 {
	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_1245695_page5 #topBoxTriggerstacks_in_1245695_page5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_1245695_page5 #topBoxTriggerContentstacks_in_1245695_page5 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_1245695_page5 #topBoxTriggerContentstacks_in_1245695_page5 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_1245695_page5 {
	display: none;
}








#stacks_in_1245695_page5 {
	padding: 0px 20px 10px 20px;
}

#stacks_in_1245698_page5 {
	padding: 20px 20px 20px 20px;
}
 .style-pro-stacks_in_1245662_page5::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_1245662_page5:not(.bg-vault):not(.bg-featured)::before{   background-image:linear-gradient(90deg,rgba(20, 21, 24, 1.00) 0%,rgba(20, 21, 24, 1.00) 0%,rgba(20, 21, 24, 1.00) 31%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(20, 21, 24, 1.00)', endColorStr='rgba(20, 21, 24, 1.00)',GradientType=0)";   }   

    #stacks_in_p1245600_n49_page5>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_p1245600_n49_page5>.s-pro>.sections-layer{display:none}      #stacks_in_p1245600_n49_page5>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_p1245600_n49_page5>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%} #stacks_in_p1245600_n49_page5>.s-pro:not(.vault-margin).top-margin-custom{margin-top:10.00%!important}@media screen and (min-width:640px){#stacks_in_p1245600_n49_page5>.s-pro:not(.vault-margin).top-margin-custom{margin-top:10.00%!important}}  #stacks_in_p1245600_n49_page5>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}@media screen and (min-width:640px){#stacks_in_p1245600_n49_page5>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}}      
    #stacks_in_p1245600_n50_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_p1245600_n50_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col{}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col{ }#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col{ }
#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_p1245600_n50_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_p1245600_n50_page5.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_p1245600_n50_page5.blu-wrap>.blueprint-col>.blucol-content{padding: 5.00% 0.00% 25.00% 0.00% }}  
    #stacks_in_p1245600_n51_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_p1245600_n51_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col{ width:60%;min-width:0px;max-width:9999px;}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col{ }
#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_p1245600_n51_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_p1245600_n51_page5.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_p1245600_n51_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 0.00% 10.00% 10.00% }}    
        @media only screen and (max-width:640px){#stacks_in_p1245600_n55_page5 h4,#stacks_in_p1245600_n55_page5 div{text-align:center!important}#stacks_out_p1245600_n55_page5{display:block!important}}   @media only screen and (min-width:0px){#stacks_in_p1245600_n55_page5 h4,#stacks_in_p1245600_n55_page5 div{letter-spacing:5.00px}} #stacks_in_p1245600_n55_page5 .header-pro.text-center .hTxt{margin-right:-5px}    #stacks_in_p1245600_n55_page5 h4,#stacks_in_p1245600_n55_page5 div{color:rgba(130, 211, 48, 1.00)}#stacks_in_p1245600_n55_page5 h4 a,#stacks_in_p1245600_n55_page5 div a{color:rgba(130, 211, 48, 1.00)}#stacks_in_p1245600_n55_page5 h4 a:hover,#stacks_in_p1245600_n55_page5 div a:hover{color:rgba(97, 158, 36, 1.00)}#stacks_in_p1245600_n55_page5 small,#stacks_in_p1245600_n55_page5 small div{color:rgba(111, 111, 111, 1.00)}    #stacks_in_p1245600_n55_page5 .h-pro{padding:0px} #stacks_in_p1245600_n55_page5 .h-pro{border-radius: 0px }#stacks_in_p1245600_n55_page5 .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_p1245600_n55_page5 .h-pro{display:inline-block;background:rgba(0, 0, 0, 0.00)}    #stacks_in_p1245600_n55_page5 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Montserrat",Sans-Serif;font-weight:400;font-style:normal}            
 @media only screen and (max-width:640.00px){#stacks_in_p1245600_n55_page5 h4{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:780.00px){#stacks_in_p1245600_n55_page5 h4{font-size:1.20rem!important}}@media only screen and (min-width:780.00px) and (max-width:1000.00px){#stacks_in_p1245600_n55_page5 h4{font-size:1.20rem!important}}@media only screen and (min-width:1000.00px){#stacks_in_p1245600_n55_page5 h4{font-size:1.20rem!important}}

#stacks_in_p1245600_n55_page5 {
	margin: 150px 0px 150px 0px;
}

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

#stacks_in_p1245600_n84_page5 {
	letter-spacing: 10px;
	text-transform: capitalize;
}
    #stacks_in_p1245600_n60_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_p1245600_n60_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col{ width:40%;min-width:0px;max-width:9999px;}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col{ }
#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_p1245600_n60_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_p1245600_n60_page5.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_p1245600_n60_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 10.00% }}    
    #stacks_in_p1245600_n61_page5.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_p1245600_n61_page5.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_p1245600_n61_page5.blu-wrap.sm-pull.med-pull{margin-top:-100.00px}}@media screen and (min-width:1000px){#stacks_in_p1245600_n61_page5.blu-wrap.sm-pull.lg-pull{margin-top:-100.00px!important}}#stacks_in_p1245600_n61_page5.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_p1245600_n61_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:9999px;}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col{ }
#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_p1245600_n61_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_p1245600_n61_page5.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_p1245600_n61_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0.00% 10.00% 0.00% 0.00% }}    

#stacks_out_p1245600_n111_page5 {
	width: 80%;
	margin-right:0;
}
#stacks_in_p1245600_n98_page5>.row{padding-top:3.00rem;padding-bottom:3.00rem}#stacks_in_p1245600_n98_page5>.row.collapse{padding-left:0;padding-right:0}#stacks_in_p1245600_n98_page5>.row.padding-detailed{padding:2.50% 0.00rem 2.00% 0.00rem}@media only screen and (max-width:40em){#stacks_in_p1245600_n98_page5>.row.padding-detailed.padding-medium-up,#stacks_in_p1245600_n98_page5>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_p1245600_n98_page5>.row.padding-detailed.padding-y-medium-up,#stacks_in_p1245600_n98_page5>.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_p1245600_n98_page5>.row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_p1245600_n98_page5>.row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
 

#stacks_out_p1245600_n98_page5 {
	width: 58%;
}

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

#stacks_in_p1245600_n99_page5 {
	border: solid rgba(175, 124, 24, 0.25);
	border-width: 0px 0px 1px 0px;
	padding: 10px 0px 10px 5px;
}
#stacks_in_p1245600_n100_page5 .background{}#stacks_in_p1245600_n100_page5 .fa-stack,#stacks_in_p1245600_n100_page5 i.fa{color:rgba(164, 164, 164, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_p1245600_n100_page5 .fa-stack.custom,#stacks_in_p1245600_n100_page5 i.fa.custom{font-size:24px}#stacks_in_p1245600_n100_page5 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_p1245600_n100_page5 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_p1245600_n100_page5 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_p1245600_n100_page5 a:hover i.fa{color:rgba(147, 147, 147, 1.00)}#stacks_in_p1245600_n100_page5 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_p1245600_n100_page5 a:hover .fa-border{}#stacks_in_p1245600_n100_page5 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245600_n100_page5 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245600_n100_page5 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n100_page5 .jw-wrapper{}#stacks_in_p1245600_n100_page5 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245600_n100_page5 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245600_n100_page5 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n100_page5 .jw-wrapper.match{color:rgba(164, 164, 164, 1.00)}#stacks_in_p1245600_n100_page5 .jw-wrapper.match a{color:rgba(164, 164, 164, 1.00)}#stacks_in_p1245600_n100_page5 .jw-wrapper.match a:hover{color:rgba(147, 147, 147, 1.00)}#stacks_in_p1245600_n100_page5 .jw-wrapper.hover i.fa:hover,#stacks_in_p1245600_n100_page5 .jw-wrapper.hover a:hover{color:rgba(32, 99, 171, 1.00)}

#stacks_in_p1245600_n100_page5 {
	padding: 10px 10px 10px 0px;
}
#stacks_in_p1245600_n102_page5 .background{}#stacks_in_p1245600_n102_page5 .fa-stack,#stacks_in_p1245600_n102_page5 i.fa{color:rgba(204, 204, 204, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_p1245600_n102_page5 .fa-stack.custom,#stacks_in_p1245600_n102_page5 i.fa.custom{font-size:24px}#stacks_in_p1245600_n102_page5 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_p1245600_n102_page5 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_p1245600_n102_page5 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_p1245600_n102_page5 a:hover i.fa{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245600_n102_page5 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_p1245600_n102_page5 a:hover .fa-border{}#stacks_in_p1245600_n102_page5 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245600_n102_page5 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245600_n102_page5 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n102_page5 .jw-wrapper{}#stacks_in_p1245600_n102_page5 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245600_n102_page5 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245600_n102_page5 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n102_page5 .jw-wrapper.match{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n102_page5 .jw-wrapper.match a{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n102_page5 .jw-wrapper.match a:hover{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245600_n102_page5 .jw-wrapper.hover i.fa:hover,#stacks_in_p1245600_n102_page5 .jw-wrapper.hover a:hover{color:rgba(215, 25, 15, 1.00)}

#stacks_in_p1245600_n102_page5 {
	padding:  10px;
}
#stacks_in_p1245600_n104_page5 .background{}#stacks_in_p1245600_n104_page5 .fa-stack,#stacks_in_p1245600_n104_page5 i.fa{color:rgba(204, 204, 204, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_p1245600_n104_page5 .fa-stack.custom,#stacks_in_p1245600_n104_page5 i.fa.custom{font-size:24px}#stacks_in_p1245600_n104_page5 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_p1245600_n104_page5 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_p1245600_n104_page5 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_p1245600_n104_page5 a:hover i.fa{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245600_n104_page5 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_p1245600_n104_page5 a:hover .fa-border{}#stacks_in_p1245600_n104_page5 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245600_n104_page5 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245600_n104_page5 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(53, 53, 53, 1.00)}#stacks_in_p1245600_n104_page5 .jw-wrapper{}#stacks_in_p1245600_n104_page5 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_p1245600_n104_page5 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_p1245600_n104_page5 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(53, 53, 53, 1.00)}#stacks_in_p1245600_n104_page5 .jw-wrapper.match{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n104_page5 .jw-wrapper.match a{color:rgba(204, 204, 204, 1.00)}#stacks_in_p1245600_n104_page5 .jw-wrapper.match a:hover{color:rgba(183, 183, 183, 1.00)}#stacks_in_p1245600_n104_page5 .jw-wrapper.hover i.fa:hover,#stacks_in_p1245600_n104_page5 .jw-wrapper.hover a:hover{color:rgba(215, 25, 15, 1.00)}

#stacks_in_p1245600_n104_page5 {
	padding:  10px;
}
   #stacks_in_p1245600_n245_page5 p,#stacks_in_p1245600_n245_page5 div,#stacks_in_p1245600_n245_page5 ul,#stacks_in_p1245600_n245_page5 ol,#stacks_in_p1245600_n245_page5 dl{color:rgba(253, 255, 255, 1.00)}#stacks_in_p1245600_n245_page5 a{color:rgba(224, 173, 28, 1.00)}#stacks_in_p1245600_n245_page5 a:hover{color:rgba(253, 255, 255, 1.00)} 

#stacks_in_p1245600_n245_page5 {
	padding: 5px 0px 25px 0px;
}
 .style-pro-stacks_in_p1245600_n50_page5::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_p1245600_n50_page5:not(.bg-vault):not(.bg-featured)::before{   background-image:linear-gradient(120deg,rgba(10, 12, 16, 0.00) 60%,rgba(155, 187, 232, 1.00) 60%,rgba(10, 12, 16, 1.00) 60%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(10, 12, 16, 0.00)', endColorStr='rgba(10, 12, 16, 1.00)',GradientType=0)";   } .style-pro-stacks_in_p1245600_n50_page5:not(.bg-vault):not(.bg-featured)::before{background-attachment:fixed;width:100%}   

 .ovl-style-pro-stacks_in_p1245600_n50_page5::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .ovl-style-pro-stacks_in_p1245600_n50_page5:not(.o-bg-vault)::after{   background-image:linear-gradient(20deg,rgba(10, 12, 16, 1.00) 32%,rgba(155, 187, 232, 0.00) 32%,rgba(255, 255, 255, 0.00) 32%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(10, 12, 16, 1.00)', endColorStr='rgba(255, 255, 255, 0.00)',GradientType=0)";   } .ovl-style-pro-stacks_in_p1245600_n50_page5:not(.o-bg-vault)::after{background-attachment:fixed;width:100%}   

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

    #stacks_in_1245877_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1245877_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1245877_page5.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1245877_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1245877_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1245877_page5.blu-wrap>.blueprint-col{ }#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1245877_page5.blu-wrap>.blueprint-col{ }
#stacks_in_1245877_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1245877_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1245877_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1245877_page5.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_1245878_page5.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1245878_page5.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1245878_page5.blu-wrap>.blueprint-col{}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1245878_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1245878_page5.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1245878_page5.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1245878_page5.blu-wrap>.blueprint-col{ }
#stacks_in_1245878_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1245878_page5.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1245878_page5.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1245878_page5.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_1245878_page5.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 5.00% 0.00% }}    
 .style-pro-stacks_in_1245877_page5::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}     .style-pro-stacks_in_1245877_page5:not(.bg-vault):not(.bg-featured)::before{  background-image:linear-gradient(0deg,rgba(11, 10, 11, 1.00) 0%,rgba(26, 28, 31, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(11, 10, 11, 1.00)', endColorStr='rgba(26, 28, 31, 1.00)',GradientType=0)";    }   


#stacks_in_1237491_page5 {
	border: solid rgba(31, 32, 32, 1.00);
	border-width: 1px 0px 0px 0px;
}
    #stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner>.inner-content>.content-wrapper>.content{margin:0;padding:0}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner>.inner-content>.content-wrapper>.content.preload-content{opacity:0}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::before,#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::after{box-sizing:border-box!important}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::before{z-index:-1}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::after{z-index:0}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner>.inner-content{position:relative;z-index:1}#stacks_in_p1237491_n1237522_page5{ z-index:1; overflow:visible}#stacks_in_p1237491_n1237522_page5>.s-pro>.sections-layer{display:none}      #stacks_in_p1237491_n1237522_page5>.s-pro.top-margin-prop{margin-top:0.00%!important}#stacks_in_p1237491_n1237522_page5>.s-pro.top-margin-rem{margin-top:0.00rem!important}#stacks_in_p1237491_n1237522_page5>.s-pro.bot-margin-prop{margin-bottom:0.00%!important}#stacks_in_p1237491_n1237522_page5>.s-pro.bot-margin-rem{margin-bottom:0.00rem!important}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       #stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::before{ border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);  box-shadow: none ;}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::before,#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::after{ border-radius: 0px ;}#stacks_in_p1237491_n1237522_page5>.s-pro>.sections-layer{ border-radius: 0px ;}    #stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::before,#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::after{position:absolute;top:0;height:100%;left:0;width:100%;content:""}#stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner.bg-color::before{background-color:rgba(0, 0, 0, 0.79)}      #stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner::after{display:none!important}  #stacks_in_p1237491_n1237522_page5>.s-pro>.shear-wrapper>.shear-inner.o-bg-color::after{background-color:rgba(0, 0, 0, 0.30)}   

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

#stacks_out_p1237491_n1243480_page5 {
	width: 70%;
}
 #stacks_in_p1237491_n1243473_page5 .copyright{color:rgba(207, 179, 88, 1.00);font-size:0.90rem}#stacks_in_p1237491_n1243473_page5 .copyright a{color:rgba(207, 179, 88, 1.00)}#stacks_in_p1237491_n1243473_page5 .copyright a:hover{color:rgba(253, 255, 255, 1.00)}  @media only screen and (max-width:40em){#stacks_in_p1237491_n1243473_page5 p{text-align:center!important}} #stacks_in_p1237491_n1243473_page5 .copyright{margin-bottom:0}

#stacks_in_p1237491_n1243473_page5 {
	padding: 20px 0px 5px 0px;
}

#stacks_in_p1237491_n1243469_page5 {
	padding: 20px 0px 5px 0px;
}
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:0;text-indent:-9999px;background:url(../files/elevator-images/top.png) no-repeat left top;z-index:9988} #toTop:hover{background:url(../files/elevator-images/top.png) no-repeat left -51px} #toTop:active,#toTop:focus{outline:0}
