.offsite-wrapper{-webkit-overflow-scrolling:touch;width:100%;display:block;position:relative;overflow:hidden}.offsite-full{height:100%}iframe.offsite{width:100%;border:0;display:block;opacity:1;transition:opacity 600ms ease-in-out,height 600ms ease-in-out}iframe.offsite[scrolling='no']{overflow:hidden}iframe.offsite.offsite-load{opacity:0}.offsite-viewport iframe.offsite{height:100vh}.offsite-full iframe.offsite{height:100%}.offsite-proportional iframe.offsite{position:absolute;top:0;left:0;height:100%}


/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("/images/arrows.svg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }



   

   

   

    

  

  

  

  

  

  

  


body h1 h2 h3 {
  text-align: left;
  
  
  
  text-decoration: none;
  text-transform: none;
  text-indent: inherit;
  word-spacing; inherit;
  letter-spacing: inherit;
  line-height: inherit;
  direction: ltr;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;

  

  

  
  font-family: 'Gibson', sans-serif;
  
  
  
  
  
  
  
  
  
  
  
}

@media screen and (min-width: 576px) {
  body h1 h2 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  body h1 h2 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  body h1 h2 h3 {
    font-size: 72px;
  }
}

@media screen and (min-width: 1200px) {
  body h1 h2 h3 {
    font-size: 36px;
  }
}




#freeStyleWrapperstacks_in_5328_2 {
  position: relative;
}

.sy-pager {
  padding: 1em 0;
  margin: 0;
  line-height: 1;
  /* display: none; */
  list-style: none;
  background: rgba(255, 255, 255, 0.00);
  
  text-align: center;
  
}

@media screen and (min-width: 768px) {
  .sy-pager {
    display: block;
  }
}

.sy-pager li {
  margin: 0 0.5em;
}



.sy-pager li a {
  color: rgba(0,0,0,0);
  background-color: rgba(255, 255, 255, 0.50);
}

.sy-pager li.sy-active a {
  background-color: rgba(51, 51, 51, 1.00);
}

.freeStyleCaptionsContainer {
  
  text-align: center;
  
  
  background: rgba(25, 25, 25, 1.00);
  color: rgba(255, 255, 255, 0.80);
  padding: 0.5rem 0.5rem;
  
	
	
}

.upperCaptionsContainer,
.lowerCaptionsContainer {
  display: none;
}


.upperCaptionsContainer,
.lowerCaptionsContainer {
  display: none !important;
}







#freeStyleOuterWrapperstacks_in_5328_2 {
  display: flex;
  flex-direction: column;
}

.lowerCaptionsContainer {
  display: block;
  width: 100%;
  flex-basis: 100%;
  order: 2;
}

#freeStyleWrapperstacks_in_5328_2 {
  flex: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  #freeStyleOuterWrapperstacks_in_5328_2 {
    display: flex;
    flex-direction: row;

  }
  .lowerCaptionsContainer {
    display: block;
    width: 15rem;
    flex-basis: 15rem;
    order: 1;
  }

  .freeStyleCaptionTable {
    display: table;
    width: 100%;
    height: 100%;
  }

  .freeStyleCaptionContent {
    display: table-cell;
    
    
    vertical-align: middle;
    
    
  }

  #freeStyleWrapperstacks_in_5328_2 {
    flex: 1;
    order: 2;
  }
}




.sy-controls {
  display: none;
}

.sy-controls li.sy-prev a:after,
.sy-controls li.sy-next a:after {
  color: rgba(255, 255, 255, 1.00);
  background: none;
  font-size: 45px;
  font-family: FontAwesome, 'Font Awesome 5 Free';
}
















.sy-controls li.sy-prev a:after {
  content: '\f137';
}

.sy-controls li.sy-next a:after {
  content: '\f138';
}








.freeStyleOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.freeStyleOverlayTableWrapper {
  height: 100%;
  width: calc(100% - 20%);
  display: table;
  margin-left: 10%;
  margin-right: 10%;
}

.freeStyleOverlayInner {
  display: table-cell;
  vertical-align: middle;
}




/* Start Cell  */

%[if 0 ]%
/* Hide this grid area in web browsers that do not support CSS Grid */
#cell_stacks_in_5328_4_ {
  display: none;
}

@supports (display: grid) {
  #cell_stacks_in_5328_4_ {
    display: block;
  }
}
%[endif]%



#cell_stacks_in_5328_4_ {
  grid-area: ;
}

#cell_stacks_in_5328_4_ {
  %[if 0 ]%
  border-top: px solid ;
  border-right: px solid ;
  border-bottom: px solid ;
  border-left: px solid ;
  border-radius: px px px px;
  %[endif]%
  position: relative;
  %[if 0 ]%
  box-shadow: px px px px ;
  margin: px;
  %[endif]%
}

%[if 0 ]%
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
  margin: px;
  %[if 0 ]%
  height: 100%;
  width: 100%;
  %[endif]%
  %[if 1 ]%
  height: calc(100% - px - px);
  width: calc(100% - px - px);
  %[endif]%
  border-radius: px px px px;
}
%[endif]%

%[if 0 ]%
/* No background */
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
}
%[endif]%

%[if 0 ]%
/* Solid colour fill */
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
	background: ;
}
%[endif]%

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

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

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

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

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

%[if 0 ]%
/* Random image applied as a CSS background */
#mondrianCellBackgroundstacks_in_5328_4 {
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
	background: url();
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
	background: url();
  background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_4_ #mondrianCellBackgroundstacks_in_5328_4 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

#cell_stacks_in_5328_4_ .mondrianCellContent {
  %[if 0 ]%
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%text-align: justify;%[endif]%
  %[endif]%
  %[if 0 ]%
  padding: px px px px;
  %[endif]%
}

@supports (display: grid) {
  /* Code that will only run if CSS Grid is supported by the browser  */
  #cell_stacks_in_5328_4_ .mondrianCellContent {
    %[if 0 ]%
    %[if ]%vertical-align: top;%[endif]%
    %[if ]%vertical-align: middle;%[endif]%
    %[if ]%vertical-align: bottom;%[endif]%
    %[endif]%
  }
}


%[if 0 ]%
@media screen and (min-width: px) {
  #cell_stacks_in_5328_4_ .mondrianCellContent .stacks_out {
    writing-mode: vertical-lr;
    %[if 0 ]%white-space: nowrap;%[endif]%
    line-height: %;
  }
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerUpperstacks_in_5328_4 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerLowerstacks_in_5328_4 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%





/* End Cell  */
/* Start Cell  */

%[if 0 ]%
/* Hide this grid area in web browsers that do not support CSS Grid */
#cell_stacks_in_5328_10_ {
  display: none;
}

@supports (display: grid) {
  #cell_stacks_in_5328_10_ {
    display: block;
  }
}
%[endif]%



#cell_stacks_in_5328_10_ {
  grid-area: ;
}

#cell_stacks_in_5328_10_ {
  %[if 0 ]%
  border-top: px solid ;
  border-right: px solid ;
  border-bottom: px solid ;
  border-left: px solid ;
  border-radius: px px px px;
  %[endif]%
  position: relative;
  %[if 0 ]%
  box-shadow: px px px px ;
  margin: px;
  %[endif]%
}

%[if 0 ]%
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
  margin: px;
  %[if 0 ]%
  height: 100%;
  width: 100%;
  %[endif]%
  %[if 1 ]%
  height: calc(100% - px - px);
  width: calc(100% - px - px);
  %[endif]%
  border-radius: px px px px;
}
%[endif]%

%[if 0 ]%
/* No background */
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
}
%[endif]%

%[if 0 ]%
/* Solid colour fill */
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
	background: ;
}
%[endif]%

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

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

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

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

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

%[if 0 ]%
/* Random image applied as a CSS background */
#mondrianCellBackgroundstacks_in_5328_10 {
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
	background: url();
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
	background: url();
  background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_10_ #mondrianCellBackgroundstacks_in_5328_10 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

#cell_stacks_in_5328_10_ .mondrianCellContent {
  %[if 0 ]%
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%text-align: justify;%[endif]%
  %[endif]%
  %[if 0 ]%
  padding: px px px px;
  %[endif]%
}

@supports (display: grid) {
  /* Code that will only run if CSS Grid is supported by the browser  */
  #cell_stacks_in_5328_10_ .mondrianCellContent {
    %[if 0 ]%
    %[if ]%vertical-align: top;%[endif]%
    %[if ]%vertical-align: middle;%[endif]%
    %[if ]%vertical-align: bottom;%[endif]%
    %[endif]%
  }
}


%[if 0 ]%
@media screen and (min-width: px) {
  #cell_stacks_in_5328_10_ .mondrianCellContent .stacks_out {
    writing-mode: vertical-lr;
    %[if 0 ]%white-space: nowrap;%[endif]%
    line-height: %;
  }
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerUpperstacks_in_5328_10 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerLowerstacks_in_5328_10 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%





/* End Cell  */
/* Start Cell  */

%[if 0 ]%
/* Hide this grid area in web browsers that do not support CSS Grid */
#cell_stacks_in_5328_13_ {
  display: none;
}

@supports (display: grid) {
  #cell_stacks_in_5328_13_ {
    display: block;
  }
}
%[endif]%



#cell_stacks_in_5328_13_ {
  grid-area: ;
}

#cell_stacks_in_5328_13_ {
  %[if 0 ]%
  border-top: px solid ;
  border-right: px solid ;
  border-bottom: px solid ;
  border-left: px solid ;
  border-radius: px px px px;
  %[endif]%
  position: relative;
  %[if 0 ]%
  box-shadow: px px px px ;
  margin: px;
  %[endif]%
}

%[if 0 ]%
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
  margin: px;
  %[if 0 ]%
  height: 100%;
  width: 100%;
  %[endif]%
  %[if 1 ]%
  height: calc(100% - px - px);
  width: calc(100% - px - px);
  %[endif]%
  border-radius: px px px px;
}
%[endif]%

%[if 0 ]%
/* No background */
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
}
%[endif]%

%[if 0 ]%
/* Solid colour fill */
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
	background: ;
}
%[endif]%

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

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

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

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

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

%[if 0 ]%
/* Random image applied as a CSS background */
#mondrianCellBackgroundstacks_in_5328_13 {
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
	background: url();
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
	background: url();
  background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_13_ #mondrianCellBackgroundstacks_in_5328_13 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

#cell_stacks_in_5328_13_ .mondrianCellContent {
  %[if 0 ]%
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%text-align: justify;%[endif]%
  %[endif]%
  %[if 0 ]%
  padding: px px px px;
  %[endif]%
}

@supports (display: grid) {
  /* Code that will only run if CSS Grid is supported by the browser  */
  #cell_stacks_in_5328_13_ .mondrianCellContent {
    %[if 0 ]%
    %[if ]%vertical-align: top;%[endif]%
    %[if ]%vertical-align: middle;%[endif]%
    %[if ]%vertical-align: bottom;%[endif]%
    %[endif]%
  }
}


%[if 0 ]%
@media screen and (min-width: px) {
  #cell_stacks_in_5328_13_ .mondrianCellContent .stacks_out {
    writing-mode: vertical-lr;
    %[if 0 ]%white-space: nowrap;%[endif]%
    line-height: %;
  }
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerUpperstacks_in_5328_13 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerLowerstacks_in_5328_13 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%





/* End Cell  */
/* Start Cell  */

%[if 0 ]%
/* Hide this grid area in web browsers that do not support CSS Grid */
#cell_stacks_in_5328_16_ {
  display: none;
}

@supports (display: grid) {
  #cell_stacks_in_5328_16_ {
    display: block;
  }
}
%[endif]%



#cell_stacks_in_5328_16_ {
  grid-area: ;
}

#cell_stacks_in_5328_16_ {
  %[if 0 ]%
  border-top: px solid ;
  border-right: px solid ;
  border-bottom: px solid ;
  border-left: px solid ;
  border-radius: px px px px;
  %[endif]%
  position: relative;
  %[if 0 ]%
  box-shadow: px px px px ;
  margin: px;
  %[endif]%
}

%[if 0 ]%
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
  margin: px;
  %[if 0 ]%
  height: 100%;
  width: 100%;
  %[endif]%
  %[if 1 ]%
  height: calc(100% - px - px);
  width: calc(100% - px - px);
  %[endif]%
  border-radius: px px px px;
}
%[endif]%

%[if 0 ]%
/* No background */
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
}
%[endif]%

%[if 0 ]%
/* Solid colour fill */
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
	background: ;
}
%[endif]%

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

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

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

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

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

%[if 0 ]%
/* Random image applied as a CSS background */
#mondrianCellBackgroundstacks_in_5328_16 {
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
	background: url();
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
	background: url();
  background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_16_ #mondrianCellBackgroundstacks_in_5328_16 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

#cell_stacks_in_5328_16_ .mondrianCellContent {
  %[if 0 ]%
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%text-align: justify;%[endif]%
  %[endif]%
  %[if 0 ]%
  padding: px px px px;
  %[endif]%
}

@supports (display: grid) {
  /* Code that will only run if CSS Grid is supported by the browser  */
  #cell_stacks_in_5328_16_ .mondrianCellContent {
    %[if 0 ]%
    %[if ]%vertical-align: top;%[endif]%
    %[if ]%vertical-align: middle;%[endif]%
    %[if ]%vertical-align: bottom;%[endif]%
    %[endif]%
  }
}


%[if 0 ]%
@media screen and (min-width: px) {
  #cell_stacks_in_5328_16_ .mondrianCellContent .stacks_out {
    writing-mode: vertical-lr;
    %[if 0 ]%white-space: nowrap;%[endif]%
    line-height: %;
  }
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerUpperstacks_in_5328_16 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerLowerstacks_in_5328_16 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%





/* End Cell  */
/* Start Cell  */

%[if 0 ]%
/* Hide this grid area in web browsers that do not support CSS Grid */
#cell_stacks_in_5328_19_ {
  display: none;
}

@supports (display: grid) {
  #cell_stacks_in_5328_19_ {
    display: block;
  }
}
%[endif]%



#cell_stacks_in_5328_19_ {
  grid-area: ;
}

#cell_stacks_in_5328_19_ {
  %[if 0 ]%
  border-top: px solid ;
  border-right: px solid ;
  border-bottom: px solid ;
  border-left: px solid ;
  border-radius: px px px px;
  %[endif]%
  position: relative;
  %[if 0 ]%
  box-shadow: px px px px ;
  margin: px;
  %[endif]%
}

%[if 0 ]%
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
  margin: px;
  %[if 0 ]%
  height: 100%;
  width: 100%;
  %[endif]%
  %[if 1 ]%
  height: calc(100% - px - px);
  width: calc(100% - px - px);
  %[endif]%
  border-radius: px px px px;
}
%[endif]%

%[if 0 ]%
/* No background */
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
}
%[endif]%

%[if 0 ]%
/* Solid colour fill */
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
	background: ;
}
%[endif]%

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

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

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

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

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

%[if 0 ]%
/* Random image applied as a CSS background */
#mondrianCellBackgroundstacks_in_5328_19 {
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
	background: url();
	background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
	background: url();
  background-size: ;
	background-repeat: no-repeat;
  background-position: ;
}
%[endif]%

%[if 0 ]%
/* Local image image applied as a CSS background */
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

%[if 0 ]%
/* Warehoused image applied as a CSS background */
#cell_stacks_in_5328_19_ #mondrianCellBackgroundstacks_in_5328_19 {
	background: url();
	background-repeat: repeat;
}
%[endif]%

#cell_stacks_in_5328_19_ .mondrianCellContent {
  %[if 0 ]%
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%text-align: justify;%[endif]%
  %[endif]%
  %[if 0 ]%
  padding: px px px px;
  %[endif]%
}

@supports (display: grid) {
  /* Code that will only run if CSS Grid is supported by the browser  */
  #cell_stacks_in_5328_19_ .mondrianCellContent {
    %[if 0 ]%
    %[if ]%vertical-align: top;%[endif]%
    %[if ]%vertical-align: middle;%[endif]%
    %[if ]%vertical-align: bottom;%[endif]%
    %[endif]%
  }
}


%[if 0 ]%
@media screen and (min-width: px) {
  #cell_stacks_in_5328_19_ .mondrianCellContent .stacks_out {
    writing-mode: vertical-lr;
    %[if 0 ]%white-space: nowrap;%[endif]%
    line-height: %;
  }
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerUpperstacks_in_5328_19 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%

%[if 0 ]%
#mondrianExtraLayerLowerstacks_in_5328_19 {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 20;
  %[if ]%text-align: left;%[endif]%
  %[if ]%text-align: center;%[endif]%
  %[if ]%text-align: right;%[endif]%
  %[if ]%top: 0;%[endif]%
  %[if ]%
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  %[endif]%
  %[if ]%bottom: 0;%[endif]%
}
%[endif]%





/* End Cell  */
#stacks_in_5247>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5247>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_5247>.s3_row>.s3_column_right {
	width: 75.000000%;
}




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










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


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


}



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


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


}






#stacks_in_5247 {
	background-color: rgba(199, 207, 210, 1.00);
	margin: 0px 0px 12px 0px;
	padding: 2px 6px 2px 6px;
}

#stacks_in_5248 {
	padding: 6px 0px 0px 6px;
}
#feedSliderstacks_in_5251 {
	height: 150px;
	overflow: hidden;
	border:  px ;
}

@media print {
	#feedSliderstacks_in_5251 {
		height: auto;
	}
}

#feedSliderstacks_in_5251 div {
	display: block;
	position: relative;
	opacity: 1.0;
}

.internalstacks_in_5251 {
	padding: 6px;
	border-bottom: 2px solid #336666;
}

/* Some surplus content to hide */
h2.feedTitle {
	display: none;
}

/* @group Item title styling */

.itemTitlestacks_in_5251 {
	display: block !important;
	font-size: 100%;
}

.itemTitlestacks_in_5251 a {
	color: #E95C08;
}

.itemTitlestacks_in_5251 a:hover {
	color: #5C8186;
}

/* @end */

/* @group Item date styling */

.itemDatestacks_in_5251 {
	display: block !important;
	color: #333333;
	font-size: 80;
}

/* @end */

/* @group Item content */

.itemDescriptionstacks_in_5251 {
	display: none !important;
	font-size: 100%;
	color: #333333;
}

.itemDescriptionstacks_in_5251 a {
	color: #0080FF;
}

.itemDescriptionstacks_in_5251 a:hover {
	color: #004080;
}

/* @end */

/* @group Item dividers */

.itemDividerstacks_in_5251 {
	display: block;
	position: relative;
	height: 2px;
	background-color: #336666;
}

/* @end */

#stacks_in_5040 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_5189>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5189>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_5189>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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


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


}



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


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


}






#stacks_in_5196 {
	margin: 6px 0px 0px 0px;
}
#stacks_in_5329>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_5225 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width:  2px;
	margin: 4px 0px 4px 0px;
	padding:  8px;
}
/* Start dooMap 2 stack each CSS code */#stacks_in_5007map img {    max-width: none !important; }#stacks_in_5007 .gm-style-iw{	color: #444 !important;}.gmnoprint img {    max-width: none !important; }.stacks_in_5007error{	position: relative;	background: #ffeaea;	padding: 0;	margin: 0;}.dooMapErrorColour{	color: red;}#stacks_in_5007map{	height: 350px;	}.dooMapClearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_5007directions{	position: relative;	background: #fff;	display: none;	border: 1px solid #ccc;	border-radius: 2px;	padding: 10px;	color: #444;}.stacks_in_5007directionsHeader{	display: inline-block !important;	font-size: 20px;	line-height: 22px;	font-weight: bold;	margin-right: 40px;}.dooDirectionsButton{	background: #fff;	border: 1px solid #ccc;	padding: 0 10px 0 10px;	font-size: 14px;	line-height: 22px;	border-radius: 2px;	cursor: pointer;	margin: 0;	color: #444;}.stacks_in_5007cancel{	position: absolute;	top: 10px;	right: 10px;	font-size: 24px !important;	padding: 0 0 0 6px;	margin: 0;	border: none !important;}.directions_location_wrapper{	background: #ddd;	padding: 6px 10px 6px 10px;	border: 1px solid #ccc;	border-radius: 2px;	margin-top: 10px;	font-size: 14px;	line-height: 22px;}.directions_location_wrapper:hover{	background: #f4f4f4;}.dooDirectionsShow{	display: inline-block;}.dooDirectionsResultsWrapper{	display: none;	background: #fff;	padding: 10px;	border: 1px solid #ccc;	border-radius: 2px;	margin-top: 10px;}.dooMapInstruction{	border-bottom: 1px solid #ccc;	padding-bottom: 4px;}.dooMapInstructionDistance{	padding-top: 4px;	font-weight: bold;}.dooDirectionsSharingWrapper{	display: none;}.stacks_in_5007print, .stacks_in_5007email, .stacks_in_5007google{	position: relative;	display: inline-block;	margin-top: 8px !important;	margin-right: 3px !important;}	#stacks_in_5007 .dooMapLocation{		display: none;	}/* End dooMap 2 stack each CSS code */
#stacks_in_5007 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width: 1px 1px 1px 1px;
}
/* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code */
#stacks_in_5232 {
	margin:  20px;
}

#stacks_in_5127 {
	border: solid rgba(92, 129, 134, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}
#stacks_in_5161>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5161>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_5161>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_5161>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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


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


}



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


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


}



#stacks_in_5319>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




/* START ICONZ CSS */

#stacks_in_5310 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #0B5EA0 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5310 {
	text-align: center;
}

#stacks_in_5310 a{
	text-decoration: none;
}


	
		#stacks_in_5310 a i:hover{
			color: #1A6DAF !important;
		}
		
		
	




#stacks_in_5310 .stacks_in_5310quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5310 .stacks_in_5310quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5310 .stacks_in_5310quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5313 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #000000 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5313 {
	text-align: center;
}

#stacks_in_5313 a{
	text-decoration: none;
}


	
		#stacks_in_5313 a i:hover{
			color: #0F0F0F !important;
		}
		
		
	




#stacks_in_5313 .stacks_in_5313quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5313 .stacks_in_5313quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5313 .stacks_in_5313quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5311 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #262626 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5311 {
	text-align: center;
}

#stacks_in_5311 a{
	text-decoration: none;
}


	
		#stacks_in_5311 a i:hover{
			color: #353535 !important;
		}
		
		
	




#stacks_in_5311 .stacks_in_5311quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5311 .stacks_in_5311quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5311 .stacks_in_5311quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5318 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #1D8DEE !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5318 {
	text-align: center;
}

#stacks_in_5318 a{
	text-decoration: none;
}


	
		#stacks_in_5318 a i:hover{
			color: #2C9CFD !important;
		}
		
		
	




#stacks_in_5318 .stacks_in_5318quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5318 .stacks_in_5318quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5318 .stacks_in_5318quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5312 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #0B5EA0 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5312 {
	text-align: center;
}

#stacks_in_5312 a{
	text-decoration: none;
}


	
		#stacks_in_5312 a i:hover{
			color: #1A6DAF !important;
		}
		
		
	




#stacks_in_5312 .stacks_in_5312quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5312 .stacks_in_5312quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5312 .stacks_in_5312quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_5236 {
	margin:  20px;
}

#stacks_in_5088 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#stacks_in_5185>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5185>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_5185>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_5185>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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


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


}



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


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


}




/* START ICONZ CSS */

#stacks_in_5286 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #0B5EA0 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5286 {
	text-align: left;
}

#stacks_in_5286 a{
	text-decoration: none;
}


	
		#stacks_in_5286 a i:hover{
			color: #1A6DAF !important;
		}
		
		
	




#stacks_in_5286 .stacks_in_5286quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5286 .stacks_in_5286quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5286 .stacks_in_5286quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_5286 {
	margin: 6px 0px 0px 0px;
}

#stacks_in_5238 {
	margin:  20px;
}

#stacks_in_5099 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#stacks_in_5181>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5181>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_5181>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_5181>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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


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


}



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


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


}




#stacks_in_5240 {
	margin:  20px;
}

#stacks_in_5141 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#stacks_in_5171>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5171>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_5171>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_5171>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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


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


}



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


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


}



#stacks_in_5288>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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



}




#stacks_in_5288 {
	margin: 6px 0px 0px 0px;
}

/* START ICONZ CSS */

#stacks_in_5291 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #0B5EA0 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5291 {
	text-align: left;
}

#stacks_in_5291 a{
	text-decoration: none;
}


	
		#stacks_in_5291 a i:hover{
			color: #1A6DAF !important;
		}
		
		
	




#stacks_in_5291 .stacks_in_5291quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5291 .stacks_in_5291quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5291 .stacks_in_5291quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5293 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #000000 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5293 {
	text-align: left;
}

#stacks_in_5293 a{
	text-decoration: none;
}


	
		#stacks_in_5293 a i:hover{
			color: #0F0F0F !important;
		}
		
		
	




#stacks_in_5293 .stacks_in_5293quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5293 .stacks_in_5293quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5293 .stacks_in_5293quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_5242 {
	margin:  20px;
}

#stacks_in_5159 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#stacks_in_5165>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5165>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_5165>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_5165>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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


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


}



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


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


}



#stacks_in_5282>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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



}




#stacks_in_5282 {
	margin: 6px 0px 0px 0px;
}

/* START ICONZ CSS */

#stacks_in_5254 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #0B5EA0 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5254 {
	text-align: left;
}

#stacks_in_5254 a{
	text-decoration: none;
}


	
		#stacks_in_5254 a i:hover{
			color: #1A6DAF !important;
		}
		
		
	




#stacks_in_5254 .stacks_in_5254quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5254 .stacks_in_5254quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5254 .stacks_in_5254quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5270 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #262626 !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5270 {
	text-align: left;
}

#stacks_in_5270 a{
	text-decoration: none;
}


	
		#stacks_in_5270 a i:hover{
			color: #353535 !important;
		}
		
		
	




#stacks_in_5270 .stacks_in_5270quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5270 .stacks_in_5270quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5270 .stacks_in_5270quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
/* START ICONZ CSS */

#stacks_in_5268 i {
	font-size: 3em;
	line-height: normal !important;
	
	color: #1D8DEE !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_5268 {
	text-align: left;
}

#stacks_in_5268 a{
	text-decoration: none;
}


	
		#stacks_in_5268 a i:hover{
			color: #2C9CFD !important;
		}
		
		
	




#stacks_in_5268 .stacks_in_5268quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_5268 .stacks_in_5268quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_5268 .stacks_in_5268quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_5351 {
	border: solid rgba(51, 102, 102, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}
/*START OF MultiLayer STACK*/

#stacks_in_5337 .multilayer * { transition: all 2s ease;}

/*THE WRAPPER*/
#stacks_in_5337 .multilayer { margin-left: auto; margin-right: auto; text-align: center;
    display: block; overflow: hidden; 
    
    
    
}

/*THE LAYERS*/
#stacks_in_5337 .multilayer_a { 

position: absolute; z-index: 0; margin: 0px; 

   top: 5%;     

   left: 2%;    

 
max-width: 400px; 
  

}

#stacks_in_5337 .multilayer_b { 

position: absolute; z-index: 0; margin: 0px; 

   top: 5%;     


   right:5%;    
 
max-width: 120px; 
  

}

#stacks_in_5337 .multilayer_c { 

position: absolute; z-index: 0; margin: 0px; 


   bottom:5%;   
   left: 5%;    

 
max-width: 120px; 
  

}

#stacks_in_5337 .multilayer_d { 

position: absolute; z-index: 0; margin: 0px; 


   bottom:5%;   

   right:5%;    
 
max-width: 120px; 
  

}

/*THE SPECIAL LAYERS*/
#stacks_in_5337 .multilayer_e { 
position: absolute; z-index: 0; margin: 0px; left:50%; top:50%;
                                
animation: fadeIn ease 5s;
width: 120px; 

}

#stacks_in_5337 .multilayer_e img { }

#stacks_in_5337 .mulitlayer_center { 
position: relative; left: -50%; top: 50%; transform: translateY(-50%); %text-align: center; 
                                

 }

/*THE DropZone*/
#stacks_in_5337 .multilayer_base {/*customcss*/}

/*THE DZ IMAGE*/
#stacks_in_5337 .multilayer_base img { 
     
    
    object-fit: cover; object-position: 50% 0%;
    /*customcss*/ }

/*THE HEADLINES*/


/*THE BREAKPOINT*/


/*THE KEYFRAMES*/
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-900px) scaleY(2.5) scaleX(0.25);
            transform: translateY(-900px) scaleY(2.5) scaleX(0.25);
    -webkit-transform-origin: 45% 0%;
            transform-origin: 45% 0%;
    -webkit-filter: blur(45px);
            filter: blur(45px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

@keyframes pulse {
0% { transform: scale(0.75); }
50% { transform: scale(1.0); }
100% { transform: scale(0.75); }
}



/*END OF MultiLayer STACK*/.stacks_in_5357.offsite-static iframe{height:720px}.stacks_in_5357.offsite-proportional{padding-top:calc((720/1280)*100%)}.stacks_in_5357.offsite-viewport{height:100vh}.stacks_in_5357.offsite-responsive iframe{height:500px}@media screen and (min-width:40em){.stacks_in_5357.offsite-responsive iframe{height:500px}}@media screen and (min-width:64em){.stacks_in_5357.offsite-responsive iframe{height:500px}}
