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

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


.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
/* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


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

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

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

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

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

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

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

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

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

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

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
html{-ms-overflow-style:-ms-autohiding-scrollbar}.horizon-overflow{overflow-x:auto;overflow-y:hidden !important;-webkit-overflow-scrolling:touch}.horizon,.horizon > .gallery,.horizon > .total-blog-list,.horizon .clearing-assembled:not(.clearing-blackout) ul{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.horizon.hide-scrollbar::-webkit-scrollbar,.horizon > .gallery.hide-scrollbar::-webkit-scrollbar,.horizon > .total-blog-list.hide-scrollbar::-webkit-scrollbar,.horizon .clearing-assembled:not(.clearing-blackout) ul.hide-scrollbar::-webkit-scrollbar{display:none !important}.horizon > .totalcms-item,.horizon > .total-blog-list > .post,.horizon > .horizon-card,.horizon > .gallery > .cell,.horizon .clearing-assembled:not(.clearing-blackout) ul > li{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.horizon .clearing-assembled:not(.clearing-blackout) ul > li{float:none !important}@-webkit-keyframes scroll-hint-appear{0%{-webkit-transform:translateX(40px);transform:translateX(40px);opacity:0}10%{opacity:1}50%,100%{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity:0}}@keyframes scroll-hint-appear{0%{-webkit-transform:translateX(40px);transform:translateX(40px);opacity:0}10%{opacity:1}50%,100%{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity:0}}.scroll-hint.is-right-scrollable{background:linear-gradient(270deg,rgba(0,0,0,0.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint.is-right-scrollable.is-left-scrollable{background:linear-gradient(90deg,rgba(0,0,0,0.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0)),linear-gradient(270deg,rgba(0,0,0,0.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint.is-left-scrollable{background:linear-gradient(90deg,rgba(0,0,0,0.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint-icon{position:absolute;top:calc(50% - 25px);left:calc(50% - 60px);-webkit-box-sizing:border-box;box-sizing:border-box;width:120px;height:80px;border-radius:5px;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:0;background:rgba(0,0,0,0.7);text-align:center;padding:20px 10px 10px 10px}.scroll-hint-icon-wrap{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100%;pointer-events:none;z-index:10}.scroll-hint-text{font-size:10px;color:#FFF;margin-top:5px}.scroll-hint-icon-wrap.is-active .scroll-hint-icon{opacity:.8}.scroll-hint-icon:before{display:inline-block;width:40px;height:40px;color:#FFF;vertical-align:middle;text-align:center;content:"";background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=")}.scroll-hint-icon:after{content:"";width:34px;height:14px;display:block;position:absolute;top:10px;left:50%;margin-left:-20px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==");opacity:0;-webkit-transition-delay:2.4s;transition-delay:2.4s}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{opacity:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{-webkit-animation:scroll-hint-appear 1.2s linear;animation:scroll-hint-appear 1.2s linear;-webkit-animation-iteration-count:2;animation-iteration-count:2}.scroll-hint-icon-white{background-color:#FFF;-webkit-box-shadow:0 4px 5px rgba(0,0,0,0.4);box-shadow:0 4px 5px rgba(0,0,0,0.4)}.scroll-hint-icon-white:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=")}.scroll-hint-icon-white:after{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==")}.scroll-hint-icon-white .scroll-hint-text{color:#000}


.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}

.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}

  .theme-version{display:block}.theme-version.number-110,#stacks_in_1259_1{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(102, 102, 102, 1.00);background:rgba(255, 255, 255, 1.00);}::selection{color:rgba(102, 102, 102, 1.00);background:rgba(255, 255, 255, 1.00);}::-moz-selection{color:rgba(102, 102, 102, 1.00);background:rgba(255, 255, 255, 1.00);}body,.font-family-text{font-family:"Jura",sans-serif;font-weight:400;}h1,.font-family-h1{font-family:"Josefin Sans",sans-serif;font-style:normal;font-weight:700;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Jura",sans-serif;font-style:normal;font-weight:700;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-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:0px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:0px;border-top-left-radius:0px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1150px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:0px}img.round{border-radius:1000px}.row{max-width:1150px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(102, 102, 102, 1.00)}a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(255, 255, 255, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(230, 230, 230, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(76, 76, 76, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(153, 153, 153, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(98, 98, 98, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(198, 198, 198, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(132, 132, 132, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.00rem}h6{font-size:0.80rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(179, 179, 179, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(179, 179, 179, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(255, 255, 255, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(255, 255, 255, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(204, 204, 204, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(127, 127, 127, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(255, 255, 255, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(204, 204, 204, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(15, 121, 172, 1.00)}blockquote,blockquote p{color:rgba(132, 132, 132, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(122, 122, 122, 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:1150px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(102, 102, 102, 1.00);background-color:rgba(242, 242, 242, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(76, 76, 76, 1.00);background-color:rgba(193, 193, 193, 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:0px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(255, 255, 255, 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(102, 102, 102, 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(102, 102, 102, 1.00),0 7px 0 1px rgba(102, 102, 102, 1.00),0 14px 0 1px rgba(102, 102, 102, 1.00);box-shadow:0 0 0 1px rgba(102, 102, 102, 1.00),0 7px 0 1px rgba(102, 102, 102, 1.00),0 14px 0 1px rgba(102, 102, 102, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(204, 204, 204, 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(76, 76, 76, 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(76, 76, 76, 1.00),0 7px 0 1px rgba(76, 76, 76, 1.00),0 14px 0 1px rgba(76, 76, 76, 1.00);box-shadow:0 0 0 1px rgba(76, 76, 76, 1.00),0 7px 0 1px rgba(76, 76, 76, 1.00),0 14px 0 1px rgba(76, 76, 76, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(127, 127, 127, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(127, 127, 127, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(255, 255, 255, 1.00);color:rgba(204, 204, 204, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(255, 255, 255, 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(204, 204, 204, 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(204, 204, 204, 1.00),0 7px 0 1px rgba(204, 204, 204, 1.00),0 14px 0 1px rgba(204, 204, 204, 1.00);box-shadow:0 0 0 1px rgba(204, 204, 204, 1.00),0 7px 0 1px rgba(204, 204, 204, 1.00),0 14px 0 1px rgba(204, 204, 204, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(204, 204, 204, 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(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{-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(15, 121, 172, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(15, 121, 172, 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(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00);border-color:rgba(242, 242, 242, 1.00)}.alert-box a:not(.close){color:rgba(102, 102, 102, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(193, 193, 193, 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(160, 211, 232, 1.00);color:rgba(114, 114, 114, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:0px}.breadcrumbs{background-color:rgba(204, 204, 204, 1.00);border-color:rgba(193, 193, 193, 1.00);color:rgba(76, 76, 76, 1.00)}.breadcrumbs .current a{color:rgba(76, 76, 76, 1.00)}.breadcrumbs.radius{border-radius:0px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(76, 76, 76, 1.00)}.breadcrumbs li:before{color:rgba(114, 114, 114, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.button:hover{color:rgba(102, 102, 102, 1.00);background-color:rgba(242, 242, 242, 1.00)}.button.secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.button.secondary:hover{color:rgba(76, 76, 76, 1.00);background-color:rgba(193, 193, 193, 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:0px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(255, 255, 255, 1.00);color:rgba(255, 255, 255, 1.00)}.button.ghost:hover{color:rgba(102, 102, 102, 1.00);border-color:rgba(242, 242, 242, 1.00);background-color:rgba(242, 242, 242, 1.00)}.button.ghost.secondary{border-color:rgba(204, 204, 204, 1.00);color:rgba(204, 204, 204, 1.00)}.button.ghost.secondary:hover{color:rgba(76, 76, 76, 1.00);border-color:rgba(193, 193, 193, 1.00);background-color:rgba(193, 193, 193, 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(102, 102, 102, 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(102, 102, 102, 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:0px;border-bottom-right-radius:0px}.split.button span::after{border-top-color:rgba(102, 102, 102, 1.00)}.split.button.secondary span::after{border-top-color:rgba(76, 76, 76, 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:0px;border-top-left-radius:0px}.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:0px;border-bottom-right-radius:0px}.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(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(102, 102, 102, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(102, 102, 102, 1.00)}.icon-bar > .item:hover{color:rgba(102, 102, 102, 1.00);background-color:rgba(242, 242, 242, 1.00)}.icon-bar.secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.icon-bar.secondary > .item{color:rgba(76, 76, 76, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(76, 76, 76, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(193, 193, 193, 1.00);color:rgba(76, 76, 76, 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(102, 102, 102, 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(102, 102, 102, 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(255, 255, 255, 1.00)}form fieldset{border-color:rgba(179, 179, 179, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(122, 122, 122, 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:0px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:0px;border-top-left-radius:0px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:0px;border-bottom-right-radius:0px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:0px;border-top-left-radius:0px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:0px;border-bottom-right-radius:0px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(102, 102, 102, 1.00);border-color:rgba(72, 72, 72, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(255, 255, 255, 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(242, 242, 242, 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(72, 72, 72, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(76, 76, 76, 1.00);border-color:rgba(46, 46, 46, 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(204, 204, 204, 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(193, 193, 193, 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(46, 46, 46, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(102, 102, 102, 1.00)}fieldset.switch input:checked + label{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(76, 76, 76, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(204, 204, 204, 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(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 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:0px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(204, 204, 204, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(242, 242, 242, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:0px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(242, 242, 242, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(193, 193, 193, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(193, 193, 193, 1.00)}.tabs li.tab-title > a{background-color:rgba(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(242, 242, 242, 1.00)}.tabs li.tab-title.active > a{color:rgba(102, 102, 102, 1.00);background-color:rgba(242, 242, 242, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(193, 193, 193, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(76, 76, 76, 1.00);background-color:rgba(193, 193, 193, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(127, 127, 127, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(120, 120, 120, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(120, 120, 120, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(255, 255, 255, 1.00);color:rgba(204, 204, 204, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(204, 204, 204, 1.00);background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(193, 193, 193, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(193, 193, 193, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(15, 121, 172, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(14, 114, 163, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(14, 114, 163, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:0px;border-top-left-radius:0px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:0px;border-bottom-right-radius:0px}.th.radius{border-radius:0px}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(127, 127, 127, 1.00);box-shadow:0 0 6px 1px rgba(127, 127, 127, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:0px}.tooltip{border-radius:0px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(214, 214, 214, 1.00);border-color:rgba(193, 193, 193, 1.00)}.panel.radius{border-radius:0px}.panel p{color:rgba(102, 102, 102, 1.00)}.panel p a{color:rgba(0, 140, 186, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(255, 255, 255, 1.00)}.panel p.alt a:hover{color:rgba(230, 230, 230, 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(76, 76, 76, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(153, 153, 153, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(98, 98, 98, 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(198, 198, 198, 1.00)}.pricing-table.primary .title{background-color:rgba(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.pricing-table.primary .price{color:rgba(102, 102, 102, 1.00)}.pricing-table.primary .description{color:rgba(102, 102, 102, 1.00)}.pricing-table.primary .bullet-item{color:rgba(102, 102, 102, 1.00)}.pricing-table.secondary .title{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.pricing-table.secondary .price{color:rgba(102, 102, 102, 1.00)}.pricing-table.secondary .description{color:rgba(102, 102, 102, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(102, 102, 102, 1.00)}.pricing-table.radius{border-radius:0px}.pricing-table.radius .title{border-top-right-radius:0px;border-top-left-radius:0px}.pricing-table.radius .cta-button{border-bottom-right-radius:0px;border-bottom-left-radius:0px}.side-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(196, 196, 196, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav header{color:rgba(102, 102, 102, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(122, 122, 122, 1.00)}.side-nav li.divider{border-top-color:rgba(179, 179, 179, 1.00)}.side-nav.alt li a:not(.button){color:rgba(255, 255, 255, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(196, 196, 196, 1.00);color:rgba(230, 230, 230, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(216, 216, 216, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(179, 179, 179, 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(255, 255, 255, 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(242, 242, 242, 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(102, 102, 102, 1.00);background-color:rgba(255, 255, 255, 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(242, 242, 242, 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(76, 76, 76, 1.00);background-color:rgba(204, 204, 204, 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(193, 193, 193, 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(204, 204, 204, 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(193, 193, 193, 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(76, 76, 76, 1.00);background-color:rgba(204, 204, 204, 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(193, 193, 193, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:0px}.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(0, 140, 186, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(255, 255, 255, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(102, 102, 102, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 140, 186, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 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(76, 76, 76, 1.00)}.fn-text-link a{color:rgba(0, 140, 186, 1.00)}.fn-text-link a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text{color:rgba(102, 102, 102, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(102, 102, 102, 1.00)}.fn-text-accent{color:rgba(179, 179, 179, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(153, 153, 153, 1.00)}.fn-text-link-alt a{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a:hover{color:rgba(230, 230, 230, 1.00)}.fn-text-accent-alt{color:rgba(179, 179, 179, 1.00)}.fn-text-primary{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text{color:rgba(102, 102, 102, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(102, 102, 102, 1.00)}.fn-text-secondary{color:rgba(204, 204, 204, 1.00)}.fn-text-secondary-text{color:rgba(76, 76, 76, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(76, 76, 76, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(153, 153, 153, 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(153, 153, 153, 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(198, 198, 198, 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(153, 153, 153, 1.00)}.fn-text-text-alt a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a:hover{color:rgba(230, 230, 230, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(127, 127, 127, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(127, 127, 127, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(127, 127, 127, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(120, 120, 120, 1.00)}.fn-text-sw3c1{color:rgba(255, 255, 255, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(255, 255, 255, 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(204, 204, 204, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(193, 193, 193, 1.00)}.fn-text-sw3c2{color:rgba(204, 204, 204, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(204, 204, 204, 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(255, 255, 255, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw4c1{color:rgba(204, 204, 204, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(204, 204, 204, 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(204, 204, 204, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(193, 193, 193, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(15, 121, 172, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(15, 121, 172, 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(15, 121, 172, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(14, 114, 163, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(127, 127, 127, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(127, 127, 127, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(127, 127, 127, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(120, 120, 120, 1.00)}.panel .fn-text-sw3c1{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(255, 255, 255, 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(204, 204, 204, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(193, 193, 193, 1.00)}.panel .fn-text-sw3c2{color:rgba(204, 204, 204, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(204, 204, 204, 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(255, 255, 255, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw4c1{color:rgba(204, 204, 204, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(204, 204, 204, 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(204, 204, 204, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(193, 193, 193, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(15, 121, 172, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(15, 121, 172, 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(15, 121, 172, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(14, 114, 163, 1.00)}.fn-bg-header{background-color:rgba(76, 76, 76, 1.00)}.fn-bg-text{background-color:rgba(102, 102, 102, 1.00)}.fn-bg-link{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent{background-color:rgba(179, 179, 179, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(153, 153, 153, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(230, 230, 230, 1.00)}.fn-bg-accent-alt{background-color:rgba(179, 179, 179, 1.00)}.fn-bg-primary{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-primary-text{background-color:rgba(102, 102, 102, 1.00)}.fn-bg-secondary{background-color:rgba(204, 204, 204, 1.00)}.fn-bg-secondary-text{background-color:rgba(76, 76, 76, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(127, 127, 127, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-sw3c2{background-color:rgba(204, 204, 204, 1.00)}.fn-bg-sw4c1{background-color:rgba(204, 204, 204, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(15, 121, 172, 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(255, 255, 255, 1.00);color:rgba(102, 102, 102, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(102, 102, 102, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-secondary{background-color:rgba(204, 204, 204, 1.00);color:rgba(76, 76, 76, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(76, 76, 76, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(193, 193, 193, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(127, 127, 127, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(127, 127, 127, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(120, 120, 120, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(127, 127, 127, 1.00);color:rgba(127, 127, 127, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(120, 120, 120, 1.00);background-color:rgba(120, 120, 120, 1.00)}.fn-scheme-swatch3{background-color:rgba(255, 255, 255, 1.00);color:rgba(204, 204, 204, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(204, 204, 204, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(204, 204, 204, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(255, 255, 255, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(204, 204, 204, 1.00);border-color:rgba(242, 242, 242, 1.00);background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch4{background-color:rgba(204, 204, 204, 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(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 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(204, 204, 204, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(193, 193, 193, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(204, 204, 204, 1.00);color:rgba(204, 204, 204, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(193, 193, 193, 1.00);background-color:rgba(193, 193, 193, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(15, 121, 172, 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(15, 121, 172, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(14, 114, 163, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(15, 121, 172, 1.00);color:rgba(15, 121, 172, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(14, 114, 163, 1.00);background-color:rgba(14, 114, 163, 1.00)}

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
body.sideMenuOpen {
  overflow: hidden !important; }

#sideMenuToggleContainer_stacks_in_1941_9 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  /*  */
  text-align: left;
  /*  */ }

#sideMenuToggle_stacks_in_1941_9 {
  text-align: center;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  display: inline-block;
  z-index: 9999999999999;
  box-sizing: border-box;
  pointer-events: all;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  /*  */
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Ubuntu";
  /*  */
  /*  */
  /*  */ }
  #sideMenuToggle_stacks_in_1941_9 span, #sideMenuToggle_stacks_in_1941_9 i {
    vertical-align: middle; }
  #sideMenuToggle_stacks_in_1941_9 span {
    font-size: 2px; }
  #sideMenuToggle_stacks_in_1941_9 i {
    font-size: 30px; }

#sideMenuContainer_stacks_in_1941_9:before, #sideMenuContainer_stacks_in_1941_9:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 1;
  display: block;
  position: absolute; }

#sideMenuContainer_stacks_in_1941_9:before {
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_1941_9:after {
  /*  */ }

#sideMenu_stacks_in_1941_9 {
  opacity: 1;
  padding: 10px 15px 10px 15px;
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Open Sans";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 .close-icon {
  opacity: 0;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-bottom: 2px;
  box-sizing: border-box;
  z-index: 9999999999999999999999;
  /*  */
  text-align: right;
  /*  */ }
  #sideMenu_stacks_in_1941_9 .close-icon i {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    box-sizing: content-box;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    /*  */
    width: 35px;
    height: 35px;
    padding: 10px;
    margin: 5px 0;
    font-size: 35px;
    line-height: 35px;
    color: #FFFFFF;
    /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu,
#sideMenu_stacks_in_1941_9 #cssmenu ul,
#sideMenu_stacks_in_1941_9 #cssmenu ul li,
#sideMenu_stacks_in_1941_9 #cssmenu ul li a {
  margin: 0;
  bottom: 0;
  padding: 0;
  display: block;
  line-height: 1;
  list-style: none;
  position: relative;
  box-sizing: border-box; }

#sideMenu_stacks_in_1941_9 #cssmenu {
  width: 100%;
  font-family: inherit; }

#sideMenu_stacks_in_1941_9 #cssmenu ul > li a small {
  display: block;
  margin-top: 7px;
  font-size: 2px;
  color: rgba(255, 255, 255, 0.60); }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul li a small {
  display: block;
  margin-top: 7px;
  font-size: 2px;
  /*  */
  color: rgba(0, 0, 0, 0.60);
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu ul > li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 2px; }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 2px; }

#sideMenuContainer_stacks_in_1941_9 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons {
  top: 0;
  z-index: 5;
  height: 100%;
  display: block;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  /*  */
  right: 0;
  width: 42px;
  /*  */ }
  #sideMenuContainer_stacks_in_1941_9 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-open-icon, #sideMenuContainer_stacks_in_1941_9 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-close-icon {
    top: 50%;
    left: 50%;
    display: block;
    color: inherit;
    position: absolute;
    font-size: 20px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  #sideMenuContainer_stacks_in_1941_9 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-open-icon {
    opacity: 1;
    visibility: visible; }
  #sideMenuContainer_stacks_in_1941_9 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-close-icon {
    opacity: 0;
    visibility: hidden; }

#sideMenuContainer_stacks_in_1941_9.open #cssmenu ul > li.has-sub.open > a i.dropdown-open-icon, #sideMenuContainer_stacks_in_1941_9.open #cssmenu ul > li.has-sub.open > a i.dropdown-close-icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /*  */
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  /*  */ }

#sideMenuContainer_stacks_in_1941_9.open #cssmenu ul > li.has-sub.open > a i.dropdown-open-icon {
  opacity: 0;
  visibility: hidden; }

#sideMenuContainer_stacks_in_1941_9.open #cssmenu ul > li.has-sub.open > a i.dropdown-close-icon {
  opacity: 1;
  visibility: visible; }

#sideMenuContainer_stacks_in_1941_9.open #cssmenu ul > li.has-sub > a i.dropdown-open-icon {
  opacity: 1;
  visibility: visible; }

#sideMenuContainer_stacks_in_1941_9.open #cssmenu ul > li.has-sub > a i.dropdown-close-icon {
  opacity: 0;
  visibility: hidden; }

/*  */
#sideMenu_stacks_in_1941_9 #cssmenu ul > li.has-sub > a {
  /*  */
  padding: 16px 44px 16px 22px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu > ul > li > a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 16px 22px 16px 22px;
  font-size: 2px;
  border-radius: 3px;
  margin-bottom: 10px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */ }
  #sideMenu_stacks_in_1941_9 #cssmenu > ul > li > a:first-child {
    margin-top: 0; }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul li a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  font-size: 2px;
  border-radius: 3px;
  margin-bottom: 10px;
  /*  */
  color: #000000;
  padding: 16px 22px 16px 22px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }

/*  */
#sideMenu_stacks_in_1941_9 #cssmenu ul ul li a {
  /*  */
  margin-left: 15px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul ul li a {
  /*  */
  margin-left: 30px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul ul ul li a {
  /*  */
  margin-left: 45px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul ul ul ul li a {
  /*  */
  margin-left: 60px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul ul ul ul li a {
  /*  */
  margin-left: 75px;
  /*  */
  /*  */
  /*  */ }

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    margin-left: -500px; }
  100% {
    margin-left: 0px; } }
@keyframes elegantOpen {
  0% {
    margin-left: -500px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes elegantClose {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -500px; } }

@keyframes elegantClose {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -500px; } }

/*  */
#sideMenuToggleContainer_stacks_in_1941_9 {
  /*  */
  /*  */
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 999999999;
  /*  */
  /*  */
  /*  */
  text-align: left;
  /*  */
  /*  */
  top: 0;
  /*  */
  padding: 10px 10px 10px 10px; }

#sideMenuToggle_stacks_in_1941_9:hover {
  cursor: pointer;
  color: #FFFFFF;
  /*  */
  background: #000000;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 .close-icon i:hover {
  /*  */
  /*  */
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_1941_9 {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 99999999999999999;
  left: -100%;
  transition: all 0.2s ease-in; }

/*  */
/*  */
@media only screen and (max-width: 440px) {
  #sideMenuContainer_stacks_in_1941_9 {
    max-width: 85%; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #sideMenuContainer_stacks_in_1941_9 {
    max-width: 40%; } }

@media only screen and (min-width: 771px) {
  #sideMenuContainer_stacks_in_1941_9 {
    max-width: 35%; } }

/*  */
#sideMenuContainer_stacks_in_1941_9:before, #sideMenuContainer_stacks_in_1941_9:after {
  content: '';
  z-index: -1;
  width: 100%;
  height: 120%;
  transition: opacity 0.1s ease-in; }

#sideMenuContainer_stacks_in_1941_9.open {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out; }
  #sideMenuContainer_stacks_in_1941_9.open:before {
    visibility: visible;
    opacity: 0.90;
    transition: opacity 0.1s ease; }
  #sideMenuContainer_stacks_in_1941_9.open .close-icon {
    opacity: 1;
    transition-delay: 0.4s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
    transition: all 0.3s ease; }

#sideMenu_stacks_in_1941_9 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  visibility: visible;
  box-sizing: border-box; }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul {
  display: none; }

#sideMenu_stacks_in_1941_9 #cssmenu > ul > li.active > ul {
  display: block; }

#sideMenuContainer_stacks_in_1941_9 #cssmenu > ul > li {
  left: -100%;
  opacity: 0;
  transition: left 0.3s ease; }

#sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li {
  left: 0%;
  opacity: 1;
  transition: all 0.3s ease; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(1) {
    transition-delay: 0.2s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(2) {
    transition-delay: 0.3s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(3) {
    transition-delay: 0.4s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(4) {
    transition-delay: 0.5s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(5) {
    transition-delay: 0.6s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(6) {
    transition-delay: 0.7s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(7) {
    transition-delay: 0.8s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(8) {
    transition-delay: 0.9s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(9) {
    transition-delay: 1s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(10) {
    transition-delay: 1.1s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(11) {
    transition-delay: 1.2s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(12) {
    transition-delay: 1.3s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(13) {
    transition-delay: 1.4s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(14) {
    transition-delay: 1.5s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(15) {
    transition-delay: 1.6s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(16) {
    transition-delay: 1.7s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(17) {
    transition-delay: 1.8s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(18) {
    transition-delay: 1.9s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(19) {
    transition-delay: 2s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(20) {
    transition-delay: 2.1s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(21) {
    transition-delay: 2.2s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(22) {
    transition-delay: 2.3s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(23) {
    transition-delay: 2.4s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(24) {
    transition-delay: 2.5s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(25) {
    transition-delay: 2.6s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(26) {
    transition-delay: 2.7s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(27) {
    transition-delay: 2.8s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(28) {
    transition-delay: 2.9s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(29) {
    transition-delay: 3s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(30) {
    transition-delay: 3.1s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(31) {
    transition-delay: 3.2s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(32) {
    transition-delay: 3.3s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(33) {
    transition-delay: 3.4s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(34) {
    transition-delay: 3.5s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(35) {
    transition-delay: 3.6s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(36) {
    transition-delay: 3.7s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(37) {
    transition-delay: 3.8s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(38) {
    transition-delay: 3.9s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(39) {
    transition-delay: 4s; }
  #sideMenuContainer_stacks_in_1941_9.open #cssmenu > ul > li:nth-child(40) {
    transition-delay: 4.1s; }

#sideMenu_stacks_in_1941_9 #cssmenu ul > li a:hover small {
  font-size: 2px;
  color: rgba(0, 0, 0, 0.50); }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul li a:hover small {
  font-size: 2px;
  /*  */
  color: rgba(0, 0, 0, 0.50);
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu > ul > li > a:hover {
  color: #000000;
  /*  */
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */ }

#sideMenu_stacks_in_1941_9 #cssmenu ul ul li a:hover {
  /*  */
  color: #000000;
  /*  */
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */ }

@media only screen and (max-width: 440px) {
  #sideMenuContainer_stacks_in_1941_9.hide-m, #sideMenuToggleContainer_stacks_in_1941_9.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #sideMenuContainer_stacks_in_1941_9.hide-t, #sideMenuToggleContainer_stacks_in_1941_9.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #sideMenuContainer_stacks_in_1941_9.hide-d, #sideMenuToggleContainer_stacks_in_1941_9.hide-d {
    display: none; } }

/*  */
/*  */
@media only screen and (min-width:0px){#stacks_in_1941_183 h5,#stacks_in_1941_183 div{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_1941_183 h5,#stacks_in_1941_183 div{letter-spacing:0.17rem}}#stacks_in_1941_183 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_1941_183 h5,#stacks_in_1941_183 div{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_183 h5 a,#stacks_in_1941_183 div a{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_183 h5 a:hover,#stacks_in_1941_183 div a:hover{color:rgba(153, 0, 0, 1.00)}#stacks_in_1941_183 small,#stacks_in_1941_183 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1941_183 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:480.00px){#stacks_in_1941_183 h5{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_183 h5{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_183 h5{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_183 h5{font-size:1.20rem!important}}

#stacks_in_1941_183 {
	margin: 0px 0px 20px 0px;
}
.stacks_in_1941_7{height:auto}.stacks_in_1941_7.styled-scrollbar,.stacks_in_1941_7.styled-scrollbar > .gallery,.stacks_in_1941_7.styled-scrollbar > .total-blog-list{height:calc(auto + 4px + 4px)}.stacks_in_1941_7.styled-scrollbar::-webkit-scrollbar,.stacks_in_1941_7.styled-scrollbar > .gallery::-webkit-scrollbar,.stacks_in_1941_7.styled-scrollbar > .total-blog-list::-webkit-scrollbar{width:4px}.stacks_in_1941_7.styled-scrollbar::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list::-webkit-scrollbar-track{background-color:rgba(127, 127, 127, 1.00)}.stacks_in_1941_7.styled-scrollbar::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list::-webkit-scrollbar-thumb{background-color:rgba(76, 76, 76, 1.00)}.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .gallery::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .gallery::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .total-blog-list::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .total-blog-list::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .gallery::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .gallery::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .total-blog-list::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .total-blog-list::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .gallery::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .gallery::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .total-blog-list::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .total-blog-list::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0);-webkit-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out}.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .gallery:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .total-blog-list:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .gallery:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .total-blog-list:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .gallery:hover::-webkit-scrollbar-track,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .total-blog-list:hover::-webkit-scrollbar-track{background-color:rgba(127, 127, 127, 1.00)}.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .gallery:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar.scrollbar-on-hover > .total-blog-list:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .gallery:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .gallery.scrollbar-on-hover > .total-blog-list:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .gallery:hover::-webkit-scrollbar-thumb,.stacks_in_1941_7.styled-scrollbar > .total-blog-list.scrollbar-on-hover > .total-blog-list:hover::-webkit-scrollbar-thumb{background-color:rgba(76, 76, 76, 1.00)}.stacks_in_1941_7 > .horizon-card,.stacks_in_1941_7 > .totalcms-item,.stacks_in_1941_7 > .total-blog-list > .post,.stacks_in_1941_7 > .gallery > .cell,.stacks_in_1941_7 .clearing-assembled:not(.clearing-blackout) ul > li{margin:0px;padding:0px 8px 0px 0px;height:auto;width:auto;}.stacks_in_1941_7.scale-image-height img{-o-object-fit:cover;object-fit:cover;width:auto !important;height:auto !important;}.stacks_in_1941_7.scale-image-height .clearing-blackout img{height:auto !important}
#stacks_in_1941_489 a{display:block}#stacks_in_1941_489 img{}
#stacks_in_1941_516 a{display:block}#stacks_in_1941_516 img{}
#stacks_in_1941_499 a{display:block}#stacks_in_1941_499 img{}
#stacks_in_1941_420 a{display:block}#stacks_in_1941_420 img{}
#stacks_in_1941_469 a{display:block}#stacks_in_1941_469 img{}
#stacks_in_1941_466 a{display:block}#stacks_in_1941_466 img{}
#stacks_in_1941_479 a{display:block}#stacks_in_1941_479 img{}
#stacks_in_1941_435 a{display:block}#stacks_in_1941_435 img{}
#stacks_in_1941_417 a{display:block}#stacks_in_1941_417 img{}
#stacks_in_1941_414 a{display:block}#stacks_in_1941_414 img{}
#stacks_in_1941_410 a{display:block}#stacks_in_1941_410 img{}
#stacks_in_1941_3 a{display:block}#stacks_in_1941_3 img{}
#stacks_in_1941_10 a{display:block}#stacks_in_1941_10 img{}
#stacks_in_1941_13 a{display:block}#stacks_in_1941_13 img{}
#stacks_in_1941_16 a{display:block}#stacks_in_1941_16 img{}
#stacks_in_1941_28 a{display:block}#stacks_in_1941_28 img{}
#stacks_in_1941_19 a{display:block}#stacks_in_1941_19 img{}
#stacks_in_1941_22 a{display:block}#stacks_in_1941_22 img{}
#stacks_in_1941_25 a{display:block}#stacks_in_1941_25 img{}
#stacks_in_1941_260 a{display:block}#stacks_in_1941_260 img{}
#stacks_in_1941_262 a{display:block}#stacks_in_1941_262 img{}
#stacks_in_1941_266 a{display:block}#stacks_in_1941_266 img{}
@media only screen and (min-width:0px){#stacks_in_1941_30 h5,#stacks_in_1941_30 div{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_1941_30 h5,#stacks_in_1941_30 div{letter-spacing:0.17rem}}#stacks_in_1941_30 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_1941_30 h5,#stacks_in_1941_30 div{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_30 h5 a,#stacks_in_1941_30 div a{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_30 h5 a:hover,#stacks_in_1941_30 div a:hover{color:rgba(153, 0, 0, 1.00)}#stacks_in_1941_30 small,#stacks_in_1941_30 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1941_30 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:480.00px){#stacks_in_1941_30 h5{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_30 h5{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_30 h5{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_30 h5{font-size:1.20rem!important}}

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

#stacks_in_1941_39 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1941_39 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1941_39 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (min-width:0px){#stacks_in_1941_427 div,#stacks_in_1941_427 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_427 div,#stacks_in_1941_427 div{letter-spacing:0.04px}}#stacks_in_1941_427 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_427 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_427 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_427 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_427 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_427 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_427 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_518 div,#stacks_in_1941_518 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_518 div,#stacks_in_1941_518 div{letter-spacing:0.04px}}#stacks_in_1941_518 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_518 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_518 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_518 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_518 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_518 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_518 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_523 div,#stacks_in_1941_523 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_523 div,#stacks_in_1941_523 div{letter-spacing:0.04px}}#stacks_in_1941_523 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_523 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_523 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_523 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_523 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_523 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_523 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_458 div,#stacks_in_1941_458 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_458 div,#stacks_in_1941_458 div{letter-spacing:0.04px}}#stacks_in_1941_458 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_458 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_458 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_458 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_458 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_458 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_458 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_46 div,#stacks_in_1941_46 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_46 div,#stacks_in_1941_46 div{letter-spacing:0.04px}}#stacks_in_1941_46 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_46 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_46 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_46 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_46 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_46 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_46 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_60 div,#stacks_in_1941_60 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_60 div,#stacks_in_1941_60 div{letter-spacing:0.04px}}#stacks_in_1941_60 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_60 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_60 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_60 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_60 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_60 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_60 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_332 div,#stacks_in_1941_332 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_332 div,#stacks_in_1941_332 div{letter-spacing:0.04px}}#stacks_in_1941_332 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_332 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_332 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_332 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_332 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_332 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_332 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_37 div,#stacks_in_1941_37 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_37 div,#stacks_in_1941_37 div{letter-spacing:0.04px}}#stacks_in_1941_37 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_37 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_37 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_37 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_37 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_37 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_37 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_491 div,#stacks_in_1941_491 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_491 div,#stacks_in_1941_491 div{letter-spacing:0.04px}}#stacks_in_1941_491 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_491 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_491 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_491 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_491 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_491 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_491 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_53 div,#stacks_in_1941_53 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_53 div,#stacks_in_1941_53 div{letter-spacing:0.04px}}#stacks_in_1941_53 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_53 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_53 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_53 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_53 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_53 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_53 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_437 div,#stacks_in_1941_437 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_437 div,#stacks_in_1941_437 div{letter-spacing:0.04px}}#stacks_in_1941_437 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_437 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_437 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_437 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_437 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_437 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_437 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_325 div,#stacks_in_1941_325 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_325 div,#stacks_in_1941_325 div{letter-spacing:0.04px}}#stacks_in_1941_325 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_325 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_325 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_325 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_325 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_325 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_325 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_199 div,#stacks_in_1941_199 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_199 div,#stacks_in_1941_199 div{letter-spacing:0.04px}}#stacks_in_1941_199 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_199 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_199 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_199 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_199 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_199 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_199 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_67 div,#stacks_in_1941_67 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_67 div,#stacks_in_1941_67 div{letter-spacing:0.00px}}#stacks_in_1941_67 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_67 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_67 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_67 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_67 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_67 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_67 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_451 div,#stacks_in_1941_451 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_451 div,#stacks_in_1941_451 div{letter-spacing:0.04px}}#stacks_in_1941_451 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_451 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_451 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_451 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_451 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_451 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_451 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_251 div,#stacks_in_1941_251 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_251 div,#stacks_in_1941_251 div{letter-spacing:0.00px}}#stacks_in_1941_251 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_251 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_251 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_251 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_251 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_251 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_251 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_244 div,#stacks_in_1941_244 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_244 div,#stacks_in_1941_244 div{letter-spacing:0.04px}}#stacks_in_1941_244 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_244 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_244 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_244 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_244 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_244 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_244 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_82 div,#stacks_in_1941_82 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_82 div,#stacks_in_1941_82 div{letter-spacing:0.00px}}#stacks_in_1941_82 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_82 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_82 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_82 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_82 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_82 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_82 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_89 div,#stacks_in_1941_89 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_89 div,#stacks_in_1941_89 div{letter-spacing:0.00px}}#stacks_in_1941_89 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_89 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_89 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_89 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_89 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_89 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_89 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_501 div,#stacks_in_1941_501 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_501 div,#stacks_in_1941_501 div{letter-spacing:0.00px}}#stacks_in_1941_501 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_501 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_501 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_501 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_501 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_501 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_501 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_481 div,#stacks_in_1941_481 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_481 div,#stacks_in_1941_481 div{letter-spacing:0.04px}}#stacks_in_1941_481 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_481 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_481 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_481 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_481 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_481 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_481 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_355 h5,#stacks_in_1941_355 div{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_1941_355 h5,#stacks_in_1941_355 div{letter-spacing:0.17rem}}#stacks_in_1941_355 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_1941_355 h5,#stacks_in_1941_355 div{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_355 h5 a,#stacks_in_1941_355 div a{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_355 h5 a:hover,#stacks_in_1941_355 div a:hover{color:rgba(153, 0, 0, 1.00)}#stacks_in_1941_355 small,#stacks_in_1941_355 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1941_355 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:480.00px){#stacks_in_1941_355 h5{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_355 h5{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_355 h5{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_355 h5{font-size:1.20rem!important}}

#stacks_in_1941_355 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_1941_407 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1941_407 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1941_407 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1941_407 > .row.padding-detailed.padding-medium-up,#stacks_in_1941_407 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1941_407 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1941_407 > .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_1941_407 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1941_407 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

@media only screen and (min-width:0px){#stacks_in_1941_390 div,#stacks_in_1941_390 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_390 div,#stacks_in_1941_390 div{letter-spacing:0.04px}}#stacks_in_1941_390 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_390 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_390 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_390 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_390 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_390 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_390 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_444 div,#stacks_in_1941_444 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_444 div,#stacks_in_1941_444 div{letter-spacing:0.04px}}#stacks_in_1941_444 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_444 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_444 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_444 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_444 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_444 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_444 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_471 div,#stacks_in_1941_471 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_471 div,#stacks_in_1941_471 div{letter-spacing:0.04px}}#stacks_in_1941_471 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_471 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_471 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_471 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_471 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_471 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_471 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_96 h5,#stacks_in_1941_96 div{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_1941_96 h5,#stacks_in_1941_96 div{letter-spacing:0.17rem}}#stacks_in_1941_96 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_1941_96 h5,#stacks_in_1941_96 div{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_96 h5 a,#stacks_in_1941_96 div a{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_96 h5 a:hover,#stacks_in_1941_96 div a:hover{color:rgba(153, 0, 0, 1.00)}#stacks_in_1941_96 small,#stacks_in_1941_96 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1941_96 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:480.00px){#stacks_in_1941_96 h5{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_96 h5{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_96 h5{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_96 h5{font-size:1.20rem!important}}

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

#stacks_in_1941_105 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1941_105 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1941_105 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (min-width:0px){#stacks_in_1941_134 div,#stacks_in_1941_134 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_134 div,#stacks_in_1941_134 div{letter-spacing:0.00px}}#stacks_in_1941_134 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_134 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_134 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_134 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_134 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_134 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_134 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_112 div,#stacks_in_1941_112 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_112 div,#stacks_in_1941_112 div{letter-spacing:0.04px}}#stacks_in_1941_112 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_112 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_112 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_112 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_112 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_112 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_112 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_103 div,#stacks_in_1941_103 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_103 div,#stacks_in_1941_103 div{letter-spacing:0.04px}}#stacks_in_1941_103 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_103 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_103 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_103 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_103 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_103 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_103 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_126 div,#stacks_in_1941_126 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_126 div,#stacks_in_1941_126 div{letter-spacing:0.00px}}#stacks_in_1941_126 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_126 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_126 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_126 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_126 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_126 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_126 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_119 div,#stacks_in_1941_119 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_119 div,#stacks_in_1941_119 div{letter-spacing:0.04px}}#stacks_in_1941_119 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_119 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_119 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_119 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_119 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_119 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_119 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_190 h5,#stacks_in_1941_190 div{line-height:1.00}}@media only screen and (min-width:0px){#stacks_in_1941_190 h5,#stacks_in_1941_190 div{letter-spacing:0.17rem}}#stacks_in_1941_190 .header-pro.text-center .hTxt{margin-right:0rem}#stacks_in_1941_190 h5,#stacks_in_1941_190 div{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_190 h5 a,#stacks_in_1941_190 div a{color:rgba(204, 0, 0, 1.00)}#stacks_in_1941_190 h5 a:hover,#stacks_in_1941_190 div a:hover{color:rgba(153, 0, 0, 1.00)}#stacks_in_1941_190 small,#stacks_in_1941_190 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1941_190 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:480.00px){#stacks_in_1941_190 h5{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_190 h5{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_190 h5{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_190 h5{font-size:1.20rem!important}}

#stacks_in_1941_190 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_1941_346 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1941_346 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1941_346 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1941_346 > .row.padding-detailed.padding-medium-up,#stacks_in_1941_346 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1941_346 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1941_346 > .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_1941_346 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1941_346 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

@media only screen and (min-width:0px){#stacks_in_1941_339 div,#stacks_in_1941_339 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_339 div,#stacks_in_1941_339 div{letter-spacing:0.04px}}#stacks_in_1941_339 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_339 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_339 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_339 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_339 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_339 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_339 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_237 div,#stacks_in_1941_237 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_237 div,#stacks_in_1941_237 div{letter-spacing:0.04px}}#stacks_in_1941_237 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_237 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_237 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_237 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_237 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_237 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_237 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_230 div,#stacks_in_1941_230 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_230 div,#stacks_in_1941_230 div{letter-spacing:0.04px}}#stacks_in_1941_230 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_230 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_230 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_230 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_230 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_230 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_230 div{font-size:1.50rem!important}}
@media only screen and (min-width:0px){#stacks_in_1941_155 div,#stacks_in_1941_155 div{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_1941_155 div,#stacks_in_1941_155 div{letter-spacing:0.04px}}#stacks_in_1941_155 .header-pro.text-center .hTxt{margin-right:0px}#stacks_in_1941_155 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1941_155 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Jura",Sans-Serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_1941_155 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1941_155 div{font-size:1.50rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1941_155 div{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1941_155 div{font-size:1.50rem!important}}

#stacks_in_1941_155 {
	margin: 30px 0px 0px 0px;
}
#stickystacks_in_2156_5 {
	display: block;
	position: fixed;
	right: 13px;
	top: 11px;
	padding: 0;
	margin: 0;
	width: 150px;
	overflow: hidden;
	z-index: 100;
}

#stickyLinkstacks_in_2156_5 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print {
	#stickystacks_in_2156_5 {
		display: none !important;
	}
}
     #stacks_in_2156_3 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_2156_3 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_2156_3 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(153, 153, 153, 1.00)}     #stacks_in_2156_3 .button.b-p.icon-only>.bp-text{display:none}#stacks_in_2156_3 .button.b-p.icon-only>.joeyOpenLabel,#stacks_in_2156_3 .button.b-p.icon-only>.joeyCloseLabel{display:none!important}#stacks_in_2156_3 .button.b-p.icon-only{padding:0!important;border-radius:5%}#stacks_in_2156_3 .button.b-p.icon-only::before{border-radius:5%}#stacks_in_2156_3 .button.b-p.icon-only>.bp-icon>.bp-glyph{vertical-align:top;border-radius:5%}  #stacks_in_2156_3>.button.b-p,#stacks_in_2156_3>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_2156_3>.button.b-p:hover,#stacks_in_2156_3>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(204, 204, 204, 1.00);box-shadow:0px 3px 4px -4px rgba(204, 204, 204, 1.00)}  #stacks_in_2156_3>.button.b-p,#stacks_in_2156_3>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2156_3>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2156_3>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2156_3 .button.b-p.expand-large:not(.icon-only),#stacks_in_2156_3>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}  #stacks_in_2156_3.bp-wrap{font-family:'',Sans-Serif;font-weight:400;font-style:normal}  
           #stacks_in_2156_3 .button.b-p.icon-only>.bp-icon>.bp-glyph{font-size:144%;margin-left:0.00%}#stacks_in_2156_3 .button.b-p.icon-only>.bp-icon>.bp-glyph::before{margin-top:0} #stacks_in_2156_3 .button.b-p.icon-only{width:51px;height:51px}#stacks_in_2156_3 .button.b-p.icon-only .bp-glyph:before{line-height:51px;margin-top:0}#stacks_in_2156_3 .button.b-p.icon-only.tiny{width:33px;height:33px}#stacks_in_2156_3 .button.b-p.icon-only.tiny .bp-glyph:before{line-height:33px;margin-top:0}#stacks_in_2156_3 .button.b-p.icon-only.small{width:44px;height:44px}#stacks_in_2156_3 .button.b-p.icon-only.small .bp-glyph:before{line-height:44px;margin-top:0}#stacks_in_2156_3 .button.b-p.icon-only.large{width:61px;height:61px}#stacks_in_2156_3 .button.b-p.icon-only.large .bp-glyph:before{line-height:61px;margin-top:0}   
  



 .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_2008_2{line-height:1.30 !important;letter-spacing:0.00em !important;word-spacing:0.00em !important;text-indent:0.00em !important;margin-left:0.00em !important;margin-right:0.00em !important; font-size:1.20rem !important; text-decoration-line:none !important;text-decoration-style:solid !important;text-transform:none !important;word-wrap:normal !important;word-break:normal !important;-webkit-hyphens:none !important;hyphens:none !important;opacity:1.00 !important;}
     .font-style-1>br,.font-style-1>br > li,.font-style-1 > *>br, .fontpro-stacks_in_2008_2 > br{display:block;content:' ';padding-bottom:0.01em !important}
  @media only screen and (min-width:40em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_2008_2{}} 
  @media only screen and (min-width:35.000000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_2008_2{font-size:1.20rem !important}} 
  @media only screen and (min-width:48.000000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_2008_2{font-size:1.20rem !important}} 
  @media only screen and (min-width:62.500000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_2008_2{font-size:1.50rem !important}} 

 .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_2008_7{line-height:1.30 ;letter-spacing:0.00em ;word-spacing:0.08em ;text-indent:0.00em ;margin-left:0.03em ;margin-right:0.03em ; font-size:0.90rem ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;-webkit-hyphens:none ;hyphens:none ;opacity:1.00 ;}
     .font-style-4>br,.font-style-4>br > li,.font-style-4 > *>br, .fontpro-stacks_in_2008_7 > br{display:block;content:' ';padding-bottom:0.60em }
  @media only screen and (min-width:40em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_2008_7{}} 
  @media only screen and (min-width:35.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_2008_7{font-size:1.00rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_2008_7{font-size:1.10rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_2008_7{font-size:1.20rem }} 

 .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_2008_16{line-height:1.30 ;letter-spacing:0.00em ;word-spacing:0.08em ;text-indent:0.00em ;margin-left:0.03em ;margin-right:0.03em ; font-size:0.80rem ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;-webkit-hyphens:none ;hyphens:none ;opacity:1.00 ;}
     .font-style-5>br,.font-style-5>br > li,.font-style-5 > *>br, .fontpro-stacks_in_2008_16 > br{display:block;content:' ';padding-bottom:0.60em }
  @media only screen and (min-width:40em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_2008_16{}} 
  @media only screen and (min-width:35.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_2008_16{font-size:0.80rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_2008_16{font-size:0.80rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_2008_16{font-size:1.00rem }} 

 .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_2008_8{line-height:-2.00 ;letter-spacing:0.00em ;word-spacing:-0.16em ;text-indent:-0.00em ;margin-left:-0.31em ;margin-right:-0.31em ; font-size:2.00rem ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:capitalize ;word-wrap:normal ;word-break:normal ;-webkit-hyphens:none ;hyphens:none ;opacity:1.00 ;color:rgba(0, 0, 0, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br, .fontpro-stacks_in_2008_8 > br{display:block;content:' ';padding-bottom:-1.00em }
  @media only screen and (min-width:40em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_2008_8{}} 
  @media only screen and (min-width:35.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_2008_8{font-size:3.80rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_2008_8{font-size:3.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_2008_8{font-size:4.00rem }} 

 .font-style-8,.font-style-8 > li,.font-style-8 > *, .fontpro-stacks_in_2008_9{line-height:-2.00 ;letter-spacing:0.05em ;word-spacing:-0.04em ;text-indent:-0.00em ;margin-left:-0.31em ;margin-right:-0.31em ; font-size:2.20rem ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:capitalize ;word-wrap:normal ;word-break:normal ;-webkit-hyphens:none ;hyphens:none ;opacity:1.00 ;color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-8>br,.font-style-8>br > li,.font-style-8 > *>br, .fontpro-stacks_in_2008_9 > br{display:block;content:' ';padding-bottom:-1.00em }
  @media only screen and (min-width:40em){ .font-style-8,.font-style-8 > li,.font-style-8 > *, .fontpro-stacks_in_2008_9{}} 
  @media only screen and (min-width:35.000000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *, .fontpro-stacks_in_2008_9{font-size:3.00rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *, .fontpro-stacks_in_2008_9{font-size:4.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *, .fontpro-stacks_in_2008_9{font-size:4.00rem }} 

 .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_2008_10{line-height:1.60 ;letter-spacing:0.21em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.60rem ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:capitalize ;word-wrap:normal ;word-break:normal ;-webkit-hyphens:none ;hyphens:none ;opacity:1.00 ;color:rgba(0, 0, 0, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-2>br,.font-style-2>br > li,.font-style-2 > *>br, .fontpro-stacks_in_2008_10 > br{display:block;content:' ';padding-bottom:0.00em }
  @media only screen and (min-width:40em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_2008_10{}} 
  @media only screen and (min-width:35.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_2008_10{font-size:0.80rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_2008_10{font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_2008_10{font-size:1.00rem }} 


 .font-vault-2 > a, .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_2008_11{font-style:normal;font-weight:400;font-family:"Jura",sans-serif !important}

 .font-vault-1 > a, .font-vault-1,.font-vault-1 > li,.font-vault-1 > *, .fontpro-stacks_in_2008_14{font-style:normal;font-weight:700;font-family:"Josefin Sans",sans-serif !important}


.bg-vault-1::before{position:absolute;z-index:-1;content:"";top:0;left:0;bottom:0;right:0}.bg-vault-1:not(.bg-featured)::before{opacity:1.0;background-repeat:no-repeat;background-position:left center;background-size:cover;background-attachment:fixed;width:100%;background-image:url(https://erikasoriginals.com/bank/main/blackops2_m.jpg);}@media only screen and (max-device-width:1024px){.bg-vault-1::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.bg-vault-1:not(.bg-featured)::before{opacity:1.0;background-repeat:no-repeat;background-position:left center;background-size:cover;}.bg-vault-1:not(.bg-featured)::before{background-image:url(https://erikasoriginals.com/bank/main/blackops2_xl.jpg);}}
.ovl-vault-1::after{position:absolute;content:"";top:0;left:0;bottom:0;right:0}.ovl-vault-1::after{background-image:linear-gradient(0deg,rgba(0, 0, 0, 0.30) 20%,rgba(40, 40, 40, 0.30) 75%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.30)',endColorStr='rgba(40, 40, 40, 0.30)',GradientType=0)";}
.preload-wrapper #stacks_in_1961{visibility:hidden}#stacks_in_1961{width:100%}#stacks_in_1961 .section-fix.pre-load{visibility:hidden}html.no-js #stacks_in_1961,html.no-js #stacks_in_1961 .section-fix{display:none}#stacks_in_1961{z-index:3;pointer-events:auto}#stacks_in_1961.section-absolute{position:absolute;overflow:visible}#stacks_in_1961.section-absolute.section-top{top:8px}#stacks_in_1961.section-absolute.section-bottom{bottom:8px}#stacks_in_1961.section-absolute.section-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_1961.section-absolute.section-left{left:0%}#stacks_in_1961.section-absolute.section-right{right:0%}#stacks_in_1961.section-absolute .button{margin:0}#stacks_in_1961 .section-fix{background:none;margin:0;padding:0;height:auto}
#stacks_in_1963 a{display:block}#stacks_in_1963 img{}#stacks_in_1963 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_1963 img{max-width:300px}}@media only screen and (min-width:1024px){#stacks_in_1963 img{max-width:300px}}

#stacks_in_1963 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_1963 {
	width: 50px;
}
#stacks_in_1965 .chroma-marker{position:absolute;top:0.00px}#stacks_in_1965 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_1965{z-index:1}#stacks_in_1965 > .s-pro > .sections-layer{display:none}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_1965 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}@media screen and (min-width:640px){#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height,#stacks_in_1965 > .s-pro > .sections-layer.preload-height{height:100.00vh !important}}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height{overflow:hidden}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height{height:100.00vh}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height.preload-color{background:rgba(51, 51, 51, 1.00)}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height > .inner-content.v-center{opacity:0}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height.preload-height::after{opacity:0}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center{padding-top:0 !important;padding-bottom:0 !important}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner.full-height > .inner-content.v-center > .content-wrapper{-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_1965 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
.preload-wrapper #stacks_in_1967{visibility:hidden}#stacks_in_1967{width:100%}#stacks_in_1967 .section-fix.pre-load{visibility:hidden}html.no-js #stacks_in_1967,html.no-js #stacks_in_1967 .section-fix{display:none}#stacks_in_1967{z-index:1;pointer-events:auto}#stacks_in_1967.section-absolute{position:absolute;overflow:visible}#stacks_in_1967.section-absolute.section-top{top:8%}#stacks_in_1967.section-absolute.section-bottom{bottom:8%}#stacks_in_1967.section-absolute.section-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_1967.section-absolute.section-left{left:0px}#stacks_in_1967.section-absolute.section-right{right:0px}#stacks_in_1967.section-absolute .button{margin:0}@media screen and (max-width:640px){#stacks_in_1967.section-absolute.section-top{top:15%}#stacks_in_1967.section-absolute.section-bottom{bottom:15%}}#stacks_in_1967 .section-fix{background:none;margin:0;padding:0;height:auto}
@media only screen and (min-width:0px){#stacks_in_1969 div,#stacks_in_1969 div{letter-spacing:6.18px}}#stacks_in_1969 .header-pro.text-center .hTxt{margin-right:-6px}#stacks_in_1969 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_1969 .hTxt{text-shadow:0px 4px 2px rgba(45, 45, 45, 1.00),0px 4px 5px rgba(90, 90, 90, 1.00),0px 4px 5px rgba(90, 90, 90, 1.00)}


#stacks_in_1972 {
	font-weight: bold;
}
.preload-wrapper #stacks_in_1975{visibility:hidden}#stacks_in_1975{width:100%}#stacks_in_1975 .section-fix.pre-load{visibility:hidden}html.no-js #stacks_in_1975,html.no-js #stacks_in_1975 .section-fix{display:none}#stacks_in_1975{z-index:99;pointer-events:auto}#stacks_in_1975.section-absolute{position:absolute;overflow:visible}#stacks_in_1975.section-absolute.section-top{top:20px}#stacks_in_1975.section-absolute.section-bottom{bottom:20px}#stacks_in_1975.section-absolute.section-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_1975.section-absolute.section-left{left:0px}#stacks_in_1975.section-absolute.section-right{right:0px}#stacks_in_1975.section-absolute .button{margin:0}#stacks_in_1975 .section-fix{background:none;margin:0;padding:0;height:auto}
@-webkit-keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@-webkit-keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}}@keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}@-webkit-keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}
#mouser-stacks_in_1977{display:block;margin:0 auto;text-align:center; width:100%; margin:center;padding-bottom:0px}#mouser-stacks_in_1977 .mouser{width:26px;position:relative;margin:auto;cursor:pointer}#mouser-stacks_in_1977 .mouser.m-dz{width:100%}#mouser-stacks_in_1977 .mouser.m-dz .fa,#mouser-stacks_in_1977 .mouser.m-dz p{color:rgba(255, 255, 255, 1.00)!important}#mouser-stacks_in_1977 .scrolltext{color:rgba(204, 204, 204, 1.00);display:block;font-size:12px;text-align:center;cursor:pointer;-webkit-transition:color 140ms ease;transition:color 140ms ease}#mouser-stacks_in_1977 .m-wrap{display:inline-block;text-align:center}#mouser-stacks_in_1977 .m-wrap.m-dz.dz-block{display:block} #mouser-stacks_in_1977 .mouser.m-mouse{height:42px;border:2px solid rgba(255, 255, 255, 1.00);border-radius:24px;-webkit-transition:all 140ms ease;transition:all 140ms ease}#mouser-stacks_in_1977 .mouser.m-mouse::after{content:"";position:absolute;top:5px;left:50%;margin-left:-2px;background-color:rgba(255, 255, 255, 1.00);border-radius:100%;width:4px;height:4px;opacity:1;-webkit-transition:all 140ms ease;transition:all 140ms ease;-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);-webkit-animation:mouser-scroll 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite;animation:mouser-scroll 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite}#mouser-stacks_in_1977 .mouser.m-mouse.swipe-up::after{-webkit-animation:mouser-scroll-up 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite;animation:mouser-scroll-up 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite}  #mouser-stacks_in_1977 .m-wrap:hover .mouser.m-mouse{border:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_1977 .m-wrap:hover .mouser.m-mouse::after{background-color:rgba(153, 153, 153, 1.00)}#mouser-stacks_in_1977 .m-wrap:hover .mouser.m-arrows>.mouser_arrows{border-right:2px solid rgba(243, 243, 243, 1.00);border-bottom:2px solid rgba(243, 243, 243, 1.00)}#mouser-stacks_in_1977 .m-wrap:hover .mouser.m-dz .fa,#mouser-stacks_in_1977 .m-wrap:hover .mouser.m-dz p{color:rgba(243, 243, 243, 1.00)!important}#mouser-stacks_in_1977 .m-wrap:hover .scrolltext{color:rgba(102, 102, 102, 1.00)} .mouser .mouser_arrows{display:block;border-right:2px solid rgba(255, 255, 255, 1.00);border-bottom:2px solid rgba(255, 255, 255, 1.00);margin:0 0 3px 4px;width:16px;height:16px;-webkit-animation:mouser-arrow-flow 1s infinite;animation:mouser-arrow-flow 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.mouser .mouser_arrows.ma1{margin-top:1px}.mouser .mouser_arrows.ma2{margin-top:-6px}.mouser .mouser_arrows.ma3{margin-top:-6px}.mouser.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mouser.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}.mouser.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.mouser.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}

#stacks_in_2009 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2009 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2009 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2009 > .row.padding-detailed.padding-medium-up,#stacks_in_2009 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2009 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2009 > .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_2009 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2009 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2011 > .shear-mag{position:absolute;top:-2rem}#stacks_in_2011 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2011 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2011{z-index:1}#stacks_in_2011 > .s-pro > .sections-layer{display:none}#stacks_in_2011 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2011 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}

#stacks_in_2011 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 50px 0px 0px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2013 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2013 {
		display: none !important;
	}
}
#stacks_in_2014 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2014 > .s-pro > .sections-layer{display:none}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:60%;max-width:70%}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2014 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
#stacks_in_2016 a{display:block}#stacks_in_2016 img{}


#stacks_in_2017 {
	margin: 10px 0px 0px 0px;
}











.spacerStack {
	height: 2.00rem;
}

#spacerStackstacks_in_2466 {
	height: 2.00rem;
}










@media print {
	#spacerStackstacks_in_2466 {
		display: none !important;
	}
}

#stacks_in_2466 {
	margin: 7px 0px 0px 0px;
}


#stacks_in_2394 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_2033 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2033 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2033 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2033 > .row.padding-detailed.padding-medium-up,#stacks_in_2033 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2033 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2033 > .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_2033 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2033 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2035 > ul > li{padding:0.35rem 1.00rem}
#stacks_in_2039 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2039 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2039 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2039 > .row.padding-detailed.padding-medium-up,#stacks_in_2039 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2039 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2039 > .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_2039 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2039 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2041 {
	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_2041 #topBoxTriggerstacks_in_2041 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2041 #topBoxTriggerContentstacks_in_2041 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2041 #topBoxTriggerContentstacks_in_2041 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2041 {
	display: none;
}







#stacks_in_2391_2 a{display:block}#stacks_in_2391_2 img{}

#stacks_in_2391_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2391_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2044 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2044 {
		display: none !important;
	}
}
#stacks_in_2047 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2047 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2047 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2047 > .row.padding-detailed.padding-medium-up,#stacks_in_2047 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2047 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2047 > .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_2047 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2047 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2049 {
	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_2049 #topBoxTriggerstacks_in_2049 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2049 #topBoxTriggerContentstacks_in_2049 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2049 #topBoxTriggerContentstacks_in_2049 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2049 {
	display: none;
}







#stacks_in_2392_2 a{display:block}#stacks_in_2392_2 img{}

#stacks_in_2392_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2392_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2052 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2052 {
		display: none !important;
	}
}
#stacks_in_2055 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2055 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2055 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2055 > .row.padding-detailed.padding-medium-up,#stacks_in_2055 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2055 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2055 > .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_2055 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2055 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2180_3 {
	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_2180_3 #topBoxTriggerstacks_in_2180_3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2180_3 #topBoxTriggerContentstacks_in_2180_3 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2180_3 #topBoxTriggerContentstacks_in_2180_3 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2180_3 {
	display: none;
}







#stacks_in_2389_2 a{display:block}#stacks_in_2389_2 img{}

#stacks_in_2389_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2389_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2060 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2060 {
		display: none !important;
	}
}
#stacks_in_2063 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2063 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2063 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2063 > .row.padding-detailed.padding-medium-up,#stacks_in_2063 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2063 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2063 > .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_2063 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2063 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2065 {
	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_2065 #topBoxTriggerstacks_in_2065 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2065 #topBoxTriggerContentstacks_in_2065 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2065 #topBoxTriggerContentstacks_in_2065 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2065 {
	display: none;
}







#stacks_in_2390_2 a{display:block}#stacks_in_2390_2 img{}

#stacks_in_2390_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2390_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2068 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2068 {
		display: none !important;
	}
}
#stacks_in_2071 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2071 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2071 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2071 > .row.padding-detailed.padding-medium-up,#stacks_in_2071 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2071 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2071 > .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_2071 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2071 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2073 {
	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_2073 #topBoxTriggerstacks_in_2073 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2073 #topBoxTriggerContentstacks_in_2073 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2073 #topBoxTriggerContentstacks_in_2073 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2073 {
	display: none;
}







#stacks_in_2386_2 a{display:block}#stacks_in_2386_2 img{}

#stacks_in_2386_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2386_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2076 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2076 {
		display: none !important;
	}
}
#stacks_in_2326 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2326 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2326 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2326 > .row.padding-detailed.padding-medium-up,#stacks_in_2326 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2326 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2326 > .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_2326 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2326 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2331 {
	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_2331 #topBoxTriggerstacks_in_2331 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2331 #topBoxTriggerContentstacks_in_2331 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2331 #topBoxTriggerContentstacks_in_2331 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2331 {
	display: none;
}







#stacks_in_2437_2 a{display:block}#stacks_in_2437_2 img{}

#stacks_in_2437_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2437_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2334 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2334 {
		display: none !important;
	}
}
#stacks_in_2079 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2079 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2079 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2079 > .row.padding-detailed.padding-medium-up,#stacks_in_2079 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2079 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2079 > .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_2079 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2079 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2081 {
	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_2081 #topBoxTriggerstacks_in_2081 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2081 #topBoxTriggerContentstacks_in_2081 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2081 #topBoxTriggerContentstacks_in_2081 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2081 {
	display: none;
}







#stacks_in_2385_2 a{display:block}#stacks_in_2385_2 img{}

#stacks_in_2385_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2385_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2084 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2084 {
		display: none !important;
	}
}
#stacks_in_2087 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2087 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2087 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2087 > .row.padding-detailed.padding-medium-up,#stacks_in_2087 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2087 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2087 > .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_2087 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2087 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2089 {
	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_2089 #topBoxTriggerstacks_in_2089 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2089 #topBoxTriggerContentstacks_in_2089 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2089 #topBoxTriggerContentstacks_in_2089 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2089 {
	display: none;
}







#stacks_in_2384_2 a{display:block}#stacks_in_2384_2 img{}

#stacks_in_2384_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2384_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2092 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2092 {
		display: none !important;
	}
}
#stacks_in_2194 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2194 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2194 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2194 > .row.padding-detailed.padding-medium-up,#stacks_in_2194 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2194 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2194 > .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_2194 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2194 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2196 {
	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_2196 #topBoxTriggerstacks_in_2196 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2196 #topBoxTriggerContentstacks_in_2196 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2196 #topBoxTriggerContentstacks_in_2196 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2196 {
	display: none;
}







#stacks_in_2382_2 a{display:block}#stacks_in_2382_2 img{}

#stacks_in_2382_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2382_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2199 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2199 {
		display: none !important;
	}
}
#stacks_in_2121 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2121 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2121 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2121 > .row.padding-detailed.padding-medium-up,#stacks_in_2121 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2121 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2121 > .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_2121 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2121 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2123 {
	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_2123 #topBoxTriggerstacks_in_2123 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2123 #topBoxTriggerContentstacks_in_2123 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2123 #topBoxTriggerContentstacks_in_2123 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2123 {
	display: none;
}







#stacks_in_2383_2 a{display:block}#stacks_in_2383_2 img{}

#stacks_in_2383_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2383_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2126 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2126 {
		display: none !important;
	}
}
#stacks_in_2111 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2111 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2111 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2111 > .row.padding-detailed.padding-medium-up,#stacks_in_2111 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2111 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2111 > .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_2111 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2111 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2113 {
	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_2113 #topBoxTriggerstacks_in_2113 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2113 #topBoxTriggerContentstacks_in_2113 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2113 #topBoxTriggerContentstacks_in_2113 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2113 {
	display: none;
}







#stacks_in_2380_2 a{display:block}#stacks_in_2380_2 img{}

#stacks_in_2380_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2380_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2116 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2116 {
		display: none !important;
	}
}
#stacks_in_2360 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2360 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2360 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2360 > .row.padding-detailed.padding-medium-up,#stacks_in_2360 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2360 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2360 > .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_2360 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2360 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2366 {
	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_2366 #topBoxTriggerstacks_in_2366 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2366 #topBoxTriggerContentstacks_in_2366 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2366 #topBoxTriggerContentstacks_in_2366 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2366 {
	display: none;
}







#stacks_in_2378_2 a{display:block}#stacks_in_2378_2 img{}

#stacks_in_2378_2 {
	padding: 12px 0px 8px 2px;
}

#stacks_out_2378_2 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2369 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2369 {
		display: none !important;
	}
}
#stacks_in_2286 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2286 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2286 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2286 > .row.padding-detailed.padding-medium-up,#stacks_in_2286 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2286 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2286 > .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_2286 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2286 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2291 {
	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_2291 #topBoxTriggerstacks_in_2291 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2291 #topBoxTriggerContentstacks_in_2291 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2291 #topBoxTriggerContentstacks_in_2291 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2291 {
	display: none;
}







#stacks_in_2312 a{display:block}#stacks_in_2312 img{}

#stacks_in_2312 {
	padding: 12px 0px 8px 10px;
}

#stacks_out_2312 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2294 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2294 {
		display: none !important;
	}
}
#stacks_in_2442 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2442 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2442 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2442 > .row.padding-detailed.padding-medium-up,#stacks_in_2442 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2442 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2442 > .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_2442 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2442 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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);
}















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2447 {
	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_2447 #topBoxTriggerstacks_in_2447 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2447 #topBoxTriggerContentstacks_in_2447 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2447 #topBoxTriggerContentstacks_in_2447 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2447 {
	display: none;
}







#stacks_in_2448 a{display:block}#stacks_in_2448 img{}

#stacks_in_2448 {
	padding: 12px 0px 8px 10px;
}

#stacks_out_2448 {
	margin-left:0;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2450 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_2450 {
		display: none !important;
	}
}
#stacks_in_2460 a{display:block}#stacks_in_2460 img{}

#stacks_in_2460 {
	margin: 0px 5px 0px 5px;
}
#stacks_in_2463_2 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2463_2 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2463_2 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2463_2 > .row.padding-detailed.padding-medium-up,#stacks_in_2463_2 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2463_2 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2463_2 > .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_2463_2 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2463_2 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2463_3 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2463_3{z-index:1}#stacks_in_2463_3 > .s-pro > .sections-layer{display:none}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:90%;max-width:90%}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:90%;max-width:90%}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:2.00rem;padding-bottom:1.00rem}@media screen and (min-width:640px){#stacks_in_2463_3 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:2.00rem;padding-bottom:1.00rem}}

#stacks_in_2463_3 {
	background-color: rgba(230, 230, 230, 1.00);
	margin: 10px 0px 0px 0px;
}
#stacks_in_2463_6 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2463_6 > .s-pro > .sections-layer{display:none}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:80%;max-width:90%}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:80%;max-width:90%}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2463_6 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
#stacks_in_2463_8{overflow:hidden}#stacks_in_2463_8 hr{opacity:1.00;border-top-style:solid;border-top-width:2px;margin:0 0 1.00rem;}#stacks_in_2463_8 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_2463_12{overflow:hidden}#stacks_in_2463_12 hr{opacity:1.00;border-top-style:solid;border-top-width:2px;margin:0 0 1.50rem;}#stacks_in_2463_12 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_2463_14 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2463_14 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2463_14 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2463_14 > .row.padding-detailed.padding-medium-up,#stacks_in_2463_14 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2463_14 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2463_14 > .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_2463_14 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2463_14 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2463_16 a{display:block}#stacks_in_2463_16 img{}

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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2463_19 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_2463_19 {
		display: none !important;
	}
}
#stacks_in_2463_20 a{display:block}#stacks_in_2463_20 img{}
#stacks_in_2463_21 p,#stacks_in_2463_21 div,#stacks_in_2463_21 ul,#stacks_in_2463_21 ol,#stacks_in_2463_21 dl{line-height:1.60;font-size:0.80rem}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2463_25 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_2463_25 {
		display: none !important;
	}
}
#stacks_in_2463_26 a{display:block}#stacks_in_2463_26 img{}
#stacks_in_2463_27 p,#stacks_in_2463_27 div,#stacks_in_2463_27 ul,#stacks_in_2463_27 ol,#stacks_in_2463_27 dl{line-height:1.60;font-size:0.80rem}
#stacks_in_2463_31 p,#stacks_in_2463_31 div,#stacks_in_2463_31 ul,#stacks_in_2463_31 ol,#stacks_in_2463_31 dl{line-height:1.60;font-size:0.80rem}

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_2463_29 {
	height: 5.00px;
}




















@media print {
	#spacerStackstacks_in_2463_29 {
		display: none !important;
	}
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_2463_30 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_2463_30 {
		display: none !important;
	}
}
#stacks_in_2433_2 .reveal-launcher{cursor:pointer}
#stacks_in_2433_11 p,#stacks_in_2433_11 div,#stacks_in_2433_11 ul,#stacks_in_2433_11 ol,#stacks_in_2433_11 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_2433_11 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2433_11 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_2433_11{}}
@media only screen and (max-width:480.00px){#stacks_in_2433_11,#stacks_in_2433_11 div,#stacks_in_2433_11 p,#stacks_in_2433_11 ol,#stacks_in_2433_11 ul li,#stacks_in_2433_11 ol li,#stacks_in_2433_11 ol,#stacks_in_2433_11 dl{font-size:0.80rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2433_11,#stacks_in_2433_11 div,#stacks_in_2433_11 p,#stacks_in_2433_11 ol,#stacks_in_2433_11 ul li,#stacks_in_2433_11 ol li,#stacks_in_2433_11 ol,#stacks_in_2433_11 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2433_11,#stacks_in_2433_11 div,#stacks_in_2433_11 p,#stacks_in_2433_11 ol,#stacks_in_2433_11 ul li,#stacks_in_2433_11 ol li,#stacks_in_2433_11 ol,#stacks_in_2433_11 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2433_11,#stacks_in_2433_11 div,#stacks_in_2433_11 p,#stacks_in_2433_11 ol,#stacks_in_2433_11 ul li,#stacks_in_2433_11 ol li,#stacks_in_2433_11 ol,#stacks_in_2433_11 dl{font-size:1.00rem!important}}

#stacks_in_2433_11 {
	background-color: rgba(102, 204, 255, 1.00);
	padding: 1px 0px 0px 6px;
}
.com_bigwhiteduck_stacks_paragraphpro_stack{padding-top:0.00%;padding-bottom:0.00%}#stacks_in_2433_3 p,#stacks_in_2433_3 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2433_3{}}
@media only screen and (max-width:480.00px){#stacks_in_2433_3,#stacks_in_2433_3 div,#stacks_in_2433_3 p,#stacks_in_2433_3 ol,#stacks_in_2433_3 ul li,#stacks_in_2433_3 ol li,#stacks_in_2433_3 ol,#stacks_in_2433_3 dl{font-size:0.80rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2433_3,#stacks_in_2433_3 div,#stacks_in_2433_3 p,#stacks_in_2433_3 ol,#stacks_in_2433_3 ul li,#stacks_in_2433_3 ol li,#stacks_in_2433_3 ol,#stacks_in_2433_3 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1500.00px){#stacks_in_2433_3,#stacks_in_2433_3 div,#stacks_in_2433_3 p,#stacks_in_2433_3 ol,#stacks_in_2433_3 ul li,#stacks_in_2433_3 ol li,#stacks_in_2433_3 ol,#stacks_in_2433_3 dl{font-size:1.00rem!important}}@media only screen and (min-width:1500.00px){#stacks_in_2433_3,#stacks_in_2433_3 div,#stacks_in_2433_3 p,#stacks_in_2433_3 ol,#stacks_in_2433_3 ul li,#stacks_in_2433_3 ol li,#stacks_in_2433_3 ol,#stacks_in_2433_3 dl{font-size:1.00rem!important}}

#stacks_in_2433_3 {
	padding: 5px 0px 9px 0px;
}
#stacks_in_2433_7 a{display:block}#stacks_in_2433_7 img{}
.com_bigwhiteduck_stacks_paragraphpro_stack{padding-top:0.00%;padding-bottom:0.00%}#stacks_in_2433_8 p,#stacks_in_2433_8 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2433_8{}}
@media only screen and (max-width:480.00px){#stacks_in_2433_8,#stacks_in_2433_8 div,#stacks_in_2433_8 p,#stacks_in_2433_8 ol,#stacks_in_2433_8 ul li,#stacks_in_2433_8 ol li,#stacks_in_2433_8 ol,#stacks_in_2433_8 dl{font-size:0.80rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2433_8,#stacks_in_2433_8 div,#stacks_in_2433_8 p,#stacks_in_2433_8 ol,#stacks_in_2433_8 ul li,#stacks_in_2433_8 ol li,#stacks_in_2433_8 ol,#stacks_in_2433_8 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1500.00px){#stacks_in_2433_8,#stacks_in_2433_8 div,#stacks_in_2433_8 p,#stacks_in_2433_8 ol,#stacks_in_2433_8 ul li,#stacks_in_2433_8 ol li,#stacks_in_2433_8 ol,#stacks_in_2433_8 dl{font-size:1.00rem!important}}@media only screen and (min-width:1500.00px){#stacks_in_2433_8,#stacks_in_2433_8 div,#stacks_in_2433_8 p,#stacks_in_2433_8 ol,#stacks_in_2433_8 ul li,#stacks_in_2433_8 ol li,#stacks_in_2433_8 ol,#stacks_in_2433_8 dl{font-size:1.00rem!important}}

#stacks_in_2433_8 {
	padding: 5px 0px 9px 0px;
}

#stacks_in_2404 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2404 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2404 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2404 > .row.padding-detailed.padding-medium-up,#stacks_in_2404 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2404 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2404 > .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_2404 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2404 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2404 {
	background-color: rgba(230, 230, 230, 1.00);
}





.spacerStack {
	height: 1.00em;
}

#spacerStackstacks_in_2432 {
	height: 1.00em;
}
















@media print {
	#spacerStackstacks_in_2432 {
		display: none !important;
	}
}

#stacks_in_2432 {
	margin: 7px 0px 0px 0px;
}

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

#stacks_in_2408 {
	background-color: rgba(230, 230, 230, 1.00);
}
#stacks_in_2424 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2424 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2424 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2424 > .row.padding-detailed.padding-medium-up,#stacks_in_2424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2424 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2424 > .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_2424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2424 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2425 a{display:block}#stacks_in_2425 img{}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_2427 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_2427 {
		display: none !important;
	}
}

#stacks_in_2409 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2409 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2409 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2409 > .row.padding-detailed.padding-medium-up,#stacks_in_2409 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2409 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2409 > .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_2409 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2409 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}






.spacerStack {
	height: 1.00em;
}

#spacerStackstacks_in_2423 {
	height: 1.00em;
}
















@media print {
	#spacerStackstacks_in_2423 {
		display: none !important;
	}
}

#stacks_in_2423 {
	margin: 7px 0px 0px 0px;
}


#stacks_in_2223_7 {
	padding: 0px 0px 5px 0px;
}
#stacks_in_2223_74{overflow:hidden}#stacks_in_2223_74 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:0.50rem 0;}#stacks_in_2223_74 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_2223_74 {
	padding: 0px 0px 5px 0px;
}
#stacks_in_2223_89 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2223_89 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2223_89 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2223_89 > .row.padding-detailed.padding-medium-up,#stacks_in_2223_89 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2223_89 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2223_89 > .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_2223_89 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2223_89 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2223_89 {
	padding: 0px 0px 5px 0px;
}

#stacks_in_2223_90 a{display:block}#stacks_in_2223_90 img{}

#stacks_in_2223_90 {
	margin: 0px 20px 0px 20px;
}
#stacks_in_2223_92 a{display:block}#stacks_in_2223_92 img{}

#stacks_in_2223_92 {
	margin: 0px 50px 0px 50px;
}
#stacks_in_2223_93 a{display:block}#stacks_in_2223_93 img{}

#stacks_in_2223_93 {
	margin: 0px 70px 0px 70px;
}


#stacks_in_2221_8 {
	background-color: rgba(179, 179, 179, 1.00);
	padding: 0px 15px 25px 15px;
}
#stacks_in_2221_6 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_6 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_6 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_6 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_6 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_6 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_6 > .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_2221_6 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_6 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(0, 0, 0, 0.85);
	
	
}

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

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

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 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;
}
















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






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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_2221_4 {
	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_2221_4 #topBoxTriggerstacks_in_2221_4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_2221_4 #topBoxTriggerContentstacks_in_2221_4 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_2221_4 #topBoxTriggerContentstacks_in_2221_4 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_2221_4 {
	display: none;
}







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

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





.spacerStack {
	height: 0.20em;
}

#spacerStackstacks_in_2221_65 {
	height: 0.20em;
}
















@media print {
	#spacerStackstacks_in_2221_65 {
		display: none !important;
	}
}

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

#stacks_in_2221_15 {
	padding: 8px 0px 0px 0px;
}
#stacks_in_2221_13 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_13 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_13 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_13 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_13 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_13 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_13 > .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_2221_13 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_13 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_11 p,#stacks_in_2221_11 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_11{}}
@media only screen and (max-width:480.00px){#stacks_in_2221_11,#stacks_in_2221_11 div,#stacks_in_2221_11 p,#stacks_in_2221_11 ol,#stacks_in_2221_11 ul li,#stacks_in_2221_11 ol li,#stacks_in_2221_11 ol,#stacks_in_2221_11 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2221_11,#stacks_in_2221_11 div,#stacks_in_2221_11 p,#stacks_in_2221_11 ol,#stacks_in_2221_11 ul li,#stacks_in_2221_11 ol li,#stacks_in_2221_11 ol,#stacks_in_2221_11 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_11,#stacks_in_2221_11 div,#stacks_in_2221_11 p,#stacks_in_2221_11 ol,#stacks_in_2221_11 ul li,#stacks_in_2221_11 ol li,#stacks_in_2221_11 ol,#stacks_in_2221_11 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_11,#stacks_in_2221_11 div,#stacks_in_2221_11 p,#stacks_in_2221_11 ol,#stacks_in_2221_11 ul li,#stacks_in_2221_11 ol li,#stacks_in_2221_11 ol,#stacks_in_2221_11 dl{font-size:1.50rem!important}}
#stacks_in_2221_20 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_20 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_20 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_20 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_20 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_20 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_20 > .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_2221_20 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_20 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_18 p,#stacks_in_2221_18 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_18{}}
@media only screen and (max-width:480.00px){#stacks_in_2221_18,#stacks_in_2221_18 div,#stacks_in_2221_18 p,#stacks_in_2221_18 ol,#stacks_in_2221_18 ul li,#stacks_in_2221_18 ol li,#stacks_in_2221_18 ol,#stacks_in_2221_18 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2221_18,#stacks_in_2221_18 div,#stacks_in_2221_18 p,#stacks_in_2221_18 ol,#stacks_in_2221_18 ul li,#stacks_in_2221_18 ol li,#stacks_in_2221_18 ol,#stacks_in_2221_18 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_18,#stacks_in_2221_18 div,#stacks_in_2221_18 p,#stacks_in_2221_18 ol,#stacks_in_2221_18 ul li,#stacks_in_2221_18 ol li,#stacks_in_2221_18 ol,#stacks_in_2221_18 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_18,#stacks_in_2221_18 div,#stacks_in_2221_18 p,#stacks_in_2221_18 ol,#stacks_in_2221_18 ul li,#stacks_in_2221_18 ol li,#stacks_in_2221_18 ol,#stacks_in_2221_18 dl{font-size:1.50rem!important}}
#stacks_in_2221_26 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_26 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_26 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_26 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_26 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_26 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_26 > .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_2221_26 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_26 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_24 p,#stacks_in_2221_24 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_24{}}
@media only screen and (max-width:480.00px){#stacks_in_2221_24,#stacks_in_2221_24 div,#stacks_in_2221_24 p,#stacks_in_2221_24 ol,#stacks_in_2221_24 ul li,#stacks_in_2221_24 ol li,#stacks_in_2221_24 ol,#stacks_in_2221_24 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2221_24,#stacks_in_2221_24 div,#stacks_in_2221_24 p,#stacks_in_2221_24 ol,#stacks_in_2221_24 ul li,#stacks_in_2221_24 ol li,#stacks_in_2221_24 ol,#stacks_in_2221_24 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_24,#stacks_in_2221_24 div,#stacks_in_2221_24 p,#stacks_in_2221_24 ol,#stacks_in_2221_24 ul li,#stacks_in_2221_24 ol li,#stacks_in_2221_24 ol,#stacks_in_2221_24 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_24,#stacks_in_2221_24 div,#stacks_in_2221_24 p,#stacks_in_2221_24 ol,#stacks_in_2221_24 ul li,#stacks_in_2221_24 ol li,#stacks_in_2221_24 ol,#stacks_in_2221_24 dl{font-size:1.50rem!important}}

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

#stacks_in_2221_34 {
	padding: 8px 0px 0px 0px;
}
#stacks_in_2221_32 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_32 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_32 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_32 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_32 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_32 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_32 > .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_2221_32 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_32 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_30 p,#stacks_in_2221_30 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_30{}}
@media only screen and (max-width:460.00px){#stacks_in_2221_30,#stacks_in_2221_30 div,#stacks_in_2221_30 p,#stacks_in_2221_30 ol,#stacks_in_2221_30 ul li,#stacks_in_2221_30 ol li,#stacks_in_2221_30 ol,#stacks_in_2221_30 dl{font-size:1.00rem!important}}@media only screen and (min-width:460.00px) and (max-width:640.00px){#stacks_in_2221_30,#stacks_in_2221_30 div,#stacks_in_2221_30 p,#stacks_in_2221_30 ol,#stacks_in_2221_30 ul li,#stacks_in_2221_30 ol li,#stacks_in_2221_30 ol,#stacks_in_2221_30 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_30,#stacks_in_2221_30 div,#stacks_in_2221_30 p,#stacks_in_2221_30 ol,#stacks_in_2221_30 ul li,#stacks_in_2221_30 ol li,#stacks_in_2221_30 ol,#stacks_in_2221_30 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_30,#stacks_in_2221_30 div,#stacks_in_2221_30 p,#stacks_in_2221_30 ol,#stacks_in_2221_30 ul li,#stacks_in_2221_30 ol li,#stacks_in_2221_30 ol,#stacks_in_2221_30 dl{font-size:1.50rem!important}}
#stacks_in_2221_41 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_41 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_41 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_41 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_41 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_41 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_41 > .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_2221_41 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_41 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_39 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_39 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_39 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_39 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_39 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_39 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_39 > .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_2221_39 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_39 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_37 p,#stacks_in_2221_37 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_37{}}
@media only screen and (max-width:480.00px){#stacks_in_2221_37,#stacks_in_2221_37 div,#stacks_in_2221_37 p,#stacks_in_2221_37 ol,#stacks_in_2221_37 ul li,#stacks_in_2221_37 ol li,#stacks_in_2221_37 ol,#stacks_in_2221_37 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2221_37,#stacks_in_2221_37 div,#stacks_in_2221_37 p,#stacks_in_2221_37 ol,#stacks_in_2221_37 ul li,#stacks_in_2221_37 ol li,#stacks_in_2221_37 ol,#stacks_in_2221_37 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_37,#stacks_in_2221_37 div,#stacks_in_2221_37 p,#stacks_in_2221_37 ol,#stacks_in_2221_37 ul li,#stacks_in_2221_37 ol li,#stacks_in_2221_37 ol,#stacks_in_2221_37 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_37,#stacks_in_2221_37 div,#stacks_in_2221_37 p,#stacks_in_2221_37 ol,#stacks_in_2221_37 ul li,#stacks_in_2221_37 ol li,#stacks_in_2221_37 ol,#stacks_in_2221_37 dl{font-size:1.50rem!important}}
#stacks_in_2221_45 p,#stacks_in_2221_45 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_45{}}
@media only screen and (max-width:480.00px){#stacks_in_2221_45,#stacks_in_2221_45 div,#stacks_in_2221_45 p,#stacks_in_2221_45 ol,#stacks_in_2221_45 ul li,#stacks_in_2221_45 ol li,#stacks_in_2221_45 ol,#stacks_in_2221_45 dl{font-size:1.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2221_45,#stacks_in_2221_45 div,#stacks_in_2221_45 p,#stacks_in_2221_45 ol,#stacks_in_2221_45 ul li,#stacks_in_2221_45 ol li,#stacks_in_2221_45 ol,#stacks_in_2221_45 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_45,#stacks_in_2221_45 div,#stacks_in_2221_45 p,#stacks_in_2221_45 ol,#stacks_in_2221_45 ul li,#stacks_in_2221_45 ol li,#stacks_in_2221_45 ol,#stacks_in_2221_45 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_45,#stacks_in_2221_45 div,#stacks_in_2221_45 p,#stacks_in_2221_45 ol,#stacks_in_2221_45 ul li,#stacks_in_2221_45 ol li,#stacks_in_2221_45 ol,#stacks_in_2221_45 dl{font-size:1.50rem!important}}
#stacks_in_2221_50 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_50 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_50 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_50 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_50 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_50 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_50 > .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_2221_50 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_50 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2221_48 p,#stacks_in_2221_48 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_48{}}
@media only screen and (max-width:460.00px){#stacks_in_2221_48,#stacks_in_2221_48 div,#stacks_in_2221_48 p,#stacks_in_2221_48 ol,#stacks_in_2221_48 ul li,#stacks_in_2221_48 ol li,#stacks_in_2221_48 ol,#stacks_in_2221_48 dl{font-size:1.00rem!important}}@media only screen and (min-width:460.00px) and (max-width:640.00px){#stacks_in_2221_48,#stacks_in_2221_48 div,#stacks_in_2221_48 p,#stacks_in_2221_48 ol,#stacks_in_2221_48 ul li,#stacks_in_2221_48 ol li,#stacks_in_2221_48 ol,#stacks_in_2221_48 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:1350.00px){#stacks_in_2221_48,#stacks_in_2221_48 div,#stacks_in_2221_48 p,#stacks_in_2221_48 ol,#stacks_in_2221_48 ul li,#stacks_in_2221_48 ol li,#stacks_in_2221_48 ol,#stacks_in_2221_48 dl{font-size:1.20rem!important}}@media only screen and (min-width:1350.00px){#stacks_in_2221_48,#stacks_in_2221_48 div,#stacks_in_2221_48 p,#stacks_in_2221_48 ol,#stacks_in_2221_48 ul li,#stacks_in_2221_48 ol li,#stacks_in_2221_48 ol,#stacks_in_2221_48 dl{font-size:1.50rem!important}}
#stacks_in_2221_56 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2221_56 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2221_56 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2221_56 > .row.padding-detailed.padding-medium-up,#stacks_in_2221_56 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_56 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2221_56 > .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_2221_56 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2221_56 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2221_56 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_2221_54 p,#stacks_in_2221_54 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_2221_54{}}
@media only screen and (max-width:480.00px){#stacks_in_2221_54,#stacks_in_2221_54 div,#stacks_in_2221_54 p,#stacks_in_2221_54 ol,#stacks_in_2221_54 ul li,#stacks_in_2221_54 ol li,#stacks_in_2221_54 ol,#stacks_in_2221_54 dl{font-size:0.60rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2221_54,#stacks_in_2221_54 div,#stacks_in_2221_54 p,#stacks_in_2221_54 ol,#stacks_in_2221_54 ul li,#stacks_in_2221_54 ol li,#stacks_in_2221_54 ol,#stacks_in_2221_54 dl{font-size:0.80rem!important}}@media only screen and (min-width:640.00px) and (max-width:1500.00px){#stacks_in_2221_54,#stacks_in_2221_54 div,#stacks_in_2221_54 p,#stacks_in_2221_54 ol,#stacks_in_2221_54 ul li,#stacks_in_2221_54 ol li,#stacks_in_2221_54 ol,#stacks_in_2221_54 dl{font-size:0.80rem!important}}@media only screen and (min-width:1500.00px){#stacks_in_2221_54,#stacks_in_2221_54 div,#stacks_in_2221_54 p,#stacks_in_2221_54 ol,#stacks_in_2221_54 ul li,#stacks_in_2221_54 ol li,#stacks_in_2221_54 ol,#stacks_in_2221_54 dl{font-size:0.80rem!important}}
#stacks_in_2221_61 .reveal-launcher{cursor:pointer}
#stacks_in_2221_59,#stacks_in_2221_59 div,#stacks_in_2221_59 p,#stacks_in_2221_59 ol,#stacks_in_2221_59 ul li,#stacks_in_2221_59 ol li,#stacks_in_2221_59 ol,#stacks_in_2221_59 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_2221_59,#stacks_in_2221_59 div,#stacks_in_2221_59 p,#stacks_in_2221_59 ol,#stacks_in_2221_59 ul li,#stacks_in_2221_59 ol li,#stacks_in_2221_59 ol,#stacks_in_2221_59 dl{font-size:0.80rem}}@media only screen and (min-width:0px){#stacks_in_2221_59{}}

#stacks_in_2221_74 .reveal-launcher{cursor:pointer}
#stacks_in_2221_75,#stacks_in_2221_75 div,#stacks_in_2221_75 p,#stacks_in_2221_75 ol,#stacks_in_2221_75 ul li,#stacks_in_2221_75 ol li,#stacks_in_2221_75 ol,#stacks_in_2221_75 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_2221_75,#stacks_in_2221_75 div,#stacks_in_2221_75 p,#stacks_in_2221_75 ol,#stacks_in_2221_75 ul li,#stacks_in_2221_75 ol li,#stacks_in_2221_75 ol,#stacks_in_2221_75 dl{font-size:0.80rem}}@media only screen and (min-width:0px){#stacks_in_2221_75{}}

