.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}
.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}
/* 
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);
}/* https://github.com/una/CSSgram */

/* The MIT License (MIT)

Copyright (c) 2015 Una Kravets

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

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

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

.aden{position:relative;-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden:after,.aden:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.aden img{width:100%;z-index:1}.aden:before{z-index:2}.aden:after{z-index:3}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.gingham::after,.perpetua::after,.reyes::after{mix-blend-mode:soft-light}.inkwell{position:relative;-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.inkwell:after,.inkwell:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.inkwell img{width:100%;z-index:1}.inkwell:before{z-index:2}.inkwell:after{z-index:3}.perpetua{position:relative}.perpetua:after,.perpetua:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.perpetua img{width:100%;z-index:1}.perpetua:before{z-index:2}.perpetua:after{z-index:3}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d);opacity:.5}.reyes{position:relative;-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes:after,.reyes:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.reyes img{width:100%;z-index:1}.reyes:before{z-index:2}.reyes:after{z-index:3}.reyes::after{background:#efcdad;opacity:.5}.gingham{position:relative;-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham:after,.gingham:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.gingham img{width:100%;z-index:1}.gingham:before{z-index:2}.gingham:after{z-index:3}.gingham::after{background:#e6e6fa}.toaster{position:relative;-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster:after,.toaster:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.toaster img{width:100%;z-index:1}.toaster:before{z-index:2}.toaster:after{z-index:3}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{position:relative;-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden:after,.walden:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.walden img{width:100%;z-index:1}.walden:before{z-index:2}.walden:after{z-index:3}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{position:relative;-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson:after,.hudson:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.hudson img{width:100%;z-index:1}.hudson:before{z-index:2}.hudson:after{z-index:3}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{position:relative;-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird:after,.earlybird:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.earlybird img{width:100%;z-index:1}.earlybird:before{z-index:2}.earlybird:after{z-index:3}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{position:relative;-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair:after,.mayfair:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.mayfair img{width:100%;z-index:1}.mayfair:before{z-index:2}.mayfair:after{z-index:3}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{position:relative;-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi:after,.lofi:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.lofi img{width:100%;z-index:1}.lofi:before{z-index:2}.lofi:after{z-index:3}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{position:relative;-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after,._1977:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977 img{width:100%;z-index:1}._1977:before{z-index:2}._1977:after{z-index:3;background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{position:relative;-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn:after,.brooklyn:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.brooklyn img{width:100%;z-index:1}.brooklyn:before{z-index:2}.brooklyn:after{z-index:3}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{position:relative;-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.xpro2 img{width:100%;z-index:1}.xpro2:before{z-index:2}.xpro2:after{z-index:3}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{position:relative;-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville:after,.nashville:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.nashville img{width:100%;z-index:1}.nashville:before{z-index:2}.nashville:after{z-index:3}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{position:relative;-webkit-filter:contrast(.9);filter:contrast(.9)}.lark:after,.lark:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.lark img{width:100%;z-index:1}.lark:before{z-index:2}.lark:after{z-index:3}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{position:relative;-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon:after,.moon:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.moon img{width:100%;z-index:1}.moon:before{z-index:2}.moon:after{z-index:3}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{position:relative;-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:after,.clarendon:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.clarendon img{width:100%;z-index:1}.clarendon:before{z-index:2;background:rgba(127,187,227,.2);mix-blend-mode:overlay}.clarendon:after{z-index:3}.willow{position:relative;-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow:after,.willow:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.willow img{width:100%;z-index:1}.willow:before{z-index:2}.willow:after{z-index:3}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{position:relative;-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise:after,.rise:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.rise img{width:100%;z-index:1}.rise:before{z-index:2}.rise:after{z-index:3}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}.slumber{position:relative;-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber:after,.slumber:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.slumber img{width:100%;z-index:1}.slumber:before{z-index:2}.slumber:after{z-index:3}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.brannan{position:relative;-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.brannan:after,.brannan:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.brannan img{width:100%;z-index:1}.brannan:before{z-index:2}.brannan:after{z-index:3}.brannan::after{background-color:rgba(161,44,199,.31);mix-blend-mode:lighten}.valencia{position:relative;-webkit-filter:contrast(1.08) brightness(1.08) sepia(.08);filter:contrast(1.08) brightness(1.08) sepia(.08)}.valencia:after,.valencia:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.valencia img{width:100%;z-index:1}.valencia:before{z-index:2}.valencia:after{z-index:3}.valencia::after{background:#3a0339;mix-blend-mode:exclusion;opacity:.5}.kelvin{position:relative}.kelvin:after,.kelvin:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.kelvin img{width:100%;z-index:1}.kelvin:before{z-index:2}.kelvin:after{z-index:3}.kelvin::after{background:#b77d21;mix-blend-mode:overlay}.kelvin::before{background:#382c34;mix-blend-mode:color-dodge}.maven{position:relative;-webkit-filter:sepia(.25) brightness(.95) contrast(.95) saturate(1.5);filter:sepia(.25) brightness(.95) contrast(.95) saturate(1.5)}.maven:after,.maven:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.maven img{width:100%;z-index:1}.maven:before{z-index:2}.maven:after{z-index:3;background:rgba(3,230,26,.2);mix-blend-mode:hue}.stinson{position:relative;-webkit-filter:contrast(.75) saturate(.85) brightness(1.15);filter:contrast(.75) saturate(.85) brightness(1.15)}.stinson:after,.stinson:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.stinson img{width:100%;z-index:1}.stinson:before{z-index:2}.stinson:after{z-index:3}.stinson::before{background:rgba(240,149,128,.2);mix-blend-mode:soft-light}



@font-face{font-family:eames-black-italic;font-style:normal;font-weight:normal;src:url("https://theduckinnchicago.com/resources/EamesCenturyModern-BlackItalic.woff") format("woff")}
 .font-vault-1 > a, .font-vault-1,.font-vault-1 > li,   .fontpro-stacks_in_631{font-family:"eames-black-italic",serif }

@font-face{font-family:font-family;font-style:normal;font-weight:normal;src:url("https://theduckinnchicago.com/resources/EamesCenturyModern-Book.woff") format("woff")}
 .eames, .fontpro-stacks_in_632{font-family:"font-family",sans-serif }
#stacks_in_703 h1,#stacks_in_703 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_703 h1,#stacks_in_703 .hTxt:not(.segment) div{font-size:2.00rem}}@media only screen and (min-width:0px){#stacks_in_703 h1,#stacks_in_703 div{line-height:1.00}}#stacks_in_703 h1,#stacks_in_703 div{color:rgba(235, 91, 37, 1.00)}#stacks_in_703 h1 a,#stacks_in_703 div a{color:rgba(235, 91, 37, 1.00)}#stacks_in_703 h1 a:hover,#stacks_in_703 div a:hover{color:rgba(176, 68, 27, 1.00)}#stacks_in_703 small,#stacks_in_703 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_703 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_703 {
	padding: 44px 0px 0px 0px;
}
#stacks_in_704 p,#stacks_in_704 div,#stacks_in_704 ul,#stacks_in_704 ol,#stacks_in_704 dl{color:rgba(236, 225, 205, 1.00)}#stacks_in_704 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_704 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_704{}}

/* @group Generic Styles */

#ruleStackstacks_in_809,
#ruleStackstacks_in_809:before,
#ruleStackstacks_in_809:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_809 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_809 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_809 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: rgba(64, 64, 64, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 0%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_809 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_809 {
	text-align: center;
}

#ruleStackstacks_in_809:before,
#ruleStackstacks_in_809:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(64, 64, 64, 1.00);
}

#ruleStackstacks_in_809:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_809:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_809 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_809 {
	padding: 0px 0px 18px 0px;
}
#stacks_in_718 h1,#stacks_in_718 .hTxt:not(.segment) div{font-size:1.75rem}@media all and (max-width:640px){#stacks_in_718 h1,#stacks_in_718 .hTxt:not(.segment) div{font-size:1.40rem}}@media only screen and (min-width:0px){#stacks_in_718 h1,#stacks_in_718 div{line-height:1.00}}#stacks_in_718 h1,#stacks_in_718 div{color:rgba(235, 91, 37, 1.00)}#stacks_in_718 h1 a,#stacks_in_718 div a{color:rgba(235, 91, 37, 1.00)}#stacks_in_718 h1 a:hover,#stacks_in_718 div a:hover{color:rgba(176, 68, 27, 1.00)}#stacks_in_718 small,#stacks_in_718 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_718 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_718 {
	padding: 0px 0px 6px 0px;
}
#columnOnestacks_in_723 {
	padding-top: 0.00px;
	padding-bottom: 40.00px;
	padding-left: 0.00px;
	padding-right: 20.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_723 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_723 {
		width: 290.00px;
	}

	#columnTwostacks_in_723 {
		width: calc(100% - 290.00px);
	}

	
	#columnOnestacks_in_723 {
		float: left;
	}

	#columnTwostacks_in_723 {
		float: right;
	}
	

	
}


	
	#columnTwostacks_in_723 {
		float: none;
		width: auto;
	}
	


#stacks_in_723 {
	margin: 14px 0px 0px 0px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .92);
	
	
	
}

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

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

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

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






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
















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

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

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

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

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

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 700ms 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;
	
	display: none !important;
	
}

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


#topBoxTriggerRegionstacks_in_844 #topBoxTriggerContentstacks_in_844 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_844 #topBoxTriggerContentstacks_in_844 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_844 {
	display: none;
}







/* @group ImageWizard Basic Styling */

#imageWizardstacks_in_770 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_770 {
	position: relative;
}

#imageWizardstacks_in_770 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */
/* @group Generic Styles */

#ruleStackstacks_in_806,
#ruleStackstacks_in_806:before,
#ruleStackstacks_in_806:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_806 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_806 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_806 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: rgba(64, 64, 64, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 0%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_806 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_806 {
	text-align: center;
}

#ruleStackstacks_in_806:before,
#ruleStackstacks_in_806:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(64, 64, 64, 1.00);
}

#ruleStackstacks_in_806:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_806:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_806 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_806 {
	padding: 20px 0px 18px 0px;
}
#stacks_in_729 h1,#stacks_in_729 .hTxt:not(.segment) div{font-size:1.75rem}@media all and (max-width:640px){#stacks_in_729 h1,#stacks_in_729 .hTxt:not(.segment) div{font-size:1.40rem}}@media only screen and (min-width:0px){#stacks_in_729 h1,#stacks_in_729 div{line-height:1.00}}#stacks_in_729 h1,#stacks_in_729 div{color:rgba(235, 91, 37, 1.00)}#stacks_in_729 h1 a,#stacks_in_729 div a{color:rgba(235, 91, 37, 1.00)}#stacks_in_729 h1 a:hover,#stacks_in_729 div a:hover{color:rgba(176, 68, 27, 1.00)}#stacks_in_729 small,#stacks_in_729 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_729 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_729 {
	padding: 6px 0px 6px 0px;
}
#columnOnestacks_in_734 {
	padding-top: 0.00px;
	padding-bottom: 40.00px;
	padding-left: 20.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_734 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_734 {
		width: 290.00px;
	}

	#columnTwostacks_in_734 {
		width: calc(100% - 290.00px);
	}

	

	
	#columnOnestacks_in_734 {
		float: right;
	}

	#columnTwostacks_in_734 {
		float: left;
	}
	
}


	
	#columnTwostacks_in_734 {
		float: none;
		width: auto;
	}
	


#stacks_in_734 {
	margin: 14px 0px 0px 0px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .92);
	
	
	
}

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

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

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

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






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
















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

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

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

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

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

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 700ms 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;
	
	display: none !important;
	
}

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


#topBoxTriggerRegionstacks_in_834 #topBoxTriggerContentstacks_in_834 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_834 #topBoxTriggerContentstacks_in_834 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_834 {
	display: none;
}







/* @group ImageWizard Basic Styling */

#imageWizardstacks_in_772 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_772 {
	position: relative;
}

#imageWizardstacks_in_772 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_805 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_805 {
		display: none !important;
	}
}
#toTop{--elevator-image:url(../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}

.spacerStack {
	height: 50.00px!important;
}

#spacerStackstacks_in_514 {
	height: 50.00px;
}




























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

#stacks_in_811{visibility:hidden}


#stacks_out_994_4 {
	width: 71%;
	margin-left:0;
}

#stacks_in_994_8 {
	margin: 18px 0px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_994_233 h3,#stacks_in_994_233 div{line-height:0.70}}#stacks_in_994_233 h3,#stacks_in_994_233 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_233 h3 a,#stacks_in_994_233 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_233 h3 a:hover,#stacks_in_994_233 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_233 small,#stacks_in_994_233 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_233 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


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

#stacks_in_994_17 {
	margin: 3px 0px 0px 0px;
}
#stacks_in_994_154 p,#stacks_in_994_154 div{margin-bottom:0}#stacks_in_994_154 p,#stacks_in_994_154 div,#stacks_in_994_154 ul,#stacks_in_994_154 ol,#stacks_in_994_154 dl{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_154 a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_154 a:hover{color:rgba(235, 91, 37, 1.00)}@media only screen and (min-width:0px){#stacks_in_994_154,#stacks_in_994_154 div,#stacks_in_994_154 p,#stacks_in_994_154 .fa:not(.no-indent),#stacks_in_994_154 ol,#stacks_in_994_154 ul li,#stacks_in_994_154 ol li,#stacks_in_994_154 ol,#stacks_in_994_154 dl{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_994_154{}}


#stacks_in_994_154 {
	padding: 6px 20px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_994_206 h3,#stacks_in_994_206 div{line-height:0.70}}#stacks_in_994_206 h3,#stacks_in_994_206 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_206 h3 a,#stacks_in_994_206 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_206 h3 a:hover,#stacks_in_994_206 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_206 small,#stacks_in_994_206 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_206 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_994_206 {
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_994_212 p,#stacks_in_994_212 div{margin-bottom:0}#stacks_in_994_212 p,#stacks_in_994_212 div,#stacks_in_994_212 ul,#stacks_in_994_212 ol,#stacks_in_994_212 dl{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_212 a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_212 a:hover{color:rgba(235, 91, 37, 1.00)}@media only screen and (min-width:0px){#stacks_in_994_212,#stacks_in_994_212 div,#stacks_in_994_212 p,#stacks_in_994_212 .fa:not(.no-indent),#stacks_in_994_212 ol,#stacks_in_994_212 ul li,#stacks_in_994_212 ol li,#stacks_in_994_212 ol,#stacks_in_994_212 dl{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_994_212{}}


#stacks_in_994_212 {
	padding: 0px 20px 0px 0px;
}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_994_215_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  background-color: rgba(28, 155, 157, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_994_215_press.press-lite:focus {outline:0;}
#stacks_in_994_215_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 9px 0px 0px 0px;
}
#stacks_in_994_215_press.press-lite {
  white-space: nowrap;
}
#stacks_in_994_215_press.press-lite .press-lite-text span,
#stacks_in_994_215_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_994_215_press.press-lite,
#stacks_in_994_215_press.press-lite .press-lite-text,
#stacks_in_994_215_press.press-lite .press-lite-text:after,
#stacks_in_994_215_press.press-lite .press-lite-text > span,
#stacks_in_994_215_press.press-lite .press-lite-icon i,
#stacks_in_994_215_press.press-lite .press-lite-icon img,
#stacks_in_994_215_press.press-lite .press-lite-icon svg,
#stacks_in_994_215_press.press-lite .press-lite-icon svg path,
#stacks_in_994_215_press.press-lite .press-lite-icon svg polyline,
#stacks_in_994_215_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_994_215_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_994_215_press.press-lite .press-lite-icon i,
#stacks_in_994_215_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_994_215_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_994_215_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_994_215_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_994_215_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_994_215_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_994_215_press.press-lite:active,
#stacks_in_994_215_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
#stacks_in_994_215_press.press-lite:hover {
  background: rgba(57, 189, 191, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_994_215_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_994_215_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_994_215_press.press-lite .press-lite-line-t,
#stacks_in_994_215_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_994_215_press.press-lite .press-lite-line-l,
#stacks_in_994_215_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_994_215_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_994_215_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_994_215_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_994_215_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
@media only screen and (min-width:0px){#stacks_in_994_226 h3,#stacks_in_994_226 div{line-height:0.70}}#stacks_in_994_226 h3,#stacks_in_994_226 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_226 h3 a,#stacks_in_994_226 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_226 h3 a:hover,#stacks_in_994_226 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_226 small,#stacks_in_994_226 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_226 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_994_226 {
	margin: 28px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_994_43 p,#stacks_in_994_43 div{margin-bottom:0}#stacks_in_994_43 p,#stacks_in_994_43 div,#stacks_in_994_43 ul,#stacks_in_994_43 ol,#stacks_in_994_43 dl{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_43 a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_43 a:hover{color:rgba(235, 91, 37, 1.00)}@media only screen and (min-width:0px){#stacks_in_994_43,#stacks_in_994_43 div,#stacks_in_994_43 p,#stacks_in_994_43 .fa:not(.no-indent),#stacks_in_994_43 ol,#stacks_in_994_43 ul li,#stacks_in_994_43 ol li,#stacks_in_994_43 ol,#stacks_in_994_43 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_43{}}

#stacks_in_994_46 ul li{line-height:1.6;margin-bottom:0px;padding-left:0px}#stacks_in_994_46 ul li.custom{font-size:16px}#stacks_in_994_46 ul.color{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_46 ul.color i.icon-color1{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_46 ul.color i.icon-color2{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_46 .fa-li{line-height:1.6;top:0}

#stacks_in_994_46 {
	margin: 7px 0px 0px 0px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	background: rgba(0, 0, 0, .82);
	
	
	
}

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

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

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

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




/* No background */
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-ajax,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-inline {
	background: none;
}


















.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(235, 91, 37, 1.00);
	background: rgba(0, 0, 0, 1.00);
	padding: 8px 16px;
	border-radius: 5px;
}

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

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

.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-theme-default.nivo-lightbox-overlay .nivo-lightbox-close {
	background: none;
	text-indent: 0;
	font-size: 50px;
	opacity: 0.35;
	transition: all 700ms 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;
	
	display: none !important;
	
}

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


#topBoxTriggerRegionstacks_in_994_109 #topBoxTriggerContentstacks_in_994_109 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_994_109 #topBoxTriggerContentstacks_in_994_109 img {
	display: block;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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



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


#topBoxContentWrapperstacks_in_994_109 {
	display: none;
}







@media only screen and (min-width:0px){#stacks_in_994_240 h3,#stacks_in_994_240 div{line-height:0.70}}#stacks_in_994_240 h3,#stacks_in_994_240 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_240 h3 a,#stacks_in_994_240 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_240 h3 a:hover,#stacks_in_994_240 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_240 small,#stacks_in_994_240 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_240 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_994_240 {
	margin: 8px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_994_83 p,#stacks_in_994_83 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_83,#stacks_in_994_83 div,#stacks_in_994_83 p,#stacks_in_994_83 .fa:not(.no-indent),#stacks_in_994_83 ol,#stacks_in_994_83 ul li,#stacks_in_994_83 ol li,#stacks_in_994_83 ol,#stacks_in_994_83 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_83{}}

#stacks_in_994_145 p,#stacks_in_994_145 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_145,#stacks_in_994_145 div,#stacks_in_994_145 p,#stacks_in_994_145 .fa:not(.no-indent),#stacks_in_994_145 ol,#stacks_in_994_145 ul li,#stacks_in_994_145 ol li,#stacks_in_994_145 ol,#stacks_in_994_145 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_145{}}


#stacks_in_994_145 {
	margin: 7px 0px 0px 0px;
}
#stacks_in_994_173 p,#stacks_in_994_173 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_173,#stacks_in_994_173 div,#stacks_in_994_173 p,#stacks_in_994_173 .fa:not(.no-indent),#stacks_in_994_173 ol,#stacks_in_994_173 ul li,#stacks_in_994_173 ol li,#stacks_in_994_173 ol,#stacks_in_994_173 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_173{}}


#stacks_in_994_173 {
	margin: 7px 0px 0px 0px;
}
#stacks_in_994_164>.s3_row {
	margin: 0 -1px;
}

#stacks_in_994_164>.s3_row>.s3_column_left {
	width: 26.00%;
}

#stacks_in_994_164>.s3_row>.s3_column_right {
	width: 74.000000%;
}




#stacks_in_994_164>.s3_row>.s3_column {
	padding: 0 1px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}






#stacks_in_994_164 {
	margin: 2px 0px 0px 0px;
}
#stacks_in_994_169 p,#stacks_in_994_169 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_169,#stacks_in_994_169 div,#stacks_in_994_169 p,#stacks_in_994_169 .fa:not(.no-indent),#stacks_in_994_169 ol,#stacks_in_994_169 ul li,#stacks_in_994_169 ol li,#stacks_in_994_169 ol,#stacks_in_994_169 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_169{}}

#stacks_in_994_165 p,#stacks_in_994_165 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_165,#stacks_in_994_165 div,#stacks_in_994_165 p,#stacks_in_994_165 .fa:not(.no-indent),#stacks_in_994_165 ol,#stacks_in_994_165 ul li,#stacks_in_994_165 ol li,#stacks_in_994_165 ol,#stacks_in_994_165 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_165{}}

#stacks_in_994_176 p,#stacks_in_994_176 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_176,#stacks_in_994_176 div,#stacks_in_994_176 p,#stacks_in_994_176 .fa:not(.no-indent),#stacks_in_994_176 ol,#stacks_in_994_176 ul li,#stacks_in_994_176 ol li,#stacks_in_994_176 ol,#stacks_in_994_176 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_176{}}

#stacks_in_994_142 p,#stacks_in_994_142 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_142,#stacks_in_994_142 div,#stacks_in_994_142 p,#stacks_in_994_142 .fa:not(.no-indent),#stacks_in_994_142 ol,#stacks_in_994_142 ul li,#stacks_in_994_142 ol li,#stacks_in_994_142 ol,#stacks_in_994_142 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_142{}}


#stacks_in_994_142 {
	margin: 7px 0px 0px 0px;
}
#stacks_in_994_133>.s3_row {
	margin: 0 -1px;
}

#stacks_in_994_133>.s3_row>.s3_column_left {
	width: 26.00%;
}

#stacks_in_994_133>.s3_row>.s3_column_right {
	width: 74.000000%;
}




#stacks_in_994_133>.s3_row>.s3_column {
	padding: 0 1px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}






#stacks_in_994_133 {
	margin: 2px 0px 0px 0px;
}
#stacks_in_994_136 p,#stacks_in_994_136 div{margin-bottom:0}#stacks_in_994_136 p,#stacks_in_994_136 div,#stacks_in_994_136 ul,#stacks_in_994_136 ol,#stacks_in_994_136 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_994_136 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_994_136 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_994_136,#stacks_in_994_136 div,#stacks_in_994_136 p,#stacks_in_994_136 .fa:not(.no-indent),#stacks_in_994_136 ol,#stacks_in_994_136 ul li,#stacks_in_994_136 ol li,#stacks_in_994_136 ol,#stacks_in_994_136 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_136{}}

#stacks_in_994_139 p,#stacks_in_994_139 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_139,#stacks_in_994_139 div,#stacks_in_994_139 p,#stacks_in_994_139 .fa:not(.no-indent),#stacks_in_994_139 ol,#stacks_in_994_139 ul li,#stacks_in_994_139 ol li,#stacks_in_994_139 ol,#stacks_in_994_139 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_139{}}

#stacks_in_994_86 p,#stacks_in_994_86 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_86,#stacks_in_994_86 div,#stacks_in_994_86 p,#stacks_in_994_86 .fa:not(.no-indent),#stacks_in_994_86 ol,#stacks_in_994_86 ul li,#stacks_in_994_86 ol li,#stacks_in_994_86 ol,#stacks_in_994_86 dl{line-height:1.30}}@media only screen and (min-width:0px){#stacks_in_994_86{}}

@media only screen and (min-width:0px){#stacks_in_994_247 h3,#stacks_in_994_247 div{line-height:0.70}}#stacks_in_994_247 h3,#stacks_in_994_247 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_247 h3 a,#stacks_in_994_247 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_247 h3 a:hover,#stacks_in_994_247 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_247 small,#stacks_in_994_247 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_247 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_994_247 {
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_994_99 p,#stacks_in_994_99 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_99,#stacks_in_994_99 div,#stacks_in_994_99 p,#stacks_in_994_99 .fa:not(.no-indent),#stacks_in_994_99 ol,#stacks_in_994_99 ul li,#stacks_in_994_99 ol li,#stacks_in_994_99 ol,#stacks_in_994_99 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_99{}}

#stacks_in_994_102 p,#stacks_in_994_102 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_102,#stacks_in_994_102 div,#stacks_in_994_102 p,#stacks_in_994_102 .fa:not(.no-indent),#stacks_in_994_102 ol,#stacks_in_994_102 ul li,#stacks_in_994_102 ol li,#stacks_in_994_102 ol,#stacks_in_994_102 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_102{}}


#stacks_in_994_102 {
	margin: 7px 0px 0px 0px;
}
#stacks_in_994_105 p,#stacks_in_994_105 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_994_105,#stacks_in_994_105 div,#stacks_in_994_105 p,#stacks_in_994_105 .fa:not(.no-indent),#stacks_in_994_105 ol,#stacks_in_994_105 ul li,#stacks_in_994_105 ol li,#stacks_in_994_105 ol,#stacks_in_994_105 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_105{}}


#stacks_in_994_105 {
	margin: 7px 0px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_994_265 h3,#stacks_in_994_265 div{line-height:0.70}}#stacks_in_994_265 h3,#stacks_in_994_265 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_265 h3 a,#stacks_in_994_265 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_265 h3 a:hover,#stacks_in_994_265 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_265 small,#stacks_in_994_265 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_265 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_994_265 {
	margin: 18px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_994_271 p,#stacks_in_994_271 div{margin-bottom:0}#stacks_in_994_271 p,#stacks_in_994_271 div,#stacks_in_994_271 ul,#stacks_in_994_271 ol,#stacks_in_994_271 dl{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_271 a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_271 a:hover{color:rgba(235, 91, 37, 1.00)}@media only screen and (min-width:0px){#stacks_in_994_271,#stacks_in_994_271 div,#stacks_in_994_271 p,#stacks_in_994_271 .fa:not(.no-indent),#stacks_in_994_271 ol,#stacks_in_994_271 ul li,#stacks_in_994_271 ol li,#stacks_in_994_271 ol,#stacks_in_994_271 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_271{}}


#stacks_in_994_271 {
	padding: 0px 20px 0px 0px;
}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_994_274_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  background-color: rgba(28, 155, 157, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_994_274_press.press-lite:focus {outline:0;}
#stacks_in_994_274_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 9px 0px 0px 0px;
}
#stacks_in_994_274_press.press-lite {
  white-space: nowrap;
}
#stacks_in_994_274_press.press-lite .press-lite-text span,
#stacks_in_994_274_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_994_274_press.press-lite,
#stacks_in_994_274_press.press-lite .press-lite-text,
#stacks_in_994_274_press.press-lite .press-lite-text:after,
#stacks_in_994_274_press.press-lite .press-lite-text > span,
#stacks_in_994_274_press.press-lite .press-lite-icon i,
#stacks_in_994_274_press.press-lite .press-lite-icon img,
#stacks_in_994_274_press.press-lite .press-lite-icon svg,
#stacks_in_994_274_press.press-lite .press-lite-icon svg path,
#stacks_in_994_274_press.press-lite .press-lite-icon svg polyline,
#stacks_in_994_274_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_994_274_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_994_274_press.press-lite .press-lite-icon i,
#stacks_in_994_274_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_994_274_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_994_274_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_994_274_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_994_274_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_994_274_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_994_274_press.press-lite:active,
#stacks_in_994_274_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
#stacks_in_994_274_press.press-lite:hover {
  background: rgba(57, 189, 191, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_994_274_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_994_274_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_994_274_press.press-lite .press-lite-line-t,
#stacks_in_994_274_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_994_274_press.press-lite .press-lite-line-l,
#stacks_in_994_274_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_994_274_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_994_274_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_994_274_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_994_274_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
@media only screen and (min-width:0px){#stacks_in_994_254 h3,#stacks_in_994_254 div{line-height:0.70}}#stacks_in_994_254 h3,#stacks_in_994_254 div{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_254 h3 a,#stacks_in_994_254 div a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_254 h3 a:hover,#stacks_in_994_254 div a:hover{color:rgba(21, 116, 117, 1.00)}#stacks_in_994_254 small,#stacks_in_994_254 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_994_254 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_994_254 {
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_994_186 p,#stacks_in_994_186 div{margin-bottom:0}#stacks_in_994_186 p,#stacks_in_994_186 div,#stacks_in_994_186 ul,#stacks_in_994_186 ol,#stacks_in_994_186 dl{color:rgba(236, 225, 205, 1.00)}#stacks_in_994_186 a{color:rgba(28, 155, 157, 1.00)}#stacks_in_994_186 a:hover{color:rgba(235, 91, 37, 1.00)}@media only screen and (min-width:0px){#stacks_in_994_186,#stacks_in_994_186 div,#stacks_in_994_186 p,#stacks_in_994_186 .fa:not(.no-indent),#stacks_in_994_186 ol,#stacks_in_994_186 ul li,#stacks_in_994_186 ol li,#stacks_in_994_186 ol,#stacks_in_994_186 dl{line-height:1.40}}@media only screen and (min-width:0px){#stacks_in_994_186{}}


#stacks_in_994_186 {
	padding: 0px 20px 0px 0px;
}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_994_289_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  background-color: rgba(28, 155, 157, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_994_289_press.press-lite:focus {outline:0;}
#stacks_in_994_289_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 9px 0px 0px 0px;
}
#stacks_in_994_289_press.press-lite {
  white-space: nowrap;
}
#stacks_in_994_289_press.press-lite .press-lite-text span,
#stacks_in_994_289_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_994_289_press.press-lite,
#stacks_in_994_289_press.press-lite .press-lite-text,
#stacks_in_994_289_press.press-lite .press-lite-text:after,
#stacks_in_994_289_press.press-lite .press-lite-text > span,
#stacks_in_994_289_press.press-lite .press-lite-icon i,
#stacks_in_994_289_press.press-lite .press-lite-icon img,
#stacks_in_994_289_press.press-lite .press-lite-icon svg,
#stacks_in_994_289_press.press-lite .press-lite-icon svg path,
#stacks_in_994_289_press.press-lite .press-lite-icon svg polyline,
#stacks_in_994_289_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_994_289_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_994_289_press.press-lite .press-lite-icon i,
#stacks_in_994_289_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_994_289_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_994_289_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_994_289_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_994_289_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_994_289_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_994_289_press.press-lite:active,
#stacks_in_994_289_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
#stacks_in_994_289_press.press-lite:hover {
  background: rgba(57, 189, 191, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_994_289_press.press-lite:active {
  box-shadow: inset 0px 0px 0px 300px rgba(0,0,0,0.1);
}
/*  */
#stacks_in_994_289_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_994_289_press.press-lite .press-lite-line-t,
#stacks_in_994_289_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_994_289_press.press-lite .press-lite-line-l,
#stacks_in_994_289_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_994_289_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_994_289_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_994_289_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_994_289_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.spacerStack {
	height: 41.00px;
}

#spacerStackstacks_in_994_108 {
	height: 41.00px;
}




























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