/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
a.block-link{display:block;text-decoration:none !important;padding:0;margin:0;color:inherit}a.block-link:link,a.block-link:visited,a.block-link:hover,a.block-link:active{color:inherit}
.sitelok-hide{display:none !important}
/* 
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-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}}

/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_11747_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_11747_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_11747_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_11747_9psychedelicWrapper{
		-webkit-animation: stacks_in_11747_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_11747_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_11747_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_11747_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_11747_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_11747_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_11747_7,#stacks_in_11747_7 div,#stacks_in_11747_7 p,#stacks_in_11747_7 ol,#stacks_in_11747_7 ul li,#stacks_in_11747_7 ol li,#stacks_in_11747_7 ol,#stacks_in_11747_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_11747_7,#stacks_in_11747_7 div,#stacks_in_11747_7 p,#stacks_in_11747_7 ol,#stacks_in_11747_7 ul li,#stacks_in_11747_7 ol li,#stacks_in_11747_7 ol,#stacks_in_11747_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_11747_7{}}

body#perfect_text_stacks_in_11917,
#perfect_text_stacks_in_11917 body,
html#perfect_text_stacks_in_11917 body,
html#perfect_text_stacks_in_11917,
html {
  line-height: 1;
  font-size: 18px; 
  
}

div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code,
em, 
big, small, strike, strong, sub, sup, 
b, u, i,
article, aside, canvas, 
figure, footer, header, 
section,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
}
#perfect_text_stacks_in_11917 pre {
  font-family: monospace;
}

#perfect_text_stacks_in_11917 .stacks_top div,
#perfect_text_stacks_in_11917 .stacks_top p,
#perfect_text_stacks_in_11917 .stacks_top section,
#perfect_text_stacks_in_11917 .stacks_top article,
#perfect_text_stacks_in_11917 .stacks_top pre {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
#perfect_text_stacks_in_11917 .stacks_top em {
  font-style: italic;
}
#perfect_text_stacks_in_11917 .stacks_top strong {
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top big {
  font-size: 1.25em;
  line-height: 1;
}
#perfect_text_stacks_in_11917 .stacks_top small {
  font-size: .8em;
  display: inline-block;
}
#perfect_text_stacks_in_11917 .stacks_top h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 7.200001px 0; 
}
#perfect_text_stacks_in_11917 .stacks_top h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 11.700001px 0; 
}
#perfect_text_stacks_in_11917 .stacks_top h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 13.950001px 0; 

}
#perfect_text_stacks_in_11917 .stacks_top h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 12.600002px 0; 
}
#perfect_text_stacks_in_11917 .stacks_top h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 10.800003px 0; 
}
#perfect_text_stacks_in_11917 .stacks_top h6 {
  font-size: .9rem;
  font-weight: 600;
  margin: 10.800003px 0; 
}
#perfect_text_stacks_in_11917 .stacks_top h1 p {
  font-size: 2rem;
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top h2 p {
  font-size: 1.5rem;
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top h3 p {
  font-size: 1.25rem;
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top h4 p {
  font-size: 1.1rem;
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top h5 p {
  font-size: 1rem;
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top h6 p {
  font-size: .9rem;
  font-weight: 600;
}
#perfect_text_stacks_in_11917 .stacks_top p {
  margin: 18px 0; 

}
#perfect_text_stacks_in_11917 .stacks_top p:first-of-type,
#perfect_text_stacks_in_11917 .stacks_top h1 + p,
#perfect_text_stacks_in_11917 .stacks_top h2 + p,
#perfect_text_stacks_in_11917 .stacks_top h3 + p,
#perfect_text_stacks_in_11917 .stacks_top h4 + p,
#perfect_text_stacks_in_11917 .stacks_top h5 + p,
#perfect_text_stacks_in_11917 .stacks_top h6 + p {
  margin: 0 0 18px 0;
}
#perfect_text_stacks_in_11917 .stacks_top h1 p,
#perfect_text_stacks_in_11917 .stacks_top h2 p,
#perfect_text_stacks_in_11917 .stacks_top h3 p,
#perfect_text_stacks_in_11917 .stacks_top h4 p,
#perfect_text_stacks_in_11917 .stacks_top h5 p,
#perfect_text_stacks_in_11917 .stacks_top h6 p {
  margin: 0 !important;
}



@media all and (max-width: 768px) {
  
  body#perfect_text_stacks_in_11917,
  #perfect_text_stacks_in_11917 body,
  html#perfect_text_stacks_in_11917 body {
    font-size: 16px;
  }
  #perfect_text_stacks_in_11917 .stacks_top div,
  #perfect_text_stacks_in_11917 .stacks_top p,
  #perfect_text_stacks_in_11917 .stacks_top section,
  #perfect_text_stacks_in_11917 .stacks_top article,
  #perfect_text_stacks_in_11917 .stacks_top code {
    line-height: 1.5;
  }
  #perfect_text_stacks_in_11917 .stacks_top h1,
  #perfect_text_stacks_in_11917 .stacks_top h2,
  #perfect_text_stacks_in_11917 .stacks_top h3,
  #perfect_text_stacks_in_11917 .stacks_top h4,
  #perfect_text_stacks_in_11917 .stacks_top h5,
  #perfect_text_stacks_in_11917 .stacks_top h6,
  #perfect_text_stacks_in_11917 .stacks_top p {
    margin: 14px 0;
  }
  #perfect_text_stacks_in_11917 .stacks_top big {
    font-size: 1.2em;
    line-height: 1.2;
  }
  
}

 /*!
 * smartbanner.js v1.15.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/ }
  .smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center; }
    .smartbanner__exit::before, .smartbanner__exit::after {
      position: absolute;
      width: 1px;
      height: 12px;
      background: #767676;
      content: ' '; }
    .smartbanner__exit::before {
      transform: rotate(45deg); }
    .smartbanner__exit::after {
      transform: rotate(-45deg); }
  .smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px; }
  .smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000; }
    .smartbanner__info__title {
      font-size: 14px; }
    .smartbanner__info__author, .smartbanner__info__price {
      font-size: 12px; }
  .smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none; }
    .smartbanner__button__label {
      text-align: center; }
  .smartbanner.smartbanner--android {
    background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
    box-shadow: inset 0 4px 0 #88b131; }
    .smartbanner.smartbanner--android .smartbanner__exit {
      left: 6px;
      margin-right: 7px;
      width: 17px;
      height: 17px;
      border-radius: 14px;
      background: #1c1e21;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
      color: #b1b1b3;
      font-family: 'ArialRoundedMTBold', Arial;
      font-size: 20px;
      line-height: 17px;
      text-shadow: 0 1px 1px #000; }
      .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
        top: 3px;
        left: 8px;
        width: 2px;
        height: 11px;
        background: #b1b1b3; }
      .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
        color: #eee; }
    .smartbanner.smartbanner--android .smartbanner__icon {
      background-color: transparent;
      box-shadow: none; }
    .smartbanner.smartbanner--android .smartbanner__info {
      color: #ccc;
      text-shadow: 0 1px 2px #000; }
      .smartbanner.smartbanner--android .smartbanner__info__title {
        color: #fff;
        font-weight: bold; }
    .smartbanner.smartbanner--android .smartbanner__button {
      top: 30px;
      right: 20px;
      padding: 0;
      min-width: 12%;
      border-radius: 0;
      background: none;
      box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
      color: #d1d1d1;
      font-size: 14px;
      font-weight: bold; }
      .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
        background: none; }
      .smartbanner.smartbanner--android .smartbanner__button__label {
        display: block;
        padding: 0 10px;
        background: #42b6c9;
        background: linear-gradient(to bottom, #42b6c9, #39a9bb);
        box-shadow: none;
        line-height: 24px;
        text-align: center;
        text-shadow: none;
        text-transform: none; }
        .smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
          background: #2ac7e1; }

/* Added by Stacks4Stacks */
.smartbanner__info {
  line-height: 1.5;
}

#stacks_in_11993 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  10px;
	margin: 0px 0px 10px 0px;
	padding:  20px;
}
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(2, 117, 216, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #299bfd; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: white; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #e7908e; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #91cf91; }
  .button.b-p.radius:not(.custom) {
    border-radius: 0px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(2, 117, 216, 1.00);
    color: rgba(2, 117, 216, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #299bfd;
      background-color: #299bfd; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: white;
        background-color: white; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #e7908e;
        background-color: #e7908e; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #91cf91;
        background-color: #91cf91; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #5c6164;
      border-color: #f2f2f2;
      background-color: rgba(212, 212, 212, 0.00); }

.button.b-p:not(.custom) {
  border-radius: 0px; }
#stacks_in_10153 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_10153 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_10153 .fluid-image.unlimited img{width:100% !important}#stacks_in_10153 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_10153 .fluid-image.align-left img{float:left}#stacks_in_10153 .fluid-image.align-right img{float:right}
#stacks_in_10154 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_10154 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_10154 .fluid-image.unlimited img{width:100% !important}#stacks_in_10154 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_10154 .fluid-image.align-left img{float:left}#stacks_in_10154 .fluid-image.align-right img{float:right}
#stacks_in_10155 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_10155 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_10155 .fluid-image.unlimited img{width:100% !important}#stacks_in_10155 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_10155 .fluid-image.align-left img{float:left}#stacks_in_10155 .fluid-image.align-right img{float:right}

 
#stacks_in_9996 .show-for-custom { display:none; }
@media only screen and (min-width: 700px) {
	#stacks_in_9996 .show-for-custom { display:block; }
	#stacks_in_9996 .hide-for-custom { display:none; }
}
 

.spacerStack {
	height: 250.00px;
}

#spacerStackstacks_in_3142 {
	height: 250.00px;
}




























@media print {
	#spacerStackstacks_in_3142 {
		display: none !important;
	}
}
#stacks_in_314>.s3_row {
	margin: 0 -10px;
}

#stacks_in_314>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_314>.s3_row>.s3_column_right {
	width: 80.000000%;
}




#stacks_in_314>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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



}





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

  #stacks_in_4794{text-align:center}       #stacks_in_4794>.button.b-p,#stacks_in_4794>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_4794>.button.b-p:hover,#stacks_in_4794>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_4794>.button.b-p.expand-mob:not(.icon-only),#stacks_in_4794>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_4794 .button.b-p.expand-large:not(.icon-only),#stacks_in_4794>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#toggleWrapper_stacks_in_4159 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_4159 {
	padding: 8px;
	margin: 0;
	background: #FFFFFF;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_4159:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_4159 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_4159 a:link:after,
	#toggleTrigger_stacks_in_4159 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_4159 {
		display: block !important;
	}
}

        #stacks_in_4162>.button.b-p,#stacks_in_4162>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_4162>.button.b-p:hover,#stacks_in_4162>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_4162>.button.b-p.expand-mob:not(.icon-only),#stacks_in_4162>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_4162 .button.b-p.expand-large:not(.icon-only),#stacks_in_4162>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  






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


.poster-pagination {
    text-align: center;
}


.poster-pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.poster-pagination a {
    text-decoration: none;
}





.poster-list-item {
    transition: background-color 500ms;
    
    
    
    
}

.poster-item {
    
}

.poster-list-item:hover {
    
}

.poster-body {
    
}


.poster-list {
    display: flex;
    vertical-align: top;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: auto;
}

@media(max-width:767px){
    .poster-list-item {
        
        width: 100%;
        
    }
}
@media(min-width:768px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:992px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:1200px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}





/* For edit and !edit mode */

.poster-title a:hover {
    text-decoration: none !important;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.poster-external-link::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 1rem;
    font-size: smaller;
}


/* Social */

.poster-social {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5rem;
}

.poster-social a {
    text-decoration: none;
    margin-right: 0.5rem;
}



.poster-share::after {
    font-family: FontAwesome;
    
    color: #808080;
    
    
    content: "\f1e0";
    
}



.poster-facebook::after {
    font-family: FontAwesome;
    
    color: #01257A;
    
    
    content: "\f09a";
    
}



.poster-twitter::after {
    font-family: FontAwesome;
    
    color: #55ACEE;
    
    
    content: "\f099";
    
}


.poster-pinterest {
    display: none;
}


.poster-pinterest::after {
    font-family: FontAwesome;
    
    color: #BD2026;
    
    
    content: "\f231";
    
}


.poster-linkedin {
    display: none;
}


.poster-linkedin::after {
    font-family: FontAwesome;
    
    color: #2E8CD7;
    
    
    content: "\f0e1";
    
}


.poster-xing {
    display: none;
}


.poster-xing::after {
    font-family: FontAwesome;
    
    color: #1A7576;
    
    
    content: "\f168";
    
}


.poster-envelope {
    display: none;
}


.poster-envelope::after {
    font-family: FontAwesome;
    
    color: #000000;
    
    
    content: "\f003";
    
}

.poster-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.poster-thumbnail-caption {
    margin-top: 5px;
}

.poster-item article {
    float: none !important;
    width: 100% !important;
}





#stacks_in_18274 .poster-date {
    display: none !important;
}



#stacks_in_18274 .poster-readmore {
    display: none !important;
}





#stacks_in_18274 .blog-entry-author {
    display: none !important;
}



#stacks_in_18296 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18296 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18296 .fluid-image.unlimited img{width:100% !important}#stacks_in_18296 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18296 .fluid-image.align-left img{float:left}#stacks_in_18296 .fluid-image.align-right img{float:right}

        #stacks_in_18293>.button.b-p,#stacks_in_18293>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18293>.button.b-p:hover,#stacks_in_18293>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18293>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18293>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18293 .button.b-p.expand-large:not(.icon-only),#stacks_in_18293>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18281 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18282 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18282 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18282:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18282 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18282 a:link:after,
	#toggleTrigger_stacks_in_18282 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18282 {
		display: block !important;
	}
}

#stacks_in_18286 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18275 .poster-date {
    display: none !important;
}



#stacks_in_18275 .poster-readmore {
    display: none !important;
}





#stacks_in_18275 .blog-entry-author {
    display: none !important;
}



#stacks_in_18315 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18315 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18315 .fluid-image.unlimited img{width:100% !important}#stacks_in_18315 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18315 .fluid-image.align-left img{float:left}#stacks_in_18315 .fluid-image.align-right img{float:right}

        #stacks_in_18312>.button.b-p,#stacks_in_18312>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18312>.button.b-p:hover,#stacks_in_18312>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18312>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18312>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18312 .button.b-p.expand-large:not(.icon-only),#stacks_in_18312>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18300 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18301 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18301 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18301:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18301 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18301 a:link:after,
	#toggleTrigger_stacks_in_18301 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18301 {
		display: block !important;
	}
}

#stacks_in_18305 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18276 .poster-date {
    display: none !important;
}



#stacks_in_18276 .poster-readmore {
    display: none !important;
}





#stacks_in_18276 .blog-entry-author {
    display: none !important;
}



#stacks_in_18334 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18334 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18334 .fluid-image.unlimited img{width:100% !important}#stacks_in_18334 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18334 .fluid-image.align-left img{float:left}#stacks_in_18334 .fluid-image.align-right img{float:right}

        #stacks_in_18331>.button.b-p,#stacks_in_18331>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18331>.button.b-p:hover,#stacks_in_18331>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18331>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18331>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18331 .button.b-p.expand-large:not(.icon-only),#stacks_in_18331>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18319 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18320 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18320 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18320:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18320 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18320 a:link:after,
	#toggleTrigger_stacks_in_18320 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18320 {
		display: block !important;
	}
}

#stacks_in_18324 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18252 .poster-date {
    display: none !important;
}



#stacks_in_18252 .poster-readmore {
    display: none !important;
}





#stacks_in_18252 .blog-entry-author {
    display: none !important;
}



#stacks_in_18270 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18270 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18270 .fluid-image.unlimited img{width:100% !important}#stacks_in_18270 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18270 .fluid-image.align-left img{float:left}#stacks_in_18270 .fluid-image.align-right img{float:right}

        #stacks_in_18267>.button.b-p,#stacks_in_18267>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18267>.button.b-p:hover,#stacks_in_18267>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18267>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18267>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18267 .button.b-p.expand-large:not(.icon-only),#stacks_in_18267>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18255 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18256 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18256 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18256:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18256 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18256 a:link:after,
	#toggleTrigger_stacks_in_18256 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18256 {
		display: block !important;
	}
}

#stacks_in_18260 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18162 .poster-date {
    display: none !important;
}



#stacks_in_18162 .poster-readmore {
    display: none !important;
}





#stacks_in_18162 .blog-entry-author {
    display: none !important;
}



#stacks_in_18180 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18180 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18180 .fluid-image.unlimited img{width:100% !important}#stacks_in_18180 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18180 .fluid-image.align-left img{float:left}#stacks_in_18180 .fluid-image.align-right img{float:right}

        #stacks_in_18177>.button.b-p,#stacks_in_18177>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18177>.button.b-p:hover,#stacks_in_18177>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18177>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18177>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18177 .button.b-p.expand-large:not(.icon-only),#stacks_in_18177>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18165 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18166 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18166 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18166:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18166 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18166 a:link:after,
	#toggleTrigger_stacks_in_18166 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18166 {
		display: block !important;
	}
}

#stacks_in_18170 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18184 .poster-date {
    display: none !important;
}



#stacks_in_18184 .poster-readmore {
    display: none !important;
}





#stacks_in_18184 .blog-entry-author {
    display: none !important;
}



#stacks_in_18202 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18202 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18202 .fluid-image.unlimited img{width:100% !important}#stacks_in_18202 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18202 .fluid-image.align-left img{float:left}#stacks_in_18202 .fluid-image.align-right img{float:right}

        #stacks_in_18199>.button.b-p,#stacks_in_18199>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18199>.button.b-p:hover,#stacks_in_18199>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18199>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18199>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18199 .button.b-p.expand-large:not(.icon-only),#stacks_in_18199>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18187 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18188 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18188 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18188:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18188 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18188 a:link:after,
	#toggleTrigger_stacks_in_18188 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18188 {
		display: block !important;
	}
}

#stacks_in_18192 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18137 .poster-date {
    display: none !important;
}



#stacks_in_18137 .poster-readmore {
    display: none !important;
}





#stacks_in_18137 .blog-entry-author {
    display: none !important;
}



#stacks_in_18155 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18155 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18155 .fluid-image.unlimited img{width:100% !important}#stacks_in_18155 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18155 .fluid-image.align-left img{float:left}#stacks_in_18155 .fluid-image.align-right img{float:right}

        #stacks_in_18152>.button.b-p,#stacks_in_18152>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18152>.button.b-p:hover,#stacks_in_18152>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18152>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18152>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18152 .button.b-p.expand-large:not(.icon-only),#stacks_in_18152>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18140 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18141 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18141 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18141:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18141 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18141 a:link:after,
	#toggleTrigger_stacks_in_18141 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18141 {
		display: block !important;
	}
}

#stacks_in_18145 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18053 .poster-date {
    display: none !important;
}



#stacks_in_18053 .poster-readmore {
    display: none !important;
}





#stacks_in_18053 .blog-entry-author {
    display: none !important;
}



#stacks_in_18078 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18078 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18078 .fluid-image.unlimited img{width:100% !important}#stacks_in_18078 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18078 .fluid-image.align-left img{float:left}#stacks_in_18078 .fluid-image.align-right img{float:right}

        #stacks_in_18075>.button.b-p,#stacks_in_18075>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18075>.button.b-p:hover,#stacks_in_18075>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18075>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18075>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18075 .button.b-p.expand-large:not(.icon-only),#stacks_in_18075>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18063 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18064 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18064 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18064:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18064 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18064 a:link:after,
	#toggleTrigger_stacks_in_18064 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18064 {
		display: block !important;
	}
}

#stacks_in_18068 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_18091 .poster-date {
    display: none !important;
}



#stacks_in_18091 .poster-readmore {
    display: none !important;
}





#stacks_in_18091 .blog-entry-author {
    display: none !important;
}



#stacks_in_18109 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_18109 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_18109 .fluid-image.unlimited img{width:100% !important}#stacks_in_18109 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_18109 .fluid-image.align-left img{float:left}#stacks_in_18109 .fluid-image.align-right img{float:right}

        #stacks_in_18106>.button.b-p,#stacks_in_18106>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_18106>.button.b-p:hover,#stacks_in_18106>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_18106>.button.b-p.expand-mob:not(.icon-only),#stacks_in_18106>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_18106 .button.b-p.expand-large:not(.icon-only),#stacks_in_18106>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_18094 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_18095 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_18095 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_18095:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_18095 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_18095 a:link:after,
	#toggleTrigger_stacks_in_18095 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_18095 {
		display: block !important;
	}
}

#stacks_in_18099 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17770 .poster-date {
    display: none !important;
}



#stacks_in_17770 .poster-readmore {
    display: none !important;
}





#stacks_in_17770 .blog-entry-author {
    display: none !important;
}



#stacks_in_17788 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17788 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17788 .fluid-image.unlimited img{width:100% !important}#stacks_in_17788 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17788 .fluid-image.align-left img{float:left}#stacks_in_17788 .fluid-image.align-right img{float:right}

        #stacks_in_17785>.button.b-p,#stacks_in_17785>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17785>.button.b-p:hover,#stacks_in_17785>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17785>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17785>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17785 .button.b-p.expand-large:not(.icon-only),#stacks_in_17785>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#toggleWrapper_stacks_in_17988 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17988 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17988:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17988 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17988 a:link:after,
	#toggleTrigger_stacks_in_17988 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17988 {
		display: block !important;
	}
}

#stacks_in_17992 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_17773 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17774 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17774 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17774:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17774 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17774 a:link:after,
	#toggleTrigger_stacks_in_17774 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17774 {
		display: block !important;
	}
}

#stacks_in_17778 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17966 .poster-date {
    display: none !important;
}



#stacks_in_17966 .poster-readmore {
    display: none !important;
}





#stacks_in_17966 .blog-entry-author {
    display: none !important;
}



#stacks_in_17984 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17984 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17984 .fluid-image.unlimited img{width:100% !important}#stacks_in_17984 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17984 .fluid-image.align-left img{float:left}#stacks_in_17984 .fluid-image.align-right img{float:right}

        #stacks_in_17981>.button.b-p,#stacks_in_17981>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17981>.button.b-p:hover,#stacks_in_17981>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17981>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17981>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17981 .button.b-p.expand-large:not(.icon-only),#stacks_in_17981>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17969 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17970 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17970 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17970:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17970 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17970 a:link:after,
	#toggleTrigger_stacks_in_17970 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17970 {
		display: block !important;
	}
}

#stacks_in_17974 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17816 .poster-date {
    display: none !important;
}



#stacks_in_17816 .poster-readmore {
    display: none !important;
}





#stacks_in_17816 .blog-entry-author {
    display: none !important;
}



#stacks_in_17834 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17834 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17834 .fluid-image.unlimited img{width:100% !important}#stacks_in_17834 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17834 .fluid-image.align-left img{float:left}#stacks_in_17834 .fluid-image.align-right img{float:right}

        #stacks_in_17831>.button.b-p,#stacks_in_17831>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17831>.button.b-p:hover,#stacks_in_17831>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17831>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17831>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17831 .button.b-p.expand-large:not(.icon-only),#stacks_in_17831>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17819 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17820 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17820 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17820:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17820 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17820 a:link:after,
	#toggleTrigger_stacks_in_17820 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17820 {
		display: block !important;
	}
}

#stacks_in_17824 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17794 .poster-date {
    display: none !important;
}



#stacks_in_17794 .poster-readmore {
    display: none !important;
}





#stacks_in_17794 .blog-entry-author {
    display: none !important;
}



#stacks_in_17812 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17812 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17812 .fluid-image.unlimited img{width:100% !important}#stacks_in_17812 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17812 .fluid-image.align-left img{float:left}#stacks_in_17812 .fluid-image.align-right img{float:right}

        #stacks_in_17809>.button.b-p,#stacks_in_17809>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17809>.button.b-p:hover,#stacks_in_17809>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17809>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17809>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17809 .button.b-p.expand-large:not(.icon-only),#stacks_in_17809>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17797 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17798 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17798 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17798:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17798 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17798 a:link:after,
	#toggleTrigger_stacks_in_17798 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17798 {
		display: block !important;
	}
}

#stacks_in_17802 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17704 .poster-date {
    display: none !important;
}



#stacks_in_17704 .poster-readmore {
    display: none !important;
}





#stacks_in_17704 .blog-entry-author {
    display: none !important;
}



#stacks_in_17722 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17722 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17722 .fluid-image.unlimited img{width:100% !important}#stacks_in_17722 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17722 .fluid-image.align-left img{float:left}#stacks_in_17722 .fluid-image.align-right img{float:right}

        #stacks_in_17719>.button.b-p,#stacks_in_17719>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17719>.button.b-p:hover,#stacks_in_17719>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17719>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17719>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17719 .button.b-p.expand-large:not(.icon-only),#stacks_in_17719>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17707 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17708 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17708 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17708:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17708 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17708 a:link:after,
	#toggleTrigger_stacks_in_17708 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17708 {
		display: block !important;
	}
}

#stacks_in_17712 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17726 .poster-date {
    display: none !important;
}



#stacks_in_17726 .poster-readmore {
    display: none !important;
}





#stacks_in_17726 .blog-entry-author {
    display: none !important;
}



#stacks_in_17744 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17744 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17744 .fluid-image.unlimited img{width:100% !important}#stacks_in_17744 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17744 .fluid-image.align-left img{float:left}#stacks_in_17744 .fluid-image.align-right img{float:right}

        #stacks_in_17741>.button.b-p,#stacks_in_17741>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17741>.button.b-p:hover,#stacks_in_17741>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17741>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17741>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17741 .button.b-p.expand-large:not(.icon-only),#stacks_in_17741>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17729 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17730 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17730 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17730:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17730 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17730 a:link:after,
	#toggleTrigger_stacks_in_17730 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17730 {
		display: block !important;
	}
}

#stacks_in_17734 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17658 .poster-date {
    display: none !important;
}



#stacks_in_17658 .poster-readmore {
    display: none !important;
}





#stacks_in_17658 .blog-entry-author {
    display: none !important;
}



#stacks_in_17676 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17676 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17676 .fluid-image.unlimited img{width:100% !important}#stacks_in_17676 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17676 .fluid-image.align-left img{float:left}#stacks_in_17676 .fluid-image.align-right img{float:right}

        #stacks_in_17673>.button.b-p,#stacks_in_17673>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17673>.button.b-p:hover,#stacks_in_17673>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17673>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17673>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17673 .button.b-p.expand-large:not(.icon-only),#stacks_in_17673>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17661 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17662 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17662 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17662:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17662 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17662 a:link:after,
	#toggleTrigger_stacks_in_17662 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17662 {
		display: block !important;
	}
}

#stacks_in_17666 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17492 .poster-date {
    display: none !important;
}



#stacks_in_17492 .poster-readmore {
    display: none !important;
}





#stacks_in_17492 .blog-entry-author {
    display: none !important;
}



#stacks_in_17512 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17512 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17512 .fluid-image.unlimited img{width:100% !important}#stacks_in_17512 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17512 .fluid-image.align-left img{float:left}#stacks_in_17512 .fluid-image.align-right img{float:right}

        #stacks_in_17509>.button.b-p,#stacks_in_17509>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17509>.button.b-p:hover,#stacks_in_17509>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17509>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17509>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17509 .button.b-p.expand-large:not(.icon-only),#stacks_in_17509>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17495 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17498 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17498 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17498:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17498 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17498 a:link:after,
	#toggleTrigger_stacks_in_17498 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17498 {
		display: block !important;
	}
}

#stacks_in_17502 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17636 .poster-date {
    display: none !important;
}



#stacks_in_17636 .poster-readmore {
    display: none !important;
}





#stacks_in_17636 .blog-entry-author {
    display: none !important;
}



#stacks_in_17654 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17654 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17654 .fluid-image.unlimited img{width:100% !important}#stacks_in_17654 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17654 .fluid-image.align-left img{float:left}#stacks_in_17654 .fluid-image.align-right img{float:right}

        #stacks_in_17651>.button.b-p,#stacks_in_17651>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17651>.button.b-p:hover,#stacks_in_17651>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17651>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17651>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17651 .button.b-p.expand-large:not(.icon-only),#stacks_in_17651>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17639 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17640 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17640 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17640:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17640 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17640 a:link:after,
	#toggleTrigger_stacks_in_17640 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17640 {
		display: block !important;
	}
}

#stacks_in_17644 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17445 .poster-date {
    display: none !important;
}



#stacks_in_17445 .poster-readmore {
    display: none !important;
}





#stacks_in_17445 .blog-entry-author {
    display: none !important;
}



#stacks_in_17465 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17465 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17465 .fluid-image.unlimited img{width:100% !important}#stacks_in_17465 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17465 .fluid-image.align-left img{float:left}#stacks_in_17465 .fluid-image.align-right img{float:right}

        #stacks_in_17462>.button.b-p,#stacks_in_17462>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17462>.button.b-p:hover,#stacks_in_17462>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17462>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17462>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17462 .button.b-p.expand-large:not(.icon-only),#stacks_in_17462>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

#stacks_in_17449 {
	margin: 0px 0px 20px 0px;
}
#toggleWrapper_stacks_in_17451 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17451 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17451:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17451 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17451 a:link:after,
	#toggleTrigger_stacks_in_17451 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17451 {
		display: block !important;
	}
}

#stacks_in_17455 {
	padding: 0px 0px 20px 0px;
}





#stacks_in_17469 .poster-date {
    display: none !important;
}



#stacks_in_17469 .poster-readmore {
    display: none !important;
}





#stacks_in_17469 .blog-entry-author {
    display: none !important;
}



#stacks_in_17489 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17489 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17489 .fluid-image.unlimited img{width:100% !important}#stacks_in_17489 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17489 .fluid-image.align-left img{float:left}#stacks_in_17489 .fluid-image.align-right img{float:right}

        #stacks_in_17486>.button.b-p,#stacks_in_17486>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17486>.button.b-p:hover,#stacks_in_17486>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17486>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17486>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17486 .button.b-p.expand-large:not(.icon-only),#stacks_in_17486>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_17472 {
	padding: 10px 0px 10px 0px;
}
#toggleWrapper_stacks_in_17475 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_17475 {
	padding: 20px;
	margin: 0;
	background: #EAEAEA;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_17475:hover { 
	color: #999999;
	cursor: pointer; 
}

#toggleContainer_stacks_in_17475 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background: #EAEAEA;
	color: #666666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_17475 a:link:after,
	#toggleTrigger_stacks_in_17475 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_17475 {
		display: block !important;
	}
}

#stacks_in_17479 {
	padding: 0px 0px 20px 0px;
}







#stacks_in_17354 .poster-readmore {
    display: none !important;
}





#stacks_in_17354 .blog-entry-author {
    display: none !important;
}



#stacks_in_17371 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17371 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17371 .fluid-image.unlimited img{width:100% !important}#stacks_in_17371 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17371 .fluid-image.align-left img{float:left}#stacks_in_17371 .fluid-image.align-right img{float:right}

        #stacks_in_17368>.button.b-p,#stacks_in_17368>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17368>.button.b-p:hover,#stacks_in_17368>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17368>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17368>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17368 .button.b-p.expand-large:not(.icon-only),#stacks_in_17368>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17328 .poster-readmore {
    display: none !important;
}





#stacks_in_17328 .blog-entry-author {
    display: none !important;
}



#stacks_in_17345 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17345 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17345 .fluid-image.unlimited img{width:100% !important}#stacks_in_17345 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17345 .fluid-image.align-left img{float:left}#stacks_in_17345 .fluid-image.align-right img{float:right}

        #stacks_in_17342>.button.b-p,#stacks_in_17342>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17342>.button.b-p:hover,#stacks_in_17342>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17342>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17342>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17342 .button.b-p.expand-large:not(.icon-only),#stacks_in_17342>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17286 .poster-readmore {
    display: none !important;
}





#stacks_in_17286 .blog-entry-author {
    display: none !important;
}



#stacks_in_17303 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17303 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17303 .fluid-image.unlimited img{width:100% !important}#stacks_in_17303 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17303 .fluid-image.align-left img{float:left}#stacks_in_17303 .fluid-image.align-right img{float:right}

        #stacks_in_17300>.button.b-p,#stacks_in_17300>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17300>.button.b-p:hover,#stacks_in_17300>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17300>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17300>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17300 .button.b-p.expand-large:not(.icon-only),#stacks_in_17300>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17307 .poster-readmore {
    display: none !important;
}





#stacks_in_17307 .blog-entry-author {
    display: none !important;
}



#stacks_in_17324 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17324 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17324 .fluid-image.unlimited img{width:100% !important}#stacks_in_17324 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17324 .fluid-image.align-left img{float:left}#stacks_in_17324 .fluid-image.align-right img{float:right}

        #stacks_in_17321>.button.b-p,#stacks_in_17321>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17321>.button.b-p:hover,#stacks_in_17321>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17321>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17321>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17321 .button.b-p.expand-large:not(.icon-only),#stacks_in_17321>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17229 .poster-readmore {
    display: none !important;
}





#stacks_in_17229 .blog-entry-author {
    display: none !important;
}



#stacks_in_17246 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17246 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17246 .fluid-image.unlimited img{width:100% !important}#stacks_in_17246 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17246 .fluid-image.align-left img{float:left}#stacks_in_17246 .fluid-image.align-right img{float:right}

        #stacks_in_17243>.button.b-p,#stacks_in_17243>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17243>.button.b-p:hover,#stacks_in_17243>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17243>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17243>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17243 .button.b-p.expand-large:not(.icon-only),#stacks_in_17243>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17187 .poster-readmore {
    display: none !important;
}





#stacks_in_17187 .blog-entry-author {
    display: none !important;
}



#stacks_in_17204 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17204 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17204 .fluid-image.unlimited img{width:100% !important}#stacks_in_17204 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17204 .fluid-image.align-left img{float:left}#stacks_in_17204 .fluid-image.align-right img{float:right}

        #stacks_in_17201>.button.b-p,#stacks_in_17201>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17201>.button.b-p:hover,#stacks_in_17201>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17201>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17201>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17201 .button.b-p.expand-large:not(.icon-only),#stacks_in_17201>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17161 .poster-readmore {
    display: none !important;
}





#stacks_in_17161 .blog-entry-author {
    display: none !important;
}



#stacks_in_17178 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17178 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17178 .fluid-image.unlimited img{width:100% !important}#stacks_in_17178 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17178 .fluid-image.align-left img{float:left}#stacks_in_17178 .fluid-image.align-right img{float:right}

        #stacks_in_17175>.button.b-p,#stacks_in_17175>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17175>.button.b-p:hover,#stacks_in_17175>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17175>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17175>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17175 .button.b-p.expand-large:not(.icon-only),#stacks_in_17175>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17137 .poster-readmore {
    display: none !important;
}





#stacks_in_17137 .blog-entry-author {
    display: none !important;
}



#stacks_in_17154 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17154 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17154 .fluid-image.unlimited img{width:100% !important}#stacks_in_17154 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17154 .fluid-image.align-left img{float:left}#stacks_in_17154 .fluid-image.align-right img{float:right}

        #stacks_in_17151>.button.b-p,#stacks_in_17151>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17151>.button.b-p:hover,#stacks_in_17151>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17151>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17151>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17151 .button.b-p.expand-large:not(.icon-only),#stacks_in_17151>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17116 .poster-readmore {
    display: none !important;
}





#stacks_in_17116 .blog-entry-author {
    display: none !important;
}



#stacks_in_17133 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17133 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17133 .fluid-image.unlimited img{width:100% !important}#stacks_in_17133 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17133 .fluid-image.align-left img{float:left}#stacks_in_17133 .fluid-image.align-right img{float:right}

        #stacks_in_17130>.button.b-p,#stacks_in_17130>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17130>.button.b-p:hover,#stacks_in_17130>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17130>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17130>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17130 .button.b-p.expand-large:not(.icon-only),#stacks_in_17130>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_17050 .poster-readmore {
    display: none !important;
}





#stacks_in_17050 .blog-entry-author {
    display: none !important;
}



#stacks_in_17067 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17067 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17067 .fluid-image.unlimited img{width:100% !important}#stacks_in_17067 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17067 .fluid-image.align-left img{float:left}#stacks_in_17067 .fluid-image.align-right img{float:right}

        #stacks_in_17064>.button.b-p,#stacks_in_17064>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17064>.button.b-p:hover,#stacks_in_17064>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17064>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17064>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17064 .button.b-p.expand-large:not(.icon-only),#stacks_in_17064>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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











#stacks_in_17038 .blog-entry-author {
    display: none !important;
}










#stacks_in_17017 .poster-readmore {
    display: none !important;
}





#stacks_in_17017 .blog-entry-author {
    display: none !important;
}



#stacks_in_17034 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17034 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17034 .fluid-image.unlimited img{width:100% !important}#stacks_in_17034 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17034 .fluid-image.align-left img{float:left}#stacks_in_17034 .fluid-image.align-right img{float:right}

        #stacks_in_17031>.button.b-p,#stacks_in_17031>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17031>.button.b-p:hover,#stacks_in_17031>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17031>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17031>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17031 .button.b-p.expand-large:not(.icon-only),#stacks_in_17031>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_16998 .poster-readmore {
    display: none !important;
}





#stacks_in_16998 .blog-entry-author {
    display: none !important;
}



#stacks_in_17011 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_17011 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_17011 .fluid-image.unlimited img{width:100% !important}#stacks_in_17011 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_17011 .fluid-image.align-left img{float:left}#stacks_in_17011 .fluid-image.align-right img{float:right}

        #stacks_in_17008>.button.b-p,#stacks_in_17008>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_17008>.button.b-p:hover,#stacks_in_17008>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_17008>.button.b-p.expand-mob:not(.icon-only),#stacks_in_17008>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_17008 .button.b-p.expand-large:not(.icon-only),#stacks_in_17008>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16999 audio, #stacks_in_16999 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16999 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_16975 .poster-readmore {
    display: none !important;
}





#stacks_in_16975 .blog-entry-author {
    display: none !important;
}



#stacks_in_16992 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16992 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16992 .fluid-image.unlimited img{width:100% !important}#stacks_in_16992 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16992 .fluid-image.align-left img{float:left}#stacks_in_16992 .fluid-image.align-right img{float:right}

        #stacks_in_16989>.button.b-p,#stacks_in_16989>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16989>.button.b-p:hover,#stacks_in_16989>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16989>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16989>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16989 .button.b-p.expand-large:not(.icon-only),#stacks_in_16989>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_16887 .poster-readmore {
    display: none !important;
}





#stacks_in_16887 .blog-entry-author {
    display: none !important;
}



#stacks_in_16904 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16904 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16904 .fluid-image.unlimited img{width:100% !important}#stacks_in_16904 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16904 .fluid-image.align-left img{float:left}#stacks_in_16904 .fluid-image.align-right img{float:right}

        #stacks_in_16901>.button.b-p,#stacks_in_16901>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16901>.button.b-p:hover,#stacks_in_16901>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16901>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16901>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16901 .button.b-p.expand-large:not(.icon-only),#stacks_in_16901>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_16828 .poster-readmore {
    display: none !important;
}





#stacks_in_16828 .blog-entry-author {
    display: none !important;
}



#stacks_in_16845 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16845 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16845 .fluid-image.unlimited img{width:100% !important}#stacks_in_16845 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16845 .fluid-image.align-left img{float:left}#stacks_in_16845 .fluid-image.align-right img{float:right}

        #stacks_in_16842>.button.b-p,#stacks_in_16842>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16842>.button.b-p:hover,#stacks_in_16842>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16842>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16842>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16842 .button.b-p.expand-large:not(.icon-only),#stacks_in_16842>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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

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







#stacks_in_16808 .poster-readmore {
    display: none !important;
}





#stacks_in_16808 .blog-entry-author {
    display: none !important;
}



#stacks_in_16825 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16825 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16825 .fluid-image.unlimited img{width:100% !important}#stacks_in_16825 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16825 .fluid-image.align-left img{float:left}#stacks_in_16825 .fluid-image.align-right img{float:right}

        #stacks_in_16822>.button.b-p,#stacks_in_16822>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16822>.button.b-p:hover,#stacks_in_16822>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16822>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16822>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16822 .button.b-p.expand-large:not(.icon-only),#stacks_in_16822>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16809 audio, #stacks_in_16809 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16809 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_16788 .poster-readmore {
    display: none !important;
}





#stacks_in_16788 .blog-entry-author {
    display: none !important;
}



#stacks_in_16805 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16805 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16805 .fluid-image.unlimited img{width:100% !important}#stacks_in_16805 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16805 .fluid-image.align-left img{float:left}#stacks_in_16805 .fluid-image.align-right img{float:right}

        #stacks_in_16802>.button.b-p,#stacks_in_16802>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16802>.button.b-p:hover,#stacks_in_16802>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16802>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16802>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16802 .button.b-p.expand-large:not(.icon-only),#stacks_in_16802>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16789 audio, #stacks_in_16789 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16789 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_16768 .poster-readmore {
    display: none !important;
}





#stacks_in_16768 .blog-entry-author {
    display: none !important;
}



#stacks_in_16783 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16783 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16783 .fluid-image.unlimited img{width:100% !important}#stacks_in_16783 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16783 .fluid-image.align-left img{float:left}#stacks_in_16783 .fluid-image.align-right img{float:right}

        #stacks_in_16780>.button.b-p,#stacks_in_16780>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16780>.button.b-p:hover,#stacks_in_16780>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16780>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16780>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16780 .button.b-p.expand-large:not(.icon-only),#stacks_in_16780>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16769 audio, #stacks_in_16769 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16769 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_16747 .poster-readmore {
    display: none !important;
}





#stacks_in_16747 .blog-entry-author {
    display: none !important;
}



#stacks_in_16762 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16762 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16762 .fluid-image.unlimited img{width:100% !important}#stacks_in_16762 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16762 .fluid-image.align-left img{float:left}#stacks_in_16762 .fluid-image.align-right img{float:right}

        #stacks_in_16759>.button.b-p,#stacks_in_16759>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16759>.button.b-p:hover,#stacks_in_16759>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16759>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16759>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16759 .button.b-p.expand-large:not(.icon-only),#stacks_in_16759>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16748 audio, #stacks_in_16748 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16748 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_16722 .poster-readmore {
    display: none !important;
}





#stacks_in_16722 .blog-entry-author {
    display: none !important;
}



#stacks_in_16737 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16737 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16737 .fluid-image.unlimited img{width:100% !important}#stacks_in_16737 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16737 .fluid-image.align-left img{float:left}#stacks_in_16737 .fluid-image.align-right img{float:right}

        #stacks_in_16734>.button.b-p,#stacks_in_16734>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16734>.button.b-p:hover,#stacks_in_16734>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16734>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16734>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16734 .button.b-p.expand-large:not(.icon-only),#stacks_in_16734>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16723 audio, #stacks_in_16723 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16723 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_16699 .poster-readmore {
    display: none !important;
}





#stacks_in_16699 .blog-entry-author {
    display: none !important;
}



#stacks_in_16714 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16714 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16714 .fluid-image.unlimited img{width:100% !important}#stacks_in_16714 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16714 .fluid-image.align-left img{float:left}#stacks_in_16714 .fluid-image.align-right img{float:right}

        #stacks_in_16711>.button.b-p,#stacks_in_16711>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16711>.button.b-p:hover,#stacks_in_16711>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16711>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16711>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16711 .button.b-p.expand-large:not(.icon-only),#stacks_in_16711>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16700 audio, #stacks_in_16700 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16700 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_16614 .poster-readmore {
    display: none !important;
}





#stacks_in_16614 .blog-entry-author {
    display: none !important;
}



#stacks_in_16629 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_16629 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_16629 .fluid-image.unlimited img{width:100% !important}#stacks_in_16629 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_16629 .fluid-image.align-left img{float:left}#stacks_in_16629 .fluid-image.align-right img{float:right}

        #stacks_in_16626>.button.b-p,#stacks_in_16626>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_16626>.button.b-p:hover,#stacks_in_16626>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_16626>.button.b-p.expand-mob:not(.icon-only),#stacks_in_16626>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_16626 .button.b-p.expand-large:not(.icon-only),#stacks_in_16626>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_16615 audio, #stacks_in_16615 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_16615 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12584 .poster-readmore {
    display: none !important;
}





#stacks_in_12584 .blog-entry-author {
    display: none !important;
}



#stacks_in_12586 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12586 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12586 .fluid-image.unlimited img{width:100% !important}#stacks_in_12586 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12586 .fluid-image.align-left img{float:left}#stacks_in_12586 .fluid-image.align-right img{float:right}

        #stacks_in_12593>.button.b-p,#stacks_in_12593>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12593>.button.b-p:hover,#stacks_in_12593>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12593>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12593>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12593 .button.b-p.expand-large:not(.icon-only),#stacks_in_12593>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12596 audio, #stacks_in_12596 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12596 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12730 .poster-readmore {
    display: none !important;
}





#stacks_in_12730 .blog-entry-author {
    display: none !important;
}



#stacks_in_12732 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12732 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12732 .fluid-image.unlimited img{width:100% !important}#stacks_in_12732 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12732 .fluid-image.align-left img{float:left}#stacks_in_12732 .fluid-image.align-right img{float:right}

        #stacks_in_12739>.button.b-p,#stacks_in_12739>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12739>.button.b-p:hover,#stacks_in_12739>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12739>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12739>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12739 .button.b-p.expand-large:not(.icon-only),#stacks_in_12739>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12742 audio, #stacks_in_12742 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12742 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12748 .poster-readmore {
    display: none !important;
}





#stacks_in_12748 .blog-entry-author {
    display: none !important;
}



#stacks_in_12750 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12750 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12750 .fluid-image.unlimited img{width:100% !important}#stacks_in_12750 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12750 .fluid-image.align-left img{float:left}#stacks_in_12750 .fluid-image.align-right img{float:right}

        #stacks_in_12757>.button.b-p,#stacks_in_12757>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12757>.button.b-p:hover,#stacks_in_12757>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12757>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12757>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12757 .button.b-p.expand-large:not(.icon-only),#stacks_in_12757>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12760 audio, #stacks_in_12760 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12760 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12766 .poster-readmore {
    display: none !important;
}





#stacks_in_12766 .blog-entry-author {
    display: none !important;
}



#stacks_in_12768 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12768 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12768 .fluid-image.unlimited img{width:100% !important}#stacks_in_12768 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12768 .fluid-image.align-left img{float:left}#stacks_in_12768 .fluid-image.align-right img{float:right}

        #stacks_in_12775>.button.b-p,#stacks_in_12775>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12775>.button.b-p:hover,#stacks_in_12775>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12775>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12775>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12775 .button.b-p.expand-large:not(.icon-only),#stacks_in_12775>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12778 audio, #stacks_in_12778 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12778 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12784 .poster-readmore {
    display: none !important;
}





#stacks_in_12784 .blog-entry-author {
    display: none !important;
}



#stacks_in_12786 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12786 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12786 .fluid-image.unlimited img{width:100% !important}#stacks_in_12786 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12786 .fluid-image.align-left img{float:left}#stacks_in_12786 .fluid-image.align-right img{float:right}

        #stacks_in_12793>.button.b-p,#stacks_in_12793>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12793>.button.b-p:hover,#stacks_in_12793>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12793>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12793>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12793 .button.b-p.expand-large:not(.icon-only),#stacks_in_12793>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12796 audio, #stacks_in_12796 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12796 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12800 .poster-readmore {
    display: none !important;
}





#stacks_in_12800 .blog-entry-author {
    display: none !important;
}



#stacks_in_12802 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12802 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12802 .fluid-image.unlimited img{width:100% !important}#stacks_in_12802 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12802 .fluid-image.align-left img{float:left}#stacks_in_12802 .fluid-image.align-right img{float:right}

        #stacks_in_12809>.button.b-p,#stacks_in_12809>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12809>.button.b-p:hover,#stacks_in_12809>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12809>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12809>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12809 .button.b-p.expand-large:not(.icon-only),#stacks_in_12809>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12812 audio, #stacks_in_12812 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12812 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12816 .poster-readmore {
    display: none !important;
}





#stacks_in_12816 .blog-entry-author {
    display: none !important;
}



#stacks_in_12818 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12818 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12818 .fluid-image.unlimited img{width:100% !important}#stacks_in_12818 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12818 .fluid-image.align-left img{float:left}#stacks_in_12818 .fluid-image.align-right img{float:right}

        #stacks_in_12825>.button.b-p,#stacks_in_12825>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12825>.button.b-p:hover,#stacks_in_12825>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12825>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12825>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12825 .button.b-p.expand-large:not(.icon-only),#stacks_in_12825>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12828 audio, #stacks_in_12828 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12828 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12832 .poster-readmore {
    display: none !important;
}





#stacks_in_12832 .blog-entry-author {
    display: none !important;
}



#stacks_in_12834 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12834 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12834 .fluid-image.unlimited img{width:100% !important}#stacks_in_12834 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12834 .fluid-image.align-left img{float:left}#stacks_in_12834 .fluid-image.align-right img{float:right}

        #stacks_in_12841>.button.b-p,#stacks_in_12841>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12841>.button.b-p:hover,#stacks_in_12841>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12841>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12841>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12841 .button.b-p.expand-large:not(.icon-only),#stacks_in_12841>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12844 audio, #stacks_in_12844 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12844 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12848 .poster-readmore {
    display: none !important;
}





#stacks_in_12848 .blog-entry-author {
    display: none !important;
}



#stacks_in_12850 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12850 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12850 .fluid-image.unlimited img{width:100% !important}#stacks_in_12850 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12850 .fluid-image.align-left img{float:left}#stacks_in_12850 .fluid-image.align-right img{float:right}

        #stacks_in_12857>.button.b-p,#stacks_in_12857>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12857>.button.b-p:hover,#stacks_in_12857>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12857>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12857>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12857 .button.b-p.expand-large:not(.icon-only),#stacks_in_12857>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12860 audio, #stacks_in_12860 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12860 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12864 .poster-readmore {
    display: none !important;
}





#stacks_in_12864 .blog-entry-author {
    display: none !important;
}



#stacks_in_12866 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12866 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12866 .fluid-image.unlimited img{width:100% !important}#stacks_in_12866 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12866 .fluid-image.align-left img{float:left}#stacks_in_12866 .fluid-image.align-right img{float:right}

        #stacks_in_12873>.button.b-p,#stacks_in_12873>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12873>.button.b-p:hover,#stacks_in_12873>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12873>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12873>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12873 .button.b-p.expand-large:not(.icon-only),#stacks_in_12873>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12876 audio, #stacks_in_12876 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12876 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12880 .poster-readmore {
    display: none !important;
}





#stacks_in_12880 .blog-entry-author {
    display: none !important;
}



#stacks_in_12882 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12882 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12882 .fluid-image.unlimited img{width:100% !important}#stacks_in_12882 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12882 .fluid-image.align-left img{float:left}#stacks_in_12882 .fluid-image.align-right img{float:right}

        #stacks_in_12889>.button.b-p,#stacks_in_12889>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12889>.button.b-p:hover,#stacks_in_12889>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12889>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12889>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12889 .button.b-p.expand-large:not(.icon-only),#stacks_in_12889>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12892 audio, #stacks_in_12892 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12892 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12896 .poster-readmore {
    display: none !important;
}





#stacks_in_12896 .blog-entry-author {
    display: none !important;
}



#stacks_in_12898 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12898 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12898 .fluid-image.unlimited img{width:100% !important}#stacks_in_12898 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12898 .fluid-image.align-left img{float:left}#stacks_in_12898 .fluid-image.align-right img{float:right}

        #stacks_in_12905>.button.b-p,#stacks_in_12905>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12905>.button.b-p:hover,#stacks_in_12905>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12905>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12905>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12905 .button.b-p.expand-large:not(.icon-only),#stacks_in_12905>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12908 audio, #stacks_in_12908 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12908 {
	padding: 0px 0px 10px 0px;
}

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

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

#stacks_in_12549 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_12549 .pullquote:before, #stacks_in_12549 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_12549 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_12549 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_12549 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_12549 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}
#stacks_in_12912 {
	font-size: 125%;
	font-weight: bold;
}







#stacks_in_12916 .poster-readmore {
    display: none !important;
}





#stacks_in_12916 .blog-entry-author {
    display: none !important;
}



#stacks_in_12918 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12918 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12918 .fluid-image.unlimited img{width:100% !important}#stacks_in_12918 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12918 .fluid-image.align-left img{float:left}#stacks_in_12918 .fluid-image.align-right img{float:right}

        #stacks_in_12925>.button.b-p,#stacks_in_12925>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12925>.button.b-p:hover,#stacks_in_12925>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12925>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12925>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12925 .button.b-p.expand-large:not(.icon-only),#stacks_in_12925>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12928 audio, #stacks_in_12928 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12928 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_12932 .poster-readmore {
    display: none !important;
}





#stacks_in_12932 .blog-entry-author {
    display: none !important;
}



#stacks_in_12934 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12934 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12934 .fluid-image.unlimited img{width:100% !important}#stacks_in_12934 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12934 .fluid-image.align-left img{float:left}#stacks_in_12934 .fluid-image.align-right img{float:right}

        #stacks_in_12941>.button.b-p,#stacks_in_12941>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12941>.button.b-p:hover,#stacks_in_12941>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12941>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12941>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12941 .button.b-p.expand-large:not(.icon-only),#stacks_in_12941>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12944 audio, #stacks_in_12944 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12944 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12948 .poster-readmore {
    display: none !important;
}





#stacks_in_12948 .blog-entry-author {
    display: none !important;
}



#stacks_in_12950 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12950 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12950 .fluid-image.unlimited img{width:100% !important}#stacks_in_12950 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12950 .fluid-image.align-left img{float:left}#stacks_in_12950 .fluid-image.align-right img{float:right}

        #stacks_in_12957>.button.b-p,#stacks_in_12957>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12957>.button.b-p:hover,#stacks_in_12957>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12957>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12957>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12957 .button.b-p.expand-large:not(.icon-only),#stacks_in_12957>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12960 audio, #stacks_in_12960 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12960 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_12964 .poster-readmore {
    display: none !important;
}





#stacks_in_12964 .blog-entry-author {
    display: none !important;
}



#stacks_in_12966 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12966 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12966 .fluid-image.unlimited img{width:100% !important}#stacks_in_12966 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12966 .fluid-image.align-left img{float:left}#stacks_in_12966 .fluid-image.align-right img{float:right}

        #stacks_in_12973>.button.b-p,#stacks_in_12973>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12973>.button.b-p:hover,#stacks_in_12973>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12973>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12973>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12973 .button.b-p.expand-large:not(.icon-only),#stacks_in_12973>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12976 audio, #stacks_in_12976 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12976 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_12980 .poster-readmore {
    display: none !important;
}





#stacks_in_12980 .blog-entry-author {
    display: none !important;
}



#stacks_in_12982 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12982 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12982 .fluid-image.unlimited img{width:100% !important}#stacks_in_12982 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12982 .fluid-image.align-left img{float:left}#stacks_in_12982 .fluid-image.align-right img{float:right}

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

#stacks_in_12985 {
	margin:  6px;
}

        #stacks_in_12989>.button.b-p,#stacks_in_12989>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_12989>.button.b-p:hover,#stacks_in_12989>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_12989>.button.b-p.expand-mob:not(.icon-only),#stacks_in_12989>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_12989 .button.b-p.expand-large:not(.icon-only),#stacks_in_12989>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_12992 audio, #stacks_in_12992 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_12993 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_12994 {
	padding:  1px;
}







#stacks_in_12996 .poster-readmore {
    display: none !important;
}





#stacks_in_12996 .blog-entry-author {
    display: none !important;
}



#stacks_in_12998 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_12998 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_12998 .fluid-image.unlimited img{width:100% !important}#stacks_in_12998 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_12998 .fluid-image.align-left img{float:left}#stacks_in_12998 .fluid-image.align-right img{float:right}

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

#stacks_in_13001 {
	margin:  6px;
}

        #stacks_in_13005>.button.b-p,#stacks_in_13005>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13005>.button.b-p:hover,#stacks_in_13005>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13005>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13005>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13005 .button.b-p.expand-large:not(.icon-only),#stacks_in_13005>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13008 audio, #stacks_in_13008 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13008 {
	padding: 0px 0px 10px 0px;
}

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

#stacks_in_13010 {
	padding:  1px;
}







#stacks_in_13012 .poster-readmore {
    display: none !important;
}





#stacks_in_13012 .blog-entry-author {
    display: none !important;
}



#stacks_in_13014 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13014 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13014 .fluid-image.unlimited img{width:100% !important}#stacks_in_13014 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13014 .fluid-image.align-left img{float:left}#stacks_in_13014 .fluid-image.align-right img{float:right}

        #stacks_in_13021>.button.b-p,#stacks_in_13021>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13021>.button.b-p:hover,#stacks_in_13021>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13021>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13021>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13021 .button.b-p.expand-large:not(.icon-only),#stacks_in_13021>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13024 audio, #stacks_in_13024 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13024 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13028 .poster-readmore {
    display: none !important;
}





#stacks_in_13028 .blog-entry-author {
    display: none !important;
}



#stacks_in_13030 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13030 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13030 .fluid-image.unlimited img{width:100% !important}#stacks_in_13030 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13030 .fluid-image.align-left img{float:left}#stacks_in_13030 .fluid-image.align-right img{float:right}

        #stacks_in_13037>.button.b-p,#stacks_in_13037>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13037>.button.b-p:hover,#stacks_in_13037>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13037>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13037>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13037 .button.b-p.expand-large:not(.icon-only),#stacks_in_13037>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13040 audio, #stacks_in_13040 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13040 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13044 .poster-readmore {
    display: none !important;
}





#stacks_in_13044 .blog-entry-author {
    display: none !important;
}



#stacks_in_13046 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13046 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13046 .fluid-image.unlimited img{width:100% !important}#stacks_in_13046 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13046 .fluid-image.align-left img{float:left}#stacks_in_13046 .fluid-image.align-right img{float:right}

        #stacks_in_13053>.button.b-p,#stacks_in_13053>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13053>.button.b-p:hover,#stacks_in_13053>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13053>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13053>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13053 .button.b-p.expand-large:not(.icon-only),#stacks_in_13053>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13056 audio, #stacks_in_13056 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13056 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13060 .poster-readmore {
    display: none !important;
}





#stacks_in_13060 .blog-entry-author {
    display: none !important;
}



#stacks_in_13062 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13062 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13062 .fluid-image.unlimited img{width:100% !important}#stacks_in_13062 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13062 .fluid-image.align-left img{float:left}#stacks_in_13062 .fluid-image.align-right img{float:right}

        #stacks_in_13069>.button.b-p,#stacks_in_13069>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13069>.button.b-p:hover,#stacks_in_13069>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13069>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13069>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13069 .button.b-p.expand-large:not(.icon-only),#stacks_in_13069>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13072 audio, #stacks_in_13072 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13072 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13076 .poster-readmore {
    display: none !important;
}





#stacks_in_13076 .blog-entry-author {
    display: none !important;
}



#stacks_in_13078 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13078 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13078 .fluid-image.unlimited img{width:100% !important}#stacks_in_13078 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13078 .fluid-image.align-left img{float:left}#stacks_in_13078 .fluid-image.align-right img{float:right}

        #stacks_in_13085>.button.b-p,#stacks_in_13085>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13085>.button.b-p:hover,#stacks_in_13085>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13085>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13085>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13085 .button.b-p.expand-large:not(.icon-only),#stacks_in_13085>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13088 audio, #stacks_in_13088 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13088 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13092 .poster-readmore {
    display: none !important;
}





#stacks_in_13092 .blog-entry-author {
    display: none !important;
}



#stacks_in_13094 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13094 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13094 .fluid-image.unlimited img{width:100% !important}#stacks_in_13094 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13094 .fluid-image.align-left img{float:left}#stacks_in_13094 .fluid-image.align-right img{float:right}

        #stacks_in_13101>.button.b-p,#stacks_in_13101>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13101>.button.b-p:hover,#stacks_in_13101>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13101>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13101>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13101 .button.b-p.expand-large:not(.icon-only),#stacks_in_13101>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13104 audio, #stacks_in_13104 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13104 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13108 .poster-readmore {
    display: none !important;
}





#stacks_in_13108 .blog-entry-author {
    display: none !important;
}



#stacks_in_13110 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13110 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13110 .fluid-image.unlimited img{width:100% !important}#stacks_in_13110 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13110 .fluid-image.align-left img{float:left}#stacks_in_13110 .fluid-image.align-right img{float:right}

        #stacks_in_13117>.button.b-p,#stacks_in_13117>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13117>.button.b-p:hover,#stacks_in_13117>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13117>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13117>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13117 .button.b-p.expand-large:not(.icon-only),#stacks_in_13117>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13120 audio, #stacks_in_13120 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13120 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_13121 {
	padding: 10px 0px 10px 0px;
}
#fullScreenWrapper-player1 {
    width: 100%;
}

#playerWrapper-player1 {
	display: block;
	position: relative;
}

#playerWrapper-player1 *,
#playerWrapper-player1 *:before,
#playerWrapper-player1 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#mediaFrame-player1 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 1.00);
}




#mediaFrame-player1 {
	padding-bottom: 56.25%;
}






#playerWrapper-player1 #media-player1 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}



/* @group Splash Play Button */

#playerWrapper-player1 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#playerWrapper-player1 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#playerWrapper-player1 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	background: rgba(225, 225, 225, 0.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-player1 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */



#media-controls-wrapper-player1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#toolbar-player1 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* Buttons, titles and time */
#toolbar-player1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 0px - 0px);
    height: auto;
    flex-wrap: wrap;
    vertical-align: middle;
    margin: 0px 0px;
    border-radius: 0px;
    opacity: 1.00;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;

    background: rgba(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* W3C */
}

@media screen and (min-width: 568px) {
    /* A fixed height and no wrapping of controls on wider screends greater than 568px wide */
    #toolbar-player1 {
        height: 0px;
        flex-wrap: nowrap;
    }
}

#playerWrapper-player1:hover #toolbar-player1 {
    opacity: 1.00;
}

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1.playerInFullScreenMode:hover #toolbar-player1,
#playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: 99999;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarHovered,
.playerTouchDevice #playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    opacity: 1.00;
}
 */

#playerWrapper-player1.playerInFullScreenMode #fullscreenHoverRegionstacks_in_13124 {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 99998;
}



#toolbar-player1 .media-button,
#toolbar-player1 .timingContent {
    line-height: 45px;
}

#toolbar-player1 .media-button {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

#media-controls-player1 span.time,
#media-controls-player1 span.player-extra-element,
#media-controls-player1 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

















#toolbar-player1 [class^="fa fa-"] {
	display: block;
	line-height: 0px;
	height: 0px;
	width: 0px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

#toolbar-player1 .media-button a,
#toolbar-player1 .media-button {
	font-size: 22px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    cursor: pointer;
}

#media-controls-player1 span.media-button a:hover,
#media-controls-player1 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Timing content */
#toolbar-player1 .timingContent {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    #toolbar-player1 .timingContent {
        flex-grow: 2;
        flex-shrink: 2;
        display: inline-flex
    }
}

#timingContentWrapperstacks_in_13124 {
    display: flex;
    flex: 1;
    align-items: center;
}

#toolbar-player1 .duration,
#toolbar-player1 .scrubberWrapper,
#toolbar-player1 .time {
    /* display: table-cell; */
}

#toolbar-player1 .time,
#toolbar-player1 .duration {
	font-size: 15px;
	line-height: 0px;
	color: rgba(255, 255, 255, 1.00);
	height: 0px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

#toolbar-player1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 20px;
    vertical-align: middle;
}

#toolbar-player1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	/*
position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 */
	z-index: 2;
}

#toolbar-player1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

#volumestacks_in_13124 {
	order: 6;
  position: relative;
}

/* Hide on mobile */
body.playerTouchDevice #volumestacks_in_13124 {
  display: none !important;
}

#volumestacks_in_13124:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 25px;
}

#volumeMasterControllerstacks_in_13124 {
	display: inline-block;
	height: 0px;
    line-height: 0px;
	width: 0px;
}

#volumestacks_in_13124:hover #volumeMasterControllerstacks_in_13124 {
	display: none;
}

#volumeMinstacks_in_13124 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 0px;
    line-height: 0px;
}

#volumeMaxstacks_in_13124 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 0px;
    line-height: 0px;
}

#volume-barstacks_in_13124[type=range],
#volumeMinstacks_in_13124,
#volumeMaxstacks_in_13124 {
	display: none;
}

#volumeMinstacks_in_13124,
#volumeMaxstacks_in_13124 {
	cursor: pointer;
}

#volumestacks_in_13124:hover #volumeMinstacks_in_13124,
#volumestacks_in_13124:hover #volumeMaxstacks_in_13124,
#volumestacks_in_13124:hover #volume-barstacks_in_13124 {
	display: inline;
}

#volume-barstacks_in_13124[type=range] {
	-webkit-appearance: none;
	background: none;
	width: 70%;
	text-align: center;
	line-height: 0px;
	height: 0px;
}

#volume-barstacks_in_13124[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_13124[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
	margin-top: -5px;
}

#volume-barstacks_in_13124[type=range]:focus {
	outline: none;
}

#volume-barstacks_in_13124[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_13124[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_13124[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_13124[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_13124[type=range]::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_13124[type=range]::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_13124[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_13124[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_13124[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

/* Style changes for the Player in full screen mode */
#fullScreenWrapper-player1.playerInFullScreenMode,
#fullScreenWrapper-player1.playerInFullScreenMode #playerWrapper-player1  {
    height: 100%;
}

#fullScreenWrapper-player1.playerInFullScreenMode #mediaFrame-player1 {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}

#fullScreenWrapper-player1.playerInFullScreenMode player1 {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarVisible {
	display: flex;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1.toolbarVisible.textTracksActive {
	display: block !important;
}

#fullScreenWrapper-player1 #fullscreenHoverRegion-player1 {
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #fullscreenHoverRegion-player1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
	z-index: 999;
}





















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







#stacks_in_13127 .poster-readmore {
    display: none !important;
}





#stacks_in_13127 .blog-entry-author {
    display: none !important;
}



#stacks_in_13129 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13129 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13129 .fluid-image.unlimited img{width:100% !important}#stacks_in_13129 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13129 .fluid-image.align-left img{float:left}#stacks_in_13129 .fluid-image.align-right img{float:right}

        #stacks_in_13136>.button.b-p,#stacks_in_13136>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13136>.button.b-p:hover,#stacks_in_13136>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13136>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13136>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13136 .button.b-p.expand-large:not(.icon-only),#stacks_in_13136>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13139 audio, #stacks_in_13139 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13139 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13143 .poster-readmore {
    display: none !important;
}





#stacks_in_13143 .blog-entry-author {
    display: none !important;
}



#stacks_in_13145 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13145 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13145 .fluid-image.unlimited img{width:100% !important}#stacks_in_13145 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13145 .fluid-image.align-left img{float:left}#stacks_in_13145 .fluid-image.align-right img{float:right}

        #stacks_in_13152>.button.b-p,#stacks_in_13152>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13152>.button.b-p:hover,#stacks_in_13152>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13152>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13152>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13152 .button.b-p.expand-large:not(.icon-only),#stacks_in_13152>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13155 audio, #stacks_in_13155 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13155 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13159 .poster-readmore {
    display: none !important;
}





#stacks_in_13159 .blog-entry-author {
    display: none !important;
}



#stacks_in_13161 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13161 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13161 .fluid-image.unlimited img{width:100% !important}#stacks_in_13161 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13161 .fluid-image.align-left img{float:left}#stacks_in_13161 .fluid-image.align-right img{float:right}

        #stacks_in_13168>.button.b-p,#stacks_in_13168>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13168>.button.b-p:hover,#stacks_in_13168>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13168>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13168>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13168 .button.b-p.expand-large:not(.icon-only),#stacks_in_13168>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13171 audio, #stacks_in_13171 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13171 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13175 .poster-readmore {
    display: none !important;
}





#stacks_in_13175 .blog-entry-author {
    display: none !important;
}



#stacks_in_13177 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13177 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13177 .fluid-image.unlimited img{width:100% !important}#stacks_in_13177 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13177 .fluid-image.align-left img{float:left}#stacks_in_13177 .fluid-image.align-right img{float:right}

        #stacks_in_13184>.button.b-p,#stacks_in_13184>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13184>.button.b-p:hover,#stacks_in_13184>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13184>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13184>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13184 .button.b-p.expand-large:not(.icon-only),#stacks_in_13184>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13187 audio, #stacks_in_13187 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13187 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13191 .poster-readmore {
    display: none !important;
}





#stacks_in_13191 .blog-entry-author {
    display: none !important;
}



#stacks_in_13193 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13193 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13193 .fluid-image.unlimited img{width:100% !important}#stacks_in_13193 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13193 .fluid-image.align-left img{float:left}#stacks_in_13193 .fluid-image.align-right img{float:right}

        #stacks_in_13200>.button.b-p,#stacks_in_13200>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13200>.button.b-p:hover,#stacks_in_13200>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13200>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13200>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13200 .button.b-p.expand-large:not(.icon-only),#stacks_in_13200>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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







#stacks_in_13208 .poster-readmore {
    display: none !important;
}





#stacks_in_13208 .blog-entry-author {
    display: none !important;
}



#stacks_in_13210 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13210 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13210 .fluid-image.unlimited img{width:100% !important}#stacks_in_13210 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13210 .fluid-image.align-left img{float:left}#stacks_in_13210 .fluid-image.align-right img{float:right}

        #stacks_in_13217>.button.b-p,#stacks_in_13217>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13217>.button.b-p:hover,#stacks_in_13217>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13217>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13217>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13217 .button.b-p.expand-large:not(.icon-only),#stacks_in_13217>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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







#stacks_in_13225 .poster-readmore {
    display: none !important;
}





#stacks_in_13225 .blog-entry-author {
    display: none !important;
}



#stacks_in_13227 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13227 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13227 .fluid-image.unlimited img{width:100% !important}#stacks_in_13227 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13227 .fluid-image.align-left img{float:left}#stacks_in_13227 .fluid-image.align-right img{float:right}

        #stacks_in_13234>.button.b-p,#stacks_in_13234>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13234>.button.b-p:hover,#stacks_in_13234>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13234>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13234>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13234 .button.b-p.expand-large:not(.icon-only),#stacks_in_13234>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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







#stacks_in_13242 .poster-readmore {
    display: none !important;
}





#stacks_in_13242 .blog-entry-author {
    display: none !important;
}



#stacks_in_13244 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13244 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13244 .fluid-image.unlimited img{width:100% !important}#stacks_in_13244 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13244 .fluid-image.align-left img{float:left}#stacks_in_13244 .fluid-image.align-right img{float:right}

        #stacks_in_13251>.button.b-p,#stacks_in_13251>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13251>.button.b-p:hover,#stacks_in_13251>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13251>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13251>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13251 .button.b-p.expand-large:not(.icon-only),#stacks_in_13251>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

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







#stacks_in_13259 .poster-readmore {
    display: none !important;
}





#stacks_in_13259 .blog-entry-author {
    display: none !important;
}



#stacks_in_13261 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13261 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13261 .fluid-image.unlimited img{width:100% !important}#stacks_in_13261 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13261 .fluid-image.align-left img{float:left}#stacks_in_13261 .fluid-image.align-right img{float:right}

        #stacks_in_13268>.button.b-p,#stacks_in_13268>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13268>.button.b-p:hover,#stacks_in_13268>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13268>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13268>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13268 .button.b-p.expand-large:not(.icon-only),#stacks_in_13268>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13271 audio, #stacks_in_13271 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13271 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13275 .poster-readmore {
    display: none !important;
}





#stacks_in_13275 .blog-entry-author {
    display: none !important;
}



#stacks_in_13277 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13277 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13277 .fluid-image.unlimited img{width:100% !important}#stacks_in_13277 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13277 .fluid-image.align-left img{float:left}#stacks_in_13277 .fluid-image.align-right img{float:right}

        #stacks_in_13284>.button.b-p,#stacks_in_13284>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13284>.button.b-p:hover,#stacks_in_13284>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13284>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13284>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13284 .button.b-p.expand-large:not(.icon-only),#stacks_in_13284>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13287 audio, #stacks_in_13287 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13287 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13291 .poster-readmore {
    display: none !important;
}





#stacks_in_13291 .blog-entry-author {
    display: none !important;
}



#stacks_in_13293 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13293 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13293 .fluid-image.unlimited img{width:100% !important}#stacks_in_13293 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13293 .fluid-image.align-left img{float:left}#stacks_in_13293 .fluid-image.align-right img{float:right}

        #stacks_in_13300>.button.b-p,#stacks_in_13300>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13300>.button.b-p:hover,#stacks_in_13300>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13300>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13300>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13300 .button.b-p.expand-large:not(.icon-only),#stacks_in_13300>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13303 audio, #stacks_in_13303 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13303 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13307 .poster-readmore {
    display: none !important;
}





#stacks_in_13307 .blog-entry-author {
    display: none !important;
}



#stacks_in_13309 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13309 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13309 .fluid-image.unlimited img{width:100% !important}#stacks_in_13309 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13309 .fluid-image.align-left img{float:left}#stacks_in_13309 .fluid-image.align-right img{float:right}

        #stacks_in_13316>.button.b-p,#stacks_in_13316>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13316>.button.b-p:hover,#stacks_in_13316>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13316>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13316>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13316 .button.b-p.expand-large:not(.icon-only),#stacks_in_13316>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13319 audio, #stacks_in_13319 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13319 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13323 .poster-readmore {
    display: none !important;
}





#stacks_in_13323 .blog-entry-author {
    display: none !important;
}



#stacks_in_13325 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13325 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13325 .fluid-image.unlimited img{width:100% !important}#stacks_in_13325 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13325 .fluid-image.align-left img{float:left}#stacks_in_13325 .fluid-image.align-right img{float:right}

        #stacks_in_13332>.button.b-p,#stacks_in_13332>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13332>.button.b-p:hover,#stacks_in_13332>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13332>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13332>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13332 .button.b-p.expand-large:not(.icon-only),#stacks_in_13332>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13335 audio, #stacks_in_13335 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13335 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_13336 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_13339 a{display:block}#stacks_in_13339 img{}

#stacks_in_13342 .pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


#stacks_in_13342 .pullquote:before, #stacks_in_13342 .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
#stacks_in_13342 .pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
#stacks_in_13342 .pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}


#stacks_in_13342 .pullquote-source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_13342 .pullquote-source:before {
	content:"\2014\200A";
	font-style:normal;
}






#stacks_in_13347 .poster-readmore {
    display: none !important;
}





#stacks_in_13347 .blog-entry-author {
    display: none !important;
}



#stacks_in_13349 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13349 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13349 .fluid-image.unlimited img{width:100% !important}#stacks_in_13349 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13349 .fluid-image.align-left img{float:left}#stacks_in_13349 .fluid-image.align-right img{float:right}

        #stacks_in_13356>.button.b-p,#stacks_in_13356>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13356>.button.b-p:hover,#stacks_in_13356>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13356>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13356>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13356 .button.b-p.expand-large:not(.icon-only),#stacks_in_13356>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13359 audio, #stacks_in_13359 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13359 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13363 .poster-readmore {
    display: none !important;
}





#stacks_in_13363 .blog-entry-author {
    display: none !important;
}



#stacks_in_13365 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13365 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13365 .fluid-image.unlimited img{width:100% !important}#stacks_in_13365 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13365 .fluid-image.align-left img{float:left}#stacks_in_13365 .fluid-image.align-right img{float:right}

        #stacks_in_13372>.button.b-p,#stacks_in_13372>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13372>.button.b-p:hover,#stacks_in_13372>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13372>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13372>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13372 .button.b-p.expand-large:not(.icon-only),#stacks_in_13372>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13375 audio, #stacks_in_13375 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13375 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_13376 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_13379>.s3_row {
	margin: 0 -10px;
}

#stacks_in_13379>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_13379>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_13379>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_13379>.s3_row>.s3_column {
	padding: 0 10px;
}








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



}



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


	#stacks_in_13379>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_13379>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_13379 {
	padding: 20px 0px 20px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_13381 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_13381:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_13381 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_13381 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_13381 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_13381 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_13381 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_13381 .fancyviewerVideo object,
#fancyviewerContentstacks_in_13381 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose1,
#fancyviewerClose1 *
#fancyviewerClose1 *::after,
#fancyviewerClose1 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_13381 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_13381 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13383_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13383_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13383_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13385_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13385_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13385_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_13387 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade2 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade2.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade2.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade2.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade2.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade2.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade2.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade2.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade2.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_13387:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer2 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_13387 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_13387 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_13387 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_13387 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_13387 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_13387 .fancyviewerVideo object,
#fancyviewerContentstacks_in_13387 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose2,
#fancyviewerClose2 *
#fancyviewerClose2 *::after,
#fancyviewerClose2 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose2 .fancyviewerCloseInner
#fancyviewerClose2 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer2 {
	padding: 20px;
}

#fancyviewerClose2 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose2 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive2 #fancyviewerClose2 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer2 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_13387 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_13387 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13389_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13389_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13389_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13391_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13391_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13391_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_13393 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade3 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade3.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade3.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade3.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade3.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade3.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade3.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade3.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade3.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_13393:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer3 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_13393 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_13393 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_13393 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_13393 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_13393 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_13393 .fancyviewerVideo object,
#fancyviewerContentstacks_in_13393 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose3,
#fancyviewerClose3 *
#fancyviewerClose3 *::after,
#fancyviewerClose3 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose3 .fancyviewerCloseInner
#fancyviewerClose3 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer3 {
	padding: 20px;
}

#fancyviewerClose3 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose3 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive3 #fancyviewerClose3 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer3 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_13393 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_13393 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13395_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13395_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13395_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13397_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13397_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13397_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}



#stacks_in_13398 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_13400>.s3_row {
	margin: 0 -10px;
}

#stacks_in_13400>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_13400>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_13400>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_13400>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_13400>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_13400 {
	padding: 20px 0px 20px 0px;
}
/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_13402 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade4 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade4.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade4.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade4.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade4.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade4.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade4.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade4.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade4.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_13402:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer4 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_13402 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_13402 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_13402 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_13402 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_13402 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_13402 .fancyviewerVideo object,
#fancyviewerContentstacks_in_13402 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose4,
#fancyviewerClose4 *
#fancyviewerClose4 *::after,
#fancyviewerClose4 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose4 .fancyviewerCloseInner
#fancyviewerClose4 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer4 {
	padding: 20px;
}

#fancyviewerClose4 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose4 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive4 #fancyviewerClose4 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer4 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_13402 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_13402 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13404_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13404_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13404_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13406_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13406_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13406_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_13408 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade5 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade5.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade5.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade5.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade5.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade5.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade5.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade5.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade5.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_13408:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer5 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_13408 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_13408 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_13408 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_13408 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_13408 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_13408 .fancyviewerVideo object,
#fancyviewerContentstacks_in_13408 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose5,
#fancyviewerClose5 *
#fancyviewerClose5 *::after,
#fancyviewerClose5 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose5 .fancyviewerCloseInner
#fancyviewerClose5 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer5 {
	padding: 20px;
}

#fancyviewerClose5 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose5 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive5 #fancyviewerClose5 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer5 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_13408 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_13408 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13410_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13410_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13410_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13412_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13412_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13412_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}



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







#stacks_in_13415 .poster-readmore {
    display: none !important;
}





#stacks_in_13415 .blog-entry-author {
    display: none !important;
}



#stacks_in_13419 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13419 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13419 .fluid-image.unlimited img{width:100% !important}#stacks_in_13419 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13419 .fluid-image.align-left img{float:left}#stacks_in_13419 .fluid-image.align-right img{float:right}

#stacks_in_13419 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_13422 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13422 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13422 .fluid-image.unlimited img{width:100% !important}#stacks_in_13422 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13422 .fluid-image.align-left img{float:left}#stacks_in_13422 .fluid-image.align-right img{float:right}

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

#stacks_in_13425 {
	margin:  6px;
}

        #stacks_in_13429>.button.b-p,#stacks_in_13429>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13429>.button.b-p:hover,#stacks_in_13429>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13429>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13429>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13429 .button.b-p.expand-large:not(.icon-only),#stacks_in_13429>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13434 audio, #stacks_in_13434 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13435 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_13441 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_13441 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_13443psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_13443psychedelicWrapper{
		-webkit-animation: stacks_in_13443PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_13443PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_13443PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_13443PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_13443PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_13443PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_13445,#stacks_in_13445 div,#stacks_in_13445 p,#stacks_in_13445 ol,#stacks_in_13445 ul li,#stacks_in_13445 ol li,#stacks_in_13445 ol,#stacks_in_13445 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_13445,#stacks_in_13445 div,#stacks_in_13445 p,#stacks_in_13445 ol,#stacks_in_13445 ul li,#stacks_in_13445 ol li,#stacks_in_13445 ol,#stacks_in_13445 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_13445{}}








#stacks_in_13448 .poster-readmore {
    display: none !important;
}





#stacks_in_13448 .blog-entry-author {
    display: none !important;
}



#stacks_in_13452 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13452 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13452 .fluid-image.unlimited img{width:100% !important}#stacks_in_13452 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13452 .fluid-image.align-left img{float:left}#stacks_in_13452 .fluid-image.align-right img{float:right}

#stacks_in_13452 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_13455 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13455 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13455 .fluid-image.unlimited img{width:100% !important}#stacks_in_13455 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13455 .fluid-image.align-left img{float:left}#stacks_in_13455 .fluid-image.align-right img{float:right}

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

#stacks_in_13458 {
	margin:  6px;
}

        #stacks_in_13462>.button.b-p,#stacks_in_13462>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13462>.button.b-p:hover,#stacks_in_13462>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13462>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13462>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13462 .button.b-p.expand-large:not(.icon-only),#stacks_in_13462>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13467 audio, #stacks_in_13467 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13468 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_13474 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_13474 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_13476psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_13476psychedelicWrapper{
		-webkit-animation: stacks_in_13476PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_13476PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_13476PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_13476PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_13476PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_13476PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_13478,#stacks_in_13478 div,#stacks_in_13478 p,#stacks_in_13478 ol,#stacks_in_13478 ul li,#stacks_in_13478 ol li,#stacks_in_13478 ol,#stacks_in_13478 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_13478,#stacks_in_13478 div,#stacks_in_13478 p,#stacks_in_13478 ol,#stacks_in_13478 ul li,#stacks_in_13478 ol li,#stacks_in_13478 ol,#stacks_in_13478 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_13478{}}








#stacks_in_13481 .poster-readmore {
    display: none !important;
}





#stacks_in_13481 .blog-entry-author {
    display: none !important;
}



#stacks_in_13483 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13483 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13483 .fluid-image.unlimited img{width:100% !important}#stacks_in_13483 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13483 .fluid-image.align-left img{float:left}#stacks_in_13483 .fluid-image.align-right img{float:right}

        #stacks_in_13490>.button.b-p,#stacks_in_13490>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13490>.button.b-p:hover,#stacks_in_13490>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13490>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13490>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13490 .button.b-p.expand-large:not(.icon-only),#stacks_in_13490>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13493 audio, #stacks_in_13493 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13493 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13497 .poster-readmore {
    display: none !important;
}





#stacks_in_13497 .blog-entry-author {
    display: none !important;
}



#stacks_in_13501 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13501 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13501 .fluid-image.unlimited img{width:100% !important}#stacks_in_13501 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13501 .fluid-image.align-left img{float:left}#stacks_in_13501 .fluid-image.align-right img{float:right}

#stacks_in_13501 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_13504 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13504 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13504 .fluid-image.unlimited img{width:100% !important}#stacks_in_13504 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13504 .fluid-image.align-left img{float:left}#stacks_in_13504 .fluid-image.align-right img{float:right}

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

#stacks_in_13507 {
	margin:  6px;
}

        #stacks_in_13511>.button.b-p,#stacks_in_13511>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13511>.button.b-p:hover,#stacks_in_13511>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13511>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13511>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13511 .button.b-p.expand-large:not(.icon-only),#stacks_in_13511>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13516 audio, #stacks_in_13516 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13517 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_13523 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_13523 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_13525psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_13525psychedelicWrapper{
		-webkit-animation: stacks_in_13525PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_13525PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_13525PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_13525PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_13525PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_13525PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_13527,#stacks_in_13527 div,#stacks_in_13527 p,#stacks_in_13527 ol,#stacks_in_13527 ul li,#stacks_in_13527 ol li,#stacks_in_13527 ol,#stacks_in_13527 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_13527,#stacks_in_13527 div,#stacks_in_13527 p,#stacks_in_13527 ol,#stacks_in_13527 ul li,#stacks_in_13527 ol li,#stacks_in_13527 ol,#stacks_in_13527 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_13527{}}








#stacks_in_13530 .poster-readmore {
    display: none !important;
}





#stacks_in_13530 .blog-entry-author {
    display: none !important;
}



#stacks_in_13532 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13532 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13532 .fluid-image.unlimited img{width:100% !important}#stacks_in_13532 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13532 .fluid-image.align-left img{float:left}#stacks_in_13532 .fluid-image.align-right img{float:right}

        #stacks_in_13539>.button.b-p,#stacks_in_13539>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13539>.button.b-p:hover,#stacks_in_13539>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13539>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13539>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13539 .button.b-p.expand-large:not(.icon-only),#stacks_in_13539>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  

#stacks_in_13545 {
	padding: 10px 0px 10px 0px;
}
#fullScreenWrapper-player1 {
    width: 100%;
}

#playerWrapper-player1 {
	display: block;
	position: relative;
}

#playerWrapper-player1 *,
#playerWrapper-player1 *:before,
#playerWrapper-player1 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#mediaFrame-player1 {
	position: relative;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 1.00);
}




#mediaFrame-player1 {
	padding-bottom: 56.25%;
}






#playerWrapper-player1 #media-player1 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}



/* @group Splash Play Button */

#playerWrapper-player1 .playerSplashButton {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
}

#playerWrapper-player1 .splash-button {
	position: relative;
	display: inline-block;
	z-index: 11;
	cursor: pointer;
	padding: 20px;
	border: 3px solid rgba(76, 76, 76, 1.00);
	border-radius: 10px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-font-smoothing: antialiased
}

#playerWrapper-player1 .splash-button:hover {
	border: 3px solid rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button .splash-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 15;
	background: rgba(225, 225, 225, 0.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button:hover .splash-fill {
	background: rgba(225, 225, 225, 0.00);
}

#playerWrapper-player1 .splash-button-inner {
	display: inline;
	z-index: 25;
	color: rgba(76, 76, 76, 1.00);
	font: 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button:hover .splash-button-inner {
	color: rgba(0, 0, 0, 1.00);
}

#playerWrapper-player1 .splash-button-inner [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1 .splash-button-inner:hover [class^="fa fa-"] {
	color: rgba(0, 0, 0, 1.00);
}

/* @end */

/* @group Control Bar */



#media-controls-wrapper-player1 {
	position: relative;
	z-index: 4;
	width: 100%;
}

#toolbar-player1 button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* Buttons, titles and time */
#toolbar-player1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: calc(100% - 0px - 0px);
    height: auto;
    flex-wrap: wrap;
    vertical-align: middle;
    margin: 0px 0px;
    border-radius: 0px;
    opacity: 1.00;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;

    background: rgba(70, 69, 81, 1.00); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%, rgba(36, 39, 46, 1.00) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70, 69, 81, 1.00)), color-stop(100%,rgba(36, 39, 46, 1.00))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70, 69, 81, 1.00) 0%,rgba(36, 39, 46, 1.00) 100%); /* W3C */
}

@media screen and (min-width: 568px) {
    /* A fixed height and no wrapping of controls on wider screends greater than 568px wide */
    #toolbar-player1 {
        height: 0px;
        flex-wrap: nowrap;
    }
}

#playerWrapper-player1:hover #toolbar-player1 {
    opacity: 1.00;
}

/* Styling for toolbars in fullscreen mode */
/*
#playerWrapper-player1.playerInFullScreenMode:hover #toolbar-player1,
#playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: 99999;
    opacity: 0;
    transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#playerWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarHovered,
.playerTouchDevice #playerWrapper-player1.playerInFullScreenMode #toolbar-player1 {
    opacity: 1.00;
}
 */

#playerWrapper-player1.playerInFullScreenMode #fullscreenHoverRegionstacks_in_13548 {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    z-index: 99998;
}



#toolbar-player1 .media-button,
#toolbar-player1 .timingContent {
    line-height: 45px;
}

#toolbar-player1 .media-button {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

#media-controls-player1 span.time,
#media-controls-player1 span.player-extra-element,
#media-controls-player1 span.duration {
	text-align: center;
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1;
	height: px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

















#toolbar-player1 [class^="fa fa-"] {
	display: block;
	line-height: 0px;
	height: 0px;
	width: 0px;
	text-align: center;
	overflow: hidden;
	float: none;
	margin: auto;
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    text-shadow: rgba(0, 0, 0, 1.00) 1px 1px 1px;
    font-size: 20px;
}

#toolbar-player1 [class^="fa fa-"]:hover {
	color: rgba(205, 205, 205, 1.00);
}

#toolbar-player1 .media-button a,
#toolbar-player1 .media-button {
	font-size: 22px;
	color: rgba(255, 255, 255, 1.00);
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
    cursor: pointer;
}

#media-controls-player1 span.media-button a:hover,
#media-controls-player1 span.media-button button:hover {
	color: rgba(205, 205, 205, 1.00);
	text-decoration: none;
}

/* Timing content */
#toolbar-player1 .timingContent {
    display: block;
    width: 100%;
}

@media screen and (min-width: 568px) {
    #toolbar-player1 .timingContent {
        flex-grow: 2;
        flex-shrink: 2;
        display: inline-flex
    }
}

#timingContentWrapperstacks_in_13548 {
    display: flex;
    flex: 1;
    align-items: center;
}

#toolbar-player1 .duration,
#toolbar-player1 .scrubberWrapper,
#toolbar-player1 .time {
    /* display: table-cell; */
}

#toolbar-player1 .time,
#toolbar-player1 .duration {
	font-size: 15px;
	line-height: 0px;
	color: rgba(255, 255, 255, 1.00);
	height: 0px;
	min-width: 50px;
    text-align: center;
	padding: 0 0px;
	margin: 0;
}

#toolbar-player1 .scrubberWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
    height: 20px;
    vertical-align: middle;
}

#toolbar-player1 .scrubber {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 20px;
	margin: 0;
	border: none;
	padding: 0;
    display: block;
	border-radius: 14px;
	background: rgba(76, 76, 76, 1.00);
	outline: none; /* no focus outline */
	overflow: hidden;
	/*
position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
 */
	z-index: 2;
}

#toolbar-player1 .progress {
	-webkit-appearance: none;
	width: 0px;
	height: 20px;
	border: none;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: relative;
}








#toolbar-player1 .progress {
    background-color: rgba(82, 157, 225, 1.00);
}




/* @group Volume */

#volumestacks_in_13548 {
	order: 6;
  position: relative;
}

/* Hide on mobile */
body.playerTouchDevice #volumestacks_in_13548 {
  display: none !important;
}

#volumestacks_in_13548:hover {
	max-width: 150px;
	width: 150px;
	padding: 0px 25px;
}

#volumeMasterControllerstacks_in_13548 {
	display: inline-block;
	height: 0px;
    line-height: 0px;
	width: 0px;
}

#volumestacks_in_13548:hover #volumeMasterControllerstacks_in_13548 {
	display: none;
}

#volumeMinstacks_in_13548 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 0px;
    line-height: 0px;
}

#volumeMaxstacks_in_13548 {
	position: absolute;
	right: 0px;
	top: 0;
	width: 0px;
    line-height: 0px;
}

#volume-barstacks_in_13548[type=range],
#volumeMinstacks_in_13548,
#volumeMaxstacks_in_13548 {
	display: none;
}

#volumeMinstacks_in_13548,
#volumeMaxstacks_in_13548 {
	cursor: pointer;
}

#volumestacks_in_13548:hover #volumeMinstacks_in_13548,
#volumestacks_in_13548:hover #volumeMaxstacks_in_13548,
#volumestacks_in_13548:hover #volume-barstacks_in_13548 {
	display: inline;
}

#volume-barstacks_in_13548[type=range] {
	-webkit-appearance: none;
	background: none;
	width: 70%;
	text-align: center;
	line-height: 0px;
	height: 0px;
}

#volume-barstacks_in_13548[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_13548[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
	margin-top: -5px;
}

#volume-barstacks_in_13548[type=range]:focus {
	outline: none;
}

#volume-barstacks_in_13548[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_13548[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_13548[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_13548[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: rgba(179, 179, 179, 1.00);
	border: none;
	border-radius: 3px;
}

#volume-barstacks_in_13548[type=range]::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_13548[type=range]::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
	border-radius: 10px;
}

#volume-barstacks_in_13548[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_13548[type=range]:focus::-ms-fill-lower {
	background: rgba(179, 179, 179, 1.00);
}

#volume-barstacks_in_13548[type=range]:focus::-ms-fill-upper {
	background: rgba(179, 179, 179, 1.00);
}

/* @end */

/* @group Captions */



/* @end */

/* Style changes for the Player in full screen mode */
#fullScreenWrapper-player1.playerInFullScreenMode,
#fullScreenWrapper-player1.playerInFullScreenMode #playerWrapper-player1  {
    height: 100%;
}

#fullScreenWrapper-player1.playerInFullScreenMode #mediaFrame-player1 {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
}

#fullScreenWrapper-player1.playerInFullScreenMode player1 {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
    object-fit: cover;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #toolbar-player1.toolbarVisible {
	display: flex;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1001;
    display: none !important;
}

#fullScreenWrapper-player1.playerInFullScreenMode #PlayerCaptionsBarplayer1.toolbarVisible.textTracksActive {
	display: block !important;
}

#fullScreenWrapper-player1 #fullscreenHoverRegion-player1 {
	display: none;
}

#fullScreenWrapper-player1.playerInFullScreenMode #fullscreenHoverRegion-player1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25%;
	width: 100%;
	z-index: 999;
}





















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







#stacks_in_13551 .poster-readmore {
    display: none !important;
}





#stacks_in_13551 .blog-entry-author {
    display: none !important;
}



#stacks_in_13553 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13553 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13553 .fluid-image.unlimited img{width:100% !important}#stacks_in_13553 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13553 .fluid-image.align-left img{float:left}#stacks_in_13553 .fluid-image.align-right img{float:right}

        #stacks_in_13560>.button.b-p,#stacks_in_13560>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13560>.button.b-p:hover,#stacks_in_13560>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13560>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13560>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13560 .button.b-p.expand-large:not(.icon-only),#stacks_in_13560>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13563 audio, #stacks_in_13563 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13563 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13567 .poster-readmore {
    display: none !important;
}





#stacks_in_13567 .blog-entry-author {
    display: none !important;
}



#stacks_in_13569 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13569 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13569 .fluid-image.unlimited img{width:100% !important}#stacks_in_13569 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13569 .fluid-image.align-left img{float:left}#stacks_in_13569 .fluid-image.align-right img{float:right}

        #stacks_in_13576>.button.b-p,#stacks_in_13576>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13576>.button.b-p:hover,#stacks_in_13576>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13576>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13576>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13576 .button.b-p.expand-large:not(.icon-only),#stacks_in_13576>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13579 audio, #stacks_in_13579 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13579 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13583 .poster-readmore {
    display: none !important;
}





#stacks_in_13583 .blog-entry-author {
    display: none !important;
}



#stacks_in_13585 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13585 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13585 .fluid-image.unlimited img{width:100% !important}#stacks_in_13585 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13585 .fluid-image.align-left img{float:left}#stacks_in_13585 .fluid-image.align-right img{float:right}

        #stacks_in_13592>.button.b-p,#stacks_in_13592>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13592>.button.b-p:hover,#stacks_in_13592>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13592>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13592>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13592 .button.b-p.expand-large:not(.icon-only),#stacks_in_13592>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13595 audio, #stacks_in_13595 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13595 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13599 .poster-readmore {
    display: none !important;
}





#stacks_in_13599 .blog-entry-author {
    display: none !important;
}



#stacks_in_13601 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13601 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13601 .fluid-image.unlimited img{width:100% !important}#stacks_in_13601 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13601 .fluid-image.align-left img{float:left}#stacks_in_13601 .fluid-image.align-right img{float:right}

        #stacks_in_13608>.button.b-p,#stacks_in_13608>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13608>.button.b-p:hover,#stacks_in_13608>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13608>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13608>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13608 .button.b-p.expand-large:not(.icon-only),#stacks_in_13608>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13611 audio, #stacks_in_13611 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13611 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13615 .poster-readmore {
    display: none !important;
}





#stacks_in_13615 .blog-entry-author {
    display: none !important;
}



#stacks_in_13617 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13617 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13617 .fluid-image.unlimited img{width:100% !important}#stacks_in_13617 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13617 .fluid-image.align-left img{float:left}#stacks_in_13617 .fluid-image.align-right img{float:right}

        #stacks_in_13624>.button.b-p,#stacks_in_13624>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13624>.button.b-p:hover,#stacks_in_13624>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13624>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13624>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13624 .button.b-p.expand-large:not(.icon-only),#stacks_in_13624>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13627 audio, #stacks_in_13627 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13627 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13631 .poster-readmore {
    display: none !important;
}





#stacks_in_13631 .blog-entry-author {
    display: none !important;
}



#stacks_in_13633 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13633 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13633 .fluid-image.unlimited img{width:100% !important}#stacks_in_13633 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13633 .fluid-image.align-left img{float:left}#stacks_in_13633 .fluid-image.align-right img{float:right}

        #stacks_in_13640>.button.b-p,#stacks_in_13640>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13640>.button.b-p:hover,#stacks_in_13640>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13640>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13640>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13640 .button.b-p.expand-large:not(.icon-only),#stacks_in_13640>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13643 audio, #stacks_in_13643 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13643 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13647 .poster-readmore {
    display: none !important;
}





#stacks_in_13647 .blog-entry-author {
    display: none !important;
}



#stacks_in_13649 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13649 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13649 .fluid-image.unlimited img{width:100% !important}#stacks_in_13649 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13649 .fluid-image.align-left img{float:left}#stacks_in_13649 .fluid-image.align-right img{float:right}

        #stacks_in_13656>.button.b-p,#stacks_in_13656>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13656>.button.b-p:hover,#stacks_in_13656>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13656>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13656>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13656 .button.b-p.expand-large:not(.icon-only),#stacks_in_13656>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13659 audio, #stacks_in_13659 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13659 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13663 .poster-readmore {
    display: none !important;
}





#stacks_in_13663 .blog-entry-author {
    display: none !important;
}



#stacks_in_13665 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13665 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13665 .fluid-image.unlimited img{width:100% !important}#stacks_in_13665 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13665 .fluid-image.align-left img{float:left}#stacks_in_13665 .fluid-image.align-right img{float:right}

        #stacks_in_13672>.button.b-p,#stacks_in_13672>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13672>.button.b-p:hover,#stacks_in_13672>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13672>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13672>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13672 .button.b-p.expand-large:not(.icon-only),#stacks_in_13672>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13675 audio, #stacks_in_13675 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13675 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13679 .poster-readmore {
    display: none !important;
}





#stacks_in_13679 .blog-entry-author {
    display: none !important;
}



#stacks_in_13681 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13681 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13681 .fluid-image.unlimited img{width:100% !important}#stacks_in_13681 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13681 .fluid-image.align-left img{float:left}#stacks_in_13681 .fluid-image.align-right img{float:right}

        #stacks_in_13688>.button.b-p,#stacks_in_13688>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13688>.button.b-p:hover,#stacks_in_13688>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13688>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13688>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13688 .button.b-p.expand-large:not(.icon-only),#stacks_in_13688>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13691 audio, #stacks_in_13691 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13691 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13695 .poster-readmore {
    display: none !important;
}





#stacks_in_13695 .blog-entry-author {
    display: none !important;
}



#stacks_in_13697 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13697 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13697 .fluid-image.unlimited img{width:100% !important}#stacks_in_13697 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13697 .fluid-image.align-left img{float:left}#stacks_in_13697 .fluid-image.align-right img{float:right}

        #stacks_in_13704>.button.b-p,#stacks_in_13704>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13704>.button.b-p:hover,#stacks_in_13704>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13704>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13704>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13704 .button.b-p.expand-large:not(.icon-only),#stacks_in_13704>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13707 audio, #stacks_in_13707 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13707 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13711 .poster-readmore {
    display: none !important;
}





#stacks_in_13711 .blog-entry-author {
    display: none !important;
}



#stacks_in_13713 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13713 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13713 .fluid-image.unlimited img{width:100% !important}#stacks_in_13713 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13713 .fluid-image.align-left img{float:left}#stacks_in_13713 .fluid-image.align-right img{float:right}

        #stacks_in_13720>.button.b-p,#stacks_in_13720>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13720>.button.b-p:hover,#stacks_in_13720>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13720>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13720>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13720 .button.b-p.expand-large:not(.icon-only),#stacks_in_13720>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13723 audio, #stacks_in_13723 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13723 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_13727 .poster-readmore {
    display: none !important;
}





#stacks_in_13727 .blog-entry-author {
    display: none !important;
}



#stacks_in_13729 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13729 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13729 .fluid-image.unlimited img{width:100% !important}#stacks_in_13729 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13729 .fluid-image.align-left img{float:left}#stacks_in_13729 .fluid-image.align-right img{float:right}

        #stacks_in_13736>.button.b-p,#stacks_in_13736>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13736>.button.b-p:hover,#stacks_in_13736>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13736>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13736>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13736 .button.b-p.expand-large:not(.icon-only),#stacks_in_13736>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13739 audio, #stacks_in_13739 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13739 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_13740 {
	padding: 10px 0px 10px 0px;
}
/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_13743-float, #stacks_in_13743-around,
#stacks_in_13743-float *, #stacks_in_13743-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_13743-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13743-float {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;


	
	width: calc(50% - 0px); /* 1: float: left; detailed margin = 0 */
	



	
		
	margin: 0px; /* float: left; detailed margin = 0; border = no */
		 
	 


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13743-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_13743-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_13743 div.stacks_out, #stacks_in_13743 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_13743-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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


/* TopBox Indicator icon */
#topBoxIndicatorWrapperstacks_in_13745 {
	z-index: 7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	text-align: center;
}

#topBoxIndicatorIconstacks_in_13745 {
	display: inline;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	opacity: 0.75;
	color: #FFFFFF;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

#topBoxIndicatorIconstacks_in_13745 [class^="fa fa-"] {
	color: #FFFFFF;
}

#topBoxTriggerRegionstacks_in_13745:hover #topBoxIndicatorIconstacks_in_13745 {
	opacity: 0.90;
}


#topBoxTriggerRegionstacks_in_13745 #topBoxTriggerstacks_in_13745 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_13745 #topBoxTriggerContentstacks_in_13745 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_13745 #topBoxTriggerContentstacks_in_13745 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_13745 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_13745 h1,
#topBoxContentWrapperstacks_in_13745 h2,
#topBoxContentWrapperstacks_in_13745 h3,
#topBoxContentWrapperstacks_in_13745 h4,
#topBoxContentWrapperstacks_in_13745 h5,
#topBoxContentWrapperstacks_in_13745 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_13745 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_13745 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_13745 a:hover,
#topBoxContentWrapperstacks_in_13745 a:focus,
#topBoxContentWrapperstacks_in_13745 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_13745 {
	display: none;
}



#stacks_in_13745 {
	padding:  10px;
}
#stacks_in_13747 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13747 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13747 .fluid-image.unlimited img{width:100% !important}#stacks_in_13747 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13747 .fluid-image.align-left img{float:left}#stacks_in_13747 .fluid-image.align-right img{float:right}







#stacks_in_13753 .poster-readmore {
    display: none !important;
}





#stacks_in_13753 .blog-entry-author {
    display: none !important;
}



#stacks_in_13755 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13755 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13755 .fluid-image.unlimited img{width:100% !important}#stacks_in_13755 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13755 .fluid-image.align-left img{float:left}#stacks_in_13755 .fluid-image.align-right img{float:right}

        #stacks_in_13762>.button.b-p,#stacks_in_13762>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13762>.button.b-p:hover,#stacks_in_13762>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13762>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13762>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13762 .button.b-p.expand-large:not(.icon-only),#stacks_in_13762>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13765 audio, #stacks_in_13765 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13765 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_13766 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_13769 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13769 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13769 .fluid-image.unlimited img{width:100% !important}#stacks_in_13769 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13769 .fluid-image.align-left img{float:left}#stacks_in_13769 .fluid-image.align-right img{float:right}







#stacks_in_13773 .poster-readmore {
    display: none !important;
}





#stacks_in_13773 .blog-entry-author {
    display: none !important;
}



#stacks_in_13775 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13775 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13775 .fluid-image.unlimited img{width:100% !important}#stacks_in_13775 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13775 .fluid-image.align-left img{float:left}#stacks_in_13775 .fluid-image.align-right img{float:right}

        #stacks_in_13782>.button.b-p,#stacks_in_13782>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13782>.button.b-p:hover,#stacks_in_13782>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13782>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13782>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13782 .button.b-p.expand-large:not(.icon-only),#stacks_in_13782>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13785 audio, #stacks_in_13785 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13785 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13789 .poster-readmore {
    display: none !important;
}





#stacks_in_13789 .blog-entry-author {
    display: none !important;
}



#stacks_in_13791 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13791 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13791 .fluid-image.unlimited img{width:100% !important}#stacks_in_13791 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13791 .fluid-image.align-left img{float:left}#stacks_in_13791 .fluid-image.align-right img{float:right}

        #stacks_in_13798>.button.b-p,#stacks_in_13798>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13798>.button.b-p:hover,#stacks_in_13798>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13798>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13798>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13798 .button.b-p.expand-large:not(.icon-only),#stacks_in_13798>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13801 audio, #stacks_in_13801 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13801 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13805 .poster-readmore {
    display: none !important;
}





#stacks_in_13805 .blog-entry-author {
    display: none !important;
}



#stacks_in_13807 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13807 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13807 .fluid-image.unlimited img{width:100% !important}#stacks_in_13807 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13807 .fluid-image.align-left img{float:left}#stacks_in_13807 .fluid-image.align-right img{float:right}

        #stacks_in_13814>.button.b-p,#stacks_in_13814>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13814>.button.b-p:hover,#stacks_in_13814>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13814>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13814>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13814 .button.b-p.expand-large:not(.icon-only),#stacks_in_13814>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13817 audio, #stacks_in_13817 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13817 {
	padding: 0px 0px 10px 0px;
}

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

#stacks_in_13819 {
	padding: 0px 0px 10px 0px;
}
/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_13821-float, #stacks_in_13821-around,
#stacks_in_13821-float *, #stacks_in_13821-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_13821-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13821-float {
	position: relative;
	z-index: 1;
	float: left;
	width: 33%;


	
	width: calc(33% - 0px); /* 1: float: left; detailed margin = 0 */
	



	
		
	margin: 0px; /* float: left; detailed margin = 0; border = no */
		 
	 


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13821-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_13821-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_13821 div.stacks_out, #stacks_in_13821 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_13821-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_13823 #topBoxTriggerstacks_in_13823 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_13823 #topBoxTriggerContentstacks_in_13823 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_13823 #topBoxTriggerContentstacks_in_13823 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_13823 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_13823 h1,
#topBoxContentWrapperstacks_in_13823 h2,
#topBoxContentWrapperstacks_in_13823 h3,
#topBoxContentWrapperstacks_in_13823 h4,
#topBoxContentWrapperstacks_in_13823 h5,
#topBoxContentWrapperstacks_in_13823 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_13823 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_13823 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_13823 a:hover,
#topBoxContentWrapperstacks_in_13823 a:focus,
#topBoxContentWrapperstacks_in_13823 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_13823 {
	display: none;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_13825_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_13825_warehouse_image {    
    width: 100% !important;
    height: auto;
    
        display: block;     
        margin-left: auto;
        margin-right: auto;
    
    
    
    
    
}

.stacks_in_13825_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    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;
    width: 100% !important;
    height: auto;
}


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







#stacks_in_13831 .poster-readmore {
    display: none !important;
}





#stacks_in_13831 .blog-entry-author {
    display: none !important;
}



#stacks_in_13833 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13833 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13833 .fluid-image.unlimited img{width:100% !important}#stacks_in_13833 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13833 .fluid-image.align-left img{float:left}#stacks_in_13833 .fluid-image.align-right img{float:right}

        #stacks_in_13840>.button.b-p,#stacks_in_13840>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13840>.button.b-p:hover,#stacks_in_13840>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13840>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13840>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13840 .button.b-p.expand-large:not(.icon-only),#stacks_in_13840>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13843 audio, #stacks_in_13843 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13843 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13847 .poster-readmore {
    display: none !important;
}





#stacks_in_13847 .blog-entry-author {
    display: none !important;
}



#stacks_in_13849 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13849 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13849 .fluid-image.unlimited img{width:100% !important}#stacks_in_13849 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13849 .fluid-image.align-left img{float:left}#stacks_in_13849 .fluid-image.align-right img{float:right}

        #stacks_in_13856>.button.b-p,#stacks_in_13856>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13856>.button.b-p:hover,#stacks_in_13856>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13856>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13856>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13856 .button.b-p.expand-large:not(.icon-only),#stacks_in_13856>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13859 audio, #stacks_in_13859 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13859 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13863 .poster-readmore {
    display: none !important;
}





#stacks_in_13863 .blog-entry-author {
    display: none !important;
}



#stacks_in_13865 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13865 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13865 .fluid-image.unlimited img{width:100% !important}#stacks_in_13865 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13865 .fluid-image.align-left img{float:left}#stacks_in_13865 .fluid-image.align-right img{float:right}

        #stacks_in_13872>.button.b-p,#stacks_in_13872>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13872>.button.b-p:hover,#stacks_in_13872>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13872>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13872>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13872 .button.b-p.expand-large:not(.icon-only),#stacks_in_13872>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13875 audio, #stacks_in_13875 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13875 {
	padding: 0px 0px 10px 0px;
}

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

#stacks_in_13877 {
	padding: 0px 0px 10px 0px;
}
/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_13879-float, #stacks_in_13879-around,
#stacks_in_13879-float *, #stacks_in_13879-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_13879-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13879-float {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;


	
	width: calc(50% - 0px); /* 1: float: left; detailed margin = 0 */
	



	
		
	margin: 0px; /* float: left; detailed margin = 0; border = no */
		 
	 


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13879-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_13879-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_13879 div.stacks_out, #stacks_in_13879 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_13879-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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


/* TopBox Indicator icon */
#topBoxIndicatorWrapperstacks_in_13881 {
	z-index: 7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	text-align: center;
}

#topBoxIndicatorIconstacks_in_13881 {
	display: inline;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	opacity: 0.75;
	color: #FFFFFF;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

#topBoxIndicatorIconstacks_in_13881 [class^="fa fa-"] {
	color: #FFFFFF;
}

#topBoxTriggerRegionstacks_in_13881:hover #topBoxIndicatorIconstacks_in_13881 {
	opacity: 0.90;
}


#topBoxTriggerRegionstacks_in_13881 #topBoxTriggerstacks_in_13881 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_13881 #topBoxTriggerContentstacks_in_13881 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_13881 #topBoxTriggerContentstacks_in_13881 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_13881 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_13881 h1,
#topBoxContentWrapperstacks_in_13881 h2,
#topBoxContentWrapperstacks_in_13881 h3,
#topBoxContentWrapperstacks_in_13881 h4,
#topBoxContentWrapperstacks_in_13881 h5,
#topBoxContentWrapperstacks_in_13881 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_13881 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_13881 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_13881 a:hover,
#topBoxContentWrapperstacks_in_13881 a:focus,
#topBoxContentWrapperstacks_in_13881 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_13881 {
	display: none;
}



#stacks_in_13881 {
	padding:  10px;
}
#stacks_in_13883 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13883 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13883 .fluid-image.unlimited img{width:100% !important}#stacks_in_13883 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13883 .fluid-image.align-left img{float:left}#stacks_in_13883 .fluid-image.align-right img{float:right}







#stacks_in_13889 .poster-readmore {
    display: none !important;
}





#stacks_in_13889 .blog-entry-author {
    display: none !important;
}



#stacks_in_13891 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13891 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13891 .fluid-image.unlimited img{width:100% !important}#stacks_in_13891 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13891 .fluid-image.align-left img{float:left}#stacks_in_13891 .fluid-image.align-right img{float:right}

        #stacks_in_13898>.button.b-p,#stacks_in_13898>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13898>.button.b-p:hover,#stacks_in_13898>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13898>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13898>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13898 .button.b-p.expand-large:not(.icon-only),#stacks_in_13898>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13901 audio, #stacks_in_13901 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13901 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_13905 .poster-readmore {
    display: none !important;
}





#stacks_in_13905 .blog-entry-author {
    display: none !important;
}



#stacks_in_13907 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13907 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13907 .fluid-image.unlimited img{width:100% !important}#stacks_in_13907 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13907 .fluid-image.align-left img{float:left}#stacks_in_13907 .fluid-image.align-right img{float:right}

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

        #stacks_in_13914>.button.b-p,#stacks_in_13914>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13914>.button.b-p:hover,#stacks_in_13914>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13914>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13914>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13914 .button.b-p.expand-large:not(.icon-only),#stacks_in_13914>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13917 audio, #stacks_in_13917 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13917 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_13919 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_18159_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_18159_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_18159_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_18159_9psychedelicWrapper{
		-webkit-animation: stacks_in_18159_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_18159_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_18159_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_18159_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_18159_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_18159_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_18159_7,#stacks_in_18159_7 div,#stacks_in_18159_7 p,#stacks_in_18159_7 ol,#stacks_in_18159_7 ul li,#stacks_in_18159_7 ol li,#stacks_in_18159_7 ol,#stacks_in_18159_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_18159_7,#stacks_in_18159_7 div,#stacks_in_18159_7 p,#stacks_in_18159_7 ol,#stacks_in_18159_7 ul li,#stacks_in_18159_7 ol li,#stacks_in_18159_7 ol,#stacks_in_18159_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_18159_7{}}








#stacks_in_13921 .poster-readmore {
    display: none !important;
}





#stacks_in_13921 .blog-entry-author {
    display: none !important;
}



#stacks_in_13923 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13923 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13923 .fluid-image.unlimited img{width:100% !important}#stacks_in_13923 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13923 .fluid-image.align-left img{float:left}#stacks_in_13923 .fluid-image.align-right img{float:right}

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

        #stacks_in_13930>.button.b-p,#stacks_in_13930>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13930>.button.b-p:hover,#stacks_in_13930>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13930>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13930>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13930 .button.b-p.expand-large:not(.icon-only),#stacks_in_13930>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13933 audio, #stacks_in_13933 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13933 {
	padding: 0px 0px 10px 0px;
}
/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_13937-float, #stacks_in_13937-around,
#stacks_in_13937-float *, #stacks_in_13937-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_13937-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13937-float {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;


	
	width: calc(50% - 0px); /* 1: float: left; detailed margin = 0 */
	



	
		
	margin: 0px; /* float: left; detailed margin = 0; border = no */
		 
	 


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_13937-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_13937-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_13937 div.stacks_out, #stacks_in_13937 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_13937-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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


/* TopBox Indicator icon */
#topBoxIndicatorWrapperstacks_in_13939 {
	z-index: 7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	text-align: center;
}

#topBoxIndicatorIconstacks_in_13939 {
	display: inline;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	opacity: 0.75;
	color: #FFFFFF;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

#topBoxIndicatorIconstacks_in_13939 [class^="fa fa-"] {
	color: #FFFFFF;
}

#topBoxTriggerRegionstacks_in_13939:hover #topBoxIndicatorIconstacks_in_13939 {
	opacity: 0.90;
}


#topBoxTriggerRegionstacks_in_13939 #topBoxTriggerstacks_in_13939 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_13939 #topBoxTriggerContentstacks_in_13939 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_13939 #topBoxTriggerContentstacks_in_13939 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_13939 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_13939 h1,
#topBoxContentWrapperstacks_in_13939 h2,
#topBoxContentWrapperstacks_in_13939 h3,
#topBoxContentWrapperstacks_in_13939 h4,
#topBoxContentWrapperstacks_in_13939 h5,
#topBoxContentWrapperstacks_in_13939 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_13939 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_13939 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_13939 a:hover,
#topBoxContentWrapperstacks_in_13939 a:focus,
#topBoxContentWrapperstacks_in_13939 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_13939 {
	display: none;
}



#stacks_in_13939 {
	padding:  10px;
}
#stacks_in_13941 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13941 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13941 .fluid-image.unlimited img{width:100% !important}#stacks_in_13941 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13941 .fluid-image.align-left img{float:left}#stacks_in_13941 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_18086_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_18086_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_18086_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_18086_9psychedelicWrapper{
		-webkit-animation: stacks_in_18086_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_18086_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_18086_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_18086_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_18086_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_18086_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_18086_7,#stacks_in_18086_7 div,#stacks_in_18086_7 p,#stacks_in_18086_7 ol,#stacks_in_18086_7 ul li,#stacks_in_18086_7 ol li,#stacks_in_18086_7 ol,#stacks_in_18086_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_18086_7,#stacks_in_18086_7 div,#stacks_in_18086_7 p,#stacks_in_18086_7 ol,#stacks_in_18086_7 ul li,#stacks_in_18086_7 ol li,#stacks_in_18086_7 ol,#stacks_in_18086_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_18086_7{}}








#stacks_in_13947 .poster-readmore {
    display: none !important;
}





#stacks_in_13947 .blog-entry-author {
    display: none !important;
}



#stacks_in_13949 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13949 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13949 .fluid-image.unlimited img{width:100% !important}#stacks_in_13949 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13949 .fluid-image.align-left img{float:left}#stacks_in_13949 .fluid-image.align-right img{float:right}

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

        #stacks_in_13956>.button.b-p,#stacks_in_13956>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13956>.button.b-p:hover,#stacks_in_13956>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13956>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13956>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13956 .button.b-p.expand-large:not(.icon-only),#stacks_in_13956>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13959 audio, #stacks_in_13959 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13959 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_18084_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_18084_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_18084_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_18084_9psychedelicWrapper{
		-webkit-animation: stacks_in_18084_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_18084_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_18084_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_18084_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_18084_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_18084_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_18084_7,#stacks_in_18084_7 div,#stacks_in_18084_7 p,#stacks_in_18084_7 ol,#stacks_in_18084_7 ul li,#stacks_in_18084_7 ol li,#stacks_in_18084_7 ol,#stacks_in_18084_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_18084_7,#stacks_in_18084_7 div,#stacks_in_18084_7 p,#stacks_in_18084_7 ol,#stacks_in_18084_7 ul li,#stacks_in_18084_7 ol li,#stacks_in_18084_7 ol,#stacks_in_18084_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_18084_7{}}








#stacks_in_13963 .poster-readmore {
    display: none !important;
}





#stacks_in_13963 .blog-entry-author {
    display: none !important;
}



#stacks_in_13965 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13965 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13965 .fluid-image.unlimited img{width:100% !important}#stacks_in_13965 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13965 .fluid-image.align-left img{float:left}#stacks_in_13965 .fluid-image.align-right img{float:right}

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

        #stacks_in_13972>.button.b-p,#stacks_in_13972>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13972>.button.b-p:hover,#stacks_in_13972>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13972>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13972>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13972 .button.b-p.expand-large:not(.icon-only),#stacks_in_13972>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13975 audio, #stacks_in_13975 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_13975 {
	padding: 0px 0px 10px 0px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_13977 #topBoxTriggerstacks_in_13977 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_13977 #topBoxTriggerContentstacks_in_13977 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_13977 #topBoxTriggerContentstacks_in_13977 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_13977 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_13977 h1,
#topBoxContentWrapperstacks_in_13977 h2,
#topBoxContentWrapperstacks_in_13977 h3,
#topBoxContentWrapperstacks_in_13977 h4,
#topBoxContentWrapperstacks_in_13977 h5,
#topBoxContentWrapperstacks_in_13977 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_13977 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_13977 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_13977 a:hover,
#topBoxContentWrapperstacks_in_13977 a:focus,
#topBoxContentWrapperstacks_in_13977 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_13977 {
	display: none;
}


/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanVideos/
 * Support: support@1littledesigner.com
 * Version 1.0.2
 * Description: cleanVideo uses Chris Coyier's FitVids and tailors it for use in RapidWeaver
 */

/* GLOBAL STYLES */

cleanVids_stacks_in_13980 video {
    width: 100%;
    height: auto;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_18082_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_18082_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_18082_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_18082_9psychedelicWrapper{
		-webkit-animation: stacks_in_18082_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_18082_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_18082_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_18082_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_18082_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_18082_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_18082_7,#stacks_in_18082_7 div,#stacks_in_18082_7 p,#stacks_in_18082_7 ol,#stacks_in_18082_7 ul li,#stacks_in_18082_7 ol li,#stacks_in_18082_7 ol,#stacks_in_18082_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_18082_7,#stacks_in_18082_7 div,#stacks_in_18082_7 p,#stacks_in_18082_7 ol,#stacks_in_18082_7 ul li,#stacks_in_18082_7 ol li,#stacks_in_18082_7 ol,#stacks_in_18082_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_18082_7{}}








#stacks_in_13984 .poster-readmore {
    display: none !important;
}





#stacks_in_13984 .blog-entry-author {
    display: none !important;
}



#stacks_in_13986 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_13986 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_13986 .fluid-image.unlimited img{width:100% !important}#stacks_in_13986 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_13986 .fluid-image.align-left img{float:left}#stacks_in_13986 .fluid-image.align-right img{float:right}

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

        #stacks_in_13993>.button.b-p,#stacks_in_13993>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_13993>.button.b-p:hover,#stacks_in_13993>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_13993>.button.b-p.expand-mob:not(.icon-only),#stacks_in_13993>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_13993 .button.b-p.expand-large:not(.icon-only),#stacks_in_13993>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_13996 audio, #stacks_in_13996 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_17419_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_17419_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_17419_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_17419_9psychedelicWrapper{
		-webkit-animation: stacks_in_17419_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_17419_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_17419_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_17419_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_17419_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_17419_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_17419_7,#stacks_in_17419_7 div,#stacks_in_17419_7 p,#stacks_in_17419_7 ol,#stacks_in_17419_7 ul li,#stacks_in_17419_7 ol li,#stacks_in_17419_7 ol,#stacks_in_17419_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_17419_7,#stacks_in_17419_7 div,#stacks_in_17419_7 p,#stacks_in_17419_7 ol,#stacks_in_17419_7 ul li,#stacks_in_17419_7 ol li,#stacks_in_17419_7 ol,#stacks_in_17419_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_17419_7{}}








#stacks_in_14000 .poster-readmore {
    display: none !important;
}





#stacks_in_14000 .blog-entry-author {
    display: none !important;
}



#stacks_in_14002 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14002 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14002 .fluid-image.unlimited img{width:100% !important}#stacks_in_14002 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14002 .fluid-image.align-left img{float:left}#stacks_in_14002 .fluid-image.align-right img{float:right}

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

        #stacks_in_14009>.button.b-p,#stacks_in_14009>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14009>.button.b-p:hover,#stacks_in_14009>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14009>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14009>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14009 .button.b-p.expand-large:not(.icon-only),#stacks_in_14009>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14012 audio, #stacks_in_14012 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_17350_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_17350_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_17350_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_17350_9psychedelicWrapper{
		-webkit-animation: stacks_in_17350_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_17350_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_17350_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_17350_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_17350_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_17350_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_17350_7,#stacks_in_17350_7 div,#stacks_in_17350_7 p,#stacks_in_17350_7 ol,#stacks_in_17350_7 ul li,#stacks_in_17350_7 ol li,#stacks_in_17350_7 ol,#stacks_in_17350_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_17350_7,#stacks_in_17350_7 div,#stacks_in_17350_7 p,#stacks_in_17350_7 ol,#stacks_in_17350_7 ul li,#stacks_in_17350_7 ol li,#stacks_in_17350_7 ol,#stacks_in_17350_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_17350_7{}}








#stacks_in_14016 .poster-readmore {
    display: none !important;
}





#stacks_in_14016 .blog-entry-author {
    display: none !important;
}



#stacks_in_14018 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14018 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14018 .fluid-image.unlimited img{width:100% !important}#stacks_in_14018 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14018 .fluid-image.align-left img{float:left}#stacks_in_14018 .fluid-image.align-right img{float:right}

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

#stacks_in_14021 {
	margin:  6px;
}

        #stacks_in_14025>.button.b-p,#stacks_in_14025>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14025>.button.b-p:hover,#stacks_in_14025>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14025>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14025>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14025 .button.b-p.expand-large:not(.icon-only),#stacks_in_14025>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14028 audio, #stacks_in_14028 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_17158_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_17158_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_17158_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_17158_9psychedelicWrapper{
		-webkit-animation: stacks_in_17158_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_17158_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_17158_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_17158_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_17158_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_17158_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_17158_7,#stacks_in_17158_7 div,#stacks_in_17158_7 p,#stacks_in_17158_7 ol,#stacks_in_17158_7 ul li,#stacks_in_17158_7 ol li,#stacks_in_17158_7 ol,#stacks_in_17158_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_17158_7,#stacks_in_17158_7 div,#stacks_in_17158_7 p,#stacks_in_17158_7 ol,#stacks_in_17158_7 ul li,#stacks_in_17158_7 ol li,#stacks_in_17158_7 ol,#stacks_in_17158_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_17158_7{}}








#stacks_in_14032 .poster-readmore {
    display: none !important;
}





#stacks_in_14032 .blog-entry-author {
    display: none !important;
}



#stacks_in_14034 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14034 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14034 .fluid-image.unlimited img{width:100% !important}#stacks_in_14034 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14034 .fluid-image.align-left img{float:left}#stacks_in_14034 .fluid-image.align-right img{float:right}

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

#stacks_in_14037 {
	margin:  6px;
}

        #stacks_in_14041>.button.b-p,#stacks_in_14041>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14041>.button.b-p:hover,#stacks_in_14041>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14041>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14041>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14041 .button.b-p.expand-large:not(.icon-only),#stacks_in_14041>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14044 audio, #stacks_in_14044 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_17071_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_17071_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_17071_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_17071_9psychedelicWrapper{
		-webkit-animation: stacks_in_17071_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_17071_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_17071_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_17071_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_17071_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_17071_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_17071_7,#stacks_in_17071_7 div,#stacks_in_17071_7 p,#stacks_in_17071_7 ol,#stacks_in_17071_7 ul li,#stacks_in_17071_7 ol li,#stacks_in_17071_7 ol,#stacks_in_17071_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_17071_7,#stacks_in_17071_7 div,#stacks_in_17071_7 p,#stacks_in_17071_7 ol,#stacks_in_17071_7 ul li,#stacks_in_17071_7 ol li,#stacks_in_17071_7 ol,#stacks_in_17071_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_17071_7{}}








#stacks_in_14048 .poster-readmore {
    display: none !important;
}





#stacks_in_14048 .blog-entry-author {
    display: none !important;
}



#stacks_in_14050 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14050 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14050 .fluid-image.unlimited img{width:100% !important}#stacks_in_14050 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14050 .fluid-image.align-left img{float:left}#stacks_in_14050 .fluid-image.align-right img{float:right}

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

#stacks_in_14053 {
	margin:  6px;
}

        #stacks_in_14057>.button.b-p,#stacks_in_14057>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14057>.button.b-p:hover,#stacks_in_14057>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14057>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14057>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14057 .button.b-p.expand-large:not(.icon-only),#stacks_in_14057>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14060 audio, #stacks_in_14060 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16996_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_16996_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_16996_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_16996_9psychedelicWrapper{
		-webkit-animation: stacks_in_16996_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_16996_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_16996_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_16996_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_16996_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_16996_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_16996_7,#stacks_in_16996_7 div,#stacks_in_16996_7 p,#stacks_in_16996_7 ol,#stacks_in_16996_7 ul li,#stacks_in_16996_7 ol li,#stacks_in_16996_7 ol,#stacks_in_16996_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_16996_7,#stacks_in_16996_7 div,#stacks_in_16996_7 p,#stacks_in_16996_7 ol,#stacks_in_16996_7 ul li,#stacks_in_16996_7 ol li,#stacks_in_16996_7 ol,#stacks_in_16996_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_16996_7{}}








#stacks_in_14064 .poster-readmore {
    display: none !important;
}





#stacks_in_14064 .blog-entry-author {
    display: none !important;
}



#stacks_in_14066 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14066 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14066 .fluid-image.unlimited img{width:100% !important}#stacks_in_14066 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14066 .fluid-image.align-left img{float:left}#stacks_in_14066 .fluid-image.align-right img{float:right}

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

#stacks_in_14069 {
	margin:  6px;
}

        #stacks_in_14073>.button.b-p,#stacks_in_14073>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14073>.button.b-p:hover,#stacks_in_14073>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14073>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14073>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14073 .button.b-p.expand-large:not(.icon-only),#stacks_in_14073>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14076 audio, #stacks_in_14076 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16908_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_16908_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_16908_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_16908_9psychedelicWrapper{
		-webkit-animation: stacks_in_16908_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_16908_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_16908_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_16908_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_16908_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_16908_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_16908_7,#stacks_in_16908_7 div,#stacks_in_16908_7 p,#stacks_in_16908_7 ol,#stacks_in_16908_7 ul li,#stacks_in_16908_7 ol li,#stacks_in_16908_7 ol,#stacks_in_16908_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_16908_7,#stacks_in_16908_7 div,#stacks_in_16908_7 p,#stacks_in_16908_7 ol,#stacks_in_16908_7 ul li,#stacks_in_16908_7 ol li,#stacks_in_16908_7 ol,#stacks_in_16908_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_16908_7{}}








#stacks_in_14080 .poster-readmore {
    display: none !important;
}





#stacks_in_14080 .blog-entry-author {
    display: none !important;
}



#stacks_in_14082 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14082 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14082 .fluid-image.unlimited img{width:100% !important}#stacks_in_14082 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14082 .fluid-image.align-left img{float:left}#stacks_in_14082 .fluid-image.align-right img{float:right}

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

#stacks_in_14085 {
	margin:  6px;
}

        #stacks_in_14089>.button.b-p,#stacks_in_14089>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14089>.button.b-p:hover,#stacks_in_14089>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14089>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14089>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14089 .button.b-p.expand-large:not(.icon-only),#stacks_in_14089>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14092 audio, #stacks_in_14092 video {
    width: 100%;
    max-width: 100%;
}/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_14096-float, #stacks_in_14096-around,
#stacks_in_14096-float *, #stacks_in_14096-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_14096-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_14096-float {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;


	
	width: calc(50% - 0px); /* 1: float: left; detailed margin = 0 */
	



	
		
	margin: 0px; /* float: left; detailed margin = 0; border = no */
		 
	 


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_14096-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_14096-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_14096 div.stacks_out, #stacks_in_14096 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_14096-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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


/* TopBox Indicator icon */
#topBoxIndicatorWrapperstacks_in_14098 {
	z-index: 7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	text-align: center;
}

#topBoxIndicatorIconstacks_in_14098 {
	display: inline;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	opacity: 0.50;
	color: #000000;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

#topBoxIndicatorIconstacks_in_14098 [class^="fa fa-"] {
	color: #000000;
}

#topBoxTriggerRegionstacks_in_14098:hover #topBoxIndicatorIconstacks_in_14098 {
	opacity: 0.90;
}


#topBoxTriggerRegionstacks_in_14098 #topBoxTriggerstacks_in_14098 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14098 #topBoxTriggerContentstacks_in_14098 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14098 #topBoxTriggerContentstacks_in_14098 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14098 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14098 h1,
#topBoxContentWrapperstacks_in_14098 h2,
#topBoxContentWrapperstacks_in_14098 h3,
#topBoxContentWrapperstacks_in_14098 h4,
#topBoxContentWrapperstacks_in_14098 h5,
#topBoxContentWrapperstacks_in_14098 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14098 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14098 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14098 a:hover,
#topBoxContentWrapperstacks_in_14098 a:focus,
#topBoxContentWrapperstacks_in_14098 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14098 {
	display: none;
}


#stacks_in_14100 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14100 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14100 .fluid-image.unlimited img{width:100% !important}#stacks_in_14100 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14100 .fluid-image.align-left img{float:left}#stacks_in_14100 .fluid-image.align-right img{float:right}

#stacks_in_14100 {
	padding:  20px;
}
#stacks_in_14103 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14103 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14103 .fluid-image.unlimited img{width:100% !important}#stacks_in_14103 .fluid-image.define_max img{width:100% !important;max-width:950px !important}#stacks_in_14103 .fluid-image.align-left img{float:left}#stacks_in_14103 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16850_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_16850_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_16850_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_16850_9psychedelicWrapper{
		-webkit-animation: stacks_in_16850_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_16850_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_16850_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_16850_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_16850_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_16850_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_16850_7,#stacks_in_16850_7 div,#stacks_in_16850_7 p,#stacks_in_16850_7 ol,#stacks_in_16850_7 ul li,#stacks_in_16850_7 ol li,#stacks_in_16850_7 ol,#stacks_in_16850_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_16850_7,#stacks_in_16850_7 div,#stacks_in_16850_7 p,#stacks_in_16850_7 ol,#stacks_in_16850_7 ul li,#stacks_in_16850_7 ol li,#stacks_in_16850_7 ol,#stacks_in_16850_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_16850_7{}}








#stacks_in_14108 .poster-readmore {
    display: none !important;
}





#stacks_in_14108 .blog-entry-author {
    display: none !important;
}



#stacks_in_14110 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14110 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14110 .fluid-image.unlimited img{width:100% !important}#stacks_in_14110 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14110 .fluid-image.align-left img{float:left}#stacks_in_14110 .fluid-image.align-right img{float:right}

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

#stacks_in_14113 {
	margin:  6px;
}

        #stacks_in_14117>.button.b-p,#stacks_in_14117>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14117>.button.b-p:hover,#stacks_in_14117>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14117>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14117>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14117 .button.b-p.expand-large:not(.icon-only),#stacks_in_14117>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14120 audio, #stacks_in_14120 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16764_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_16764_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_16764_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_16764_9psychedelicWrapper{
		-webkit-animation: stacks_in_16764_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_16764_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_16764_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_16764_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_16764_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_16764_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_16764_7,#stacks_in_16764_7 div,#stacks_in_16764_7 p,#stacks_in_16764_7 ol,#stacks_in_16764_7 ul li,#stacks_in_16764_7 ol li,#stacks_in_16764_7 ol,#stacks_in_16764_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_16764_7,#stacks_in_16764_7 div,#stacks_in_16764_7 p,#stacks_in_16764_7 ol,#stacks_in_16764_7 ul li,#stacks_in_16764_7 ol li,#stacks_in_16764_7 ol,#stacks_in_16764_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_16764_7{}}








#stacks_in_14124 .poster-readmore {
    display: none !important;
}





#stacks_in_14124 .blog-entry-author {
    display: none !important;
}



#stacks_in_14126 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14126 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14126 .fluid-image.unlimited img{width:100% !important}#stacks_in_14126 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14126 .fluid-image.align-left img{float:left}#stacks_in_14126 .fluid-image.align-right img{float:right}

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

#stacks_in_14129 {
	margin:  6px;
}

        #stacks_in_14133>.button.b-p,#stacks_in_14133>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14133>.button.b-p:hover,#stacks_in_14133>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14133>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14133>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14133 .button.b-p.expand-large:not(.icon-only),#stacks_in_14133>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14136 audio, #stacks_in_14136 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16744_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_16744_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_16744_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_16744_9psychedelicWrapper{
		-webkit-animation: stacks_in_16744_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_16744_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_16744_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_16744_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_16744_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_16744_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_16744_7,#stacks_in_16744_7 div,#stacks_in_16744_7 p,#stacks_in_16744_7 ol,#stacks_in_16744_7 ul li,#stacks_in_16744_7 ol li,#stacks_in_16744_7 ol,#stacks_in_16744_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_16744_7,#stacks_in_16744_7 div,#stacks_in_16744_7 p,#stacks_in_16744_7 ol,#stacks_in_16744_7 ul li,#stacks_in_16744_7 ol li,#stacks_in_16744_7 ol,#stacks_in_16744_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_16744_7{}}








#stacks_in_14140 .poster-readmore {
    display: none !important;
}





#stacks_in_14140 .blog-entry-author {
    display: none !important;
}



#stacks_in_14142 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14142 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14142 .fluid-image.unlimited img{width:100% !important}#stacks_in_14142 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14142 .fluid-image.align-left img{float:left}#stacks_in_14142 .fluid-image.align-right img{float:right}

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

#stacks_in_14145 {
	margin:  6px;
}

        #stacks_in_14149>.button.b-p,#stacks_in_14149>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14149>.button.b-p:hover,#stacks_in_14149>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14149>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14149>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14149 .button.b-p.expand-large:not(.icon-only),#stacks_in_14149>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14152 audio, #stacks_in_14152 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_16717_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_16717_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_16717_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_16717_9psychedelicWrapper{
		-webkit-animation: stacks_in_16717_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_16717_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_16717_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_16717_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_16717_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_16717_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_16717_7,#stacks_in_16717_7 div,#stacks_in_16717_7 p,#stacks_in_16717_7 ol,#stacks_in_16717_7 ul li,#stacks_in_16717_7 ol li,#stacks_in_16717_7 ol,#stacks_in_16717_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_16717_7,#stacks_in_16717_7 div,#stacks_in_16717_7 p,#stacks_in_16717_7 ol,#stacks_in_16717_7 ul li,#stacks_in_16717_7 ol li,#stacks_in_16717_7 ol,#stacks_in_16717_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_16717_7{}}


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







#stacks_in_14156 .poster-readmore {
    display: none !important;
}





#stacks_in_14156 .blog-entry-author {
    display: none !important;
}



#stacks_in_14158 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14158 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14158 .fluid-image.unlimited img{width:100% !important}#stacks_in_14158 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14158 .fluid-image.align-left img{float:left}#stacks_in_14158 .fluid-image.align-right img{float:right}

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

#stacks_in_14161 {
	margin:  6px;
}

        #stacks_in_14165>.button.b-p,#stacks_in_14165>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14165>.button.b-p:hover,#stacks_in_14165>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14165>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14165>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14165 .button.b-p.expand-large:not(.icon-only),#stacks_in_14165>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14170 audio, #stacks_in_14170 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14168_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14168_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14168_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14168_9psychedelicWrapper{
		-webkit-animation: stacks_in_14168_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14168_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14168_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14168_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14168_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14168_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14168_7,#stacks_in_14168_7 div,#stacks_in_14168_7 p,#stacks_in_14168_7 ol,#stacks_in_14168_7 ul li,#stacks_in_14168_7 ol li,#stacks_in_14168_7 ol,#stacks_in_14168_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14168_7,#stacks_in_14168_7 div,#stacks_in_14168_7 p,#stacks_in_14168_7 ol,#stacks_in_14168_7 ul li,#stacks_in_14168_7 ol li,#stacks_in_14168_7 ol,#stacks_in_14168_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14168_7{}}








#stacks_in_14173 .poster-readmore {
    display: none !important;
}





#stacks_in_14173 .blog-entry-author {
    display: none !important;
}



#stacks_in_14175 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14175 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14175 .fluid-image.unlimited img{width:100% !important}#stacks_in_14175 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14175 .fluid-image.align-left img{float:left}#stacks_in_14175 .fluid-image.align-right img{float:right}

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

#stacks_in_14178 {
	margin:  6px;
}

        #stacks_in_14182>.button.b-p,#stacks_in_14182>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14182>.button.b-p:hover,#stacks_in_14182>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14182>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14182>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14182 .button.b-p.expand-large:not(.icon-only),#stacks_in_14182>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14187 audio, #stacks_in_14187 video {
    width: 100%;
    max-width: 100%;
}/* SmartFloat stack v1.2.1 */


/* ---------------------------------------------------------------------- PRELOAD BG IMAGES ---------------------------------------------------------------------- */







/* ---------------------------------------------------------------------- GENERAL SETTINGS ----------------------------------------------------------------------- */

#stacks_in_14190-float, #stacks_in_14190-around,
#stacks_in_14190-float *, #stacks_in_14190-around * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_14190-spacer {
	display: none;
}

/* ---------------------------------------------------------------------- FLOATING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_14190-float {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;


	
	width: calc(50% - 0px); /* 1: float: left; detailed margin = 0 */
	



	
		
	margin: 0px; /* float: left; detailed margin = 0; border = no */
		 
	 


	padding: 0px;

  	border-radius: 0px;
	
	
}



/* ---------------------------------------------------------------------- WRAPPING ELEMENT ----------------------------------------------------------------------- */

#stacks_in_14190-around {
  	
	border-radius: 0px;
		
	
}

#stacks_in_14190-around:after {
	clear: both;
	content: "";
	display: table;
}


#stacks_in_14190 div.stacks_out, #stacks_in_14190 div.stacks_in {
	overflow: visible; 
}

/* ------------------------------------------------------------------- RESPONSIVE: BIG SCREEN -------------------------------------------------------------------- */


#stacks_in_14190-float {
	
	
}


/* ------------------------------------------------------------------- RESPONSIVE: SMALL SCREEN ------------------------------------------------------------------ */



/* ---------------------------------------------------------------------- RESPONSIVE IMAGE ----------------------------------------------------------------------- */



/* End of SmartFloat stack */
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_14192 #topBoxTriggerstacks_in_14192 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14192 #topBoxTriggerContentstacks_in_14192 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14192 #topBoxTriggerContentstacks_in_14192 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14192 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14192 h1,
#topBoxContentWrapperstacks_in_14192 h2,
#topBoxContentWrapperstacks_in_14192 h3,
#topBoxContentWrapperstacks_in_14192 h4,
#topBoxContentWrapperstacks_in_14192 h5,
#topBoxContentWrapperstacks_in_14192 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14192 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14192 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14192 a:hover,
#topBoxContentWrapperstacks_in_14192 a:focus,
#topBoxContentWrapperstacks_in_14192 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14192 {
	display: none;
}


#stacks_in_14194 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14194 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14194 .fluid-image.unlimited img{width:100% !important}#stacks_in_14194 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14194 .fluid-image.align-left img{float:left}#stacks_in_14194 .fluid-image.align-right img{float:right}

#stacks_in_14194 {
	padding:  20px;
}
#stacks_in_14197 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14197 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14197 .fluid-image.unlimited img{width:100% !important}#stacks_in_14197 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14197 .fluid-image.align-left img{float:left}#stacks_in_14197 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14185_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14185_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14185_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14185_9psychedelicWrapper{
		-webkit-animation: stacks_in_14185_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14185_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14185_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14185_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14185_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14185_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14185_7,#stacks_in_14185_7 div,#stacks_in_14185_7 p,#stacks_in_14185_7 ol,#stacks_in_14185_7 ul li,#stacks_in_14185_7 ol li,#stacks_in_14185_7 ol,#stacks_in_14185_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14185_7,#stacks_in_14185_7 div,#stacks_in_14185_7 p,#stacks_in_14185_7 ol,#stacks_in_14185_7 ul li,#stacks_in_14185_7 ol li,#stacks_in_14185_7 ol,#stacks_in_14185_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14185_7{}}








#stacks_in_14203 .poster-readmore {
    display: none !important;
}





#stacks_in_14203 .blog-entry-author {
    display: none !important;
}



#stacks_in_14205 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14205 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14205 .fluid-image.unlimited img{width:100% !important}#stacks_in_14205 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14205 .fluid-image.align-left img{float:left}#stacks_in_14205 .fluid-image.align-right img{float:right}

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

#stacks_in_14208 {
	margin:  6px;
}

        #stacks_in_14212>.button.b-p,#stacks_in_14212>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14212>.button.b-p:hover,#stacks_in_14212>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14212>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14212>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14212 .button.b-p.expand-large:not(.icon-only),#stacks_in_14212>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14217 audio, #stacks_in_14217 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14215_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14215_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14215_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14215_9psychedelicWrapper{
		-webkit-animation: stacks_in_14215_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14215_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14215_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14215_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14215_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14215_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14215_7,#stacks_in_14215_7 div,#stacks_in_14215_7 p,#stacks_in_14215_7 ol,#stacks_in_14215_7 ul li,#stacks_in_14215_7 ol li,#stacks_in_14215_7 ol,#stacks_in_14215_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14215_7,#stacks_in_14215_7 div,#stacks_in_14215_7 p,#stacks_in_14215_7 ol,#stacks_in_14215_7 ul li,#stacks_in_14215_7 ol li,#stacks_in_14215_7 ol,#stacks_in_14215_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14215_7{}}








#stacks_in_14221 .poster-readmore {
    display: none !important;
}





#stacks_in_14221 .blog-entry-author {
    display: none !important;
}



#stacks_in_14223 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14223 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14223 .fluid-image.unlimited img{width:100% !important}#stacks_in_14223 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14223 .fluid-image.align-left img{float:left}#stacks_in_14223 .fluid-image.align-right img{float:right}

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

#stacks_in_14226 {
	margin:  6px;
}

        #stacks_in_14230>.button.b-p,#stacks_in_14230>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14230>.button.b-p:hover,#stacks_in_14230>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14230>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14230>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14230 .button.b-p.expand-large:not(.icon-only),#stacks_in_14230>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#audioPlayerContainerstacks_in_14235 {
	position: relative;
	z-index: 1;
}

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

#audioPlayerstacks_in_14235 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_14235 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

#audioPlayerControlsstacks_in_14235 [class^="fa fa-"] {
	color: rgba(76, 76, 76, 1.00);
}








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
















#audioPlayerControlsWrapperstacks_in_14235 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_14235 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 60px;
	padding: 0;
	margin: 0;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_14235 #audioPlayerPlayPausestacks_in_14235 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_14235 #audioPlayerFullScreenstacks_in_14235 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_14235 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_14235 {
	display: inline-block;
	width: 60px;
}

#audioPlayerDurationstacks_in_14235 {
	display: inline-block;
	width: 60px;
}

#audioPlayerTimeDividerstacks_in_14235 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(76, 76, 76, 1.00);
}





@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_14235 {
		display: none;
	}
}

#progressBarstacks_in_14235 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_14235 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 60px;
		line-height: 60px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_14235[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_14235 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_14235 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 22px;
		vertical-align: middle;
	}

	#volumestacks_in_14235 [class^="fa fa-"] {
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_14235:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_14235 {
		display: inline-block;
		max-width: 60px;
		width: 60px;
		line-height: 60px;
		height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumestacks_in_14235:hover #volumeButtonstacks_in_14235 {
		display: none;
	}

	#volumeMinstacks_in_14235 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volumeMaxstacks_in_14235 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 60px;
		line-height: 60px;
		color: rgba(76, 76, 76, 1.00);
	}

	#volume-barstacks_in_14235[type=range],
	#volumeMinstacks_in_14235,
	#volumeMaxstacks_in_14235 {
		display: none;
	}

	#volumeMinstacks_in_14235,
	#volumeMaxstacks_in_14235 {
		cursor: pointer;
	}

	#volumestacks_in_14235:hover #volume-barstacks_in_14235,
	#volumestacks_in_14235:hover #volumeMinstacks_in_14235,
	#volumestacks_in_14235:hover #volumeMaxstacks_in_14235 {
		display: inline;
	}

	#volume-barstacks_in_14235[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 60px;
		height: 60px;
	}

	#volume-barstacks_in_14235[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_14235[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
		margin-top: -5px;
	}

	#volume-barstacks_in_14235[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_14235[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_14235[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_14235[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_14235[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_14235[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_14235[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_14235[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #4C4C4C;
	}

	#volume-barstacks_in_14235[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_14235[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_14235 #audioPlayerFullScreenstacks_in_14235,
	#audioPlayerControlsstacks_in_14235 #volumestacks_in_14235 {
		display: none;
	}
}



#stacks_in_14235 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14233_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14233_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14233_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14233_9psychedelicWrapper{
		-webkit-animation: stacks_in_14233_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14233_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14233_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14233_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14233_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14233_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14233_7,#stacks_in_14233_7 div,#stacks_in_14233_7 p,#stacks_in_14233_7 ol,#stacks_in_14233_7 ul li,#stacks_in_14233_7 ol li,#stacks_in_14233_7 ol,#stacks_in_14233_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14233_7,#stacks_in_14233_7 div,#stacks_in_14233_7 p,#stacks_in_14233_7 ol,#stacks_in_14233_7 ul li,#stacks_in_14233_7 ol li,#stacks_in_14233_7 ol,#stacks_in_14233_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14233_7{}}








#stacks_in_14239 .poster-readmore {
    display: none !important;
}





#stacks_in_14239 .blog-entry-author {
    display: none !important;
}



#stacks_in_14241 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14241 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14241 .fluid-image.unlimited img{width:100% !important}#stacks_in_14241 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14241 .fluid-image.align-left img{float:left}#stacks_in_14241 .fluid-image.align-right img{float:right}

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

#stacks_in_14244 {
	margin:  6px;
}

        #stacks_in_14248>.button.b-p,#stacks_in_14248>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14248>.button.b-p:hover,#stacks_in_14248>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14248>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14248>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14248 .button.b-p.expand-large:not(.icon-only),#stacks_in_14248>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14253 audio, #stacks_in_14253 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14251_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14251_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14251_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14251_9psychedelicWrapper{
		-webkit-animation: stacks_in_14251_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14251_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14251_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14251_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14251_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14251_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14251_7,#stacks_in_14251_7 div,#stacks_in_14251_7 p,#stacks_in_14251_7 ol,#stacks_in_14251_7 ul li,#stacks_in_14251_7 ol li,#stacks_in_14251_7 ol,#stacks_in_14251_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14251_7,#stacks_in_14251_7 div,#stacks_in_14251_7 p,#stacks_in_14251_7 ol,#stacks_in_14251_7 ul li,#stacks_in_14251_7 ol li,#stacks_in_14251_7 ol,#stacks_in_14251_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14251_7{}}


#stacks_in_14255 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14258_float {
	float:left;
	width:33%;
}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_14261 #topBoxTriggerstacks_in_14261 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14261 #topBoxTriggerContentstacks_in_14261 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14261 #topBoxTriggerContentstacks_in_14261 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14261 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14261 h1,
#topBoxContentWrapperstacks_in_14261 h2,
#topBoxContentWrapperstacks_in_14261 h3,
#topBoxContentWrapperstacks_in_14261 h4,
#topBoxContentWrapperstacks_in_14261 h5,
#topBoxContentWrapperstacks_in_14261 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14261 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14261 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14261 a:hover,
#topBoxContentWrapperstacks_in_14261 a:focus,
#topBoxContentWrapperstacks_in_14261 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14261 {
	display: none;
}


#stacks_in_14263 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14263 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14263 .fluid-image.unlimited img{width:100% !important}#stacks_in_14263 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14263 .fluid-image.align-left img{float:left}#stacks_in_14263 .fluid-image.align-right img{float:right}

#stacks_in_14263 {
	padding:  20px;
}
#stacks_in_14266 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14266 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14266 .fluid-image.unlimited img{width:100% !important}#stacks_in_14266 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14266 .fluid-image.align-left img{float:left}#stacks_in_14266 .fluid-image.align-right img{float:right}
#stacks_in_14268_float {
	float:right;
	width:33%;
}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_14271 #topBoxTriggerstacks_in_14271 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14271 #topBoxTriggerContentstacks_in_14271 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14271 #topBoxTriggerContentstacks_in_14271 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14271 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14271 h1,
#topBoxContentWrapperstacks_in_14271 h2,
#topBoxContentWrapperstacks_in_14271 h3,
#topBoxContentWrapperstacks_in_14271 h4,
#topBoxContentWrapperstacks_in_14271 h5,
#topBoxContentWrapperstacks_in_14271 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14271 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14271 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14271 a:hover,
#topBoxContentWrapperstacks_in_14271 a:focus,
#topBoxContentWrapperstacks_in_14271 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14271 {
	display: none;
}


#stacks_in_14273 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14273 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14273 .fluid-image.unlimited img{width:100% !important}#stacks_in_14273 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14273 .fluid-image.align-left img{float:left}#stacks_in_14273 .fluid-image.align-right img{float:right}

#stacks_in_14273 {
	padding:  20px;
}
#stacks_in_14276 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14276 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14276 .fluid-image.unlimited img{width:100% !important}#stacks_in_14276 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14276 .fluid-image.align-left img{float:left}#stacks_in_14276 .fluid-image.align-right img{float:right}
#stacks_in_14278_float {
	float:left;
	width:33%;
}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_14281 #topBoxTriggerstacks_in_14281 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14281 #topBoxTriggerContentstacks_in_14281 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14281 #topBoxTriggerContentstacks_in_14281 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14281 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14281 h1,
#topBoxContentWrapperstacks_in_14281 h2,
#topBoxContentWrapperstacks_in_14281 h3,
#topBoxContentWrapperstacks_in_14281 h4,
#topBoxContentWrapperstacks_in_14281 h5,
#topBoxContentWrapperstacks_in_14281 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14281 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14281 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14281 a:hover,
#topBoxContentWrapperstacks_in_14281 a:focus,
#topBoxContentWrapperstacks_in_14281 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14281 {
	display: none;
}


#stacks_in_14283 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14283 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14283 .fluid-image.unlimited img{width:100% !important}#stacks_in_14283 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14283 .fluid-image.align-left img{float:left}#stacks_in_14283 .fluid-image.align-right img{float:right}

#stacks_in_14283 {
	padding:  20px;
}
#stacks_in_14286 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14286 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14286 .fluid-image.unlimited img{width:100% !important}#stacks_in_14286 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14286 .fluid-image.align-left img{float:left}#stacks_in_14286 .fluid-image.align-right img{float:right}







#stacks_in_14288 .poster-readmore {
    display: none !important;
}





#stacks_in_14288 .blog-entry-author {
    display: none !important;
}



#stacks_in_14290 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14290 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14290 .fluid-image.unlimited img{width:100% !important}#stacks_in_14290 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14290 .fluid-image.align-left img{float:left}#stacks_in_14290 .fluid-image.align-right img{float:right}

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

#stacks_in_14293 {
	margin:  6px;
}

        #stacks_in_14297>.button.b-p,#stacks_in_14297>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14297>.button.b-p:hover,#stacks_in_14297>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14297>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14297>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14297 .button.b-p.expand-large:not(.icon-only),#stacks_in_14297>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14302 audio, #stacks_in_14302 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14300_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14300_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14300_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14300_9psychedelicWrapper{
		-webkit-animation: stacks_in_14300_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14300_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14300_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14300_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14300_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14300_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14300_7,#stacks_in_14300_7 div,#stacks_in_14300_7 p,#stacks_in_14300_7 ol,#stacks_in_14300_7 ul li,#stacks_in_14300_7 ol li,#stacks_in_14300_7 ol,#stacks_in_14300_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14300_7,#stacks_in_14300_7 div,#stacks_in_14300_7 p,#stacks_in_14300_7 ol,#stacks_in_14300_7 ul li,#stacks_in_14300_7 ol li,#stacks_in_14300_7 ol,#stacks_in_14300_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14300_7{}}








#stacks_in_14306 .poster-readmore {
    display: none !important;
}





#stacks_in_14306 .blog-entry-author {
    display: none !important;
}



#stacks_in_14308 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14308 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14308 .fluid-image.unlimited img{width:100% !important}#stacks_in_14308 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14308 .fluid-image.align-left img{float:left}#stacks_in_14308 .fluid-image.align-right img{float:right}

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

#stacks_in_14311 {
	margin:  6px;
}

        #stacks_in_14315>.button.b-p,#stacks_in_14315>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14315>.button.b-p:hover,#stacks_in_14315>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14315>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14315>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14315 .button.b-p.expand-large:not(.icon-only),#stacks_in_14315>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14320 audio, #stacks_in_14320 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14318_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14318_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14318_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14318_9psychedelicWrapper{
		-webkit-animation: stacks_in_14318_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14318_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14318_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14318_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14318_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14318_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14318_7,#stacks_in_14318_7 div,#stacks_in_14318_7 p,#stacks_in_14318_7 ol,#stacks_in_14318_7 ul li,#stacks_in_14318_7 ol li,#stacks_in_14318_7 ol,#stacks_in_14318_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14318_7,#stacks_in_14318_7 div,#stacks_in_14318_7 p,#stacks_in_14318_7 ol,#stacks_in_14318_7 ul li,#stacks_in_14318_7 ol li,#stacks_in_14318_7 ol,#stacks_in_14318_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14318_7{}}








#stacks_in_14324 .poster-readmore {
    display: none !important;
}





#stacks_in_14324 .blog-entry-author {
    display: none !important;
}



#stacks_in_14326 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14326 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14326 .fluid-image.unlimited img{width:100% !important}#stacks_in_14326 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14326 .fluid-image.align-left img{float:left}#stacks_in_14326 .fluid-image.align-right img{float:right}

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

#stacks_in_14329 {
	margin:  6px;
}

        #stacks_in_14333>.button.b-p,#stacks_in_14333>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14333>.button.b-p:hover,#stacks_in_14333>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14333>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14333>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14333 .button.b-p.expand-large:not(.icon-only),#stacks_in_14333>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14338 audio, #stacks_in_14338 video {
    width: 100%;
    max-width: 100%;
}#stacks_in_14341_float {
	float:left;
	width:60%;
}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	
	background: rgba(0, 0, 0, .85); 
	
	
	
}

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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



#topBoxTriggerRegionstacks_in_14344 #topBoxTriggerstacks_in_14344 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14344 #topBoxTriggerContentstacks_in_14344 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14344 #topBoxTriggerContentstacks_in_14344 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14344 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14344 h1,
#topBoxContentWrapperstacks_in_14344 h2,
#topBoxContentWrapperstacks_in_14344 h3,
#topBoxContentWrapperstacks_in_14344 h4,
#topBoxContentWrapperstacks_in_14344 h5,
#topBoxContentWrapperstacks_in_14344 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14344 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14344 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14344 a:hover,
#topBoxContentWrapperstacks_in_14344 a:focus,
#topBoxContentWrapperstacks_in_14344 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14344 {
	display: none;
}


#stacks_in_14346 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14346 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14346 .fluid-image.unlimited img{width:100% !important}#stacks_in_14346 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14346 .fluid-image.align-left img{float:left}#stacks_in_14346 .fluid-image.align-right img{float:right}

#stacks_in_14346 {
	padding:  20px;
}
#stacks_in_14349 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14349 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14349 .fluid-image.unlimited img{width:100% !important}#stacks_in_14349 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14349 .fluid-image.align-left img{float:left}#stacks_in_14349 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14336_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14336_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14336_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14336_9psychedelicWrapper{
		-webkit-animation: stacks_in_14336_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14336_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14336_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14336_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14336_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14336_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14336_7,#stacks_in_14336_7 div,#stacks_in_14336_7 p,#stacks_in_14336_7 ol,#stacks_in_14336_7 ul li,#stacks_in_14336_7 ol li,#stacks_in_14336_7 ol,#stacks_in_14336_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14336_7,#stacks_in_14336_7 div,#stacks_in_14336_7 p,#stacks_in_14336_7 ol,#stacks_in_14336_7 ul li,#stacks_in_14336_7 ol li,#stacks_in_14336_7 ol,#stacks_in_14336_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14336_7{}}








#stacks_in_14354 .poster-readmore {
    display: none !important;
}





#stacks_in_14354 .blog-entry-author {
    display: none !important;
}



#stacks_in_14356 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14356 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14356 .fluid-image.unlimited img{width:100% !important}#stacks_in_14356 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14356 .fluid-image.align-left img{float:left}#stacks_in_14356 .fluid-image.align-right img{float:right}

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

#stacks_in_14359 {
	margin:  6px;
}

        #stacks_in_14363>.button.b-p,#stacks_in_14363>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14363>.button.b-p:hover,#stacks_in_14363>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14363>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14363>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14363 .button.b-p.expand-large:not(.icon-only),#stacks_in_14363>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14366 audio, #stacks_in_14366 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14367 {
	padding: 0px 0px 10px 0px;
}







#stacks_in_14370 .poster-readmore {
    display: none !important;
}





#stacks_in_14370 .blog-entry-author {
    display: none !important;
}



#stacks_in_14372 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14372 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14372 .fluid-image.unlimited img{width:100% !important}#stacks_in_14372 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14372 .fluid-image.align-left img{float:left}#stacks_in_14372 .fluid-image.align-right img{float:right}

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

#stacks_in_14375 {
	margin:  6px;
}

        #stacks_in_14379>.button.b-p,#stacks_in_14379>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14379>.button.b-p:hover,#stacks_in_14379>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14379>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14379>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14379 .button.b-p.expand-large:not(.icon-only),#stacks_in_14379>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14384 audio, #stacks_in_14384 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14385 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14382_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14382_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14382_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14382_9psychedelicWrapper{
		-webkit-animation: stacks_in_14382_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14382_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14382_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14382_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14382_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14382_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14382_7,#stacks_in_14382_7 div,#stacks_in_14382_7 p,#stacks_in_14382_7 ol,#stacks_in_14382_7 ul li,#stacks_in_14382_7 ol li,#stacks_in_14382_7 ol,#stacks_in_14382_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14382_7,#stacks_in_14382_7 div,#stacks_in_14382_7 p,#stacks_in_14382_7 ol,#stacks_in_14382_7 ul li,#stacks_in_14382_7 ol li,#stacks_in_14382_7 ol,#stacks_in_14382_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14382_7{}}








#stacks_in_14389 .poster-readmore {
    display: none !important;
}





#stacks_in_14389 .blog-entry-author {
    display: none !important;
}



#stacks_in_14391 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14391 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14391 .fluid-image.unlimited img{width:100% !important}#stacks_in_14391 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14391 .fluid-image.align-left img{float:left}#stacks_in_14391 .fluid-image.align-right img{float:right}

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

#stacks_in_14394 {
	margin:  6px;
}

        #stacks_in_14398>.button.b-p,#stacks_in_14398>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14398>.button.b-p:hover,#stacks_in_14398>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14398>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14398>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14398 .button.b-p.expand-large:not(.icon-only),#stacks_in_14398>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14403 audio, #stacks_in_14403 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14404 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14401_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14401_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14401_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14401_9psychedelicWrapper{
		-webkit-animation: stacks_in_14401_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14401_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14401_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14401_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14401_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14401_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14401_7,#stacks_in_14401_7 div,#stacks_in_14401_7 p,#stacks_in_14401_7 ol,#stacks_in_14401_7 ul li,#stacks_in_14401_7 ol li,#stacks_in_14401_7 ol,#stacks_in_14401_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14401_7,#stacks_in_14401_7 div,#stacks_in_14401_7 p,#stacks_in_14401_7 ol,#stacks_in_14401_7 ul li,#stacks_in_14401_7 ol li,#stacks_in_14401_7 ol,#stacks_in_14401_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14401_7{}}








#stacks_in_14408 .poster-readmore {
    display: none !important;
}





#stacks_in_14408 .blog-entry-author {
    display: none !important;
}



#stacks_in_14410 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14410 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14410 .fluid-image.unlimited img{width:100% !important}#stacks_in_14410 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14410 .fluid-image.align-left img{float:left}#stacks_in_14410 .fluid-image.align-right img{float:right}

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

#stacks_in_14413 {
	margin:  6px;
}

        #stacks_in_14417>.button.b-p,#stacks_in_14417>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14417>.button.b-p:hover,#stacks_in_14417>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14417>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14417>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14417 .button.b-p.expand-large:not(.icon-only),#stacks_in_14417>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14422 audio, #stacks_in_14422 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14423 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14420_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14420_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14420_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14420_9psychedelicWrapper{
		-webkit-animation: stacks_in_14420_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14420_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14420_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14420_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14420_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14420_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14420_7,#stacks_in_14420_7 div,#stacks_in_14420_7 p,#stacks_in_14420_7 ol,#stacks_in_14420_7 ul li,#stacks_in_14420_7 ol li,#stacks_in_14420_7 ol,#stacks_in_14420_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14420_7,#stacks_in_14420_7 div,#stacks_in_14420_7 p,#stacks_in_14420_7 ol,#stacks_in_14420_7 ul li,#stacks_in_14420_7 ol li,#stacks_in_14420_7 ol,#stacks_in_14420_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14420_7{}}








#stacks_in_14427 .poster-readmore {
    display: none !important;
}





#stacks_in_14427 .blog-entry-author {
    display: none !important;
}



#stacks_in_14429 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14429 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14429 .fluid-image.unlimited img{width:100% !important}#stacks_in_14429 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14429 .fluid-image.align-left img{float:left}#stacks_in_14429 .fluid-image.align-right img{float:right}

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

#stacks_in_14432 {
	margin:  6px;
}

        #stacks_in_14436>.button.b-p,#stacks_in_14436>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14436>.button.b-p:hover,#stacks_in_14436>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14436>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14436>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14436 .button.b-p.expand-large:not(.icon-only),#stacks_in_14436>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14441 audio, #stacks_in_14441 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14442 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14445_float {
	float:left;
	width:60%;
}#stacks_in_14448 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14448 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14448 .fluid-image.unlimited img{width:100% !important}#stacks_in_14448 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14448 .fluid-image.align-left img{float:left}#stacks_in_14448 .fluid-image.align-right img{float:right}
#stacks_in_14450_float {
	float:right;
	width:60%;
}#stacks_in_14453 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14453 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14453 .fluid-image.unlimited img{width:100% !important}#stacks_in_14453 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14453 .fluid-image.align-left img{float:left}#stacks_in_14453 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14439_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14439_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14439_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14439_9psychedelicWrapper{
		-webkit-animation: stacks_in_14439_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14439_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14439_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14439_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14439_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14439_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14439_7,#stacks_in_14439_7 div,#stacks_in_14439_7 p,#stacks_in_14439_7 ol,#stacks_in_14439_7 ul li,#stacks_in_14439_7 ol li,#stacks_in_14439_7 ol,#stacks_in_14439_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14439_7,#stacks_in_14439_7 div,#stacks_in_14439_7 p,#stacks_in_14439_7 ol,#stacks_in_14439_7 ul li,#stacks_in_14439_7 ol li,#stacks_in_14439_7 ol,#stacks_in_14439_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14439_7{}}








#stacks_in_14456 .poster-readmore {
    display: none !important;
}





#stacks_in_14456 .blog-entry-author {
    display: none !important;
}



#stacks_in_14458 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14458 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14458 .fluid-image.unlimited img{width:100% !important}#stacks_in_14458 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14458 .fluid-image.align-left img{float:left}#stacks_in_14458 .fluid-image.align-right img{float:right}

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

#stacks_in_14461 {
	margin:  6px;
}

        #stacks_in_14465>.button.b-p,#stacks_in_14465>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14465>.button.b-p:hover,#stacks_in_14465>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14465>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14465>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14465 .button.b-p.expand-large:not(.icon-only),#stacks_in_14465>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14470 audio, #stacks_in_14470 video {
    width: 100%;
    max-width: 100%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14468_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14468_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14468_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14468_9psychedelicWrapper{
		-webkit-animation: stacks_in_14468_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14468_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14468_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14468_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14468_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14468_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14468_7,#stacks_in_14468_7 div,#stacks_in_14468_7 p,#stacks_in_14468_7 ol,#stacks_in_14468_7 ul li,#stacks_in_14468_7 ol li,#stacks_in_14468_7 ol,#stacks_in_14468_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14468_7,#stacks_in_14468_7 div,#stacks_in_14468_7 p,#stacks_in_14468_7 ol,#stacks_in_14468_7 ul li,#stacks_in_14468_7 ol li,#stacks_in_14468_7 ol,#stacks_in_14468_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14468_7{}}


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







#stacks_in_14475 .poster-readmore {
    display: none !important;
}





#stacks_in_14475 .blog-entry-author {
    display: none !important;
}



#stacks_in_14477 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14477 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14477 .fluid-image.unlimited img{width:100% !important}#stacks_in_14477 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14477 .fluid-image.align-left img{float:left}#stacks_in_14477 .fluid-image.align-right img{float:right}

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

#stacks_in_14480 {
	margin:  6px;
}

        #stacks_in_14484>.button.b-p,#stacks_in_14484>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14484>.button.b-p:hover,#stacks_in_14484>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14484>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14484>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14484 .button.b-p.expand-large:not(.icon-only),#stacks_in_14484>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14489 audio, #stacks_in_14489 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14490 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14487_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14487_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14487_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14487_9psychedelicWrapper{
		-webkit-animation: stacks_in_14487_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14487_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14487_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14487_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14487_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14487_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14487_7,#stacks_in_14487_7 div,#stacks_in_14487_7 p,#stacks_in_14487_7 ol,#stacks_in_14487_7 ul li,#stacks_in_14487_7 ol li,#stacks_in_14487_7 ol,#stacks_in_14487_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14487_7,#stacks_in_14487_7 div,#stacks_in_14487_7 p,#stacks_in_14487_7 ol,#stacks_in_14487_7 ul li,#stacks_in_14487_7 ol li,#stacks_in_14487_7 ol,#stacks_in_14487_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14487_7{}}








#stacks_in_14494 .poster-readmore {
    display: none !important;
}





#stacks_in_14494 .blog-entry-author {
    display: none !important;
}



#stacks_in_14496 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14496 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14496 .fluid-image.unlimited img{width:100% !important}#stacks_in_14496 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14496 .fluid-image.align-left img{float:left}#stacks_in_14496 .fluid-image.align-right img{float:right}

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

#stacks_in_14499 {
	margin:  6px;
}

        #stacks_in_14503>.button.b-p,#stacks_in_14503>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14503>.button.b-p:hover,#stacks_in_14503>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14503>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14503>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14503 .button.b-p.expand-large:not(.icon-only),#stacks_in_14503>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14508 audio, #stacks_in_14508 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14509 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14506_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14506_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14506_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14506_9psychedelicWrapper{
		-webkit-animation: stacks_in_14506_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14506_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14506_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14506_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14506_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14506_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14506_7,#stacks_in_14506_7 div,#stacks_in_14506_7 p,#stacks_in_14506_7 ol,#stacks_in_14506_7 ul li,#stacks_in_14506_7 ol li,#stacks_in_14506_7 ol,#stacks_in_14506_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14506_7,#stacks_in_14506_7 div,#stacks_in_14506_7 p,#stacks_in_14506_7 ol,#stacks_in_14506_7 ul li,#stacks_in_14506_7 ol li,#stacks_in_14506_7 ol,#stacks_in_14506_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14506_7{}}








#stacks_in_14513 .poster-readmore {
    display: none !important;
}





#stacks_in_14513 .blog-entry-author {
    display: none !important;
}



#stacks_in_14515 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14515 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14515 .fluid-image.unlimited img{width:100% !important}#stacks_in_14515 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14515 .fluid-image.align-left img{float:left}#stacks_in_14515 .fluid-image.align-right img{float:right}

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

#stacks_in_14518 {
	margin:  6px;
}

        #stacks_in_14522>.button.b-p,#stacks_in_14522>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14522>.button.b-p:hover,#stacks_in_14522>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14522>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14522>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14522 .button.b-p.expand-large:not(.icon-only),#stacks_in_14522>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14527 audio, #stacks_in_14527 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14528 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14531 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_14531 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_14531 #jwresp_col2_stacks_in_14531{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_14531 #jwresp_col1_stacks_in_14531,#stacks_in_14531 #jwresp_col2_stacks_in_14531{width:100%;float:none;display:block}#stacks_in_14531 #jwresp_col1_stacks_in_14531{margin-bottom:15px}}

#stacks_in_14531 {
	margin:  7px;
}

/* Start doobox vimeo pop css */

.stacks_in_14533manifesttrigger img{
display: block;
}


.stacks_in_14533loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -64px;
}


	

.stacks_in_14533manifestbox{
position: relative;
width: 75%;
max-width: 10000px;
display: table;
margin: 10px auto 14px auto;
padding: 10px;
background: #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-box-shadow: 0 0 10px rgba(0,0,0,.4);
}


  /* ------------------------------------- if the large thumbnail is selected */
.stacks_in_14533playbutton{
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 52px;
height: 32px;
margin-top: -16px;
margin-left: -26px;
background: url(../files/youtubepop_files/play1.png);
}


.stacks_in_14533videothumb{
width: 100%;
background: #e6e6e6;
}

.stacks_in_14533manifesttrigger{
position: relative; 
padding: 0px;
background: #CCCCCC;
max-width: 200px;
margin: 0 auto 0 auto;
cursor: pointer;
}








  /* end if in edit mode */






 /* -------------------------------------------------- if in preview mode */

.stacks_in_14533manifestbox{
display: none;
}

.stacks_in_14533videothumbpreview{
display: none;
}
 /* ------------------------------------------------- end if in preview mode */





/* ---------------------------------------------------------------- start misc styles */

.stacks_in_14533manifestclose{
position: absolute;
top:-11px;
left: -12px;
width: 26px;
height: 26px;
background: url(../files/youtubepop_files/thex.png);
cursor: pointer;
}


.stacks_in_14533clearer{
clear: both;
height: 0px;
margin: 0;
padding: 0;
}

.stacks_in_14533editvideotip{
color: #ffffff;
padding-top: 5px;
padding-bottom: 10px;
}




/* end doobox vimeo pop css */


/* Start doobox vimeo pop css */

.stacks_in_14536manifesttrigger img{
display: block;
}


.stacks_in_14536loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -64px;
}


	

.stacks_in_14536manifestbox{
position: relative;
width: 75%;
max-width: 10000px;
display: table;
margin: 10px auto 14px auto;
padding: 10px;
background: #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-box-shadow: 0 0 10px rgba(0,0,0,.4);
}


  /* ------------------------------------- if the large thumbnail is selected */
.stacks_in_14536playbutton{
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 52px;
height: 32px;
margin-top: -16px;
margin-left: -26px;
background: url(../files/youtubepop_files/play1.png);
}


.stacks_in_14536videothumb{
width: 100%;
background: #e6e6e6;
}

.stacks_in_14536manifesttrigger{
position: relative; 
padding: 0px;
background: #CCCCCC;
max-width: 200px;
margin: 0 auto 0 auto;
cursor: pointer;
}








  /* end if in edit mode */






 /* -------------------------------------------------- if in preview mode */

.stacks_in_14536manifestbox{
display: none;
}

.stacks_in_14536videothumbpreview{
display: none;
}
 /* ------------------------------------------------- end if in preview mode */





/* ---------------------------------------------------------------- start misc styles */

.stacks_in_14536manifestclose{
position: absolute;
top:-11px;
left: -12px;
width: 26px;
height: 26px;
background: url(../files/youtubepop_files/thex.png);
cursor: pointer;
}


.stacks_in_14536clearer{
clear: both;
height: 0px;
margin: 0;
padding: 0;
}

.stacks_in_14536editvideotip{
color: #ffffff;
padding-top: 5px;
padding-bottom: 10px;
}




/* end doobox vimeo pop css */

/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14525_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14525_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14525_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14525_9psychedelicWrapper{
		-webkit-animation: stacks_in_14525_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14525_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14525_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14525_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14525_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14525_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14525_7,#stacks_in_14525_7 div,#stacks_in_14525_7 p,#stacks_in_14525_7 ol,#stacks_in_14525_7 ul li,#stacks_in_14525_7 ol li,#stacks_in_14525_7 ol,#stacks_in_14525_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14525_7,#stacks_in_14525_7 div,#stacks_in_14525_7 p,#stacks_in_14525_7 ol,#stacks_in_14525_7 ul li,#stacks_in_14525_7 ol li,#stacks_in_14525_7 ol,#stacks_in_14525_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14525_7{}}








#stacks_in_14541 .poster-readmore {
    display: none !important;
}





#stacks_in_14541 .blog-entry-author {
    display: none !important;
}



#stacks_in_14543 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14543 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14543 .fluid-image.unlimited img{width:100% !important}#stacks_in_14543 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14543 .fluid-image.align-left img{float:left}#stacks_in_14543 .fluid-image.align-right img{float:right}

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

#stacks_in_14546 {
	margin:  6px;
}

        #stacks_in_14550>.button.b-p,#stacks_in_14550>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14550>.button.b-p:hover,#stacks_in_14550>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14550>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14550>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14550 .button.b-p.expand-large:not(.icon-only),#stacks_in_14550>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14555 audio, #stacks_in_14555 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14556 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14553_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14553_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14553_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14553_9psychedelicWrapper{
		-webkit-animation: stacks_in_14553_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14553_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14553_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14553_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14553_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14553_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14553_7,#stacks_in_14553_7 div,#stacks_in_14553_7 p,#stacks_in_14553_7 ol,#stacks_in_14553_7 ul li,#stacks_in_14553_7 ol li,#stacks_in_14553_7 ol,#stacks_in_14553_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14553_7,#stacks_in_14553_7 div,#stacks_in_14553_7 p,#stacks_in_14553_7 ol,#stacks_in_14553_7 ul li,#stacks_in_14553_7 ol li,#stacks_in_14553_7 ol,#stacks_in_14553_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14553_7{}}








#stacks_in_14560 .poster-readmore {
    display: none !important;
}





#stacks_in_14560 .blog-entry-author {
    display: none !important;
}



#stacks_in_14562 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14562 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14562 .fluid-image.unlimited img{width:100% !important}#stacks_in_14562 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14562 .fluid-image.align-left img{float:left}#stacks_in_14562 .fluid-image.align-right img{float:right}

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

#stacks_in_14565 {
	margin:  6px;
}

        #stacks_in_14569>.button.b-p,#stacks_in_14569>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14569>.button.b-p:hover,#stacks_in_14569>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14569>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14569>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14569 .button.b-p.expand-large:not(.icon-only),#stacks_in_14569>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14574 audio, #stacks_in_14574 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14575 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14578_float {
	float:left;
	width:33%;
}
/* Start doobox vimeo pop css */

.stacks_in_14581manifesttrigger img{
display: block;
}


.stacks_in_14581loader{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -64px;
}


	

.stacks_in_14581manifestbox{
position: relative;
width: 75%;
max-width: 8000px;
display: table;
margin: 10px auto 14px auto;
padding: 10px;
background: #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-box-shadow: 0 0 10px rgba(0,0,0,.4);
}


  /* ------------------------------------- if the large thumbnail is selected */
.stacks_in_14581playbutton{
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 52px;
height: 32px;
margin-top: -16px;
margin-left: -26px;
background: url(../files/youtubepop_files/play1.png);
}


.stacks_in_14581videothumb{
width: 100%;
background: #e6e6e6;
}

.stacks_in_14581manifesttrigger{
position: relative; 
padding: 0px;
background: #CCCCCC;
max-width: 200px;
margin: 0 auto 0 auto;
cursor: pointer;
}








  /* end if in edit mode */






 /* -------------------------------------------------- if in preview mode */

.stacks_in_14581manifestbox{
display: none;
}

.stacks_in_14581videothumbpreview{
display: none;
}
 /* ------------------------------------------------- end if in preview mode */





/* ---------------------------------------------------------------- start misc styles */

.stacks_in_14581manifestclose{
position: absolute;
top:-11px;
left: -12px;
width: 26px;
height: 26px;
background: url(../files/youtubepop_files/thex.png);
cursor: pointer;
}


.stacks_in_14581clearer{
clear: both;
height: 0px;
margin: 0;
padding: 0;
}

.stacks_in_14581editvideotip{
color: #ffffff;
padding-top: 5px;
padding-bottom: 10px;
}




/* end doobox vimeo pop css */

/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14572_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14572_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14572_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14572_9psychedelicWrapper{
		-webkit-animation: stacks_in_14572_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14572_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14572_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14572_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14572_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14572_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14572_7,#stacks_in_14572_7 div,#stacks_in_14572_7 p,#stacks_in_14572_7 ol,#stacks_in_14572_7 ul li,#stacks_in_14572_7 ol li,#stacks_in_14572_7 ol,#stacks_in_14572_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14572_7,#stacks_in_14572_7 div,#stacks_in_14572_7 p,#stacks_in_14572_7 ol,#stacks_in_14572_7 ul li,#stacks_in_14572_7 ol li,#stacks_in_14572_7 ol,#stacks_in_14572_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14572_7{}}








#stacks_in_14584 .poster-readmore {
    display: none !important;
}





#stacks_in_14584 .blog-entry-author {
    display: none !important;
}



#stacks_in_14586 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14586 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14586 .fluid-image.unlimited img{width:100% !important}#stacks_in_14586 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14586 .fluid-image.align-left img{float:left}#stacks_in_14586 .fluid-image.align-right img{float:right}

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

#stacks_in_14589 {
	margin:  6px;
}

        #stacks_in_14593>.button.b-p,#stacks_in_14593>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14593>.button.b-p:hover,#stacks_in_14593>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14593>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14593>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14593 .button.b-p.expand-large:not(.icon-only),#stacks_in_14593>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14598 audio, #stacks_in_14598 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14598 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14599 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14596_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14596_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14596_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14596_9psychedelicWrapper{
		-webkit-animation: stacks_in_14596_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14596_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14596_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14596_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14596_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14596_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14596_7,#stacks_in_14596_7 div,#stacks_in_14596_7 p,#stacks_in_14596_7 ol,#stacks_in_14596_7 ul li,#stacks_in_14596_7 ol li,#stacks_in_14596_7 ol,#stacks_in_14596_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14596_7,#stacks_in_14596_7 div,#stacks_in_14596_7 p,#stacks_in_14596_7 ol,#stacks_in_14596_7 ul li,#stacks_in_14596_7 ol li,#stacks_in_14596_7 ol,#stacks_in_14596_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14596_7{}}








#stacks_in_14603 .poster-readmore {
    display: none !important;
}





#stacks_in_14603 .blog-entry-author {
    display: none !important;
}



#stacks_in_14605 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14605 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14605 .fluid-image.unlimited img{width:100% !important}#stacks_in_14605 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14605 .fluid-image.align-left img{float:left}#stacks_in_14605 .fluid-image.align-right img{float:right}

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

#stacks_in_14608 {
	margin:  6px;
}

        #stacks_in_14612>.button.b-p,#stacks_in_14612>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14612>.button.b-p:hover,#stacks_in_14612>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14612>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14612>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14612 .button.b-p.expand-large:not(.icon-only),#stacks_in_14612>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14617 audio, #stacks_in_14617 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14617 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14615_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14615_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14615_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14615_9psychedelicWrapper{
		-webkit-animation: stacks_in_14615_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14615_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14615_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14615_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14615_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14615_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14615_7,#stacks_in_14615_7 div,#stacks_in_14615_7 p,#stacks_in_14615_7 ol,#stacks_in_14615_7 ul li,#stacks_in_14615_7 ol li,#stacks_in_14615_7 ol,#stacks_in_14615_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14615_7,#stacks_in_14615_7 div,#stacks_in_14615_7 p,#stacks_in_14615_7 ol,#stacks_in_14615_7 ul li,#stacks_in_14615_7 ol li,#stacks_in_14615_7 ol,#stacks_in_14615_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14615_7{}}


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







#stacks_in_14622 .poster-readmore {
    display: none !important;
}





#stacks_in_14622 .blog-entry-author {
    display: none !important;
}



#stacks_in_14624 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14624 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14624 .fluid-image.unlimited img{width:100% !important}#stacks_in_14624 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14624 .fluid-image.align-left img{float:left}#stacks_in_14624 .fluid-image.align-right img{float:right}

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

#stacks_in_14627 {
	margin:  6px;
}

        #stacks_in_14631>.button.b-p,#stacks_in_14631>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14631>.button.b-p:hover,#stacks_in_14631>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14631>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14631>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14631 .button.b-p.expand-large:not(.icon-only),#stacks_in_14631>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14636 audio, #stacks_in_14636 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14636 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14637 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14634_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14634_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14634_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14634_9psychedelicWrapper{
		-webkit-animation: stacks_in_14634_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14634_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14634_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14634_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14634_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14634_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14634_7,#stacks_in_14634_7 div,#stacks_in_14634_7 p,#stacks_in_14634_7 ol,#stacks_in_14634_7 ul li,#stacks_in_14634_7 ol li,#stacks_in_14634_7 ol,#stacks_in_14634_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14634_7,#stacks_in_14634_7 div,#stacks_in_14634_7 p,#stacks_in_14634_7 ol,#stacks_in_14634_7 ul li,#stacks_in_14634_7 ol li,#stacks_in_14634_7 ol,#stacks_in_14634_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14634_7{}}








#stacks_in_14641 .poster-readmore {
    display: none !important;
}





#stacks_in_14641 .blog-entry-author {
    display: none !important;
}



#stacks_in_14643 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14643 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14643 .fluid-image.unlimited img{width:100% !important}#stacks_in_14643 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14643 .fluid-image.align-left img{float:left}#stacks_in_14643 .fluid-image.align-right img{float:right}

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

#stacks_in_14646 {
	margin:  6px;
}

        #stacks_in_14650>.button.b-p,#stacks_in_14650>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14650>.button.b-p:hover,#stacks_in_14650>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14650>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14650>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14650 .button.b-p.expand-large:not(.icon-only),#stacks_in_14650>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14653 audio, #stacks_in_14653 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14653 {
	padding: 0px 0px 10px 0px;
}

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







#stacks_in_14655 .poster-readmore {
    display: none !important;
}





#stacks_in_14655 .blog-entry-author {
    display: none !important;
}



#stacks_in_14657 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14657 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14657 .fluid-image.unlimited img{width:100% !important}#stacks_in_14657 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14657 .fluid-image.align-left img{float:left}#stacks_in_14657 .fluid-image.align-right img{float:right}

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

#stacks_in_14660 {
	margin:  6px;
}

        #stacks_in_14664>.button.b-p,#stacks_in_14664>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14664>.button.b-p:hover,#stacks_in_14664>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14664>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14664>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14664 .button.b-p.expand-large:not(.icon-only),#stacks_in_14664>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14669 audio, #stacks_in_14669 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14669 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14670 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14667_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14667_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14667_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14667_9psychedelicWrapper{
		-webkit-animation: stacks_in_14667_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14667_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14667_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14667_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14667_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14667_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14667_7,#stacks_in_14667_7 div,#stacks_in_14667_7 p,#stacks_in_14667_7 ol,#stacks_in_14667_7 ul li,#stacks_in_14667_7 ol li,#stacks_in_14667_7 ol,#stacks_in_14667_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14667_7,#stacks_in_14667_7 div,#stacks_in_14667_7 p,#stacks_in_14667_7 ol,#stacks_in_14667_7 ul li,#stacks_in_14667_7 ol li,#stacks_in_14667_7 ol,#stacks_in_14667_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14667_7{}}








#stacks_in_14674 .poster-readmore {
    display: none !important;
}





#stacks_in_14674 .blog-entry-author {
    display: none !important;
}



#stacks_in_14676 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14676 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14676 .fluid-image.unlimited img{width:100% !important}#stacks_in_14676 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14676 .fluid-image.align-left img{float:left}#stacks_in_14676 .fluid-image.align-right img{float:right}

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

#stacks_in_14679 {
	margin:  6px;
}

        #stacks_in_14683>.button.b-p,#stacks_in_14683>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14683>.button.b-p:hover,#stacks_in_14683>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14683>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14683>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14683 .button.b-p.expand-large:not(.icon-only),#stacks_in_14683>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14688 audio, #stacks_in_14688 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14688 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14689 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14692_float {
	float:left;
	width:33%;
}#stacks_in_14695 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14695 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14695 .fluid-image.unlimited img{width:100% !important}#stacks_in_14695 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14695 .fluid-image.align-left img{float:left}#stacks_in_14695 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14686_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14686_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14686_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14686_9psychedelicWrapper{
		-webkit-animation: stacks_in_14686_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14686_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14686_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14686_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14686_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14686_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14686_7,#stacks_in_14686_7 div,#stacks_in_14686_7 p,#stacks_in_14686_7 ol,#stacks_in_14686_7 ul li,#stacks_in_14686_7 ol li,#stacks_in_14686_7 ol,#stacks_in_14686_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14686_7,#stacks_in_14686_7 div,#stacks_in_14686_7 p,#stacks_in_14686_7 ol,#stacks_in_14686_7 ul li,#stacks_in_14686_7 ol li,#stacks_in_14686_7 ol,#stacks_in_14686_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14686_7{}}








#stacks_in_14698 .poster-readmore {
    display: none !important;
}





#stacks_in_14698 .blog-entry-author {
    display: none !important;
}



#stacks_in_14700 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14700 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14700 .fluid-image.unlimited img{width:100% !important}#stacks_in_14700 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14700 .fluid-image.align-left img{float:left}#stacks_in_14700 .fluid-image.align-right img{float:right}

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

#stacks_in_14703 {
	margin:  6px;
}

        #stacks_in_14707>.button.b-p,#stacks_in_14707>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14707>.button.b-p:hover,#stacks_in_14707>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14707>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14707>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14707 .button.b-p.expand-large:not(.icon-only),#stacks_in_14707>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14712 audio, #stacks_in_14712 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14712 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14713 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14714_float {
	float:left;
	width:50%;
}#stacks_in_14717 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14717 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14717 .fluid-image.unlimited img{width:100% !important}#stacks_in_14717 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14717 .fluid-image.align-left img{float:left}#stacks_in_14717 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14710_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14710_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14710_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14710_9psychedelicWrapper{
		-webkit-animation: stacks_in_14710_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14710_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14710_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14710_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14710_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14710_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14710_7,#stacks_in_14710_7 div,#stacks_in_14710_7 p,#stacks_in_14710_7 ol,#stacks_in_14710_7 ul li,#stacks_in_14710_7 ol li,#stacks_in_14710_7 ol,#stacks_in_14710_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14710_7,#stacks_in_14710_7 div,#stacks_in_14710_7 p,#stacks_in_14710_7 ol,#stacks_in_14710_7 ul li,#stacks_in_14710_7 ol li,#stacks_in_14710_7 ol,#stacks_in_14710_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14710_7{}}








#stacks_in_14720 .poster-readmore {
    display: none !important;
}





#stacks_in_14720 .blog-entry-author {
    display: none !important;
}



#stacks_in_14722 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14722 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14722 .fluid-image.unlimited img{width:100% !important}#stacks_in_14722 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14722 .fluid-image.align-left img{float:left}#stacks_in_14722 .fluid-image.align-right img{float:right}

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

#stacks_in_14725 {
	margin:  6px;
}

        #stacks_in_14729>.button.b-p,#stacks_in_14729>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14729>.button.b-p:hover,#stacks_in_14729>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14729>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14729>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14729 .button.b-p.expand-large:not(.icon-only),#stacks_in_14729>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14734 audio, #stacks_in_14734 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14734 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14735 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14736_float {
	float:left;
	width:33%;
}#stacks_in_14739 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14739 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14739 .fluid-image.unlimited img{width:100% !important}#stacks_in_14739 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14739 .fluid-image.align-left img{float:left}#stacks_in_14739 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14732_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14732_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14732_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14732_9psychedelicWrapper{
		-webkit-animation: stacks_in_14732_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14732_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14732_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14732_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14732_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14732_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14732_7,#stacks_in_14732_7 div,#stacks_in_14732_7 p,#stacks_in_14732_7 ol,#stacks_in_14732_7 ul li,#stacks_in_14732_7 ol li,#stacks_in_14732_7 ol,#stacks_in_14732_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14732_7,#stacks_in_14732_7 div,#stacks_in_14732_7 p,#stacks_in_14732_7 ol,#stacks_in_14732_7 ul li,#stacks_in_14732_7 ol li,#stacks_in_14732_7 ol,#stacks_in_14732_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14732_7{}}








#stacks_in_14744 .poster-readmore {
    display: none !important;
}





#stacks_in_14744 .blog-entry-author {
    display: none !important;
}



#stacks_in_14746 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14746 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14746 .fluid-image.unlimited img{width:100% !important}#stacks_in_14746 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14746 .fluid-image.align-left img{float:left}#stacks_in_14746 .fluid-image.align-right img{float:right}

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

#stacks_in_14749 {
	margin:  6px;
}

        #stacks_in_14753>.button.b-p,#stacks_in_14753>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14753>.button.b-p:hover,#stacks_in_14753>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14753>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14753>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14753 .button.b-p.expand-large:not(.icon-only),#stacks_in_14753>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14758 audio, #stacks_in_14758 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14758 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14759 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14762 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14762 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14762 .fluid-image.unlimited img{width:100% !important}#stacks_in_14762 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14762 .fluid-image.align-left img{float:left}#stacks_in_14762 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14756_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14756_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14756_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14756_9psychedelicWrapper{
		-webkit-animation: stacks_in_14756_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14756_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14756_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14756_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14756_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14756_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14756_7,#stacks_in_14756_7 div,#stacks_in_14756_7 p,#stacks_in_14756_7 ol,#stacks_in_14756_7 ul li,#stacks_in_14756_7 ol li,#stacks_in_14756_7 ol,#stacks_in_14756_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14756_7,#stacks_in_14756_7 div,#stacks_in_14756_7 p,#stacks_in_14756_7 ol,#stacks_in_14756_7 ul li,#stacks_in_14756_7 ol li,#stacks_in_14756_7 ol,#stacks_in_14756_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14756_7{}}

/* @group FancyViewer Trigger */

#fancyviewerTriggerstacks_in_14767 {
	cursor: pointer;
}

/* @end */

/* @group Window Shade */

#shade1 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.fancyviewerShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.fancyviewerShadeSolid {
	background: #777777;
}

/* Vertical gradient fill */
#shade1.fancyviewerShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


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


/* Top left to bottom right diagonal gradient fill */
#shade1.fancyviewerShadeTLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
	background: linear-gradient(135deg,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.fancyviewerShadeBLDiagonal {
	background: #333333;
	background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
	background: linear-gradient(45deg, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.fancyviewerShadeRadial {
	background: #333333;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.fancyviewerShadeLocalImage {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.fancyviewerShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */

%[if edit]%

#fancyviewerTriggerstacks_in_14767:hover,
.fancyviewer:hover {
	cursor: pointer !important;
}

#fancyviewer1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 1200px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#fancyViewerInnerstacks_in_14767 {
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	border-radius: 3px;
}

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

#fancyviewerContentstacks_in_14767 {
	position: relative;
	z-index: 99999;
	text-align: left;
}

/* Responsive behavior */
#fancyviewerContentstacks_in_14767 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#fancyviewerContentstacks_in_14767 .fancyviewerVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#fancyviewerContentstacks_in_14767 .fancyviewerVideo iframe,
#fancyviewerContentstacks_in_14767 .fancyviewerVideo object,
#fancyviewerContentstacks_in_14767 .fancyviewerVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Close Buttons */

#fancyviewerClose1,
#fancyviewerClose1 *
#fancyviewerClose1 *::after,
#fancyviewerClose1 *::before {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#fancyviewerClose1 .fancyviewerCloseInner
#fancyviewerClose1 .fancyviewerCloseInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/*  */

/*  */

/*  */

/*  */

#fancyviewer1 {
	padding: 20px;
}

#fancyviewerClose1 {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
	display: none;
	background: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);;
	margin: 7px;
}

#fancyviewerClose1 [class^="fa fa-"] {
	color: #000000;
	line-height: 1.00em;
}

/*  */

.fancyviewerActive1 #fancyviewerClose1 {
	display: block;
}

/* @end */

/* @group Responsive */

@media screen and (max-width: 360px) {
	#fancyviewer1 {
		display: block;
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		padding: 0;
	}
	
	#fancyViewerInnerstacks_in_14767 {
		padding: 0 !important;
		margin: 0 !important;
		box-shadow: none;
	}
	
	.fancyviewerClose,
	#fancyviewerTriggerstacks_in_14767 {
		display: none !important;
	}
}

/* @end */

/* @group Edit mode styling */

/*  */

/* @end */


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

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

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

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

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 {
	-webkit-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.40);
	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: #FFFFFF;
background: -moz-radial-gradient(center, ellipse cover,  #FFFFFF 0%, #EAEAEA 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFFFFF), color-stop(100%,#EAEAEA));
background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%,#EAEAEA 100%);
background: radial-gradient(ellipse at center, #FFFFFF 0%,#EAEAEA 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=1 );
}






.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px '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-overlay .nivo-lightbox-title {
	color: #FFFFFF;
	background: #000000;
}

.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;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	font-size: 18px;
}

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


/* TopBox Indicator icon */
#topBoxIndicatorWrapperstacks_in_14769 {
	z-index: 7;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	text-align: center;
}

#topBoxIndicatorIconstacks_in_14769 {
	display: inline;
	margin: auto;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	opacity: 0.50;
	color: #FFFFFF;
	
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

#topBoxIndicatorIconstacks_in_14769 [class^="fa fa-"] {
	color: #FFFFFF;
}

#topBoxTriggerRegionstacks_in_14769:hover #topBoxIndicatorIconstacks_in_14769 {
	opacity: 0.90;
}


#topBoxTriggerRegionstacks_in_14769 #topBoxTriggerstacks_in_14769 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

#topBoxTriggerRegionstacks_in_14769 #topBoxTriggerContentstacks_in_14769 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_14769 #topBoxTriggerContentstacks_in_14769 img {
	display: block;
	margin: 0 auto;
}

#topBoxContentWrapperstacks_in_14769 {
	color: #424242;
}

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

#topBoxContentWrapperstacks_in_14769 h1,
#topBoxContentWrapperstacks_in_14769 h2,
#topBoxContentWrapperstacks_in_14769 h3,
#topBoxContentWrapperstacks_in_14769 h4,
#topBoxContentWrapperstacks_in_14769 h5,
#topBoxContentWrapperstacks_in_14769 h6 {
	color: #000000;
	padding: 0;
	margin: 0;
}

#topBoxContentWrapperstacks_in_14769 a {
	color: #0050DD;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_14769 a:visited {
	color: #0050DD;
}

#topBoxContentWrapperstacks_in_14769 a:hover,
#topBoxContentWrapperstacks_in_14769 a:focus,
#topBoxContentWrapperstacks_in_14769 a:active {
	color: #FF0000;
}

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

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


#topBoxContentWrapperstacks_in_14769 {
	display: none;
}


#stacks_in_14771 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14771 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14771 .fluid-image.unlimited img{width:100% !important}#stacks_in_14771 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14771 .fluid-image.align-left img{float:left}#stacks_in_14771 .fluid-image.align-right img{float:right}

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







#stacks_in_14775 .poster-readmore {
    display: none !important;
}





#stacks_in_14775 .blog-entry-author {
    display: none !important;
}



#stacks_in_14777 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14777 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14777 .fluid-image.unlimited img{width:100% !important}#stacks_in_14777 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14777 .fluid-image.align-left img{float:left}#stacks_in_14777 .fluid-image.align-right img{float:right}

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

#stacks_in_14780 {
	margin:  6px;
}

        #stacks_in_14784>.button.b-p,#stacks_in_14784>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14784>.button.b-p:hover,#stacks_in_14784>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14784>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14784>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14784 .button.b-p.expand-large:not(.icon-only),#stacks_in_14784>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14789 audio, #stacks_in_14789 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14790 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14787_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14787_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14787_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14787_9psychedelicWrapper{
		-webkit-animation: stacks_in_14787_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14787_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14787_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14787_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14787_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14787_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14787_7,#stacks_in_14787_7 div,#stacks_in_14787_7 p,#stacks_in_14787_7 ol,#stacks_in_14787_7 ul li,#stacks_in_14787_7 ol li,#stacks_in_14787_7 ol,#stacks_in_14787_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14787_7,#stacks_in_14787_7 div,#stacks_in_14787_7 p,#stacks_in_14787_7 ol,#stacks_in_14787_7 ul li,#stacks_in_14787_7 ol li,#stacks_in_14787_7 ol,#stacks_in_14787_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14787_7{}}








#stacks_in_14794 .poster-readmore {
    display: none !important;
}





#stacks_in_14794 .blog-entry-author {
    display: none !important;
}



#stacks_in_14796 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14796 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14796 .fluid-image.unlimited img{width:100% !important}#stacks_in_14796 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14796 .fluid-image.align-left img{float:left}#stacks_in_14796 .fluid-image.align-right img{float:right}

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

#stacks_in_14799 {
	margin:  6px;
}

        #stacks_in_14803>.button.b-p,#stacks_in_14803>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14803>.button.b-p:hover,#stacks_in_14803>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14803>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14803>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14803 .button.b-p.expand-large:not(.icon-only),#stacks_in_14803>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14808 audio, #stacks_in_14808 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14808 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14809 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14806_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14806_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14806_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14806_9psychedelicWrapper{
		-webkit-animation: stacks_in_14806_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14806_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14806_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14806_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14806_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14806_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14806_7,#stacks_in_14806_7 div,#stacks_in_14806_7 p,#stacks_in_14806_7 ol,#stacks_in_14806_7 ul li,#stacks_in_14806_7 ol li,#stacks_in_14806_7 ol,#stacks_in_14806_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14806_7,#stacks_in_14806_7 div,#stacks_in_14806_7 p,#stacks_in_14806_7 ol,#stacks_in_14806_7 ul li,#stacks_in_14806_7 ol li,#stacks_in_14806_7 ol,#stacks_in_14806_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14806_7{}}








#stacks_in_14813 .poster-readmore {
    display: none !important;
}





#stacks_in_14813 .blog-entry-author {
    display: none !important;
}



#stacks_in_14815 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14815 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14815 .fluid-image.unlimited img{width:100% !important}#stacks_in_14815 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14815 .fluid-image.align-left img{float:left}#stacks_in_14815 .fluid-image.align-right img{float:right}

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

#stacks_in_14818 {
	margin:  6px;
}

        #stacks_in_14822>.button.b-p,#stacks_in_14822>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14822>.button.b-p:hover,#stacks_in_14822>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14822>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14822>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14822 .button.b-p.expand-large:not(.icon-only),#stacks_in_14822>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14825 audio, #stacks_in_14825 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14825 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14826 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14829_float {
	float:left;
	width:33%;
}#stacks_in_14832 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14832 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14832 .fluid-image.unlimited img{width:100% !important}#stacks_in_14832 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14832 .fluid-image.align-left img{float:left}#stacks_in_14832 .fluid-image.align-right img{float:right}
#stacks_in_14834_float {
	float:right;
	width:33%;
}#stacks_in_14837 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14837 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14837 .fluid-image.unlimited img{width:100% !important}#stacks_in_14837 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14837 .fluid-image.align-left img{float:left}#stacks_in_14837 .fluid-image.align-right img{float:right}

#stacks_in_14839 .stacks_left {
	float:left;
	width:23%;
}

#stacks_in_14839 .stacks_right {
	float:right;
	width:71%;
}
#stacks_in_14842 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_14842 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_14849 .stacks_left {
	float:left;
	width:23%;
}

#stacks_in_14849 .stacks_right {
	float:right;
	width:71%;
}
#stacks_in_14854 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_14854 .stacks_right {
	float:right;
	width:49%;
}#stacks_in_14863_float {
	float:left;
	width:33%;
}#stacks_in_14866 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14866 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14866 .fluid-image.unlimited img{width:100% !important}#stacks_in_14866 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14866 .fluid-image.align-left img{float:left}#stacks_in_14866 .fluid-image.align-right img{float:right}







#stacks_in_14868 .poster-readmore {
    display: none !important;
}





#stacks_in_14868 .blog-entry-author {
    display: none !important;
}



#stacks_in_14870 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14870 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14870 .fluid-image.unlimited img{width:100% !important}#stacks_in_14870 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14870 .fluid-image.align-left img{float:left}#stacks_in_14870 .fluid-image.align-right img{float:right}

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

#stacks_in_14873 {
	margin:  6px;
}

        #stacks_in_14877>.button.b-p,#stacks_in_14877>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14877>.button.b-p:hover,#stacks_in_14877>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14877>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14877>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14877 .button.b-p.expand-large:not(.icon-only),#stacks_in_14877>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14883 audio, #stacks_in_14883 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14883 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_14884 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14880_11 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14880_11 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14880_9psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14880_9psychedelicWrapper{
		-webkit-animation: stacks_in_14880_9PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14880_9PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14880_9PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14880_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14880_9PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14880_9PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14880_7,#stacks_in_14880_7 div,#stacks_in_14880_7 p,#stacks_in_14880_7 ol,#stacks_in_14880_7 ul li,#stacks_in_14880_7 ol li,#stacks_in_14880_7 ol,#stacks_in_14880_7 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14880_7,#stacks_in_14880_7 div,#stacks_in_14880_7 p,#stacks_in_14880_7 ol,#stacks_in_14880_7 ul li,#stacks_in_14880_7 ol li,#stacks_in_14880_7 ol,#stacks_in_14880_7 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14880_7{}}








#stacks_in_14888 .poster-readmore {
    display: none !important;
}





#stacks_in_14888 .blog-entry-author {
    display: none !important;
}



#stacks_in_14890 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14890 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14890 .fluid-image.unlimited img{width:100% !important}#stacks_in_14890 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14890 .fluid-image.align-left img{float:left}#stacks_in_14890 .fluid-image.align-right img{float:right}

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

#stacks_in_14893 {
	margin:  6px;
}

        #stacks_in_14897>.button.b-p,#stacks_in_14897>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14897>.button.b-p:hover,#stacks_in_14897>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14897>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14897>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14897 .button.b-p.expand-large:not(.icon-only),#stacks_in_14897>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14902 audio, #stacks_in_14902 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14902 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_14903 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_14904_float {
	float:left;
	width:33%;
}#stacks_in_14907 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14907 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14907 .fluid-image.unlimited img{width:100% !important}#stacks_in_14907 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14907 .fluid-image.align-left img{float:left}#stacks_in_14907 .fluid-image.align-right img{float:right}

#stacks_in_14907 {
	margin:  10px;
}

#stacks_in_14909 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_14911_float {
	float:right;
	width:33%;
}#stacks_in_14914 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14914 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14914 .fluid-image.unlimited img{width:100% !important}#stacks_in_14914 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14914 .fluid-image.align-left img{float:left}#stacks_in_14914 .fluid-image.align-right img{float:right}

#stacks_in_14914 {
	margin:  10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14921 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14921 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14923psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14923psychedelicWrapper{
		-webkit-animation: stacks_in_14923PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14923PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14923PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14923PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14923PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14923PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14925,#stacks_in_14925 div,#stacks_in_14925 p,#stacks_in_14925 ol,#stacks_in_14925 ul li,#stacks_in_14925 ol li,#stacks_in_14925 ol,#stacks_in_14925 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14925,#stacks_in_14925 div,#stacks_in_14925 p,#stacks_in_14925 ol,#stacks_in_14925 ul li,#stacks_in_14925 ol li,#stacks_in_14925 ol,#stacks_in_14925 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14925{}}








#stacks_in_14928 .poster-readmore {
    display: none !important;
}





#stacks_in_14928 .blog-entry-author {
    display: none !important;
}



#stacks_in_14930 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14930 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14930 .fluid-image.unlimited img{width:100% !important}#stacks_in_14930 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14930 .fluid-image.align-left img{float:left}#stacks_in_14930 .fluid-image.align-right img{float:right}

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

#stacks_in_14933 {
	margin:  6px;
}

        #stacks_in_14937>.button.b-p,#stacks_in_14937>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14937>.button.b-p:hover,#stacks_in_14937>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14937>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14937>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14937 .button.b-p.expand-large:not(.icon-only),#stacks_in_14937>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14940 audio, #stacks_in_14940 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14940 {
	padding: 0px 0px 10px 0px;
}

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

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







#stacks_in_14944 .poster-readmore {
    display: none !important;
}





#stacks_in_14944 .blog-entry-author {
    display: none !important;
}



#stacks_in_14946 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14946 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14946 .fluid-image.unlimited img{width:100% !important}#stacks_in_14946 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14946 .fluid-image.align-left img{float:left}#stacks_in_14946 .fluid-image.align-right img{float:right}

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

#stacks_in_14949 {
	margin:  6px;
}

        #stacks_in_14953>.button.b-p,#stacks_in_14953>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14953>.button.b-p:hover,#stacks_in_14953>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14953>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14953>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14953 .button.b-p.expand-large:not(.icon-only),#stacks_in_14953>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14958 audio, #stacks_in_14958 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14958 {
	padding: 0px 0px 10px 0px;
}

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

#stacks_in_14960 {
	margin: 10px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14967 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14967 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14969psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14969psychedelicWrapper{
		-webkit-animation: stacks_in_14969PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14969PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14969PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14969PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14969PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14969PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_14971,#stacks_in_14971 div,#stacks_in_14971 p,#stacks_in_14971 ol,#stacks_in_14971 ul li,#stacks_in_14971 ol li,#stacks_in_14971 ol,#stacks_in_14971 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_14971,#stacks_in_14971 div,#stacks_in_14971 p,#stacks_in_14971 ol,#stacks_in_14971 ul li,#stacks_in_14971 ol li,#stacks_in_14971 ol,#stacks_in_14971 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_14971{}}








#stacks_in_14974 .poster-readmore {
    display: none !important;
}





#stacks_in_14974 .blog-entry-author {
    display: none !important;
}



#stacks_in_14976 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_14976 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_14976 .fluid-image.unlimited img{width:100% !important}#stacks_in_14976 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_14976 .fluid-image.align-left img{float:left}#stacks_in_14976 .fluid-image.align-right img{float:right}

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

#stacks_in_14979 {
	margin:  6px;
}

        #stacks_in_14983>.button.b-p,#stacks_in_14983>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_14983>.button.b-p:hover,#stacks_in_14983>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_14983>.button.b-p.expand-mob:not(.icon-only),#stacks_in_14983>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_14983 .button.b-p.expand-large:not(.icon-only),#stacks_in_14983>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_14988 audio, #stacks_in_14988 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_14988 {
	padding: 0px 0px 10px 0px;
}

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

#stacks_in_14990 {
	margin: 10px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_14997 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_14997 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_14999psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_14999psychedelicWrapper{
		-webkit-animation: stacks_in_14999PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_14999PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_14999PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_14999PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_14999PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_14999PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15001,#stacks_in_15001 div,#stacks_in_15001 p,#stacks_in_15001 ol,#stacks_in_15001 ul li,#stacks_in_15001 ol li,#stacks_in_15001 ol,#stacks_in_15001 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15001,#stacks_in_15001 div,#stacks_in_15001 p,#stacks_in_15001 ol,#stacks_in_15001 ul li,#stacks_in_15001 ol li,#stacks_in_15001 ol,#stacks_in_15001 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15001{}}








#stacks_in_15004 .poster-readmore {
    display: none !important;
}





#stacks_in_15004 .blog-entry-author {
    display: none !important;
}



#stacks_in_15006 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15006 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15006 .fluid-image.unlimited img{width:100% !important}#stacks_in_15006 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15006 .fluid-image.align-left img{float:left}#stacks_in_15006 .fluid-image.align-right img{float:right}

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

#stacks_in_15009 {
	margin:  6px;
}

        #stacks_in_15013>.button.b-p,#stacks_in_15013>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15013>.button.b-p:hover,#stacks_in_15013>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15013>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15013>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15013 .button.b-p.expand-large:not(.icon-only),#stacks_in_15013>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15018 audio, #stacks_in_15018 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15018 {
	padding: 0px 0px 10px 0px;
}

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

#stacks_in_15020 {
	margin: 10px 0px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15027 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15027 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15029psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15029psychedelicWrapper{
		-webkit-animation: stacks_in_15029PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15029PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15029PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15029PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15029PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15029PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15031,#stacks_in_15031 div,#stacks_in_15031 p,#stacks_in_15031 ol,#stacks_in_15031 ul li,#stacks_in_15031 ol li,#stacks_in_15031 ol,#stacks_in_15031 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15031,#stacks_in_15031 div,#stacks_in_15031 p,#stacks_in_15031 ol,#stacks_in_15031 ul li,#stacks_in_15031 ol li,#stacks_in_15031 ol,#stacks_in_15031 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15031{}}








#stacks_in_15034 .poster-readmore {
    display: none !important;
}





#stacks_in_15034 .blog-entry-author {
    display: none !important;
}



#stacks_in_15036 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15036 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15036 .fluid-image.unlimited img{width:100% !important}#stacks_in_15036 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15036 .fluid-image.align-left img{float:left}#stacks_in_15036 .fluid-image.align-right img{float:right}

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

#stacks_in_15039 {
	margin:  6px;
}

        #stacks_in_15043>.button.b-p,#stacks_in_15043>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15043>.button.b-p:hover,#stacks_in_15043>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15043>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15043>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15043 .button.b-p.expand-large:not(.icon-only),#stacks_in_15043>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15048 audio, #stacks_in_15048 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15048 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_15049 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15057 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15057 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15059psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15059psychedelicWrapper{
		-webkit-animation: stacks_in_15059PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15059PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15059PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15059PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15059PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15059PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15061,#stacks_in_15061 div,#stacks_in_15061 p,#stacks_in_15061 ol,#stacks_in_15061 ul li,#stacks_in_15061 ol li,#stacks_in_15061 ol,#stacks_in_15061 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15061,#stacks_in_15061 div,#stacks_in_15061 p,#stacks_in_15061 ol,#stacks_in_15061 ul li,#stacks_in_15061 ol li,#stacks_in_15061 ol,#stacks_in_15061 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15061{}}








#stacks_in_15064 .poster-readmore {
    display: none !important;
}





#stacks_in_15064 .blog-entry-author {
    display: none !important;
}



#stacks_in_15066 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15066 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15066 .fluid-image.unlimited img{width:100% !important}#stacks_in_15066 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15066 .fluid-image.align-left img{float:left}#stacks_in_15066 .fluid-image.align-right img{float:right}

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

#stacks_in_15069 {
	margin:  6px;
}

        #stacks_in_15073>.button.b-p,#stacks_in_15073>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15073>.button.b-p:hover,#stacks_in_15073>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15073>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15073>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15073 .button.b-p.expand-large:not(.icon-only),#stacks_in_15073>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15078 audio, #stacks_in_15078 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15078 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_15079 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15087 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15087 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15089psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15089psychedelicWrapper{
		-webkit-animation: stacks_in_15089PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15089PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15089PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15089PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15089PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15089PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15091,#stacks_in_15091 div,#stacks_in_15091 p,#stacks_in_15091 ol,#stacks_in_15091 ul li,#stacks_in_15091 ol li,#stacks_in_15091 ol,#stacks_in_15091 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15091,#stacks_in_15091 div,#stacks_in_15091 p,#stacks_in_15091 ol,#stacks_in_15091 ul li,#stacks_in_15091 ol li,#stacks_in_15091 ol,#stacks_in_15091 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15091{}}








#stacks_in_15094 .poster-readmore {
    display: none !important;
}





#stacks_in_15094 .blog-entry-author {
    display: none !important;
}



#stacks_in_15096 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15096 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15096 .fluid-image.unlimited img{width:100% !important}#stacks_in_15096 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15096 .fluid-image.align-left img{float:left}#stacks_in_15096 .fluid-image.align-right img{float:right}

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

#stacks_in_15099 {
	margin:  6px;
}

        #stacks_in_15103>.button.b-p,#stacks_in_15103>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15103>.button.b-p:hover,#stacks_in_15103>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15103>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15103>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15103 .button.b-p.expand-large:not(.icon-only),#stacks_in_15103>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15108 audio, #stacks_in_15108 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15108 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_15109 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15117 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15117 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15119psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15119psychedelicWrapper{
		-webkit-animation: stacks_in_15119PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15119PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15119PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15119PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15119PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15119PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15121,#stacks_in_15121 div,#stacks_in_15121 p,#stacks_in_15121 ol,#stacks_in_15121 ul li,#stacks_in_15121 ol li,#stacks_in_15121 ol,#stacks_in_15121 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15121,#stacks_in_15121 div,#stacks_in_15121 p,#stacks_in_15121 ol,#stacks_in_15121 ul li,#stacks_in_15121 ol li,#stacks_in_15121 ol,#stacks_in_15121 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15121{}}








#stacks_in_15124 .poster-readmore {
    display: none !important;
}





#stacks_in_15124 .blog-entry-author {
    display: none !important;
}



#stacks_in_15126 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15126 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15126 .fluid-image.unlimited img{width:100% !important}#stacks_in_15126 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15126 .fluid-image.align-left img{float:left}#stacks_in_15126 .fluid-image.align-right img{float:right}

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

#stacks_in_15129 {
	margin:  6px;
}

        #stacks_in_15133>.button.b-p,#stacks_in_15133>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15133>.button.b-p:hover,#stacks_in_15133>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15133>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15133>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15133 .button.b-p.expand-large:not(.icon-only),#stacks_in_15133>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15138 audio, #stacks_in_15138 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15138 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_15139 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15147 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15147 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15149psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15149psychedelicWrapper{
		-webkit-animation: stacks_in_15149PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15149PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15149PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15149PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15149PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15149PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15151,#stacks_in_15151 div,#stacks_in_15151 p,#stacks_in_15151 ol,#stacks_in_15151 ul li,#stacks_in_15151 ol li,#stacks_in_15151 ol,#stacks_in_15151 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15151,#stacks_in_15151 div,#stacks_in_15151 p,#stacks_in_15151 ol,#stacks_in_15151 ul li,#stacks_in_15151 ol li,#stacks_in_15151 ol,#stacks_in_15151 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15151{}}








#stacks_in_15154 .poster-readmore {
    display: none !important;
}





#stacks_in_15154 .blog-entry-author {
    display: none !important;
}



#stacks_in_15156 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15156 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15156 .fluid-image.unlimited img{width:100% !important}#stacks_in_15156 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15156 .fluid-image.align-left img{float:left}#stacks_in_15156 .fluid-image.align-right img{float:right}

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

#stacks_in_15159 {
	margin:  6px;
}

        #stacks_in_15163>.button.b-p,#stacks_in_15163>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15163>.button.b-p:hover,#stacks_in_15163>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15163>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15163>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15163 .button.b-p.expand-large:not(.icon-only),#stacks_in_15163>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15168 audio, #stacks_in_15168 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15168 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_15169 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15177 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15177 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15179psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15179psychedelicWrapper{
		-webkit-animation: stacks_in_15179PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15179PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15179PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15179PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15179PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15179PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15181,#stacks_in_15181 div,#stacks_in_15181 p,#stacks_in_15181 ol,#stacks_in_15181 ul li,#stacks_in_15181 ol li,#stacks_in_15181 ol,#stacks_in_15181 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15181,#stacks_in_15181 div,#stacks_in_15181 p,#stacks_in_15181 ol,#stacks_in_15181 ul li,#stacks_in_15181 ol li,#stacks_in_15181 ol,#stacks_in_15181 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15181{}}








#stacks_in_15184 .poster-readmore {
    display: none !important;
}





#stacks_in_15184 .blog-entry-author {
    display: none !important;
}



#stacks_in_15186 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15186 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15186 .fluid-image.unlimited img{width:100% !important}#stacks_in_15186 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15186 .fluid-image.align-left img{float:left}#stacks_in_15186 .fluid-image.align-right img{float:right}

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

#stacks_in_15189 {
	margin:  6px;
}

        #stacks_in_15193>.button.b-p,#stacks_in_15193>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15193>.button.b-p:hover,#stacks_in_15193>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15193>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15193>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15193 .button.b-p.expand-large:not(.icon-only),#stacks_in_15193>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15198 audio, #stacks_in_15198 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15199 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_15202_float {
	float:right;
	width:33%;
}#stacks_in_15205 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15205 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15205 .fluid-image.unlimited img{width:100% !important}#stacks_in_15205 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15205 .fluid-image.align-left img{float:left}#stacks_in_15205 .fluid-image.align-right img{float:right}
#stacks_in_15207_float {
	float:left;
	width:33%;
}#stacks_in_15210 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15210 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15210 .fluid-image.unlimited img{width:100% !important}#stacks_in_15210 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15210 .fluid-image.align-left img{float:left}#stacks_in_15210 .fluid-image.align-right img{float:right}
#stacks_in_15212 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15212 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15212 .fluid-image.unlimited img{width:100% !important}#stacks_in_15212 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15212 .fluid-image.align-left img{float:left}#stacks_in_15212 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15221 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15221 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15223psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15223psychedelicWrapper{
		-webkit-animation: stacks_in_15223PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15223PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15223PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15223PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15223PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15223PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15225,#stacks_in_15225 div,#stacks_in_15225 p,#stacks_in_15225 ol,#stacks_in_15225 ul li,#stacks_in_15225 ol li,#stacks_in_15225 ol,#stacks_in_15225 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15225,#stacks_in_15225 div,#stacks_in_15225 p,#stacks_in_15225 ol,#stacks_in_15225 ul li,#stacks_in_15225 ol li,#stacks_in_15225 ol,#stacks_in_15225 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15225{}}








#stacks_in_15228 .poster-readmore {
    display: none !important;
}





#stacks_in_15228 .blog-entry-author {
    display: none !important;
}



#stacks_in_15230 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15230 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15230 .fluid-image.unlimited img{width:100% !important}#stacks_in_15230 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15230 .fluid-image.align-left img{float:left}#stacks_in_15230 .fluid-image.align-right img{float:right}

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

#stacks_in_15233 {
	margin:  6px;
}

        #stacks_in_15237>.button.b-p,#stacks_in_15237>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15237>.button.b-p:hover,#stacks_in_15237>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15237>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15237>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15237 .button.b-p.expand-large:not(.icon-only),#stacks_in_15237>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15242 audio, #stacks_in_15242 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15243 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_15246_float {
	float:left;
	width:33%;
}#stacks_in_15249 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15249 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15249 .fluid-image.unlimited img{width:100% !important}#stacks_in_15249 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15249 .fluid-image.align-left img{float:left}#stacks_in_15249 .fluid-image.align-right img{float:right}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15256 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15256 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15258psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15258psychedelicWrapper{
		-webkit-animation: stacks_in_15258PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15258PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15258PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15258PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15258PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15258PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15260,#stacks_in_15260 div,#stacks_in_15260 p,#stacks_in_15260 ol,#stacks_in_15260 ul li,#stacks_in_15260 ol li,#stacks_in_15260 ol,#stacks_in_15260 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15260,#stacks_in_15260 div,#stacks_in_15260 p,#stacks_in_15260 ol,#stacks_in_15260 ul li,#stacks_in_15260 ol li,#stacks_in_15260 ol,#stacks_in_15260 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15260{}}








#stacks_in_15263 .poster-readmore {
    display: none !important;
}





#stacks_in_15263 .blog-entry-author {
    display: none !important;
}



#stacks_in_15265 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15265 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15265 .fluid-image.unlimited img{width:100% !important}#stacks_in_15265 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15265 .fluid-image.align-left img{float:left}#stacks_in_15265 .fluid-image.align-right img{float:right}

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

#stacks_in_15268 {
	margin:  6px;
}

        #stacks_in_15272>.button.b-p,#stacks_in_15272>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15272>.button.b-p:hover,#stacks_in_15272>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15272>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15272>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15272 .button.b-p.expand-large:not(.icon-only),#stacks_in_15272>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15277 audio, #stacks_in_15277 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15278 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15286 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15286 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15288psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15288psychedelicWrapper{
		-webkit-animation: stacks_in_15288PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15288PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15288PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15288PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15288PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15288PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15290,#stacks_in_15290 div,#stacks_in_15290 p,#stacks_in_15290 ol,#stacks_in_15290 ul li,#stacks_in_15290 ol li,#stacks_in_15290 ol,#stacks_in_15290 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15290,#stacks_in_15290 div,#stacks_in_15290 p,#stacks_in_15290 ol,#stacks_in_15290 ul li,#stacks_in_15290 ol li,#stacks_in_15290 ol,#stacks_in_15290 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15290{}}








#stacks_in_15293 .poster-readmore {
    display: none !important;
}





#stacks_in_15293 .blog-entry-author {
    display: none !important;
}



#stacks_in_15295 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15295 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15295 .fluid-image.unlimited img{width:100% !important}#stacks_in_15295 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15295 .fluid-image.align-left img{float:left}#stacks_in_15295 .fluid-image.align-right img{float:right}

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

#stacks_in_15298 {
	margin:  6px;
}

        #stacks_in_15302>.button.b-p,#stacks_in_15302>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15302>.button.b-p:hover,#stacks_in_15302>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15302>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15302>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15302 .button.b-p.expand-large:not(.icon-only),#stacks_in_15302>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15307 audio, #stacks_in_15307 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15308 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15316 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15316 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15318psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15318psychedelicWrapper{
		-webkit-animation: stacks_in_15318PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15318PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15318PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15318PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15318PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15318PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15320,#stacks_in_15320 div,#stacks_in_15320 p,#stacks_in_15320 ol,#stacks_in_15320 ul li,#stacks_in_15320 ol li,#stacks_in_15320 ol,#stacks_in_15320 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15320,#stacks_in_15320 div,#stacks_in_15320 p,#stacks_in_15320 ol,#stacks_in_15320 ul li,#stacks_in_15320 ol li,#stacks_in_15320 ol,#stacks_in_15320 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15320{}}








#stacks_in_15323 .poster-readmore {
    display: none !important;
}





#stacks_in_15323 .blog-entry-author {
    display: none !important;
}



#stacks_in_15325 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15325 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15325 .fluid-image.unlimited img{width:100% !important}#stacks_in_15325 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15325 .fluid-image.align-left img{float:left}#stacks_in_15325 .fluid-image.align-right img{float:right}

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

#stacks_in_15328 {
	margin:  6px;
}

        #stacks_in_15332>.button.b-p,#stacks_in_15332>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15332>.button.b-p:hover,#stacks_in_15332>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15332>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15332>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15332 .button.b-p.expand-large:not(.icon-only),#stacks_in_15332>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15337 audio, #stacks_in_15337 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15338 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15346 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15346 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15348psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15348psychedelicWrapper{
		-webkit-animation: stacks_in_15348PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15348PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15348PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15348PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15348PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15348PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15350,#stacks_in_15350 div,#stacks_in_15350 p,#stacks_in_15350 ol,#stacks_in_15350 ul li,#stacks_in_15350 ol li,#stacks_in_15350 ol,#stacks_in_15350 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15350,#stacks_in_15350 div,#stacks_in_15350 p,#stacks_in_15350 ol,#stacks_in_15350 ul li,#stacks_in_15350 ol li,#stacks_in_15350 ol,#stacks_in_15350 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15350{}}








#stacks_in_15353 .poster-readmore {
    display: none !important;
}





#stacks_in_15353 .blog-entry-author {
    display: none !important;
}



#stacks_in_15355 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15355 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15355 .fluid-image.unlimited img{width:100% !important}#stacks_in_15355 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15355 .fluid-image.align-left img{float:left}#stacks_in_15355 .fluid-image.align-right img{float:right}

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

#stacks_in_15358 {
	margin:  6px;
}

        #stacks_in_15362>.button.b-p,#stacks_in_15362>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15362>.button.b-p:hover,#stacks_in_15362>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15362>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15362>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15362 .button.b-p.expand-large:not(.icon-only),#stacks_in_15362>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15367 audio, #stacks_in_15367 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15368 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15376 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15376 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15378psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15378psychedelicWrapper{
		-webkit-animation: stacks_in_15378PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15378PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15378PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15378PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15378PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15378PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15380,#stacks_in_15380 div,#stacks_in_15380 p,#stacks_in_15380 ol,#stacks_in_15380 ul li,#stacks_in_15380 ol li,#stacks_in_15380 ol,#stacks_in_15380 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15380,#stacks_in_15380 div,#stacks_in_15380 p,#stacks_in_15380 ol,#stacks_in_15380 ul li,#stacks_in_15380 ol li,#stacks_in_15380 ol,#stacks_in_15380 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15380{}}








#stacks_in_15383 .poster-readmore {
    display: none !important;
}





#stacks_in_15383 .blog-entry-author {
    display: none !important;
}



#stacks_in_15385 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15385 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15385 .fluid-image.unlimited img{width:100% !important}#stacks_in_15385 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15385 .fluid-image.align-left img{float:left}#stacks_in_15385 .fluid-image.align-right img{float:right}

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

#stacks_in_15388 {
	margin:  6px;
}

        #stacks_in_15392>.button.b-p,#stacks_in_15392>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15392>.button.b-p:hover,#stacks_in_15392>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15392>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15392>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15392 .button.b-p.expand-large:not(.icon-only),#stacks_in_15392>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15397 audio, #stacks_in_15397 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15398 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15406 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15406 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15408psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15408psychedelicWrapper{
		-webkit-animation: stacks_in_15408PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15408PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15408PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15408PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15408PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15408PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15410,#stacks_in_15410 div,#stacks_in_15410 p,#stacks_in_15410 ol,#stacks_in_15410 ul li,#stacks_in_15410 ol li,#stacks_in_15410 ol,#stacks_in_15410 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15410,#stacks_in_15410 div,#stacks_in_15410 p,#stacks_in_15410 ol,#stacks_in_15410 ul li,#stacks_in_15410 ol li,#stacks_in_15410 ol,#stacks_in_15410 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15410{}}








#stacks_in_15413 .poster-readmore {
    display: none !important;
}





#stacks_in_15413 .blog-entry-author {
    display: none !important;
}



#stacks_in_15415 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15415 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15415 .fluid-image.unlimited img{width:100% !important}#stacks_in_15415 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15415 .fluid-image.align-left img{float:left}#stacks_in_15415 .fluid-image.align-right img{float:right}

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

#stacks_in_15418 {
	margin:  6px;
}

        #stacks_in_15422>.button.b-p,#stacks_in_15422>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15422>.button.b-p:hover,#stacks_in_15422>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15422>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15422>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15422 .button.b-p.expand-large:not(.icon-only),#stacks_in_15422>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15427 audio, #stacks_in_15427 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15428 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15436 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15436 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15438psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15438psychedelicWrapper{
		-webkit-animation: stacks_in_15438PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15438PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15438PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15438PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15438PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15438PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15440,#stacks_in_15440 div,#stacks_in_15440 p,#stacks_in_15440 ol,#stacks_in_15440 ul li,#stacks_in_15440 ol li,#stacks_in_15440 ol,#stacks_in_15440 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15440,#stacks_in_15440 div,#stacks_in_15440 p,#stacks_in_15440 ol,#stacks_in_15440 ul li,#stacks_in_15440 ol li,#stacks_in_15440 ol,#stacks_in_15440 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15440{}}








#stacks_in_15443 .poster-readmore {
    display: none !important;
}





#stacks_in_15443 .blog-entry-author {
    display: none !important;
}



#stacks_in_15445 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15445 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15445 .fluid-image.unlimited img{width:100% !important}#stacks_in_15445 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15445 .fluid-image.align-left img{float:left}#stacks_in_15445 .fluid-image.align-right img{float:right}

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

#stacks_in_15448 {
	margin:  6px;
}

        #stacks_in_15452>.button.b-p,#stacks_in_15452>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15452>.button.b-p:hover,#stacks_in_15452>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15452>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15452>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15452 .button.b-p.expand-large:not(.icon-only),#stacks_in_15452>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15457 audio, #stacks_in_15457 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15458 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15466 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15466 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15468psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15468psychedelicWrapper{
		-webkit-animation: stacks_in_15468PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15468PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15468PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15468PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15468PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15468PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15470,#stacks_in_15470 div,#stacks_in_15470 p,#stacks_in_15470 ol,#stacks_in_15470 ul li,#stacks_in_15470 ol li,#stacks_in_15470 ol,#stacks_in_15470 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15470,#stacks_in_15470 div,#stacks_in_15470 p,#stacks_in_15470 ol,#stacks_in_15470 ul li,#stacks_in_15470 ol li,#stacks_in_15470 ol,#stacks_in_15470 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15470{}}








#stacks_in_15473 .poster-readmore {
    display: none !important;
}





#stacks_in_15473 .blog-entry-author {
    display: none !important;
}



#stacks_in_15475 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15475 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15475 .fluid-image.unlimited img{width:100% !important}#stacks_in_15475 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15475 .fluid-image.align-left img{float:left}#stacks_in_15475 .fluid-image.align-right img{float:right}

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

#stacks_in_15478 {
	margin:  6px;
}

        #stacks_in_15482>.button.b-p,#stacks_in_15482>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15482>.button.b-p:hover,#stacks_in_15482>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15482>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15482>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15482 .button.b-p.expand-large:not(.icon-only),#stacks_in_15482>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15487 audio, #stacks_in_15487 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15488 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15496 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15496 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15498psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15498psychedelicWrapper{
		-webkit-animation: stacks_in_15498PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15498PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15498PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15498PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15498PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15498PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15500,#stacks_in_15500 div,#stacks_in_15500 p,#stacks_in_15500 ol,#stacks_in_15500 ul li,#stacks_in_15500 ol li,#stacks_in_15500 ol,#stacks_in_15500 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15500,#stacks_in_15500 div,#stacks_in_15500 p,#stacks_in_15500 ol,#stacks_in_15500 ul li,#stacks_in_15500 ol li,#stacks_in_15500 ol,#stacks_in_15500 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15500{}}








#stacks_in_15503 .poster-readmore {
    display: none !important;
}





#stacks_in_15503 .blog-entry-author {
    display: none !important;
}



#stacks_in_15505 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15505 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15505 .fluid-image.unlimited img{width:100% !important}#stacks_in_15505 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15505 .fluid-image.align-left img{float:left}#stacks_in_15505 .fluid-image.align-right img{float:right}

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

#stacks_in_15508 {
	margin:  6px;
}

        #stacks_in_15512>.button.b-p,#stacks_in_15512>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15512>.button.b-p:hover,#stacks_in_15512>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15512>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15512>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15512 .button.b-p.expand-large:not(.icon-only),#stacks_in_15512>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15517 audio, #stacks_in_15517 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15518 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15526 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15526 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15528psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15528psychedelicWrapper{
		-webkit-animation: stacks_in_15528PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15528PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15528PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15528PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15528PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15528PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15530,#stacks_in_15530 div,#stacks_in_15530 p,#stacks_in_15530 ol,#stacks_in_15530 ul li,#stacks_in_15530 ol li,#stacks_in_15530 ol,#stacks_in_15530 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15530,#stacks_in_15530 div,#stacks_in_15530 p,#stacks_in_15530 ol,#stacks_in_15530 ul li,#stacks_in_15530 ol li,#stacks_in_15530 ol,#stacks_in_15530 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15530{}}








#stacks_in_15533 .poster-readmore {
    display: none !important;
}





#stacks_in_15533 .blog-entry-author {
    display: none !important;
}



#stacks_in_15535 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15535 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15535 .fluid-image.unlimited img{width:100% !important}#stacks_in_15535 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15535 .fluid-image.align-left img{float:left}#stacks_in_15535 .fluid-image.align-right img{float:right}

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

#stacks_in_15538 {
	margin:  6px;
}

        #stacks_in_15542>.button.b-p,#stacks_in_15542>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15542>.button.b-p:hover,#stacks_in_15542>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15542>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15542>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15542 .button.b-p.expand-large:not(.icon-only),#stacks_in_15542>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15547 audio, #stacks_in_15547 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15548 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15556 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15556 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15558psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15558psychedelicWrapper{
		-webkit-animation: stacks_in_15558PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15558PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15558PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15558PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15558PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15558PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15560,#stacks_in_15560 div,#stacks_in_15560 p,#stacks_in_15560 ol,#stacks_in_15560 ul li,#stacks_in_15560 ol li,#stacks_in_15560 ol,#stacks_in_15560 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15560,#stacks_in_15560 div,#stacks_in_15560 p,#stacks_in_15560 ol,#stacks_in_15560 ul li,#stacks_in_15560 ol li,#stacks_in_15560 ol,#stacks_in_15560 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15560{}}








#stacks_in_15563 .poster-readmore {
    display: none !important;
}





#stacks_in_15563 .blog-entry-author {
    display: none !important;
}



#stacks_in_15565 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15565 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15565 .fluid-image.unlimited img{width:100% !important}#stacks_in_15565 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15565 .fluid-image.align-left img{float:left}#stacks_in_15565 .fluid-image.align-right img{float:right}

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

#stacks_in_15568 {
	margin:  6px;
}

        #stacks_in_15572>.button.b-p,#stacks_in_15572>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15572>.button.b-p:hover,#stacks_in_15572>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15572>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15572>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15572 .button.b-p.expand-large:not(.icon-only),#stacks_in_15572>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15577 audio, #stacks_in_15577 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15578 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15586 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15586 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15588psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15588psychedelicWrapper{
		-webkit-animation: stacks_in_15588PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15588PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15588PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15588PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15588PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15588PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15590,#stacks_in_15590 div,#stacks_in_15590 p,#stacks_in_15590 ol,#stacks_in_15590 ul li,#stacks_in_15590 ol li,#stacks_in_15590 ol,#stacks_in_15590 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15590,#stacks_in_15590 div,#stacks_in_15590 p,#stacks_in_15590 ol,#stacks_in_15590 ul li,#stacks_in_15590 ol li,#stacks_in_15590 ol,#stacks_in_15590 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15590{}}








#stacks_in_15593 .poster-readmore {
    display: none !important;
}





#stacks_in_15593 .blog-entry-author {
    display: none !important;
}



#stacks_in_15595 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15595 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15595 .fluid-image.unlimited img{width:100% !important}#stacks_in_15595 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15595 .fluid-image.align-left img{float:left}#stacks_in_15595 .fluid-image.align-right img{float:right}

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

#stacks_in_15598 {
	margin:  6px;
}

        #stacks_in_15602>.button.b-p,#stacks_in_15602>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15602>.button.b-p:hover,#stacks_in_15602>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15602>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15602>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15602 .button.b-p.expand-large:not(.icon-only),#stacks_in_15602>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15607 audio, #stacks_in_15607 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15608 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15616 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15616 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15618psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15618psychedelicWrapper{
		-webkit-animation: stacks_in_15618PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15618PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15618PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15618PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15618PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15618PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15620,#stacks_in_15620 div,#stacks_in_15620 p,#stacks_in_15620 ol,#stacks_in_15620 ul li,#stacks_in_15620 ol li,#stacks_in_15620 ol,#stacks_in_15620 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15620,#stacks_in_15620 div,#stacks_in_15620 p,#stacks_in_15620 ol,#stacks_in_15620 ul li,#stacks_in_15620 ol li,#stacks_in_15620 ol,#stacks_in_15620 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15620{}}








#stacks_in_15623 .poster-readmore {
    display: none !important;
}





#stacks_in_15623 .blog-entry-author {
    display: none !important;
}



#stacks_in_15625 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15625 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15625 .fluid-image.unlimited img{width:100% !important}#stacks_in_15625 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15625 .fluid-image.align-left img{float:left}#stacks_in_15625 .fluid-image.align-right img{float:right}

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

#stacks_in_15628 {
	margin:  6px;
}

        #stacks_in_15632>.button.b-p,#stacks_in_15632>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15632>.button.b-p:hover,#stacks_in_15632>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15632>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15632>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15632 .button.b-p.expand-large:not(.icon-only),#stacks_in_15632>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15637 audio, #stacks_in_15637 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15638 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15646 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15646 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15648psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15648psychedelicWrapper{
		-webkit-animation: stacks_in_15648PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15648PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15648PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15648PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15648PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15648PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15650,#stacks_in_15650 div,#stacks_in_15650 p,#stacks_in_15650 ol,#stacks_in_15650 ul li,#stacks_in_15650 ol li,#stacks_in_15650 ol,#stacks_in_15650 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15650,#stacks_in_15650 div,#stacks_in_15650 p,#stacks_in_15650 ol,#stacks_in_15650 ul li,#stacks_in_15650 ol li,#stacks_in_15650 ol,#stacks_in_15650 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15650{}}








#stacks_in_15653 .poster-readmore {
    display: none !important;
}





#stacks_in_15653 .blog-entry-author {
    display: none !important;
}



#stacks_in_15655 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15655 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15655 .fluid-image.unlimited img{width:100% !important}#stacks_in_15655 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15655 .fluid-image.align-left img{float:left}#stacks_in_15655 .fluid-image.align-right img{float:right}

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

#stacks_in_15658 {
	margin:  6px;
}

        #stacks_in_15662>.button.b-p,#stacks_in_15662>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15662>.button.b-p:hover,#stacks_in_15662>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15662>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15662>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15662 .button.b-p.expand-large:not(.icon-only),#stacks_in_15662>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15667 audio, #stacks_in_15667 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15668 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15676 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15676 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15678psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15678psychedelicWrapper{
		-webkit-animation: stacks_in_15678PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15678PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15678PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15678PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15678PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15678PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15680,#stacks_in_15680 div,#stacks_in_15680 p,#stacks_in_15680 ol,#stacks_in_15680 ul li,#stacks_in_15680 ol li,#stacks_in_15680 ol,#stacks_in_15680 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15680,#stacks_in_15680 div,#stacks_in_15680 p,#stacks_in_15680 ol,#stacks_in_15680 ul li,#stacks_in_15680 ol li,#stacks_in_15680 ol,#stacks_in_15680 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15680{}}








#stacks_in_15683 .poster-readmore {
    display: none !important;
}





#stacks_in_15683 .blog-entry-author {
    display: none !important;
}



#stacks_in_15685 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15685 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15685 .fluid-image.unlimited img{width:100% !important}#stacks_in_15685 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15685 .fluid-image.align-left img{float:left}#stacks_in_15685 .fluid-image.align-right img{float:right}

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

#stacks_in_15688 {
	margin:  6px;
}

        #stacks_in_15692>.button.b-p,#stacks_in_15692>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15692>.button.b-p:hover,#stacks_in_15692>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15692>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15692>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15692 .button.b-p.expand-large:not(.icon-only),#stacks_in_15692>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15697 audio, #stacks_in_15697 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15698 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15706 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15706 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15708psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15708psychedelicWrapper{
		-webkit-animation: stacks_in_15708PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15708PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15708PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15708PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15708PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15708PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15710,#stacks_in_15710 div,#stacks_in_15710 p,#stacks_in_15710 ol,#stacks_in_15710 ul li,#stacks_in_15710 ol li,#stacks_in_15710 ol,#stacks_in_15710 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15710,#stacks_in_15710 div,#stacks_in_15710 p,#stacks_in_15710 ol,#stacks_in_15710 ul li,#stacks_in_15710 ol li,#stacks_in_15710 ol,#stacks_in_15710 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15710{}}








#stacks_in_15713 .poster-readmore {
    display: none !important;
}





#stacks_in_15713 .blog-entry-author {
    display: none !important;
}



#stacks_in_15715 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15715 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15715 .fluid-image.unlimited img{width:100% !important}#stacks_in_15715 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15715 .fluid-image.align-left img{float:left}#stacks_in_15715 .fluid-image.align-right img{float:right}

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

#stacks_in_15718 {
	margin:  6px;
}

        #stacks_in_15722>.button.b-p,#stacks_in_15722>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15722>.button.b-p:hover,#stacks_in_15722>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15722>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15722>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15722 .button.b-p.expand-large:not(.icon-only),#stacks_in_15722>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15727 audio, #stacks_in_15727 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15728 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15736 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15736 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15738psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15738psychedelicWrapper{
		-webkit-animation: stacks_in_15738PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15738PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15738PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15738PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15738PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15738PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15740,#stacks_in_15740 div,#stacks_in_15740 p,#stacks_in_15740 ol,#stacks_in_15740 ul li,#stacks_in_15740 ol li,#stacks_in_15740 ol,#stacks_in_15740 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15740,#stacks_in_15740 div,#stacks_in_15740 p,#stacks_in_15740 ol,#stacks_in_15740 ul li,#stacks_in_15740 ol li,#stacks_in_15740 ol,#stacks_in_15740 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15740{}}








#stacks_in_15743 .poster-readmore {
    display: none !important;
}





#stacks_in_15743 .blog-entry-author {
    display: none !important;
}



#stacks_in_15745 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15745 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15745 .fluid-image.unlimited img{width:100% !important}#stacks_in_15745 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15745 .fluid-image.align-left img{float:left}#stacks_in_15745 .fluid-image.align-right img{float:right}

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

#stacks_in_15748 {
	margin:  6px;
}

        #stacks_in_15752>.button.b-p,#stacks_in_15752>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15752>.button.b-p:hover,#stacks_in_15752>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15752>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15752>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15752 .button.b-p.expand-large:not(.icon-only),#stacks_in_15752>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15757 audio, #stacks_in_15757 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15758 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15766 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15766 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15768psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15768psychedelicWrapper{
		-webkit-animation: stacks_in_15768PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15768PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15768PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15768PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15768PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15768PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15770,#stacks_in_15770 div,#stacks_in_15770 p,#stacks_in_15770 ol,#stacks_in_15770 ul li,#stacks_in_15770 ol li,#stacks_in_15770 ol,#stacks_in_15770 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15770,#stacks_in_15770 div,#stacks_in_15770 p,#stacks_in_15770 ol,#stacks_in_15770 ul li,#stacks_in_15770 ol li,#stacks_in_15770 ol,#stacks_in_15770 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15770{}}








#stacks_in_15773 .poster-readmore {
    display: none !important;
}





#stacks_in_15773 .blog-entry-author {
    display: none !important;
}



#stacks_in_15775 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15775 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15775 .fluid-image.unlimited img{width:100% !important}#stacks_in_15775 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15775 .fluid-image.align-left img{float:left}#stacks_in_15775 .fluid-image.align-right img{float:right}

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

#stacks_in_15778 {
	margin:  6px;
}

        #stacks_in_15782>.button.b-p,#stacks_in_15782>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15782>.button.b-p:hover,#stacks_in_15782>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15782>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15782>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15782 .button.b-p.expand-large:not(.icon-only),#stacks_in_15782>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15787 audio, #stacks_in_15787 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15788 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15796 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15796 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15798psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15798psychedelicWrapper{
		-webkit-animation: stacks_in_15798PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15798PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15798PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15798PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15798PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15798PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15800,#stacks_in_15800 div,#stacks_in_15800 p,#stacks_in_15800 ol,#stacks_in_15800 ul li,#stacks_in_15800 ol li,#stacks_in_15800 ol,#stacks_in_15800 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15800,#stacks_in_15800 div,#stacks_in_15800 p,#stacks_in_15800 ol,#stacks_in_15800 ul li,#stacks_in_15800 ol li,#stacks_in_15800 ol,#stacks_in_15800 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15800{}}








#stacks_in_15803 .poster-readmore {
    display: none !important;
}





#stacks_in_15803 .blog-entry-author {
    display: none !important;
}



#stacks_in_15805 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15805 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15805 .fluid-image.unlimited img{width:100% !important}#stacks_in_15805 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15805 .fluid-image.align-left img{float:left}#stacks_in_15805 .fluid-image.align-right img{float:right}

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

#stacks_in_15808 {
	margin:  6px;
}

        #stacks_in_15812>.button.b-p,#stacks_in_15812>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15812>.button.b-p:hover,#stacks_in_15812>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15812>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15812>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15812 .button.b-p.expand-large:not(.icon-only),#stacks_in_15812>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15817 audio, #stacks_in_15817 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15818 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15826 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15826 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15828psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15828psychedelicWrapper{
		-webkit-animation: stacks_in_15828PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15828PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15828PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15828PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15828PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15828PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15830,#stacks_in_15830 div,#stacks_in_15830 p,#stacks_in_15830 ol,#stacks_in_15830 ul li,#stacks_in_15830 ol li,#stacks_in_15830 ol,#stacks_in_15830 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15830,#stacks_in_15830 div,#stacks_in_15830 p,#stacks_in_15830 ol,#stacks_in_15830 ul li,#stacks_in_15830 ol li,#stacks_in_15830 ol,#stacks_in_15830 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15830{}}








#stacks_in_15833 .poster-readmore {
    display: none !important;
}





#stacks_in_15833 .blog-entry-author {
    display: none !important;
}



#stacks_in_15835 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15835 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15835 .fluid-image.unlimited img{width:100% !important}#stacks_in_15835 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15835 .fluid-image.align-left img{float:left}#stacks_in_15835 .fluid-image.align-right img{float:right}

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

#stacks_in_15838 {
	margin:  6px;
}

        #stacks_in_15842>.button.b-p,#stacks_in_15842>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15842>.button.b-p:hover,#stacks_in_15842>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15842>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15842>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15842 .button.b-p.expand-large:not(.icon-only),#stacks_in_15842>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15847 audio, #stacks_in_15847 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15848 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15856 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15856 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15858psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15858psychedelicWrapper{
		-webkit-animation: stacks_in_15858PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15858PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15858PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15858PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15858PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15858PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15860,#stacks_in_15860 div,#stacks_in_15860 p,#stacks_in_15860 ol,#stacks_in_15860 ul li,#stacks_in_15860 ol li,#stacks_in_15860 ol,#stacks_in_15860 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15860,#stacks_in_15860 div,#stacks_in_15860 p,#stacks_in_15860 ol,#stacks_in_15860 ul li,#stacks_in_15860 ol li,#stacks_in_15860 ol,#stacks_in_15860 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15860{}}








#stacks_in_15863 .poster-readmore {
    display: none !important;
}





#stacks_in_15863 .blog-entry-author {
    display: none !important;
}



#stacks_in_15865 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15865 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15865 .fluid-image.unlimited img{width:100% !important}#stacks_in_15865 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15865 .fluid-image.align-left img{float:left}#stacks_in_15865 .fluid-image.align-right img{float:right}

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

#stacks_in_15868 {
	margin:  6px;
}

        #stacks_in_15872>.button.b-p,#stacks_in_15872>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15872>.button.b-p:hover,#stacks_in_15872>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15872>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15872>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15872 .button.b-p.expand-large:not(.icon-only),#stacks_in_15872>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15877 audio, #stacks_in_15877 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15878 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15886 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15886 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15888psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15888psychedelicWrapper{
		-webkit-animation: stacks_in_15888PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15888PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15888PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15888PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15888PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15888PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15890,#stacks_in_15890 div,#stacks_in_15890 p,#stacks_in_15890 ol,#stacks_in_15890 ul li,#stacks_in_15890 ol li,#stacks_in_15890 ol,#stacks_in_15890 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15890,#stacks_in_15890 div,#stacks_in_15890 p,#stacks_in_15890 ol,#stacks_in_15890 ul li,#stacks_in_15890 ol li,#stacks_in_15890 ol,#stacks_in_15890 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15890{}}








#stacks_in_15893 .poster-readmore {
    display: none !important;
}





#stacks_in_15893 .blog-entry-author {
    display: none !important;
}



#stacks_in_15895 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15895 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15895 .fluid-image.unlimited img{width:100% !important}#stacks_in_15895 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15895 .fluid-image.align-left img{float:left}#stacks_in_15895 .fluid-image.align-right img{float:right}

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

#stacks_in_15898 {
	margin:  6px;
}

        #stacks_in_15902>.button.b-p,#stacks_in_15902>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15902>.button.b-p:hover,#stacks_in_15902>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15902>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15902>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15902 .button.b-p.expand-large:not(.icon-only),#stacks_in_15902>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15907 audio, #stacks_in_15907 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15908 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15916 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15916 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15918psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15918psychedelicWrapper{
		-webkit-animation: stacks_in_15918PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15918PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15918PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15918PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15918PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15918PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15920,#stacks_in_15920 div,#stacks_in_15920 p,#stacks_in_15920 ol,#stacks_in_15920 ul li,#stacks_in_15920 ol li,#stacks_in_15920 ol,#stacks_in_15920 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15920,#stacks_in_15920 div,#stacks_in_15920 p,#stacks_in_15920 ol,#stacks_in_15920 ul li,#stacks_in_15920 ol li,#stacks_in_15920 ol,#stacks_in_15920 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15920{}}








#stacks_in_15923 .poster-readmore {
    display: none !important;
}





#stacks_in_15923 .blog-entry-author {
    display: none !important;
}



#stacks_in_15925 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15925 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15925 .fluid-image.unlimited img{width:100% !important}#stacks_in_15925 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15925 .fluid-image.align-left img{float:left}#stacks_in_15925 .fluid-image.align-right img{float:right}

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

#stacks_in_15928 {
	margin:  6px;
}

        #stacks_in_15932>.button.b-p,#stacks_in_15932>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15932>.button.b-p:hover,#stacks_in_15932>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15932>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15932>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15932 .button.b-p.expand-large:not(.icon-only),#stacks_in_15932>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15937 audio, #stacks_in_15937 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15938 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15946 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15946 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15948psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15948psychedelicWrapper{
		-webkit-animation: stacks_in_15948PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15948PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15948PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15948PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15948PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15948PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15950,#stacks_in_15950 div,#stacks_in_15950 p,#stacks_in_15950 ol,#stacks_in_15950 ul li,#stacks_in_15950 ol li,#stacks_in_15950 ol,#stacks_in_15950 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15950,#stacks_in_15950 div,#stacks_in_15950 p,#stacks_in_15950 ol,#stacks_in_15950 ul li,#stacks_in_15950 ol li,#stacks_in_15950 ol,#stacks_in_15950 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15950{}}








#stacks_in_15953 .poster-readmore {
    display: none !important;
}





#stacks_in_15953 .blog-entry-author {
    display: none !important;
}



#stacks_in_15955 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_15955 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_15955 .fluid-image.unlimited img{width:100% !important}#stacks_in_15955 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_15955 .fluid-image.align-left img{float:left}#stacks_in_15955 .fluid-image.align-right img{float:right}

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

#stacks_in_15958 {
	margin:  6px;
}

        #stacks_in_15962>.button.b-p,#stacks_in_15962>.dd-wrap>.button.b-p{-webkit-box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78);box-shadow:0px 6px 8px -6px rgba(0, 0, 0, 0.78)}#stacks_in_15962>.button.b-p:hover,#stacks_in_15962>.dd-wrap>.button.b-p:hover{-webkit-box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78);box-shadow:0px 3px 4px -4px rgba(0, 0, 0, 0.78)}    @media screen and (max-width:641px){#stacks_in_15962>.button.b-p.expand-mob:not(.icon-only),#stacks_in_15962>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_15962 .button.b-p.expand-large:not(.icon-only),#stacks_in_15962>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  
#stacks_in_15967 audio, #stacks_in_15967 video {
    width: 100%;
    max-width: 100%;
}
#stacks_in_15968 {
	padding: 0px 0px 10px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfixedwidthcss Style Sheet
Created: 17, January, 2011
Last Modified: 23, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_15976 {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}




#stacks_in_15976 {
	padding:  20px;
}
/* -- Start Psychedelic Each css Template -- */

.stacks_in_15978psychedelicWrapper{
	background: linear-gradient(270deg, rgba(255, 94, 82, 1.00), rgba(251, 255, 176, 1.00)  );
	background-size: 400% 400%;
}



	.stacks_in_15978psychedelicWrapper{
		-webkit-animation: stacks_in_15978PsychedelicAnimation 30s ease infinite;
		-moz-animation: stacks_in_15978PsychedelicAnimation 30s ease infinite;
		animation: stacks_in_15978PsychedelicAnimation 30s ease infinite;
	}


@-webkit-keyframes stacks_in_15978PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes stacks_in_15978PsychedelicAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes stacks_in_15978PsychedelicAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* -- End Psychedelic Each css Template -- */
#stacks_in_15980,#stacks_in_15980 div,#stacks_in_15980 p,#stacks_in_15980 ol,#stacks_in_15980 ul li,#stacks_in_15980 ol li,#stacks_in_15980 ol,#stacks_in_15980 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_15980,#stacks_in_15980 div,#stacks_in_15980 p,#stacks_in_15980 ol,#stacks_in_15980 ul li,#stacks_in_15980 ol li,#stacks_in_15980 ol,#stacks_in_15980 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_15980{}}

