
@-webkit-keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg)}}@keyframes slideup-swingInX{0%{-webkit-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg)}}@keyframes slideup-swingOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}100%{-webkit-transform:perspective(400px) rotateX(-90deg);transform:perspective(400px) rotateX(-90deg)}}@-webkit-keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@keyframes slideup-slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup-slideUp{0%{-webkit-transform:translateY(0)}100%{-webkit-transform:translateY(-100%)}}@keyframes slideup-slideUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes slideup-flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes slideup-flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@keyframes slideup-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px)}}@keyframes slideup-bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}}


/**
 *
 * 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; }


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}
.rwmenu{list-style:none}.rwmenu.dropdown,.rwmenu.drilldown,.rwmenu.accordion-menu{display:none}.rwmenu-wrapper>.rwmenu{display:-webkit-box;display:-ms-flexbox;display:flex}

/* 
WHW edits
- Remove retina @media block at the bottom
- Remove '.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(icons/loading.gif) no-repeat 50% 50%; }'
- Remove 'background-image: url(icons/next.png);'
- Remove 'background-image: url(icons/prev.png);'
- Remove 'background: url(icons/close.png) no-repeat 5px 5px;'
- Remove default theme
*/


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

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

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

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

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

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

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

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

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

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

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


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

}


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

.biscuitbox {
  display: none;
  width: 100%;
  bottom: 0;
  position: fixed;
  z-index: 9999; }

.biscuitbox.biscuitbox-display-top {
  bottom: auto;
  top: 0; }

.biscuitbox-wrapper {
  display: flex;
  flex-flow: row wrap; }

.biscuitbox-wrapper > * {
  flex: 1 100%; }

.biscuitbox-button {
  text-align: center; }
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.com_joeworkman_stacks_glider_stack .glider-wrapper,.com_joeworkman_stacks_glider_stack .glider-button{position:fixed;z-index:99999;border:none}.com_joeworkman_stacks_glider_stack .glider-toggle{padding:1rem;cursor:pointer;font-size:1rem;outline:none;height:auto}.com_joeworkman_stacks_glider_stack .glider-toggle.opened{z-index:999999}.com_joeworkman_stacks_glider_stack .glider-toggle i.fa{display:none;line-height:1.28571429em}.com_joeworkman_stacks_glider_stack .glider-toggle.round.custom-style{border-radius:1000px}.com_joeworkman_stacks_glider_stack .glider-toggle.radius.custom-style{border-radius:3px}.com_joeworkman_stacks_glider_stack .glider-toggle.opened i.fa.close-icon{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-toggle:not(.opened) i.fa.open{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-wrapper{width:0;overflow:auto;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_glider_stack .glider-wrapper.opened{width:100%;z-index:199999}.com_joeworkman_stacks_glider_stack .glider-wrapper .glider-content.centerContent{position:relative;top:50%;transform:translateY(-50%);}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{position:absolute;top:0;right:0;background:transparent;margin:0;z-index:999999;display:block}@media only screen and (min-width:40.063em){.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{display:none}}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle i.fa{display:block}.com_joeworkman_stacks_glider_stack .glider-wrapper.size-100 > .glider-toggle{display:block !important}.com_joeworkman_stacks_glider_stack .headless .glider-button{display:none}.com_joeworkman_stacks_glider_stack .headless .glider-wrapper .glider-toggle{display:block}.com_joeworkman_stacks_glider_stack .launcher-bar .glider-button{width:100%}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper{height:100%;top:0;left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper.opened.accent{box-shadow:inset -1px 0 15px rgba(255,255,255,0.2),1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-left .glider-button{left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.flush.radius{border-top-left-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.opened{left:100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper{width:100%;margin-left:-100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper.opened{margin-left:0 !important}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper{height:100%;top:0;right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper.opened.accent{box-shadow:inset 1px 0 15px rgba(255,255,255,0.2),-1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper .glider-toggle{right:auto;left:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button{right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.flush.radius{border-top-right-radius:0;border-bottom-right-radius:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.opened{right:100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper{width:100%;margin-right:-100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper.opened{margin-right:0 !important}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper{top:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened.accent{box-shadow:inset 0 -1px 15px rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-top .glider-button{top:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.flush.radius{border-top-right-radius:0;border-top-left-radius:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.opened{top:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper{bottom:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened.accent{box-shadow:inset 0 1px 15px rgba(255,255,255,0.2),0 -1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button{bottom:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.flush.radius{border-bottom-right-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.opened{bottom:100%}

/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */




img,
video {
	max-width: 100%;
	height: auto;
}



.simple-modal {
	position: fixed !important;
}

:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(15, 70, 97, 0.94);--secondary:rgba(123, 176, 47, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(225, 255, 255, 0.94);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(0, 40, 67, 0.94);--secondary-dark:rgba(93, 146, 17, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(12, 89, 116, 1.00);--subheader-color:rgba(12, 89, 116, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(51, 51, 51, 1.00);--link-color:rgba(123, 176, 47, 1.00);--link-color-hover:rgba(12, 89, 116, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:0px}::-moz-selection{background:var(--selection-background);color:var(--selection-text)}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(123, 176, 47, 1.00);--link-color-hover:rgba(12, 89, 116, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:100%;}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(21rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}@media only screen and (min-width:40em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(28rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(18rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(31rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6,h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:inside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(0rem/16)}body{}
            .readmore{font-size:calc(18rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .readmore{font-size:calc(20rem/16) }}@media only screen and (min-width:64em){            .readmore{font-size:calc(20rem/16) }}
            .footerbread{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em){            .footerbread{font-size:calc(14rem/16) }}@media only screen and (min-width:64em){            .footerbread{font-size:calc(14rem/16) }}
.bg1{background-color:rgba(204, 204, 204, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg1{background-attachment:scroll!important}}
.bg2{background-color:rgba(105, 165, 36, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg2{background-attachment:scroll!important}}
.bg3{background-color:rgba(15, 70, 97, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg3{background-attachment:scroll!important}}
.bg4{background-color:rgba(105, 165, 36, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg4{background-attachment:scroll!important}}
.height1{height:100% !important;min-height:fit-content !important;max-height:fit-content !important;}  
.shadow1{text-shadow:5px 5px 5px rgba(251, 2, 255, 1.00);}
.txtover1{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(137, 34, 20, 1.00);--link-color-hover:rgba(137, 34, 20, 1.00);--link-decoration:none;--link-decoration-hover:none}
.schatten1{text-shadow:2px 2px 5px rgba(0, 0, 0, 0.80);}
.schatten2{-webkit-filter:drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.50));filter:drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.50));}
.border1{border-color:rgba(224, 224, 224, 1.00) ;border-width:1px ;border-style:solid ;}
.footer1200 .myclass{width:75% ;}  
.bg6{background-color:rgba(245, 245, 245, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.bg6{background-attachment:scroll!important}}
.paddingbild{padding-top:0.00px ;padding-left:0.00px ;padding-bottom:11.00px ;padding-right:0.00px ;}@media only screen and (min-width:40em){.paddingbild{padding-top:0.00px ;padding-left:0.00px ;padding-bottom:11.00px ;padding-right:0.00px }}@media only screen and (min-width:64em){.paddingbild{padding-top:0.00px ;padding-left:0.00px ;padding-bottom:11.00px ;padding-right:0.00px }}
.navifont{--header-color:rgba(116, 180, 25, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(116, 180, 25, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.zglider{position:fixed  ;z-index:100000000;}
.rezepttxt{display:inline-block;white-space:nowrap}
.right{position:fixed  ;z-index:1;right:0px ;}
.zdaten{position:fixed  ;z-index:-1;}
.zmenu{position:fixed  ;z-index:999999;}
.formweiss{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(255, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}
.aleft{position:fixed  ;z-index:1;left:0px !important;}
.button21{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(15, 70, 97, 0.90);--secondary:rgba(119, 119, 119, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(253, 184, 14, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(225, 255, 255, 0.90);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 224, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(0, 40, 67, 0.90);--secondary-dark:rgba(89, 89, 89, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(223, 154, 0, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--overlay-color:rgba(0, 0, 0, 0.50)}
.border1{border-color:rgba(224, 224, 224, 1.00) ;border-width:1px ;border-style:solid ;}
.green{color:rgba(15, 70, 97, 1.00) ;}
/*!* Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Duotone';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-duotone-900.svg#fontawesome") format("svg")}.fad{position:relative;font-family:'Font Awesome 5 Duotone';font-weight:900}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}
#stacks_in_1819_2 .glider-wrapper,#stacks_in_1819_2 .glider-button{transition:all 400ms ease}#stacks_in_1819_2 .glider-wrapper.custom-style{color:rgba(12, 89, 116, 1.00)}#stacks_in_1819_2 .glider-wrapper.custom-style div,#stacks_in_1819_2 .glider-wrapper.custom-style p{color:rgba(12, 89, 116, 1.00)}#stacks_in_1819_2 .glider-wrapper.custom-style .glider-toggle{color:rgba(12, 89, 116, 1.00)}#stacks_in_1819_2 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1819_2 .glider-wrapper .glider-content{padding:0.00rem 1.00rem}}#stacks_in_1819_2 .glider-button{margin:0px}#stacks_in_1819_2 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1819_2 .glider-button.static-width{width:100px}#stacks_in_1819_2 .launcher-bar .glider-button{text-align:left}#stacks_in_1819_2 .location-left .glider-button,#stacks_in_1819_2 .location-right .glider-button{top:0%}#stacks_in_1819_2 .location-left .glider-button.flipPosition,#stacks_in_1819_2 .location-right .glider-button.flipPosition{top:auto;bottom:0%}#stacks_in_1819_2 .location-top .glider-button,#stacks_in_1819_2 .location-bottom .glider-button{left:0%}#stacks_in_1819_2 .location-top .glider-button.flipPosition,#stacks_in_1819_2 .location-bottom .glider-button.flipPosition{left:auto;right:0%}@media only screen and (min-width:40.063em){#stacks_in_1819_2 .location-left .glider-wrapper.opened,#stacks_in_1819_2 .location-right .glider-wrapper.opened{width:100%}#stacks_in_1819_2 .location-left.slideout .glider-wrapper,#stacks_in_1819_2 .location-right.slideout .glider-wrapper{width:100%}#stacks_in_1819_2 .location-left .glider-button.opened{left:100%}#stacks_in_1819_2 .location-left.slideout .glider-wrapper{margin-left:-100%}#stacks_in_1819_2 .location-right .glider-button.opened{right:100%}#stacks_in_1819_2 .location-right.slideout .glider-wrapper{margin-right:-100%}#stacks_in_1819_2 .location-top .glider-wrapper.opened,#stacks_in_1819_2 .location-bottom .glider-wrapper.opened{height:100%}#stacks_in_1819_2 .location-top .glider-button.opened{top:100%}#stacks_in_1819_2 .location-bottom .glider-button.opened{bottom:100%}}
/* -- Start Svg Each css Template -- */


#stacks_in_1819_4 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1819_4svgwrapper{
	position: relative;
}



#stacks_in_1819_4 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1819_4 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1819_4 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1819_4 {
	width: 70%;
}
/* -- Start Svg Each css Template -- */


#stacks_in_1819_5 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1819_5svgwrapper{
	position: relative;
}



#stacks_in_1819_5 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1819_5 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1819_5 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1819_5 {
	width: 50%;
}
/* -- Start Svg Each css Template -- */


#stacks_in_1819_6 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1819_6svgwrapper{
	position: relative;
}



#stacks_in_1819_6 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1819_6 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1819_6 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1819_6 {
	width: 30%;
}

#stacks_in_1819_51 {
	margin: 0px 0px 40px 0px;
}
#linkBoxstacks_in_1819_7 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_7 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_7 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_11 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_11 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_11 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_37 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_37 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_37 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_28 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_28 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_28 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_15 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_15 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_15 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_19 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_19 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_19 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_23 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_23 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_23 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}


#linkBoxstacks_in_1819_41 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_1819_41 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_1819_41 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}




@font-face{font-family:ArtegraSans-Medium;font-style:normal;font-weight:normal;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.woff") format("woff")}@font-face{font-family:ArtegraSans-Medium;font-style:normal;font-weight:bold;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.woff") format("woff")}@font-face{font-family:ArtegraSans-Medium;font-style:italic;font-weight:normal;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.woff") format("woff")}@font-face{font-family:ArtegraSans-Medium;font-style:italic;font-weight:bold;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.woff") format("woff")}
 html,body, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, blockquote, a, fieldset,input,textarea,form label,input + label,fieldset label,input + datalist,legend, button,.button,.btn, .friz, .fontpro-stacks_in_1820_5{font-family:"ArtegraSans-Medium",sans-serif }

@font-face{font-family:ArtegraSans-Medium;font-style:normal;font-weight:normal;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.eot");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.eot?#iefix") format("embedded-opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.svg#font-pro") format("svg");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.otf") format("opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.ttf") format("truetype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.woff2") format("woff2");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.woff") format("woff");}@font-face{font-family:ArtegraSans-Medium;font-style:normal;font-weight:bold;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.eot");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.eot?#iefix") format("embedded-opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.svg#font-pro") format("svg");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.otf") format("opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.ttf") format("truetype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.woff2") format("woff2");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.woff") format("woff");}@font-face{font-family:ArtegraSans-Medium;font-style:italic;font-weight:normal;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.eot");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.eot?#iefix") format("embedded-opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.svg#font-pro") format("svg");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.otf") format("opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.ttf") format("truetype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.woff2") format("woff2");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font.woff") format("woff");}@font-face{font-family:ArtegraSans-Medium;font-style:italic;font-weight:bold;src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.eot");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.eot?#iefix") format("embedded-opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.svg#font-pro") format("svg");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.otf") format("opentype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.ttf") format("truetype");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.woff2") format("woff2");src:url("https://www.landaerzte-rodewald.de/MyFontsWebfontsKit/webFonts/ArtegraSansMedium/font_bold.woff") format("woff");}
 html,body, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, blockquote, a, fieldset,input,textarea,form label,input + label,fieldset label,input + datalist,legend, button,.button,.btn,.fontpro-stacks_in_1820_6{font-family:"ArtegraSans-Medium",sans-serif !important}
.pin-spacer.spacer-stacks_in_1821_20{width:100%;min-width:100%}.pin-spacer.spacer-stacks_in_1821_20.posFixed.allow-overlay{display:none}@media screen and (max-width:% id=breakpoint %px){.pin-spacer.spacer-stacks_in_1821_20.hide-below-bp{display:none}}@media screen and (min-width:% id=breakpoint %px){.pin-spacer.spacer-stacks_in_1821_20.hide-above-bp{display:none}}#stacks_in_1821_20 > .pin-fixed{z-index:9999}#stacks_in_1821_20 > .pin-fixed.pin-it::after{background:#333333;opacity:0.0}#stacks_in_1821_20 > .pin-it.pin-static{position:relative;z-index:9999}@media screen and (max-width:% id=breakpoint %px){#stacks_in_1821_20 > .pin-it.hide-below-bp{display:none}}@media screen and (min-width:% id=breakpoint %px){#stacks_in_1821_20 > .pin-it.hide-above-bp{display:none}}#stacks_in_1821_20 > .pin-it::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:#FFFFFF;opacity:0.0;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}#stacks_in_1821_20 > .pin-it.pin-fixed{position:fixed;top: 0% }@media screen and (max-width:% id=breakpoint %px){#stacks_in_1821_20 > .pin-it.pin-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:% id=breakpoint %px){#stacks_in_1821_20 > .pin-it.pin-fixed{top:0%}}
#stacks_in_1821_20 .pin-it.pin-fixed.fixed-shadow   {-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;-moz-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}
/* -- Start Svg Each css Template -- */


#stacks_in_1821_21 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1821_21svgwrapper{
	position: relative;
}



#stacks_in_1821_21 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1821_21 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1821_21 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1821_21 {
	width: 26%;
}

.spacerStack {
	height: 60.00px;
}

#spacerStackstacks_in_1821_25 {
	height: 60.00px;
}




























@media print {
	#spacerStackstacks_in_1821_25 {
		display: none !important;
	}
}
/*Start CSSLayerStack*/

 

#stacks_in_1821_3 .layer_containera /*container & bg img*/
{
margin-left: auto; margin-right:auto;

	 
	background: url() 1 repeat 
	 

	
	 

	 
	center
	 

	 

	 
	center;
	 

 

 

}









#stacks_in_1821_3 .layer_containera
{
 
	height: px;
 

/*cursor:pointer;*/

display:block;

z-index: 9000;
/*Custom CSS;*/

  
 

}

#stacks_in_1821_3 .layer_a /*backgroundlayer*/
{
margin-left: auto;
margin-right: auto;
display: block;
position: relative;
z-index: 1;
float: none;

padding-top: 0px;



   
width: 100%;








   
height: auto;
overflow: hidden;













   
overflow: auto !important;







/*Custom CSS;*/

   



}






#stacks_in_1821_3 .layer_fronta /*frontlayer*/
{
margin-left: auto;
margin-right: auto;
position: absolute;
z-index: 9200 !important;



   
width: 100%;






   
height: auto;
overflow: hidden;











top: 20px;





   
left: 0; right: 0;




  

/*Custom CSS;*/

   



}

#stacks_in_1821_3 .layernote 
{
 display: none !important; 

	text-indent: 5px;
	background-color: #FCF8DC;
}
#stacks_in_1821_3 .edithelper 
{

color:white !important;
background:black !important;
padding:5px !important;
display: block !important;
text-align: center;

}

@media handheld, only screen and (max-width: 780px) {
 }


@media handheld, only screen and (max-width: 480px) {
 
}





.fadeInWrapperstacks_in_1821_8 {
  display: none;
}

.freeStyleWrapperstacks_in_1821_8 {
  position: relative;
}

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

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

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



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

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

.freeStyleCaptionsContainer {
  
  
  text-align: right;
  
  background: rgba(25, 25, 25, 0.00);
  color: rgba(119, 26, 43, 1.00);
  padding: 0.50rem 0.50rem;
  
	
	
}

.upperCaptionsContainer,
.lowerCaptionsContainer {
  display: none;
}


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





.lowerCaptionsContainer {
  display: block;
}






.sy-controls {
  display: none;
}

.sy-controls li.sy-prev a:after,
.sy-controls li.sy-next a:after {
  color: rgba(224, 224, 224, 0.50);
  background: none;
  font-size: 45px;
  font-family: FontAwesome;
}


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

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




















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






#stickystacks_in_1821_10 {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	width: 1000px;
	overflow: hidden;
	z-index: 100;
}

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

@media print {
	#stickystacks_in_1821_10 {
		display: none !important;
	}
}/* -- Start Svg Each css Template -- */


#stacks_in_1821_15 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1821_15svgwrapper{
	position: relative;
}



#stacks_in_1821_15 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1821_15 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1821_15 {
			text-align: left !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_in_1821_15 {
	margin: 10px 10px 10px 10px;
}

#stacks_out_1821_15 {
	width: 16%;
	margin-left:0;
}
/* -- Start Svg Each css Template -- */


#stacks_in_1821_16 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1821_16svgwrapper{
	position: relative;
}



#stacks_in_1821_16 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1821_16 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1821_16 {
			text-align: left !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_in_1821_16 {
	margin: 10px 10px 10px 10px;
}

#stacks_out_1821_16 {
	width: 25%;
	margin-left:0;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */



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

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


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

.webYepGridstacks_in_2063 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.webYepGridstacks_in_2063 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.webYepGridstacks_in_2063 .webYepGridCell {
  padding: 10px;
  position: relative;
  min-height: 150px;
  width: calc(12/12 * 100%);
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .webYepGridstacks_in_2063 .webYepGridCell {
    width: calc(12/12 * 100%);
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .webYepGridstacks_in_2063 .webYepGridCell {
    width: calc(6/12 * 100%);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .webYepGridstacks_in_2063 .webYepGridCell {
    width: calc(6/12 * 100%);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .webYepGridstacks_in_2063 .webYepGridCell {
    width: calc(6/12 * 100%);
  }
}

.webYepGridstacks_in_2063 .gridCellOuter {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 1.00);
  border: 1px solid rgba(234, 234, 234, 1.00);
  padding: 10px;
  border-radius: 0px;
}

.webYepGridstacks_in_2063 .gridCellInner {
  display: table-cell;
  vertical-align: top;
	
	
  text-align: left;
	
	
	
}



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


#webYepImagestacks_in_2081,
#webYepImagestacks_in_2081 .centered_image {
  text-align: center !important;
}

#webYepImagestacks_in_2081 img {
  display: inline-block !important;
  
  
  
  
  
  
  
  
  
  
  
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0em solid rgba(0, 0, 0, 1.00);
}


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

#stacks_in_2073 {
	margin: 0px 0px 20px 0px;
}
.webYepAttachmentWrapstacks_in_2077 {
  text-align: left;
  
  
  display: block;
}


  
  .webYepAttachmentWrapstacks_in_2077 a {
    padding-left: calc(30px + 5px);
    height: 30px;
    display: inline-block;
    position: relative;
    line-height: 30px;
  }

  .webYepAttachmentWrapstacks_in_2077 img {
    position: absolute;
    top: 0;
    left: 0px;
    max-height: 30px;
    max-width: 30px;
    width: auto;
  }
  

  


#stacks_in_2077 {
	margin: 0px 0px 20px 0px;
}
.webYepGallerystacks_in_2084,
.webYepGallerystacks_in_2084 *,
.webYepGallerystacks_in_2084 *:before,
.webYepGallerystacks_in_2084 *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.webYepGallerystacks_in_2084 {
  margin-left: -10px;
  margin-right: -10px;
}

.webYepGallerystacks_in_2084 .WebYepGalleryRow {
  
  
  
  align-self: flex-end !important;
  
}

.webYepGallerystacks_in_2084 .WebYepGalleryCell {
  
  
  width: 33.333% !important;
  
  
  
  padding: 10px;
}

@media screen and (max-width: 568px) {
  .webYepGallerystacks_in_2084 .WebYepGalleryCell {
    width: 100% !important;
  }
}


.webYepGallerystacks_in_2084 .WebYepGalleryImage {
  background: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(234, 234, 234, 1.00);
  border-radius: 0px;
}

.webYepGallerystacks_in_2084 .WebYepGalleryImage img {
  border-radius: 0px;
}

.webYepGallerystacks_in_2084 .WebYepGalleryText {
  color: rgba(51, 51, 51, 1.00);
  
	
  
  
  text-align: center;
  
  
  padding: 5px;
  font-size: 15px;
}

.webYepGallerystacks_in_2084 .WebYepGalleryImage a {
  position: relative;
  outline: none;
  border: none;
}

.webYepGallerystacks_in_2084 .WebYepGalleryImage a:before {
  content: '\f00e';
  font-family: 'FontAwesome';
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  display: block;
  text-align: center;
  color: rgba(204, 204, 204, 0.00);
  transition: all 300ms ease-in-out;
}

.webYepGallerystacks_in_2084 .WebYepGalleryImage:hover a:before {
  color: rgba(255, 255, 255, 0.00);
}



#stacks_in_2084 {
	background-color: rgba(204, 204, 204, 1.00);
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */



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

.webYepGridstacks_in_2030 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.webYepGridstacks_in_2030 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.webYepGridstacks_in_2030 .webYepGridCell {
  padding: 10px;
  position: relative;
  min-height: 150px;
  width: calc(12/12 * 100%);
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .webYepGridstacks_in_2030 .webYepGridCell {
    width: calc(12/12 * 100%);
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .webYepGridstacks_in_2030 .webYepGridCell {
    width: calc(6/12 * 100%);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .webYepGridstacks_in_2030 .webYepGridCell {
    width: calc(4/12 * 100%);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .webYepGridstacks_in_2030 .webYepGridCell {
    width: calc(4/12 * 100%);
  }
}

.webYepGridstacks_in_2030 .gridCellOuter {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 1.00);
  border: 1px solid rgba(234, 234, 234, 1.00);
  padding: 10px;
  border-radius: 0px;
}

.webYepGridstacks_in_2030 .gridCellInner {
  display: table-cell;
  
	
	vertical-align: bottom;
  text-align: left;
	
	
	
}



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


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

#stacks_in_2042 {
	margin: 0px 0px 20px 0px;
}
.webYepAttachmentWrapstacks_in_2046 {
  text-align: left;
  
  
  display: block;
}


  
  .webYepAttachmentWrapstacks_in_2046 a {
    padding-left: calc(30px + 5px);
    height: 30px;
    display: inline-block;
    position: relative;
    line-height: 30px;
  }

  .webYepAttachmentWrapstacks_in_2046 img {
    position: absolute;
    top: 0;
    left: 0px;
    max-height: 30px;
    max-width: 30px;
    width: auto;
  }
  

  


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


.fadeInWrapperstacks_in_1824_5 {
  display: none;
}

.freeStyleWrapperstacks_in_1824_5 {
  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: 996px) {
  .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.33);
}

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

.freeStyleCaptionsContainer {
  
  
  text-align: right;
  
  background: rgba(25, 25, 25, 0.00);
  color: rgba(119, 26, 43, 1.00);
  padding: 0.50rem 0.50rem;
  
	
	
}

.upperCaptionsContainer,
.lowerCaptionsContainer {
  display: none;
}


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





.lowerCaptionsContainer {
  display: block;
}






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


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

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




















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






/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */

#stacks_in_1962_2 .glider-wrapper,#stacks_in_1962_2 .glider-button{transition:all 400ms ease}#stacks_in_1962_2 .glider-wrapper.custom-style{color:rgba(15, 70, 97, 1.00)}#stacks_in_1962_2 .glider-wrapper.custom-style div,#stacks_in_1962_2 .glider-wrapper.custom-style p{color:rgba(15, 70, 97, 1.00)}#stacks_in_1962_2 .glider-wrapper.custom-style .glider-toggle{color:rgba(15, 70, 97, 1.00)}#stacks_in_1962_2 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1962_2 .glider-wrapper .glider-content{padding:3.25rem 2.00rem}}#stacks_in_1962_2 .glider-button{margin:0px}#stacks_in_1962_2 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1962_2 .glider-button.static-width{width:100px}#stacks_in_1962_2 .launcher-bar .glider-button{text-align:right}#stacks_in_1962_2 .location-left .glider-button,#stacks_in_1962_2 .location-right .glider-button{top:4%}#stacks_in_1962_2 .location-left .glider-button.flipPosition,#stacks_in_1962_2 .location-right .glider-button.flipPosition{top:auto;bottom:4%}#stacks_in_1962_2 .location-top .glider-button,#stacks_in_1962_2 .location-bottom .glider-button{left:4%}#stacks_in_1962_2 .location-top .glider-button.flipPosition,#stacks_in_1962_2 .location-bottom .glider-button.flipPosition{left:auto;right:4%}@media only screen and (min-width:40.063em){#stacks_in_1962_2 .location-left .glider-wrapper.opened,#stacks_in_1962_2 .location-right .glider-wrapper.opened{width:320px}#stacks_in_1962_2 .location-left.slideout .glider-wrapper,#stacks_in_1962_2 .location-right.slideout .glider-wrapper{width:320px}#stacks_in_1962_2 .location-left .glider-button.opened{left:320px}#stacks_in_1962_2 .location-left.slideout .glider-wrapper{margin-left:-320px}#stacks_in_1962_2 .location-right .glider-button.opened{right:320px}#stacks_in_1962_2 .location-right.slideout .glider-wrapper{margin-right:-320px}#stacks_in_1962_2 .location-top .glider-wrapper.opened,#stacks_in_1962_2 .location-bottom .glider-wrapper.opened{height:320px}#stacks_in_1962_2 .location-top .glider-button.opened{top:320px}#stacks_in_1962_2 .location-bottom .glider-button.opened{bottom:320px}}
/* -- Start Svg Each css Template -- */


#stacks_in_1962_85 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1962_85svgwrapper{
	position: relative;
}



#stacks_in_1962_85 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1962_85 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1962_85 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1962_85 {
	width: 84%;
}

#stacks_in_1962_86 {
	margin: 0px 0px 32px 0px;
}
#stacks_in_2088_1 .glider-wrapper,#stacks_in_2088_1 .glider-button{transition:all 400ms ease}#stacks_in_2088_1 .glider-wrapper.custom-style{color:rgba(15, 70, 97, 1.00)}#stacks_in_2088_1 .glider-wrapper.custom-style div,#stacks_in_2088_1 .glider-wrapper.custom-style p{color:rgba(15, 70, 97, 1.00)}#stacks_in_2088_1 .glider-wrapper.custom-style .glider-toggle{color:rgba(15, 70, 97, 1.00)}#stacks_in_2088_1 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_2088_1 .glider-wrapper .glider-content{padding:1.00rem 1.40rem}}#stacks_in_2088_1 .glider-button{margin:0px}#stacks_in_2088_1 .glider-button.custom-style{color:#FFFFFF}#stacks_in_2088_1 .glider-button.static-width{width:100px}#stacks_in_2088_1 .launcher-bar .glider-button{text-align:right}#stacks_in_2088_1 .location-left .glider-button,#stacks_in_2088_1 .location-right .glider-button{top:51%}#stacks_in_2088_1 .location-left .glider-button.flipPosition,#stacks_in_2088_1 .location-right .glider-button.flipPosition{top:auto;bottom:51%}#stacks_in_2088_1 .location-top .glider-button,#stacks_in_2088_1 .location-bottom .glider-button{left:51%}#stacks_in_2088_1 .location-top .glider-button.flipPosition,#stacks_in_2088_1 .location-bottom .glider-button.flipPosition{left:auto;right:51%}@media only screen and (min-width:40.063em){#stacks_in_2088_1 .location-left .glider-wrapper.opened,#stacks_in_2088_1 .location-right .glider-wrapper.opened{width:320px}#stacks_in_2088_1 .location-left.slideout .glider-wrapper,#stacks_in_2088_1 .location-right.slideout .glider-wrapper{width:320px}#stacks_in_2088_1 .location-left .glider-button.opened{left:320px}#stacks_in_2088_1 .location-left.slideout .glider-wrapper{margin-left:-320px}#stacks_in_2088_1 .location-right .glider-button.opened{right:320px}#stacks_in_2088_1 .location-right.slideout .glider-wrapper{margin-right:-320px}#stacks_in_2088_1 .location-top .glider-wrapper.opened,#stacks_in_2088_1 .location-bottom .glider-wrapper.opened{height:320px}#stacks_in_2088_1 .location-top .glider-button.opened{top:320px}#stacks_in_2088_1 .location-bottom .glider-button.opened{bottom:320px}}
/* -- Start Svg Each css Template -- */


#stacks_in_2088_7 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_2088_7svgwrapper{
	position: relative;
}



#stacks_in_2088_7 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_2088_7 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_2088_7 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_in_2088_7 {
	margin: 12px 0px 0px 0px;
}

#stacks_out_2088_7 {
	width: 75%;
}

#stacks_in_2088_8 {
	margin: 0px 0px 32px 0px;
}

#stacks_in_2088_13 {
	margin: 12px 0px 20px 0px;
}

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

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

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

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


	#stacks_in_2088_17 {
		text-align: center;
	}

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









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


/* Color picker options */
	
	#stacks_in_2088_17 .stacks_in_2088_17-button {
		
			background-color: #7BB02F;
		
	}

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

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

	
	#stacks_in_2088_17 .button_icon {
		
			background-color: #7BB02F;
		
	}

	#stacks_in_2088_17 a.stacks_in_2088_17-button:hover .button_icon, #stacks_in_2088_17 a.stacks_in_2088_17-button:active .button_icon {
		
			background-color: #8FC443;
				
	}
	



#stacks_in_2088_18 {
	margin: 4px 0px 0px 0px;
}

#stacks_in_2088_19 {
	font-size: 50%;
}

#stacks_in_2088_15 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	margin: 64px 0px 0px 0px;
}

#stacks_in_2088_38 {
	margin: 4px 0px 0px 0px;
}

#stacks_in_2088_39 {
	font-size: 50%;
}
#stacks_in_2088_2 .glider-wrapper,#stacks_in_2088_2 .glider-button{transition:all 400ms ease}#stacks_in_2088_2 .glider-wrapper.custom-style{color:rgba(15, 70, 97, 1.00)}#stacks_in_2088_2 .glider-wrapper.custom-style div,#stacks_in_2088_2 .glider-wrapper.custom-style p{color:rgba(15, 70, 97, 1.00)}#stacks_in_2088_2 .glider-wrapper.custom-style .glider-toggle{color:rgba(15, 70, 97, 1.00)}#stacks_in_2088_2 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_2088_2 .glider-wrapper .glider-content{padding:1.00rem 1.40rem}}#stacks_in_2088_2 .glider-button{margin:0px}#stacks_in_2088_2 .glider-button.custom-style{color:#FFFFFF}#stacks_in_2088_2 .glider-button.static-width{width:100px}#stacks_in_2088_2 .launcher-bar .glider-button{text-align:right}#stacks_in_2088_2 .location-left .glider-button,#stacks_in_2088_2 .location-right .glider-button{top:0px}#stacks_in_2088_2 .location-left .glider-button.flipPosition,#stacks_in_2088_2 .location-right .glider-button.flipPosition{top:auto;bottom:0px}#stacks_in_2088_2 .location-top .glider-button,#stacks_in_2088_2 .location-bottom .glider-button{left:0px}#stacks_in_2088_2 .location-top .glider-button.flipPosition,#stacks_in_2088_2 .location-bottom .glider-button.flipPosition{left:auto;right:0px}@media only screen and (min-width:40.063em){#stacks_in_2088_2 .location-left .glider-wrapper.opened,#stacks_in_2088_2 .location-right .glider-wrapper.opened{width:320px}#stacks_in_2088_2 .location-left.slideout .glider-wrapper,#stacks_in_2088_2 .location-right.slideout .glider-wrapper{width:320px}#stacks_in_2088_2 .location-left .glider-button.opened{left:320px}#stacks_in_2088_2 .location-left.slideout .glider-wrapper{margin-left:-320px}#stacks_in_2088_2 .location-right .glider-button.opened{right:320px}#stacks_in_2088_2 .location-right.slideout .glider-wrapper{margin-right:-320px}#stacks_in_2088_2 .location-top .glider-wrapper.opened,#stacks_in_2088_2 .location-bottom .glider-wrapper.opened{height:320px}#stacks_in_2088_2 .location-top .glider-button.opened{top:320px}#stacks_in_2088_2 .location-bottom .glider-button.opened{bottom:320px}}
/* -- Start Svg Each css Template -- */


#stacks_in_2088_21 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_2088_21svgwrapper{
	position: relative;
}



#stacks_in_2088_21 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_2088_21 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_2088_21 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_2088_21 {
	width: 50%;
}

#stacks_in_2088_22 {
	margin: 0px 0px 24px 0px;
}

#stacks_in_2088_27 {
	margin: 12px 0px 20px 0px;
}

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

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

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

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


	#stacks_in_2088_31 {
		text-align: center;
	}

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









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


/* Color picker options */
	
	#stacks_in_2088_31 .stacks_in_2088_31-button {
		
			background-color: #7BB02F;
		
	}

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

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

	
	#stacks_in_2088_31 .button_icon {
		
			background-color: #7BB02F;
		
	}

	#stacks_in_2088_31 a.stacks_in_2088_31-button:hover .button_icon, #stacks_in_2088_31 a.stacks_in_2088_31-button:active .button_icon {
		
			background-color: #8FC443;
				
	}
	



#stacks_in_2088_32 {
	margin: 4px 0px 0px 0px;
}

#stacks_in_2088_33 {
	font-size: 50%;
}

#stacks_in_2088_34 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	margin: 24px 0px 0px 0px;
}

#stacks_in_2088_36 {
	margin: 4px 0px 0px 0px;
}

#stacks_in_2088_37 {
	font-size: 50%;
}
#stacks_in_1905_3 .glider-wrapper,#stacks_in_1905_3 .glider-button{transition:all 400ms ease}#stacks_in_1905_3 .glider-wrapper.custom-style{color:rgba(12, 89, 116, 1.00)}#stacks_in_1905_3 .glider-wrapper.custom-style div,#stacks_in_1905_3 .glider-wrapper.custom-style p{color:rgba(12, 89, 116, 1.00)}#stacks_in_1905_3 .glider-wrapper.custom-style .glider-toggle{color:rgba(12, 89, 116, 1.00)}#stacks_in_1905_3 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1905_3 .glider-wrapper .glider-content{padding:1.00rem 0.20rem}}#stacks_in_1905_3 .glider-button{margin:0px}#stacks_in_1905_3 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1905_3 .glider-button.static-width{width:100px}#stacks_in_1905_3 .launcher-bar .glider-button{text-align:left}#stacks_in_1905_3 .location-left .glider-button,#stacks_in_1905_3 .location-right .glider-button{top:4%}#stacks_in_1905_3 .location-left .glider-button.flipPosition,#stacks_in_1905_3 .location-right .glider-button.flipPosition{top:auto;bottom:4%}#stacks_in_1905_3 .location-top .glider-button,#stacks_in_1905_3 .location-bottom .glider-button{left:4%}#stacks_in_1905_3 .location-top .glider-button.flipPosition,#stacks_in_1905_3 .location-bottom .glider-button.flipPosition{left:auto;right:4%}@media only screen and (min-width:40.063em){#stacks_in_1905_3 .location-left .glider-wrapper.opened,#stacks_in_1905_3 .location-right .glider-wrapper.opened{width:320px}#stacks_in_1905_3 .location-left.slideout .glider-wrapper,#stacks_in_1905_3 .location-right.slideout .glider-wrapper{width:320px}#stacks_in_1905_3 .location-left .glider-button.opened{left:320px}#stacks_in_1905_3 .location-left.slideout .glider-wrapper{margin-left:-320px}#stacks_in_1905_3 .location-right .glider-button.opened{right:320px}#stacks_in_1905_3 .location-right.slideout .glider-wrapper{margin-right:-320px}#stacks_in_1905_3 .location-top .glider-wrapper.opened,#stacks_in_1905_3 .location-bottom .glider-wrapper.opened{height:320px}#stacks_in_1905_3 .location-top .glider-button.opened{top:320px}#stacks_in_1905_3 .location-bottom .glider-button.opened{bottom:320px}}
/* -- Start Svg Each css Template -- */


#stacks_in_1905_80 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1905_80svgwrapper{
	position: relative;
}



#stacks_in_1905_80 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1905_80 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1905_80 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1905_80 {
	width: 60%;
}

#stacks_in_1905_8 {
	font-size: 94%;
}
.stacks_in_1905_10 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0px)}

#usefulStackWrapperstacks_in_1905_18 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1200px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1905_18 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1905_18 {
		display: none;
	}
}












/* Start Print This 2 stack CSS code */.stacks_in_1905_20PrintThisOuter{	 	background-color: transparent;		padding: 16px;	border: 0px solid #CCCCCC;	-moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}.stacks_in_1905_20PrintThis2{	position: relative;}@font-face {  font-family: "doo_fontsregular";  src: url('../files/printthis2Assets/font/doo_print-webfont.eot');  src: url('../files/printthis2Assets/font/doo_print-webfont.eot?#iefix') format('eot'), url('../files/printthis2Assets/font/doo_print-webfont.woff') format('woff'), url('../files/printthis2Assets/font/doo_print-webfont.ttf') format('truetype'), url('../files/printthis2Assets/font/doo_print-webfont.svg#doo_fontsregular') format('svg');  font-weight: normal;  font-style: normal;}.stacks_in_1905_20PrintThisButton{  float: right;  font-family: "doo_fontsregular";  font-size: 18px;  line-height: 18px;  font-weight: normal;  font-style: normal;  display: inline-block;  text-decoration: inherit;  color: #8CBA3D;  cursor:pointer;}.stacks_in_1905_20PrintThisButton:hover{  color: #C8F679;}.stacks_in_1905_20clearer{	clear: both;	height: 1px;	padding: 0;	margin: 0;}/* End Print This 2 stack CSS code *//* Start Defender stack CSS code */#stacks_in_1905_28{	-webkit-touch-callout: none;	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.stacks_in_1905_28edit{	background: rgba(0,0,0,0.1);	border-radius: 4px;}.stacks_in_1905_28info{	background: #5A5A6C;	padding: 3px 10px 3px 10px;	margin: 10px 0px 20px 0px;	text-align: center;	color: #fff;	border-top-left-radius: 4px;	border-top-right-radius: 4px;}/* End Defender stack CSS code *//* -- Start Svg Each css Template -- */


#stacks_in_1905_30 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1905_30svgwrapper{
	position: relative;
}



#stacks_in_1905_30 {
	text-align: center !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1905_30 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1905_30 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_out_1905_30 {
	width: 70%;
}

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

#stacks_in_1905_32 {
	word-spacing: -1px;
}
/* SmoothScroll stack v1.2.0 [each.css] */



/* End of SmoothScroll stack */


#stacks_in_1905_34 {
	margin: 10px 0px 20px 0px;
}

#stacks_in_1905_35 {
	word-spacing: -1px;
}

#stacks_out_1905_38 {
	margin-right:0;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	
	
	background: rgba(240, 240, 239, 1.00);
	
	
}

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

.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: 0px;
	border-radius: 0px;
}

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




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


















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

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

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

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

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

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

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

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

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

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

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

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

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

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

#topBoxTriggerRegionstacks_in_1905_41 {
	position: relative;
	display: block;
	height: auto;
	overflow: auto;
}






/* Only stretch the trigger link over the trigger region, if the TopBox trigger is not a button */
#topBoxTriggerRegionstacks_in_1905_41 #topBoxTriggerstacks_in_1905_41 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}


#topBoxTriggerRegionstacks_in_1905_41 #topBoxTriggerContentstacks_in_1905_41 {
	position: relative;
	z-index: 5;
}

#topBoxTriggerRegionstacks_in_1905_41 #topBoxTriggerContentstacks_in_1905_41 img {
	display: block;
	margin: 0 auto;
}

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

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

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

#topBoxContentWrapperstacks_in_1905_41 a {
	color: rgba(137, 34, 20, 1.00);
	transition: all 300ms ease-in-out;
}

#topBoxContentWrapperstacks_in_1905_41 a:visited {
	color: rgba(137, 34, 20, 1.00);
}

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

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

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

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



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


#topBoxContentWrapperstacks_in_1905_41 {
	display: none;
}








#stacks_in_1905_43 {
	margin: 0px 10px 40px 10px;
	padding: 0px 10px 0px 10px;
}

#stacks_out_1905_43 {
	width: 130px;
}

#stacks_in_1905_75 {
  position: relative;
  z-index: 1;
}
#stacks_in_1905_75, #stacks_out_1905_75, #slice_mez_1905_75, #stacks_in_1905_75 {
  overflow: visible;
}
#stacks_in_1905_75 .float-notice {
  -webkit-animation: floatNoticestacks_in_1905_75 3500ms ease-in-out infinite;
  animation: floatNoticestacks_in_1905_75 3500ms ease-in-out infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  
  
  right: 10px;
  
  
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  pointer-events: none;
  border-radius: 0px;
  background: rgba(12, 89, 116, 1.00);
  color: rgba(252, 252, 252, 1.00);
  font-family: inherit;
  
  padding: 6px 15px;
  font-size: 13px;
  line-height: 13px;
  
}


@-webkit-keyframes floatNoticestacks_in_1905_75 {
  0% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
    
    
  }
  50% {
    -webkit-transform: translatey-12px);
      transform: translatey(-12px);
    
    
  }
  100% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
    
    
  }
}

@keyframes floatNoticestacks_in_1905_75 {
  0% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
    
    
  }
  50% {
    -webkit-transform: translatey-12px);
    transform: translatey(-12px);
    
    
  }
  100% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
    
    
  }
}



#stacks_in_1905_78 {
	text-transform: uppercase;
	font-weight: bold;
}


#stacks_in_1905_52 {
	background-color: rgba(249, 249, 249, 1.00);
}
/* LinkPlus stack v1.1.4 */#stacks_in_1905_54 a:link {			color: #7BAF2F !important;		}#stacks_in_1905_54 a:visited {	color: #7BAF2F !important;	}#stacks_in_1905_54 a:hover,#stacks_in_1905_54 a:focus  {	color: #7BAF2F !important;	}#stacks_in_1905_54 a:active  {	color: #7BAF2F !important;		}#stacks_in_1905_54 a:link span,#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:link:before, /* for DLI */#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:link:after /* for DLI */ {	color: #7BAF2F !important;	text-decoration: none !important;	cursor: pointer;}#stacks_in_1905_54 a:visited span,#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:visited:before, /* for DLI */#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:visited:after /* for DLI */ {	color: #7BAF2F !important;}#stacks_in_1905_54 a:hover span,#stacks_in_1905_54 a:focus span,#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:hover:before, /* for DLI */#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:focus:before, /* for DLI */#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:hover:after, /* for DLI */#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:focus:after /* for DLI */ {	color: #7BAF2F !important;}#stacks_in_1905_54 a:active span,#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:active:before, /* for DLI */#stacks_in_1905_54 .com_marathia_stacks_downloadlinkicon_stack a:active:after /* for DLI */ {	color: #7BAF2F !important;}/* @group internal link icon *//* @end *//* @group external link icon *//* @end *//* @group email link icon */#stacks_in_1905_54 a[href^="mailto"] span:after {								content: "";}/* @end *//* End of LinkPlus stack */#usefulStackWrapperstacks_in_1905_57 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#usefulStackstacks_in_1905_57 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1905_57 {
		display: none;
	}
}














#stacks_in_1905_56 {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 768px) {
	#stacks_in_1905_56 {
		height: 460px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#stacks_in_1905_56 {
		height: 520px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#stacks_in_1905_56 {
		height: 840px;
	}
}
@media (min-width: 1200px) {
	#stacks_in_1905_56 {
		height: 800px;
	}
}

.de_futural_osmstack_stack {
    overflow: hidden !important;
}#usefulStackWrapperstacks_in_1964_3 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1200px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1964_3 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1964_3 {
		display: none;
	}
}












 #stacks_in_1964_11 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1964_11 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1964_11 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1964_11 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1964_11 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1964_11 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1964_11 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1964_11 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1964_11 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1964_11 hr.cloudy:after{content:"\00a0"}#stacks_in_1964_11 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1964_11 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1964_11 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1964_11 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1964_11 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1964_11 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1964_11 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1964_11 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_1964_11 {
	margin: 0px 0px 10px 0px;
}
 #stacks_in_1964_13 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_1964_13 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_1964_13 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_1964_13 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_1964_13 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_1964_13 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_1964_13 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_1964_13 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_1964_13 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_1964_13 hr.cloudy:after{content:"\00a0"}#stacks_in_1964_13 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_1964_13 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_1964_13 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1964_13 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_1964_13 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_1964_13 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_1964_13 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_1964_13 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

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

#stacks_in_1964_15 {
	margin: 20px 0px 0px 0px;
}
#usefulStackWrapperstacks_in_1965_2 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_1965_2 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: block;
}








@media screen and (max-width: 100px) {
	#usefulStackstacks_in_1965_2 {
		display: none;
	}
}









@media print {
	#usefulStackWrapperstacks_in_1965_2 {
		display: none;
	}
}





#stacks_in_1965_2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 24px 0px;
}
.webYepLoginStackstacks_in_1965_5 {
	
	text-align: center;
	
	
}

@media print {
	.webYepLoginStackstacks_in_1965_5 {
		display: none !important;
	}
}
#com_barthpartners_biscuitbox_stacks_in_1828_3.biscuitbox {
  justify-content: center;
  z-index: 99999; }

#com_barthpartners_biscuitbox_stacks_in_1828_3 .biscuitbox-wrapper {
  align-items: center;
  background-color: #7baf2f;
  padding: 20px;
  width: 70%; }

@media screen and (max-width: 600px) {
  .biscuitbox-info-text {
    padding-bottom: 1em; }
  .biscuitbox-btnaccept {
    padding-bottom: 5px; } }

@media screen and (min-width: 600px) {
  .biscuitbox-info-text {
    padding-bottom: 1em; }
  .biscuitbox-button {
    flex: 1 auto; } }

@media screen and (min-width: 800px) {
  .biscuitbox-info-text {
    padding-bottom: 1em; }
  .biscuitbox-btnaccept {
    order: 1; }
  .biscuitbox-btndecline {
    order: 2; } }
/* LinkPlus stack v1.1.4 */#stacks_in_1828_9 a:link {			color: #FFFFFF !important;		}#stacks_in_1828_9 a:visited {	color: #FFFFFF !important;	}#stacks_in_1828_9 a:hover,#stacks_in_1828_9 a:focus  {	color: #FFFFFF !important;	}#stacks_in_1828_9 a:active  {	color: #FFFFFF !important;		}#stacks_in_1828_9 a:link span,#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:link:before, /* for DLI */#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:link:after /* for DLI */ {	color: #FFFFFF !important;	text-decoration: none !important;	cursor: pointer;}#stacks_in_1828_9 a:visited span,#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:visited:before, /* for DLI */#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:visited:after /* for DLI */ {	color: #FFFFFF !important;}#stacks_in_1828_9 a:hover span,#stacks_in_1828_9 a:focus span,#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:hover:before, /* for DLI */#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:focus:before, /* for DLI */#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:hover:after, /* for DLI */#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:focus:after /* for DLI */ {	color: #FFFFFF !important;}#stacks_in_1828_9 a:active span,#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:active:before, /* for DLI */#stacks_in_1828_9 .com_marathia_stacks_downloadlinkicon_stack a:active:after /* for DLI */ {	color: #FFFFFF !important;}/* @group internal link icon *//* @end *//* @group external link icon *//* @end *//* @group email link icon */#stacks_in_1828_9 a[href^="mailto"] span:after {								content: "";}/* @end *//* End of LinkPlus stack */#stacks_in_1828_34 .stacks_in_1828_34-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Verdana, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

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

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

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


	#stacks_in_1828_34 {
		text-align: right;
	}









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


/* Color picker options */
	
	#stacks_in_1828_34 .stacks_in_1828_34-button {
		
			background-color: #D0D0D1;
		
	}

	#stacks_in_1828_34 a.stacks_in_1828_34-button, #stacks_in_1828_34 a.stacks_in_1828_34-button:visited {
		
			color: #3A3A39 !important;
			
	}

	#stacks_in_1828_34 a.stacks_in_1828_34-button:hover, #stacks_in_1828_34 a.stacks_in_1828_34-button:active {
		
			text-decoration: none;
			color: #3A3A39 !important;
			background-color: #E4E4E5;
		
	}

	
	#stacks_in_1828_34 .button_icon {
		
			background-color: #C5C5C7;
		
	}

	#stacks_in_1828_34 a.stacks_in_1828_34-button:hover .button_icon, #stacks_in_1828_34 a.stacks_in_1828_34-button:active .button_icon {
		
			background-color: #D9D9DB;
				
	}
	


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

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

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

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


	#stacks_in_1828_35 {
		text-align: right;
	}









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


/* Color picker options */
	
	#stacks_in_1828_35 .stacks_in_1828_35-button {
		
			background-color: #D0D0D1;
		
	}

	#stacks_in_1828_35 a.stacks_in_1828_35-button, #stacks_in_1828_35 a.stacks_in_1828_35-button:visited {
		
			color: #3A3A39 !important;
			
	}

	#stacks_in_1828_35 a.stacks_in_1828_35-button:hover, #stacks_in_1828_35 a.stacks_in_1828_35-button:active {
		
			text-decoration: none;
			color: #3A3A39 !important;
			background-color: #E4E4E5;
		
	}

	
	#stacks_in_1828_35 .button_icon {
		
			background-color: #C5C5C7;
		
	}

	#stacks_in_1828_35 a.stacks_in_1828_35-button:hover .button_icon, #stacks_in_1828_35 a.stacks_in_1828_35-button:active .button_icon {
		
			background-color: #D9D9DB;
				
	}
	


/* @group Page */

/* Stop the background page scrolling when the modal is open */
body.sociableOpen {
	overflow: hidden !important;
}

/* @end */

/* @group Share Button */

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


#socialPopupTriggerButtonstacks_in_1828_16 {
	position: fixed;
	top: 44.00%;
	left: 0.00%;
	cursor: pointer;
	z-index: 100;
}





#socialPopupTriggerButtonstacks_in_1828_16 {
	display: none;
}


#socialPopupTriggerButtonstacks_in_1828_16 a {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	outline: none;
}

#socialPopupTriggerButtonstacks_in_1828_16 a:focus {
	outline: none;
	border: none;
}

#socialPopupTriggerButtonstacks_in_1828_16 #socialPopupTriggerButtonBorderstacks_in_1828_16 {
	border: 0px solid #E6E6E6;
	background: #0C5974;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	height: 54px;
	overflow: hidden;
	z-index: 5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_1828_16:hover #socialPopupTriggerButtonBorderstacks_in_1828_16 {
	border: 0px solid #999999;
	background: #0C5974;
}


#socialPopupTriggerButtonstacks_in_1828_16:hover #socialPopupTriggerButtonBorderstacks_in_1828_16 {
	padding-right: 15px;
}




#socialPopupTriggerButtonstacks_in_1828_16 #socialPopupTriggerButtonIconstacks_in_1828_16 [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 54px;
	width: 54px;
	text-align: center;
	display: block;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_1828_16:hover #socialPopupTriggerButtonBorderstacks_in_1828_16 [class^="fa fa-"] {
	color: #FFFFFF;
}

#socialPopupTriggerButtonstacks_in_1828_16 #socialPopupTriggerButtonTextstacks_in_1828_16 {
	color: #FFFFFF;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	max-width: 0px;
	overflow: hidden;
	line-height: 54px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}




#socialPopupTriggerButtonstacks_in_1828_16:hover #socialPopupTriggerButtonTextstacks_in_1828_16 {
	max-width: 300px;
	color: #FFFFFF;
}


/* @end */

/* @group Content Block (top of modal) */

#sociableContentBlock {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#adBlockMessage {
	display: none;
}

#adBlockMessage.adBlockTrue {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

/* @end */

/* @group Modal Window */

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.socialPopupModalPerspective,
.socialPopupModalPerspective body {
	height: 100%;
	overflow: hidden;
}

.socialPopupModalPerspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.socialPopupModal-1 {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	overflow: auto;
	height: 100%;
	z-index: 10000000001;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.socialPopupModalShow {
	visibility: visible;
}

.socialPopupModalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000000000;
	opacity: 0;
	background: #333333;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow ~ .socialPopupModalOverlay {
	opacity: 0.96;
	visibility: visible;
}

/* Content styles */
#socialPopupModalContentstacks_in_1828_16 {
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

/* Individual modal styles with animations/transitions */

/*  */

/* @group Effect 1 */

/* Effect 1: Fade in and scale up */
.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 2 */

/* Effect 2: Slide from the right */
.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.socialPopupModalShow.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* @end */

/* @group Effect 3 */

/* Effect 3: Slide from the bottom */
.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* @end */

/* @group Effect 4 */

/* Effect 4: Newspaper */
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-4 ~ .socialPopupModalOverlay,
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 5 */

/* Effect 5: fall */
.socialPopupModalEffect-5.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* @end */

/* @group Effect 6 */

/* Effect 6: side fall */
.socialPopupModalEffect-6.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 7 */

/* Effect 7:  slide and stick to top */
.socialPopupModalEffect-7{
	top: 0;
	-webkit-transform: translateX(-0%);
	-moz-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	transform: translateX(-0%);
}

.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* @end */

/* @group Effect 8 */

/* Effect 8: 3D flip horizontal */
.socialPopupModalEffect-8.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 9 */

/* Effect 9: 3D flip vertical */
.socialPopupModalEffect-9.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 10 */

/* Effect 10: 3D sign */
.socialPopupModalEffect-10.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 11 */

/* Effect 11: Super scaled */
.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 12 */

/* Effect 12:  Just me */
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-12 ~ .socialPopupModalOverlay {
	background: #000000;
} 

.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_16 h3,
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_16 {
	background: transparent;
}

.socialPopupModalShow.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 13 */

/* Effect 13: 3D slit */
.socialPopupModalEffect-13.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* @end */

/* @group Effect 14 */

/* Effect 14:  3D Rotate from bottom */
.socialPopupModalEffect-14.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

.socialPopupModalShow.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 15 */

/* Effect 15:  3D Rotate in from left */
.socialPopupModalEffect-15.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_1828_16 {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* @end */

/*  */

/* @end */

/* @group Close button */

#sociableCloseButtonstacks_in_1828_16 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: none;
	border: none;
	outline: none;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_1828_16 [class^="fa fa-"] {
	color: #FFFFFF;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_1828_16:hover,
#sociableCloseButtonstacks_in_1828_16:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @end */

/* @group Radioactive Scroll Indicator */

@-webkit-keyframes radioactiveGlow {
	from { -webkit-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -webkit-box-shadow: 0 0 0px #000000; }
 	to { -webkit-box-shadow: 0 0 50px #FFFFFF; }
}

@-moz-keyframes radioactiveGlow {
	from { -moz-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -moz-box-shadow: 0 0 0px #000000; }
 	to { -moz-box-shadow: 0 0 50px #FFFFFF; }
}

@-ms-keyframes radioactiveGlow {
	from { -ms-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -ms-box-shadow: 0 0 0px #000000; }
 	to { -ms-box-shadow: 0 0 50px #FFFFFF; }
}

@keyframes radioactiveGlow {
	from { box-shadow: 0 0 50px #FFFFFF; }
 	50% { box-shadow: 0 0 0px #000000; }
 	to { box-shadow: 0 0 50px #FFFFFF; }
}

#radioactiveScrollIndicatorstacks_in_1828_16 {
	-webkit-animation-name: radioactiveGlow;
 	-webkit-animation-duration: 2s;
 	-webkit-animation-iteration-count: infinite;
 	-moz-animation-name: radioactiveGlow;
 	-moz-animation-duration: 2s;
 	-moz-animation-iteration-count: infinite;
 	-ms-animation-name: radioactiveGlow;
 	-ms-animation-duration: 2s;
 	-ms-animation-iteration-count: infinite;
 	animation-name: radioactiveGlow;
 	animation-duration: 2s;
 	animation-iteration-count: infinite;
 	position: fixed;
 	bottom: -50px;
 	left: 0px;
 	width: 100%;
 	height: 50px;
 	background: #ffffff;
 	display: none;
}

.socialPopupScrollable #radioactiveScrollIndicatorstacks_in_1828_16 {
	display: block;
}

.modalScrolled #radioactiveScrollIndicatorstacks_in_1828_16 {
	display: none;
}

/* @end */

/* @group Social Icon List */

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


#sociableIconWrapper {
	max-width: 1200px;
	margin: 60px auto;
	z-index: 1000000000;
	position: relative;
}

.socialIconArray {
	display: block;
	text-align: center;
}

.socialIconArray div {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 54px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.50em;
	font-size: 14px;
	z-index: 5;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: #FFFFFF;
}

.socialIconArray div:hover {
	color: #FFFFFF;
}

.socialIconArray div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 54%;
	height: 54%;
	display: block;
	z-index: 10;
}

.socialIconArray div [class^="fa fa-"] {
	font-size: 20px;
	height: 54px;
	width: 54px;
	line-height: 54px;
	border-radius: 50px;
	position: relative;
	z-index: 5;
	border: 1px solid #FFFFFF;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	display: block;
	margin: 20px;
}

.socialIconArray div:hover [class^="fa fa-"] {
	-webkit-box-shadow: 0px 0px 0px #FFFFFF;
	-moz-box-shadow: 0px 0px 0px #FFFFFF;
	box-shadow: 0px 0px 0px #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Sub headings */

.socialIconArray .subheading {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
	display: block;
	float: none;
	color: #FFFFFF;
}

.socialIconArray .subheading a,
.socialIconArray .subheading a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	display: inline;
}

.socialIconArray .subheading a:hover,
.socialIconArray .subheading a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Utility icons */

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

#sociableUtilityIcons {
	border-top: 1px solid #CDCDCD;
	margin-top: 20px;
	padding-top: 30px;
	display: none;
}

/* @end */

/* @group Print Styling */

@media print {
	#socialPopupstacks_in_1828_16,
	#socialPopupModalOverlaystacks_in_1828_16,
	#socialPopupTriggerButtonstacks_in_1828_16 {
		display: none !important;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */#stacks_in_1828_20{text-align:center}@media only screen and (max-width:40em){#stacks_in_1828_20{text-align:center}#stacks_in_1828_20 .button{float:none !important}}#stacks_in_1828_20 .button{background-color:rgba(0, 106, 179, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_1828_20 .button:hover{background-color:rgba(0, 106, 179, 1.00)}#stacks_in_1828_20 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 106, 179, 1.00);color:rgba(0, 106, 179, 1.00)}#stacks_in_1828_20 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 106, 179, 1.00);background-color:rgba(0, 106, 179, 1.00)}

#stacks_in_1828_20 {
	margin: 20px 0px 0px 0px;
}
/* @group Page */

/* Stop the background page scrolling when the modal is open */
body.sociableOpen {
	overflow: hidden !important;
}

/* @end */

/* @group Share Button */

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


#socialPopupTriggerButtonstacks_in_1828_36 {
	position: fixed;
	top: 44.00%;
	right: 0.00%;
	cursor: pointer;
	z-index: 100;
}





#socialPopupTriggerButtonstacks_in_1828_36 {
	display: none;
}


#socialPopupTriggerButtonstacks_in_1828_36 a {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	outline: none;
}

#socialPopupTriggerButtonstacks_in_1828_36 a:focus {
	outline: none;
	border: none;
}

#socialPopupTriggerButtonstacks_in_1828_36 #socialPopupTriggerButtonBorderstacks_in_1828_36 {
	border: 0px solid #E6E6E6;
	background: #0C5974;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	height: 54px;
	overflow: hidden;
	z-index: 5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_1828_36:hover #socialPopupTriggerButtonBorderstacks_in_1828_36 {
	border: 0px solid #999999;
	background: #0C5974;
}


#socialPopupTriggerButtonstacks_in_1828_36:hover #socialPopupTriggerButtonBorderstacks_in_1828_36 {
	padding-right: 15px;
}




#socialPopupTriggerButtonstacks_in_1828_36 #socialPopupTriggerButtonIconstacks_in_1828_36 [class^="fa fa-"] {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 54px;
	width: 54px;
	text-align: center;
	display: block;
	float: left;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#socialPopupTriggerButtonstacks_in_1828_36:hover #socialPopupTriggerButtonBorderstacks_in_1828_36 [class^="fa fa-"] {
	color: #FFFFFF;
}

#socialPopupTriggerButtonstacks_in_1828_36 #socialPopupTriggerButtonTextstacks_in_1828_36 {
	color: #FFFFFF;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	max-width: 0px;
	overflow: hidden;
	line-height: 54px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}




#socialPopupTriggerButtonstacks_in_1828_36:hover #socialPopupTriggerButtonTextstacks_in_1828_36 {
	max-width: 300px;
	color: #FFFFFF;
}


/* @end */

/* @group Content Block (top of modal) */

#sociableContentBlock {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#adBlockMessage {
	display: none;
}

#adBlockMessage.adBlockTrue {
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

/* @end */

/* @group Modal Window */

/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.socialPopupModalPerspective,
.socialPopupModalPerspective body {
	height: 100%;
	overflow: hidden;
}

.socialPopupModalPerspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.socialPopupModal-1 {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	overflow: auto;
	height: 100%;
	z-index: 10000000001;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.socialPopupModalShow {
	visibility: visible;
}

.socialPopupModalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000000000;
	opacity: 0;
	background: #333333;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow ~ .socialPopupModalOverlay {
	opacity: 0.96;
	visibility: visible;
}

/* Content styles */
#socialPopupModalContentstacks_in_1828_36 {
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

/* Individual modal styles with animations/transitions */

/*  */

/* @group Effect 1 */

/* Effect 1: Fade in and scale up */
.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-1 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 2 */

/* Effect 2: Slide from the right */
.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 1000ms cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.socialPopupModalShow.socialPopupModalEffect-2 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* @end */

/* @group Effect 3 */

/* Effect 3: Slide from the bottom */
.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-3 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* @end */

/* @group Effect 4 */

/* Effect 4: Newspaper */
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-4 ~ .socialPopupModalOverlay,
.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 5 */

/* Effect 5: fall */
.socialPopupModalEffect-5.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-5 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* @end */

/* @group Effect 6 */

/* Effect 6: side fall */
.socialPopupModalEffect-6.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg); 
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg); 
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-6 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 7 */

/* Effect 7:  slide and stick to top */
.socialPopupModalEffect-7{
	top: 0;
	-webkit-transform: translateX(-0%);
	-moz-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	transform: translateX(-0%);
}

.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-7 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* @end */

/* @group Effect 8 */

/* Effect 8: 3D flip horizontal */
.socialPopupModalEffect-8.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-8 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 9 */

/* Effect 9: 3D flip vertical */
.socialPopupModalEffect-9.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-9 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 10 */

/* Effect 10: 3D sign */
.socialPopupModalEffect-10.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-10 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 11 */

/* Effect 11: Super scaled */
.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-11 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 12 */

/* Effect 12:  Just me */
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-12 ~ .socialPopupModalOverlay {
	background: #000000;
} 

.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_36 h3,
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_36 {
	background: transparent;
}

.socialPopupModalShow.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* @end */

/* @group Effect 13 */

/* Effect 13: 3D slit */
.socialPopupModalEffect-13.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.socialPopupModalShow.socialPopupModalEffect-13 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

/* @end */

/* @group Effect 14 */

/* Effect 14:  3D Rotate from bottom */
.socialPopupModalEffect-14.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

.socialPopupModalShow.socialPopupModalEffect-14 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* @end */

/* @group Effect 15 */

/* Effect 15:  3D Rotate in from left */
.socialPopupModalEffect-15.socialPopupModal-1{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-15 #socialPopupModalContentstacks_in_1828_36 {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* @end */

/*  */

/* @end */

/* @group Close button */

#sociableCloseButtonstacks_in_1828_36 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 80px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: none;
	border: none;
	outline: none;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_1828_36 [class^="fa fa-"] {
	color: #FFFFFF;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_1828_36:hover,
#sociableCloseButtonstacks_in_1828_36:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @end */

/* @group Radioactive Scroll Indicator */

@-webkit-keyframes radioactiveGlow {
	from { -webkit-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -webkit-box-shadow: 0 0 0px #000000; }
 	to { -webkit-box-shadow: 0 0 50px #FFFFFF; }
}

@-moz-keyframes radioactiveGlow {
	from { -moz-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -moz-box-shadow: 0 0 0px #000000; }
 	to { -moz-box-shadow: 0 0 50px #FFFFFF; }
}

@-ms-keyframes radioactiveGlow {
	from { -ms-box-shadow: 0 0 50px #FFFFFF; }
 	50% { -ms-box-shadow: 0 0 0px #000000; }
 	to { -ms-box-shadow: 0 0 50px #FFFFFF; }
}

@keyframes radioactiveGlow {
	from { box-shadow: 0 0 50px #FFFFFF; }
 	50% { box-shadow: 0 0 0px #000000; }
 	to { box-shadow: 0 0 50px #FFFFFF; }
}

#radioactiveScrollIndicatorstacks_in_1828_36 {
	-webkit-animation-name: radioactiveGlow;
 	-webkit-animation-duration: 2s;
 	-webkit-animation-iteration-count: infinite;
 	-moz-animation-name: radioactiveGlow;
 	-moz-animation-duration: 2s;
 	-moz-animation-iteration-count: infinite;
 	-ms-animation-name: radioactiveGlow;
 	-ms-animation-duration: 2s;
 	-ms-animation-iteration-count: infinite;
 	animation-name: radioactiveGlow;
 	animation-duration: 2s;
 	animation-iteration-count: infinite;
 	position: fixed;
 	bottom: -50px;
 	left: 0px;
 	width: 100%;
 	height: 50px;
 	background: #ffffff;
 	display: none;
}

.socialPopupScrollable #radioactiveScrollIndicatorstacks_in_1828_36 {
	display: block;
}

.modalScrolled #radioactiveScrollIndicatorstacks_in_1828_36 {
	display: none;
}

/* @end */

/* @group Social Icon List */

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


#sociableIconWrapper {
	max-width: 1200px;
	margin: 60px auto;
	z-index: 1000000000;
	position: relative;
}

.socialIconArray {
	display: block;
	text-align: center;
}

.socialIconArray div {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 54px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.50em;
	font-size: 14px;
	z-index: 5;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: #FFFFFF;
}

.socialIconArray div:hover {
	color: #FFFFFF;
}

.socialIconArray div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 54%;
	height: 54%;
	display: block;
	z-index: 10;
}

.socialIconArray div [class^="fa fa-"] {
	font-size: 20px;
	height: 54px;
	width: 54px;
	line-height: 54px;
	border-radius: 50px;
	position: relative;
	z-index: 5;
	border: 1px solid #FFFFFF;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	display: block;
	margin: 20px;
}

.socialIconArray div:hover [class^="fa fa-"] {
	-webkit-box-shadow: 0px 0px 0px #FFFFFF;
	-moz-box-shadow: 0px 0px 0px #FFFFFF;
	box-shadow: 0px 0px 0px #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Sub headings */

.socialIconArray .subheading {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 14px;
	display: block;
	float: none;
	color: #FFFFFF;
}

.socialIconArray .subheading a,
.socialIconArray .subheading a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	display: inline;
}

.socialIconArray .subheading a:hover,
.socialIconArray .subheading a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Utility icons */

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

#sociableUtilityIcons {
	border-top: 1px solid #CDCDCD;
	margin-top: 20px;
	padding-top: 30px;
	display: none;
}

/* @end */

/* @group Print Styling */

@media print {
	#socialPopupstacks_in_1828_36,
	#socialPopupModalOverlaystacks_in_1828_36,
	#socialPopupTriggerButtonstacks_in_1828_36 {
		display: none !important;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */#stacks_in_1828_40{text-align:center}@media only screen and (max-width:40em){#stacks_in_1828_40{text-align:center}#stacks_in_1828_40 .button{float:none !important}}#stacks_in_1828_40 .button{background-color:rgba(0, 106, 179, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_1828_40 .button:hover{background-color:rgba(0, 106, 179, 1.00)}#stacks_in_1828_40 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 106, 179, 1.00);color:rgba(0, 106, 179, 1.00)}#stacks_in_1828_40 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 106, 179, 1.00);background-color:rgba(0, 106, 179, 1.00)}

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

#turnerstacks_in_1828_21 {display: none;}

@media screen
  and (min-height: 0px)
  and (max-height: 491px)
  and (orientation: landscape)  {

#turnerstacks_in_1828_21 {
	display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 1.00);
    z-index: 100000;
}

#turner-contentstacks_in_1828_21{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    transform: translateY(-50%);
}

.turner-animstacks_in_1828_21{
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 18px;
}

.turner-headerstacks_in_1828_21{
  color: white;
  margin-top: 12px;
}
.turner-subheaderstacks_in_1828_21{
  color: white;
  margin-top: 12px;
}

.turner-subsubheaderstacks_in_1828_21{
  color: white;
  margin-top: 12px;
}

}



/*
 * Scotty
 * Author: Jeremy Hawes
 * Version: 1.1.0
 * URL: http://onelittledesigner.com/rapidweaver-stack/scotty
 * Support: http://forum.onelittledesigner.com
 * Description: Teleports you back to the top of the page
 */

#scrollUp_stacks_in_1828_28,
a#scrollUp_stacks_in_1828_28 {
	
		bottom: 20px;
		
		
		
			left: 50%;
		
	
	
	padding: 4px 12px;
	color: #FFFFFF !important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	display: inline-block;
}
#scrollUp_stacks_in_1828_28:hover,
a#scrollUp_stacks_in_1828_28:hover {
	color: #0C5974 !important;
}
#scrollUp_stacks_in_1828_28.scrollUpTheme1,
#scrollUp_stacks_in_1828_28.scrollUpTheme3 {
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
}
#scrollUp_stacks_in_1828_28.scrollUpTheme1.transparencyOff,
#scrollUp_stacks_in_1828_28.scrollUpTheme3.transparencyOff {
	background-color: #66BCC1;
}
#scrollUp_stacks_in_1828_28.scrollUpTheme1.transparencyOn,
#scrollUp_stacks_in_1828_28.scrollUpTheme3.transparencyOn {
	background-color: none;
	border-color: none;
}
#scrollUp_stacks_in_1828_28.scrollUpTheme1.gradientOn,
#scrollUp_stacks_in_1828_28.scrollUpTheme3.gradientOn {
	background-color: #EBEBEB;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
}
#scrollUp_stacks_in_1828_28.textShadowOn {
	text-shadow: 0 0px 0 #FFFFFF;
}
#scrollUp_stacks_in_1828_28.scrollUpTheme1.boxShadowOn,
#scrollUp_stacks_in_1828_28.scrollUpTheme3.boxShadowOn {
	-webkit-box-shadow: 0 0 2px 1px #CCCCCC;
	-moz-box-shadow: 0 0 2px 1px #CCCCCC;
	-ms-box-shadow: 0 0 2px 1px #CCCCCC;
	-o-box-shadow: 0 0 2px 1px #CCCCCC;
	box-shadow: 0 0 2px 1px #CCCCCC;
}
/* ====================
 * THEME 2 - IMAGE
 * ==================== */

/* ====================
 * THEME 3 - TAB
 * ==================== */


.scroller-header {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99997;
  width: 100%;
}

.scroller-container {
  width: 100%;
  height: 20px;
  background: rgba(224, 224, 224, 1.00);
}

.scroller-bar {
  height: 20px;
  background: rgba(102, 188, 192, 1.00);
  width: 0%;
  
  
  
}








