.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}

@font-face {
    font-family: 'FlatButtonLato';
    src: url('../index_files/font/lato-light-webfont.eot');
    src: url('../index_files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/lato-light-webfont.woff') format('woff'),
         url('../index_files/font/lato-light-webfont.ttf') format('truetype'),
         url('../index_files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../index_files/font/opensans-regular-webfont.eot');
    src: url('../index_files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/opensans-regular-webfont.woff') format('woff'),
         url('../index_files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../index_files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../index_files/font/notoserif-regular-webfont.eot');
    src: url('../index_files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../index_files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../index_files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../index_files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
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_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}}
  @media screen and (max-width:500px){#stacks_in_47181_7{display:none}} 

#stacks_in_47181_5 .flexfix_outerwrap2 {
display: block;
}

#stacks_in_47181_5 .flexfix_innerwrap2 {
display:block;
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;
 

max-width: 1024px;
 
}

#stacks_in_47181_5 .flexfix_headerrow2 {
display: block;
}

#stacks_in_47181_5 .flexfix_bottomrow2 {
display: block;
margin-left: auto;
margin-right: auto;

max-width: 1024px;
 
clear:both !important;
}

#stacks_in_47181_5 .flexfix_rightcolumn2 {
display: block;
 
overflow: auto;
margin-left: 120px;
 

 
}

#stacks_in_47181_5 .flexfix_leftcolumn2 {
display: block;
float: left;
width: 120px;
overflow: auto;
 

 

padding-right: 0px;
}

@media screen and (max-width : 550px) 
{
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}
#stacks_in_47181_5 {
	margin: 15px 15px 15px 15px;
}


  /* Standard Responsive Image */
  #stacks_in_47181_3 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_47181_3 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_47181_11 {
	margin: 30px 10px 0px 0px;
}
  #stacks_in_47181_18{display:none}@media screen and (max-width:500px){#stacks_in_47181_18{display:block}} 


  /* Standard Responsive Image */
  #stacks_in_47181_16 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_47181_16 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_47181_16 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_47156 .fg-content.fg-full-height{height:100%}#stacks_in_47156 .slides-container{margin:0}#stacks_in_47156 .slides-container > li{margin:0}#stacks_in_47156 .slides-container > li::before,#stacks_in_47156 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_47156 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_47156 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_47156 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_47156 .impact-wrapper{z-index:0}#stacks_in_47156 .impact-wrapper.fill-container{min-width:100%}#stacks_in_47156 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_47156 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_47156 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_47156 .impact-wrapper.flexible-height{height:40vh;min-height:300px;width:100%;min-width:100%}#stacks_in_47156 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_47156 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_47156 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_47156 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_47156 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_47156 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_47156 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_47156 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_47156 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_47156 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_47156 .impact-container{z-index:5}#stacks_in_47156 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_47156 .scrollDown{transform:scale(0.70)}}#stacks_in_47156 .scrollDown.button-bottom{bottom:30px}#stacks_in_47156 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_47156 .scrollDown.hide-on-mob{display:none}}#stacks_in_47156 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_47156 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_47156 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_47156 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_47156 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_47156 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_47156 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_47156 .slides-pagination > a{transition:all 3000ms ease}#stacks_in_47156 .slides-pagination > a.current{transition:all 3000ms ease}
#stacks_in_47157 .impact-slide{background-image:url("../index_files/slideshowImage-47157.jpg")}.slide-stacks_in_47157 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_47157 .impact-container.h-right{right:0px}.slide-stacks_in_47157 .impact-container.h-left{left:0px}.slide-stacks_in_47157 .impact-container.v-top{top:0px}.slide-stacks_in_47157.kb-zoom-in-stacks_in_47157.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_47157 9000ms ease 1 forwards;transform-origin:30% 20%}.slide-stacks_in_47157.kb-zoom-out-stacks_in_47157.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_47157 9000ms ease 1 forwards;transform-origin:30% 20%}@keyframes kb-zoom-in-stacks_in_47157{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_47157{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_47160 .impact-slide{background-image:url("../index_files/slideshowImage-47160.jpg")}.slide-stacks_in_47160 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_47160 .impact-container.h-right{right:0px}.slide-stacks_in_47160 .impact-container.h-left{left:0px}.slide-stacks_in_47160 .impact-container.v-top{top:0px}.slide-stacks_in_47160.kb-zoom-in-stacks_in_47160.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_47160 9000ms ease 1 forwards;transform-origin:70% 20%}.slide-stacks_in_47160.kb-zoom-out-stacks_in_47160.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_47160 9000ms ease 1 forwards;transform-origin:70% 20%}@keyframes kb-zoom-in-stacks_in_47160{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_47160{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_47166 .impact-slide{background-image:url("../index_files/slideshowImage-47166.jpg")}.slide-stacks_in_47166 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_47166 .impact-container.h-right{right:0px}.slide-stacks_in_47166 .impact-container.h-left{left:0px}.slide-stacks_in_47166 .impact-container.v-top{top:0px}.slide-stacks_in_47166.kb-zoom-in-stacks_in_47166.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_47166 9000ms ease 1 forwards;transform-origin:50% 20%}.slide-stacks_in_47166.kb-zoom-out-stacks_in_47166.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_47166 9000ms ease 1 forwards;transform-origin:50% 20%}@keyframes kb-zoom-in-stacks_in_47166{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_47166{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_47164 .impact-slide{background-image:url("../index_files/slideshowImage-47164.jpg")}.slide-stacks_in_47164 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_47164 .impact-container.h-right{right:0px}.slide-stacks_in_47164 .impact-container.h-left{left:0px}.slide-stacks_in_47164 .impact-container.v-top{top:0px}.slide-stacks_in_47164.kb-zoom-in-stacks_in_47164.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_47164 9000ms ease 1 forwards;transform-origin:30% 80%}.slide-stacks_in_47164.kb-zoom-out-stacks_in_47164.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_47164 9000ms ease 1 forwards;transform-origin:30% 80%}@keyframes kb-zoom-in-stacks_in_47164{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_47164{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_47162 .impact-slide{background-image:url("../index_files/slideshowImage-47162.jpg")}.slide-stacks_in_47162 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_47162 .impact-container.h-right{right:0px}.slide-stacks_in_47162 .impact-container.h-left{left:0px}.slide-stacks_in_47162 .impact-container.v-top{top:0px}.slide-stacks_in_47162.kb-zoom-in-stacks_in_47162.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_47162 9000ms ease 1 forwards;transform-origin:80% 20%}.slide-stacks_in_47162.kb-zoom-out-stacks_in_47162.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_47162 9000ms ease 1 forwards;transform-origin:80% 20%}@keyframes kb-zoom-in-stacks_in_47162{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_47162{0%{transform:scale(1.20)}100%{transform:scale(1)}}
/* Smart2columns2 stack v2.4.2 */#stacks_in_47231 .s2c_stacks_in_47231_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_47231 .s2c_stacks_in_47231_cw, #stacks_in_47231 .s2c_stacks_in_47231_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_47231 .s2c_stacks_in_47231_cw [class^="s2c_stacks_in_47231_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_47231 .s2c_stacks_in_47231_col1 {			vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_47231 .s2c_stacks_in_47231_col2 {		vertical-align: bottom;   	  	border-radius: 0px;		}#stacks_in_47231 .s2c_stacks_in_47231_cw .s2c_stacks_in_47231_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_47231 .s2c_stacks_in_47231_cw {		display: block;		table-layout: auto;	}		#stacks_in_47231 .s2c_stacks_in_47231_cw [class^="s2c_stacks_in_47231_col"] {		display: block;		width: 100%;	}	 	#stacks_in_47231 .s2c_stacks_in_47231_cw .s2c_stacks_in_47231_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack */
#stacks_in_7132 {
	margin: 0px 0px 8px 8px;
}
#stacks_in_47230 .stacks_in_47230-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "FlatButtonOpenSans", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_47230 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_47230 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_47230 .stacks_in_47230-button,
#stacks_in_47230 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_47230 {
		text-align: center;
	}

	#stacks_in_47230 .stacks_in_47230-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_47230 a.stacks_in_47230-button, #stacks_in_47230 a.stacks_in_47230-button:visited, #stacks_in_47230 a.stacks_in_47230-button:hover, #stacks_in_47230 a.stacks_in_47230-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_47230 .stacks_in_47230-button {
		
			background-color: #D36901;
		
	}

	#stacks_in_47230 a.stacks_in_47230-button, #stacks_in_47230 a.stacks_in_47230-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_47230 a.stacks_in_47230-button:hover, #stacks_in_47230 a.stacks_in_47230-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #E77D15;
		
	}

	


#stacks_in_541 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_541 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_541 #jwresp_col2_stacks_in_541{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_541 #jwresp_col1_stacks_in_541,#stacks_in_541 #jwresp_col2_stacks_in_541{width:100%;float:none;display:block}#stacks_in_541 #jwresp_col1_stacks_in_541{margin-bottom:15px}}

#stacks_in_7128 .stacks_in_7128-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "FlatButtonOpenSans", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_7128 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_7128 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_7128 .stacks_in_7128-button,
#stacks_in_7128 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_7128 {
		text-align: center;
	}

	#stacks_in_7128 .stacks_in_7128-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_7128 a.stacks_in_7128-button, #stacks_in_7128 a.stacks_in_7128-button:visited, #stacks_in_7128 a.stacks_in_7128-button:hover, #stacks_in_7128 a.stacks_in_7128-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_7128 .stacks_in_7128-button {
		
			background-color: #D36901;
		
	}

	#stacks_in_7128 a.stacks_in_7128-button, #stacks_in_7128 a.stacks_in_7128-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_7128 a.stacks_in_7128-button:hover, #stacks_in_7128 a.stacks_in_7128-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #E77D15;
		
	}

	


#stacks_in_7125 .stacks_in_7125-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "FlatButtonOpenSans", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_7125 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_7125 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_7125 .stacks_in_7125-button,
#stacks_in_7125 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_7125 {
		text-align: center;
	}

	#stacks_in_7125 .stacks_in_7125-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_7125 a.stacks_in_7125-button, #stacks_in_7125 a.stacks_in_7125-button:visited, #stacks_in_7125 a.stacks_in_7125-button:hover, #stacks_in_7125 a.stacks_in_7125-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_7125 .stacks_in_7125-button {
		
			background-color: none;
			border: 1px solid #D36901;
		
	}

	#stacks_in_7125 a.stacks_in_7125-button, #stacks_in_7125 a.stacks_in_7125-button:visited {
		
			color: #D36901 !important;
			
	}

	#stacks_in_7125 a.stacks_in_7125-button:hover, #stacks_in_7125 a.stacks_in_7125-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #D36901;
		
	}

	



#stacks_in_7125 {
	margin: 0px 0px 10px 0px;
}
/* Styling for Preview Mode & Publishing */


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#stacks_in_13239 .bx-wrapper {
	position: relative;
	
	margin: 0 auto;
	
	padding: 0;
	*zoom: 1;
}

#stacks_in_13239 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

/** THEME
===================================*/

#stacks_in_13239 .bx-wrapper .bx-viewport {
}

#stacks_in_13239 .bx-wrapper .bx-pager,
#stacks_in_13239 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 20px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

#stacks_in_13239 .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../index_files/orbit-images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}




	#stacks_in_13239 .bx-wrapper .bx-pager {
		display: none;
	}





/*  Hide navigation arrows if toggled off in settings. */

	#stacks_in_13239 .bx-wrapper .bx-prev,
	#stacks_in_13239 .bx-wrapper .bx-next {
		display: none;
	}


/* AUTO CONTROLS (START / STOP) */

#stacks_in_13239 .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#stacks_in_13239 .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../index_files/orbit-images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#stacks_in_13239 .bx-wrapper .bx-controls-auto .bx-start:hover,
#stacks_in_13239 .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#stacks_in_13239 .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../index_files/orbit-images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#stacks_in_13239 .bx-wrapper .bx-controls-auto .bx-stop:hover,
#stacks_in_13239 .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#stacks_in_13239 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#stacks_in_13239 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#stacks_in_13239 .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#stacks_in_13239 .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#stacks_in_13239 ul.bxslider, #stacks_in_13239 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */



#stacks_in_13239 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}


  /* Standard Responsive Image */
  #stacks_in_13207 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13207 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }





  /* Standard Responsive Image */
  #stacks_in_13212 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13212 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




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


  /* Standard Responsive Image */
  #stacks_in_13227 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13227 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




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


  /* Standard Responsive Image */
  #stacks_in_13222 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13222 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }





  /* Standard Responsive Image */
  #stacks_in_13217 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13217 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




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


  /* Standard Responsive Image */
  #stacks_in_13232 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13232 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




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


  /* Standard Responsive Image */
  #stacks_in_13237 .structure_responsive_image img {
    max-width: 100%;
    height: auto;
  }
  




  

/* Align Image */



  

  








/* Image Styling */
  
  #stacks_in_13237 .structure_responsive_image img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }




#stacks_in_13237 {
	padding: 25px 0px 0px 0px;
}

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

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


#topBoxTriggerRegionstacks_in_47215 #topBoxTriggerContentstacks_in_47215 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_47215 #topBoxTriggerContentstacks_in_47215 img {
	display: block;
	margin: 0 auto;
}

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

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

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

#topBoxContentWrapperstacks_in_47215 a {
	color: rgba(0, 84, 132, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_47215 a:visited {
	color: rgba(0, 84, 132, 1.00);
}

#topBoxContentWrapperstacks_in_47215 a:hover,
#topBoxContentWrapperstacks_in_47215 a:focus,
#topBoxContentWrapperstacks_in_47215 a:active {
	color: rgba(0, 84, 132, 1.00);
}

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

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

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



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


#topBoxContentWrapperstacks_in_47215 {
	display: none;
}







#stacks_in_47216 .stacks_in_47216-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_47216 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_47216 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_47216 .stacks_in_47216-button,
#stacks_in_47216 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_47216 {
		text-align: center;
	}









#stacks_in_47216 a.stacks_in_47216-button, #stacks_in_47216 a.stacks_in_47216-button:visited, #stacks_in_47216 a.stacks_in_47216-button:hover, #stacks_in_47216 a.stacks_in_47216-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_47216 .stacks_in_47216-button {
		
			background-color: #D36901;
		
	}

	#stacks_in_47216 a.stacks_in_47216-button, #stacks_in_47216 a.stacks_in_47216-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_47216 a.stacks_in_47216-button:hover, #stacks_in_47216 a.stacks_in_47216-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #E77D15;
		
	}

	
	#stacks_in_47216 .button_icon {
		
			background-color: #1FAC8D;
		
	}

	#stacks_in_47216 a.stacks_in_47216-button:hover .button_icon, #stacks_in_47216 a.stacks_in_47216-button:active .button_icon {
		
			background-color: #33C0A1;
				
	}
	


#stacks_in_47221,#stacks_in_47221 div,#stacks_in_47221 p,#stacks_in_47221 ol,#stacks_in_47221 ul li,#stacks_in_47221 ol li,#stacks_in_47221 ol,#stacks_in_47221 dl{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_47221,#stacks_in_47221 div,#stacks_in_47221 p,#stacks_in_47221 ol,#stacks_in_47221 ul li,#stacks_in_47221 ol li,#stacks_in_47221 ol,#stacks_in_47221 dl{font-size:1.30rem}}@media only screen and (min-width:0px){#stacks_in_47221,#stacks_in_47221 div,#stacks_in_47221 p,#stacks_in_47221 .fa:not(.no-indent),#stacks_in_47221 ol,#stacks_in_47221 ul li,#stacks_in_47221 ol li,#stacks_in_47221 ol,#stacks_in_47221 dl{line-height:1.60}}@media only screen and (min-width:0px){#stacks_in_47221{}}


/* We use this media query to add styles to any device that supports media queries */
@media only screen {
   
    #stacks_in_47214 {
      margin: 0px;      
    }

    #stacks_in_47214 {
      padding: 0px;      
    }


    

    
  


 


 


}


@media only screen and (max-width: 1024px) {
   
    #stacks_in_47214 {
      margin: 0px;      
    }

    #stacks_in_47214 {
      padding: 0px;      
    }


    

    
  


 
}



@media only screen and (max-width: 480px) {
   
    #stacks_in_47214 {
      margin: 0px;      
    }

    #stacks_in_47214 {
      padding: 0px;      
    }


    

    
  

}


#stacks_in_47214 {
	margin: 30px 0px 0px 0px;
}
