/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}


/*
 * vegas css
 */

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: .5;
    background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    -webkit-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
    bottom: -76px;
}

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
            filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
            transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
            transform: scale(2) rotate(35deg);
    opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}


/*
 * image hover
 */

@charset "UTF-8";
/*
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Copyright (C) Imagehover.io

 */
[class^='imghvr-'], [class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
  background-color: #135796;
  position: absolute;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
  opacity: 0;
}

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
  opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
  opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up figcaption {
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down figcaption {
  -webkit-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left figcaption {
  -webkit-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right figcaption {
  -webkit-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-push-up:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-push-down:hover > img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-push-left:hover > img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-push-right:hover > img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-slide-*
   ----------------------------- */
[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left figcaption {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right figcaption {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left figcaption {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right figcaption {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-reveal-*
   ----------------------------- */
[class^='imghvr-reveal-']:before, [class*=' imghvr-reveal-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #135796;
}

[class^='imghvr-reveal-'] figcaption, [class*=' imghvr-reveal-'] figcaption {
  opacity: 0;
}

[class^='imghvr-reveal-']:hover:before, [class*=' imghvr-reveal-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-reveal-']:hover figcaption, [class*=' imghvr-reveal-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-hinge-*
   ----------------------------- */
[class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
  opacity: 0;
}

[class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover > img {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover > img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover > img {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.imghvr-hinge-right:hover > img {
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/* imghvr-flip-*
   ----------------------------- */
[class^='imghvr-flip-'], [class*=' imghvr-flip-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-flip-'] img, [class*=' imghvr-flip-'] img {
  backface-visibility: hidden;
}

[class^='imghvr-flip-'] figcaption, [class*=' imghvr-flip-'] figcaption {
  opacity: 0;
}

[class^='imghvr-flip-']:hover > img, [class*=' imghvr-flip-']:hover > img {
  opacity: 0;
}

[class^='imghvr-flip-']:hover figcaption, [class*=' imghvr-flip-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz figcaption {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover > img {
  -webkit-transform: rotate3d(-1, 1, 0, 100deg);
  transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover > img {
  -webkit-transform: rotate3d(-1, -1, 0, 100deg);
  transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
  background: #135796;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-in-*
   ----------------------------- */
[class^='imghvr-shutter-in-']:after, [class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:before {
  background: #135796;
  position: absolute;
  content: '';
}

[class^='imghvr-shutter-in-']:after, [class*=' imghvr-shutter-in-']:after {
  top: 0;
  left: 0;
}

[class^='imghvr-shutter-in-']:before, [class*=' imghvr-shutter-in-']:before {
  right: 0;
  bottom: 0;
}

[class^='imghvr-shutter-in-'] figcaption, [class*=' imghvr-shutter-in-'] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^='imghvr-shutter-in-']:hover figcaption, [class*=' imghvr-shutter-in-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%;
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%;
}

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
}

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
}

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
  -webkit-transform: skew(45deg) translateX(-100%);
  transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
  -webkit-transform: skew(45deg) translateX(100%);
  transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
  -webkit-transform: skew(45deg) translateX(0%);
  transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
   ----------------------------- */
[class^='imghvr-fold'], [class*=' imghvr-fold'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-fold'] img, [class*=' imghvr-fold'] img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[class^='imghvr-fold'] figcaption, [class*=' imghvr-fold'] figcaption {
  z-index: 1;
  opacity: 0;
}

[class^='imghvr-fold']:hover > img, [class*=' imghvr-fold']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[class^='imghvr-fold']:hover figcaption, [class*=' imghvr-fold']:hover figcaption {
  -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
  -webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-fold-up:hover > img {
  -webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
  -webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-fold-down:hover > img {
  -webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
  -webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-fold-left:hover > img {
  -webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* imghvr-fold-right
   ----------------------------- */
.imghvr-fold-right > img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-fold-right figcaption {
  -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.imghvr-fold-right:hover > img {
  -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* imghvr-zoom-out*
   ----------------------------- */
[class^='imghvr-zoom-out'] figcaption, [class*=' imghvr-zoom-out'] figcaption {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

[class^='imghvr-zoom-out']:hover figcaption, [class^='imghvr-zoom-out'].hover figcaption, [class*=' imghvr-zoom-out']:hover figcaption, [class*=' imghvr-zoom-out'].hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out
   ----------------------------- */
.imghvr-zoom-out:hover > img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

/* imghvr-zoom-out-up
   ----------------------------- */
.imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
  -webkit-animation: imghvr-zoom-out-up 0.4025s linear;
  animation: imghvr-zoom-out-up 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-up
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-up
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(-150%);
    transform: scale(0.8) translateY(-150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-down
   ----------------------------- */
.imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
  -webkit-animation: imghvr-zoom-out-down 0.4025s linear;
  animation: imghvr-zoom-out-down 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-down
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-down
{
  50%
{
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-left
   ----------------------------- */
.imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
  -webkit-animation: imghvr-zoom-out-left 0.4025s linear;
  animation: imghvr-zoom-out-left 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-left
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-left
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-right
   ----------------------------- */
.imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
  -webkit-animation: imghvr-zoom-out-right 0.4025s linear;
  animation: imghvr-zoom-out-right 0.4025s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imghvr-zoom-out-right
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}

@keyframes imghvr-zoom-out-right
{
  50%
{
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100%
{
    -webkit-transform: scale(0.8) translateX(150%);
    transform: scale(0.8) translateX(150%);
    opacity: 0.5;
  }
}

/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}

.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
  -webkit-transform: rotateX(0) translateY(0%) scale(1);
  transform: rotateX(0) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-zoom-out-flip-vert
   ----------------------------- */
.imghvr-zoom-out-flip-vert {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-zoom-out-flip-vert figcaption {
  opacity: 0;
  -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
  transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}

.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
  -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
  transform: rotateY(-100deg) translateX(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
  -webkit-transform: rotateY(0) translate(0, 0) scale(1);
  transform: rotateY(0) translate(0, 0) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
  opacity: 0;
}

.imghvr-blur:hover > img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

.imghvr-blur:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-blocks*
   ----------------------------- */
[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  height: 50%;
  width: 50%;
}

[class^='imghvr-blocks']:before, [class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:before, [class*=' imghvr-blocks']:after {
  z-index: 1;
}

[class^='imghvr-blocks']:before, [class*=' imghvr-blocks']:before {
  top: 0;
  right: 0;
}

[class^='imghvr-blocks']:after, [class*=' imghvr-blocks']:after {
  bottom: 0;
  left: 0;
}

[class^='imghvr-blocks'] figcaption, [class*=' imghvr-blocks'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-blocks'] figcaption *, [class*=' imghvr-blocks'] figcaption * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-blocks'] figcaption:before, [class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-blocks'] figcaption:before, [class*=' imghvr-blocks'] figcaption:before {
  top: 0;
  left: 0;
}

[class^='imghvr-blocks'] figcaption:after, [class*=' imghvr-blocks'] figcaption:after {
  bottom: 0;
  right: 0;
}

[class^='imghvr-blocks'] a, [class*=' imghvr-blocks'] a {
  z-index: 3;
}

[class^='imghvr-blocks']:hover:before, [class^='imghvr-blocks']:hover:after, [class^='imghvr-blocks']:hover figcaption:before, [class^='imghvr-blocks']:hover figcaption:after, [class*=' imghvr-blocks']:hover:before, [class*=' imghvr-blocks']:hover:after, [class*=' imghvr-blocks']:hover figcaption:before, [class*=' imghvr-blocks']:hover figcaption:after {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

[class^='imghvr-blocks']:hover figcaption *, [class*=' imghvr-blocks']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blocks-rotate-left
   ----------------------------- */
.imghvr-blocks-rotate-left:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-left:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-left figcaption:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-blocks-rotate-left figcaption:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-blocks-rotate-right
   ----------------------------- */
.imghvr-blocks-rotate-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-right:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-blocks-rotate-right figcaption:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-right figcaption:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-blocks-rotate-in-left
   ----------------------------- */
.imghvr-blocks-rotate-in-left:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left figcaption:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left figcaption:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-blocks-rotate-in-right
   ----------------------------- */
.imghvr-blocks-rotate-in-right:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-blocks-rotate-in-right:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-right figcaption:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-right figcaption:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-blocks-in
   ----------------------------- */
.imghvr-blocks-in:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.imghvr-blocks-in:after {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.imghvr-blocks-in figcaption:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.imghvr-blocks-in figcaption:after {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-blocks-out
   ----------------------------- */
.imghvr-blocks-out:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.imghvr-blocks-out:after {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.imghvr-blocks-out figcaption:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

.imghvr-blocks-out figcaption:after {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-blocks-float-up
   ----------------------------- */
.imghvr-blocks-float-up:before, .imghvr-blocks-float-up:after, .imghvr-blocks-float-up figcaption:before, .imghvr-blocks-float-up figcaption:after {
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%);
}

.imghvr-blocks-float-up:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-up:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-up figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-up figcaption:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-up:hover:before {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-up:hover:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-up:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-up:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-up:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-float-down
   ----------------------------- */
.imghvr-blocks-float-down:before, .imghvr-blocks-float-down:after, .imghvr-blocks-float-down figcaption:before, .imghvr-blocks-float-down figcaption:after {
  -webkit-transform: translate(0, -200%);
  transform: translate(0, -200%);
}

.imghvr-blocks-float-down:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-down:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-down figcaption:before {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-down figcaption:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-down:hover:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-down:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-down:hover figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-down:hover figcaption:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-down:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-float-left
   ----------------------------- */
.imghvr-blocks-float-left:before, .imghvr-blocks-float-left:after, .imghvr-blocks-float-left figcaption:before, .imghvr-blocks-float-left figcaption:after {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.imghvr-blocks-float-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-left:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-left figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blocks-float-left figcaption:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-left:hover:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-left:hover:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-left:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-left:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-float-right
   ----------------------------- */
.imghvr-blocks-float-right:before, .imghvr-blocks-float-right:after, .imghvr-blocks-float-right figcaption:before, .imghvr-blocks-float-right figcaption:after {
  -webkit-transform: translate(-200%, 0);
  transform: translate(-200%, 0);
}

.imghvr-blocks-float-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-right:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-right figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-right figcaption:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blocks-float-right:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-float-right:hover:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-float-right:hover figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blocks-float-right:hover figcaption:after {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.imghvr-blocks-float-right:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-top-left
   ----------------------------- */
.imghvr-blocks-zoom-top-left:before, .imghvr-blocks-zoom-top-left:after, .imghvr-blocks-zoom-top-left figcaption:before, .imghvr-blocks-zoom-top-left figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-top-left:hover:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-left:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-zoom-top-left:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-top-left:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-top-right
   ----------------------------- */
.imghvr-blocks-zoom-top-right:before, .imghvr-blocks-zoom-top-right:after, .imghvr-blocks-zoom-top-right figcaption:before, .imghvr-blocks-zoom-top-right figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-top-right:hover:before {
  -webkit-transition-delay: 0, 0s;
  transition-delay: 0, 0s;
}

.imghvr-blocks-zoom-top-right:hover:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-top-right:hover figcaption:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-right:hover figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-top-right:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-bottom-left
   ----------------------------- */
.imghvr-blocks-zoom-bottom-left:before, .imghvr-blocks-zoom-bottom-left:after, .imghvr-blocks-zoom-bottom-left figcaption:before, .imghvr-blocks-zoom-bottom-left figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-bottom-left:hover:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-bottom-left:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-zoom-bottom-left:hover figcaption:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-left:hover figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-left:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-blocks-zoom-bottom-right
   ----------------------------- */
.imghvr-blocks-zoom-bottom-right:before, .imghvr-blocks-zoom-bottom-right:after, .imghvr-blocks-zoom-bottom-right figcaption:before, .imghvr-blocks-zoom-bottom-right figcaption:after {
  -webkit-transform: scale(0.05);
  transform: scale(0.05);
}

.imghvr-blocks-zoom-bottom-right:hover:before {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-right:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-blocks-zoom-bottom-right:hover figcaption:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blocks-zoom-bottom-right:hover figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blocks-zoom-bottom-right:hover figcaption * {
  -webkit-transition-delay: 0.49s;
  transition-delay: 0.49s;
}

/* imghvr-strip-shutter-*
   ----------------------------- */
[class^='imghvr-strip-shutter']:before, [class^='imghvr-strip-shutter']:after, [class^='imghvr-strip-shutter'] figcaption:before, [class^='imghvr-strip-shutter'] figcaption:after, [class*=' imghvr-strip-shutter']:before, [class*=' imghvr-strip-shutter']:after, [class*=' imghvr-strip-shutter'] figcaption:before, [class*=' imghvr-strip-shutter'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
}

[class^='imghvr-strip-shutter']:before, [class^='imghvr-strip-shutter']:after, [class*=' imghvr-strip-shutter']:before, [class*=' imghvr-strip-shutter']:after {
  z-index: 1;
}

[class^='imghvr-strip-shutter'] figcaption, [class*=' imghvr-strip-shutter'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-strip-shutter'] figcaption *, [class*=' imghvr-strip-shutter'] figcaption * {
  opacity: 0;
}

[class^='imghvr-strip-shutter'] figcaption:before, [class^='imghvr-strip-shutter'] figcaption:after, [class*=' imghvr-strip-shutter'] figcaption:before, [class*=' imghvr-strip-shutter'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-strip-shutter'] a, [class*=' imghvr-strip-shutter'] a {
  z-index: 3;
}

[class^='imghvr-strip-shutter']:hover:before, [class^='imghvr-strip-shutter']:hover:after, [class^='imghvr-strip-shutter']:hover figcaption:before, [class^='imghvr-strip-shutter']:hover figcaption:after, [class*=' imghvr-strip-shutter']:hover:before, [class*=' imghvr-strip-shutter']:hover:after, [class*=' imghvr-strip-shutter']:hover figcaption:before, [class*=' imghvr-strip-shutter']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-strip-shutter']:hover figcaption *, [class*=' imghvr-strip-shutter']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-shutter-up
   ----------------------------- */
.imghvr-strip-shutter-up:before, .imghvr-strip-shutter-up:after, .imghvr-strip-shutter-up figcaption:before, .imghvr-strip-shutter-up figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

.imghvr-strip-shutter-up:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-shutter-up:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-up figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-up figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-shutter-down
   ----------------------------- */
.imghvr-strip-shutter-down:before, .imghvr-strip-shutter-down:after, .imghvr-strip-shutter-down figcaption:before, .imghvr-strip-shutter-down figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

.imghvr-strip-shutter-down:before {
  top: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-shutter-down:after {
  top: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-down figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-down figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-shutter-left
   ----------------------------- */
.imghvr-strip-shutter-left:before, .imghvr-strip-shutter-left:after, .imghvr-strip-shutter-left figcaption:before, .imghvr-strip-shutter-left figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-strip-shutter-left:before {
  left: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-shutter-left:after {
  left: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-left figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-left figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-shutter-right
   ----------------------------- */
.imghvr-strip-shutter-right:before, .imghvr-strip-shutter-right:after, .imghvr-strip-shutter-right figcaption:before, .imghvr-strip-shutter-right figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-strip-shutter-right:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-shutter-right:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-shutter-right figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-shutter-right figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-*
   ----------------------------- */
[class^='imghvr-strip-horiz']:before, [class^='imghvr-strip-horiz']:after, [class^='imghvr-strip-horiz'] figcaption:before, [class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

[class^='imghvr-strip-horiz']:before, [class^='imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:after {
  z-index: 1;
}

[class^='imghvr-strip-horiz']:before, [class*=' imghvr-strip-horiz']:before {
  top: 0;
}

[class^='imghvr-strip-horiz']:after, [class*=' imghvr-strip-horiz']:after {
  top: 25%;
}

[class^='imghvr-strip-horiz'] figcaption, [class*=' imghvr-strip-horiz'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-strip-horiz'] figcaption *, [class*=' imghvr-strip-horiz'] figcaption * {
  opacity: 0;
}

[class^='imghvr-strip-horiz'] figcaption:before, [class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-strip-horiz'] figcaption:before, [class*=' imghvr-strip-horiz'] figcaption:before {
  top: 50%;
}

[class^='imghvr-strip-horiz'] figcaption:after, [class*=' imghvr-strip-horiz'] figcaption:after {
  top: 75%;
}

[class^='imghvr-strip-horiz'] a, [class*=' imghvr-strip-horiz'] a {
  z-index: 3;
}

[class^='imghvr-strip-horiz']:hover:before, [class^='imghvr-strip-horiz']:hover:after, [class^='imghvr-strip-horiz']:hover figcaption:before, [class^='imghvr-strip-horiz']:hover figcaption:after, [class*=' imghvr-strip-horiz']:hover:before, [class*=' imghvr-strip-horiz']:hover:after, [class*=' imghvr-strip-horiz']:hover figcaption:before, [class*=' imghvr-strip-horiz']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-strip-horiz']:hover figcaption *, [class*=' imghvr-strip-horiz']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-up
   ----------------------------- */
.imghvr-strip-horiz-up:before, .imghvr-strip-horiz-up:after, .imghvr-strip-horiz-up figcaption:before, .imghvr-strip-horiz-up figcaption:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* imghvr-strip-horiz-down
   ----------------------------- */
.imghvr-strip-horiz-down:before, .imghvr-strip-horiz-down:after, .imghvr-strip-horiz-down figcaption:before, .imghvr-strip-horiz-down figcaption:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* imghvr-strip-horiz-top-left
   ----------------------------- */
.imghvr-strip-horiz-top-left:before, .imghvr-strip-horiz-top-left:after, .imghvr-strip-horiz-top-left figcaption:before, .imghvr-strip-horiz-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-horiz-top-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-horiz-top-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-top-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-top-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-top-right
   ----------------------------- */
.imghvr-strip-horiz-top-right:before, .imghvr-strip-horiz-top-right:after, .imghvr-strip-horiz-top-right figcaption:before, .imghvr-strip-horiz-top-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-strip-horiz-top-right:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-horiz-top-right:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-top-right figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-top-right figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-horiz-bottom-left
   ----------------------------- */
.imghvr-strip-horiz-bottom-left:before, .imghvr-strip-horiz-bottom-left:after, .imghvr-strip-horiz-bottom-left figcaption:before, .imghvr-strip-horiz-bottom-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-horiz-bottom-left:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-horiz-bottom-left:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-bottom-left figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-bottom-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-horiz-bottom-right
   ----------------------------- */
.imghvr-strip-horiz-bottom-right:before, .imghvr-strip-horiz-bottom-right:after, .imghvr-strip-horiz-bottom-right figcaption:before, .imghvr-strip-horiz-bottom-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-strip-horiz-bottom-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-horiz-bottom-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-horiz-bottom-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-horiz-bottom-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-vert-*
   ----------------------------- */
[class^='imghvr-strip-vert']:before, [class^='imghvr-strip-vert']:after, [class^='imghvr-strip-vert'] figcaption:before, [class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:after, [class*=' imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

[class^='imghvr-strip-vert']:before, [class^='imghvr-strip-vert']:after, [class*=' imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:after {
  z-index: 1;
}

[class^='imghvr-strip-vert']:before, [class*=' imghvr-strip-vert']:before {
  left: 0;
}

[class^='imghvr-strip-vert']:after, [class*=' imghvr-strip-vert']:after {
  left: 25%;
}

[class^='imghvr-strip-vert'] figcaption, [class*=' imghvr-strip-vert'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-strip-vert'] figcaption *, [class*=' imghvr-strip-vert'] figcaption * {
  opacity: 0;
}

[class^='imghvr-strip-vert'] figcaption:before, [class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-strip-vert'] figcaption:before, [class*=' imghvr-strip-vert'] figcaption:before {
  left: 50%;
}

[class^='imghvr-strip-vert'] figcaption:after, [class*=' imghvr-strip-vert'] figcaption:after {
  left: 75%;
}

[class^='imghvr-strip-vert'] a, [class*=' imghvr-strip-vert'] a {
  z-index: 3;
}

[class^='imghvr-strip-vert']:hover:before, [class^='imghvr-strip-vert']:hover:after, [class^='imghvr-strip-vert']:hover figcaption:before, [class^='imghvr-strip-vert']:hover figcaption:after, [class*=' imghvr-strip-vert']:hover:before, [class*=' imghvr-strip-vert']:hover:after, [class*=' imghvr-strip-vert']:hover figcaption:before, [class*=' imghvr-strip-vert']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-strip-vert']:hover figcaption *, [class*=' imghvr-strip-vert']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-vert-left
   ----------------------------- */
.imghvr-strip-vert-left:before, .imghvr-strip-vert-left:after, .imghvr-strip-vert-left figcaption:before, .imghvr-strip-vert-left figcaption:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* imghvr-strip-vert-right
   ----------------------------- */
.imghvr-strip-vert-right:before, .imghvr-strip-vert-right:after, .imghvr-strip-vert-right figcaption:before, .imghvr-strip-vert-right figcaption:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* imghvr-strip-vert-top-left
   ----------------------------- */
.imghvr-strip-vert-top-left:before, .imghvr-strip-vert-top-left:after, .imghvr-strip-vert-top-left figcaption:before, .imghvr-strip-vert-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-vert-top-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-vert-top-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-top-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-top-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-vert-top-right
   ----------------------------- */
.imghvr-strip-vert-top-right:before, .imghvr-strip-vert-top-right:after, .imghvr-strip-vert-top-right figcaption:before, .imghvr-strip-vert-top-right figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-strip-vert-top-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-vert-top-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-top-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-top-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-strip-vert-bottom-left
   ----------------------------- */
.imghvr-strip-vert-bottom-left:before, .imghvr-strip-vert-bottom-left:after, .imghvr-strip-vert-bottom-left figcaption:before, .imghvr-strip-vert-bottom-left figcaption:after {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-strip-vert-bottom-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-strip-vert-bottom-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-bottom-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-bottom-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-strip-vert-bottom-right
   ----------------------------- */
.imghvr-strip-vert-bottom-right:before, .imghvr-strip-vert-bottom-right:after, .imghvr-strip-vert-bottom-right figcaption:before, .imghvr-strip-vert-bottom-right figcaption:after {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-strip-vert-bottom-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-strip-vert-bottom-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-strip-vert-bottom-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-strip-vert-bottom-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-*
   ----------------------------- */
[class^='imghvr-pixel']:before, [class^='imghvr-pixel']:after, [class^='imghvr-pixel'] figcaption:before, [class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel']:before, [class*=' imghvr-pixel']:after, [class*=' imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:after {
  -webkit-transition: all 0.35s steps(4);
  transition: all 0.35s steps(4);
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
  height: 26%;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  left: 0;
}

[class^='imghvr-pixel']:before, [class^='imghvr-pixel']:after, [class*=' imghvr-pixel']:before, [class*=' imghvr-pixel']:after {
  z-index: 1;
}

[class^='imghvr-pixel']:before, [class*=' imghvr-pixel']:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-pixel']:after, [class*=' imghvr-pixel']:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

[class^='imghvr-pixel'] figcaption, [class*=' imghvr-pixel'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-pixel'] figcaption *, [class*=' imghvr-pixel'] figcaption * {
  opacity: 0;
}

[class^='imghvr-pixel'] figcaption:before, [class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-pixel'] figcaption:before, [class*=' imghvr-pixel'] figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

[class^='imghvr-pixel'] figcaption:after, [class*=' imghvr-pixel'] figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[class^='imghvr-pixel'] a, [class*=' imghvr-pixel'] a {
  z-index: 3;
}

[class^='imghvr-pixel']:hover:before, [class^='imghvr-pixel']:hover:after, [class^='imghvr-pixel']:hover figcaption:before, [class^='imghvr-pixel']:hover figcaption:after, [class*=' imghvr-pixel']:hover:before, [class*=' imghvr-pixel']:hover:after, [class*=' imghvr-pixel']:hover figcaption:before, [class*=' imghvr-pixel']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-pixel']:hover figcaption *, [class*=' imghvr-pixel']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-up
   ----------------------------- */
.imghvr-pixel-up:before, .imghvr-pixel-up:after, .imghvr-pixel-up figcaption:before, .imghvr-pixel-up figcaption:after {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.imghvr-pixel-up:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-up:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-up figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-up figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-down
   ----------------------------- */
.imghvr-pixel-down:before, .imghvr-pixel-down:after, .imghvr-pixel-down figcaption:before, .imghvr-pixel-down figcaption:after {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.imghvr-pixel-down:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-down:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-down figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-down figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-left
   ----------------------------- */
.imghvr-pixel-left:before, .imghvr-pixel-left:after, .imghvr-pixel-left figcaption:before, .imghvr-pixel-left figcaption:after {
  width: 25.1%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-pixel-left:before {
  left: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-left:after {
  left: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-left figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-left figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-right
   ----------------------------- */
.imghvr-pixel-right:before, .imghvr-pixel-right:after, .imghvr-pixel-right figcaption:before, .imghvr-pixel-right figcaption:after {
  width: 25.1%;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.imghvr-pixel-right:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-right:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-right figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-right figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-top-left
   ----------------------------- */
.imghvr-pixel-top-left:before, .imghvr-pixel-top-left:after, .imghvr-pixel-top-left figcaption:before, .imghvr-pixel-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-pixel-top-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-top-left:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-top-left figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-top-left figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-top-right
   ----------------------------- */
.imghvr-pixel-top-right:before, .imghvr-pixel-top-right:after, .imghvr-pixel-top-right figcaption:before, .imghvr-pixel-top-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-pixel-top-right:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-pixel-top-right:after {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-top-right figcaption:before {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-top-right figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-pixel-bottom-left
   ----------------------------- */
.imghvr-pixel-bottom-left:before, .imghvr-pixel-bottom-left:after, .imghvr-pixel-bottom-left figcaption:before, .imghvr-pixel-bottom-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-pixel-bottom-left:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-bottom-left:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-bottom-left figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-bottom-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pixel-bottom-right
   ----------------------------- */
.imghvr-pixel-bottom-right:before, .imghvr-pixel-bottom-right:after, .imghvr-pixel-bottom-right figcaption:before, .imghvr-pixel-bottom-right figcaption:after {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-pixel-bottom-right:before {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-pixel-bottom-right:after {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-pixel-bottom-right figcaption:before {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-pixel-bottom-right figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-pivot-in*
   ----------------------------- */
[class^='imghvr-pivot-in'] figcaption, [class*=' imghvr-pivot-in'] figcaption {
  background-color: #135796;
}

[class^='imghvr-pivot-in']:hover figcaption, [class*=' imghvr-pivot-in']:hover figcaption {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* imghvr-pivot-in-top-left*
   ----------------------------- */
.imghvr-pivot-in-top-left figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* imghvr-pivot-in-top-right*
   ----------------------------- */
.imghvr-pivot-in-top-right figcaption {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-pivot-in-bottom-left*
   ----------------------------- */
.imghvr-pivot-in-bottom-left figcaption {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* imghvr-pivot-in-bottom-right*
   ----------------------------- */
.imghvr-pivot-in-bottom-right figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-pivot-out-*
   ----------------------------- */
[class^='imghvr-pivot-out'] > img, [class*=' imghvr-pivot-out'] > img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

[class^='imghvr-pivot-out'] figcaption, [class*=' imghvr-pivot-out'] figcaption {
  background-color: #135796;
  z-index: -1;
}

/* imghvr-pivot-out-top-left*
   ----------------------------- */
.imghvr-pivot-out-top-left > img {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-pivot-out-top-left:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* imghvr-pivot-out-top-right*
   ----------------------------- */
.imghvr-pivot-out-top-right > img {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-pivot-out-top-right:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-left*
   ----------------------------- */
.imghvr-pivot-out-bottom-left > img {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-pivot-out-bottom-left:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* imghvr-pivot-out-bottom-right*
   ----------------------------- */
.imghvr-pivot-out-bottom-right > img {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-pivot-out-bottom-right:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* imghvr-throw-in-*
   ----------------------------- */
[class^='imghvr-throw-in'] figcaption, [class*=' imghvr-throw-in'] figcaption {
  background-color: #135796;
}

[class^='imghvr-throw-in']:hover figcaption, [class*=' imghvr-throw-in']:hover figcaption {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* imghvr-throw-in-up
   ----------------------------- */
.imghvr-throw-in-up figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.imghvr-throw-in-up:hover figcaption {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-throw-in-down
   ----------------------------- */
.imghvr-throw-in-down figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.imghvr-throw-in-down:hover figcaption {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

/* imghvr-throw-in-left
   ----------------------------- */
.imghvr-throw-in-left figcaption {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.imghvr-throw-in-left:hover figcaption {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

/* imghvr-throw-in-right
   ----------------------------- */
.imghvr-throw-in-right figcaption {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%;
}

.imghvr-throw-in-right:hover figcaption {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-throw-out*
   ----------------------------- */
[class^='imghvr-throw-out'] > img, [class*=' imghvr-throw-out'] > img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

[class^='imghvr-throw-out'] figcaption, [class*=' imghvr-throw-out'] figcaption {
  background-color: #135796;
  z-index: -1;
}

/* imghvr-throw-out-up
   ----------------------------- */
.imghvr-throw-out-up > img {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.imghvr-throw-out-up:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-throw-out-down
   ----------------------------- */
.imghvr-throw-out-down > img {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.imghvr-throw-out-down:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-throw-out-left
   ----------------------------- */
.imghvr-throw-out-left > img {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.imghvr-throw-out-left:hover > img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* imghvr-throw-out-right
   ----------------------------- */
.imghvr-throw-out-right > img {
  -webkit-transform-origin: 0% 0;
  transform-origin: 0% 0;
}

.imghvr-throw-out-right:hover > img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* imghvr-blinds-*
   ----------------------------- */
[class^='imghvr-blinds']:before, [class^='imghvr-blinds']:after, [class^='imghvr-blinds'] figcaption:before, [class^='imghvr-blinds'] figcaption:after, [class*=' imghvr-blinds']:before, [class*=' imghvr-blinds']:after, [class*=' imghvr-blinds'] figcaption:before, [class*=' imghvr-blinds'] figcaption:after {
  background-color: #135796;
  opacity: 0;
  position: absolute;
  content: '';
}

[class^='imghvr-blinds']:before, [class^='imghvr-blinds']:after, [class*=' imghvr-blinds']:before, [class*=' imghvr-blinds']:after {
  z-index: 1;
}

[class^='imghvr-blinds']:before, [class*=' imghvr-blinds']:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-blinds']:after, [class*=' imghvr-blinds']:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

[class^='imghvr-blinds'] figcaption, [class*=' imghvr-blinds'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-blinds'] figcaption *, [class*=' imghvr-blinds'] figcaption * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-blinds'] figcaption:before, [class^='imghvr-blinds'] figcaption:after, [class*=' imghvr-blinds'] figcaption:before, [class*=' imghvr-blinds'] figcaption:after {
  z-index: -1;
}

[class^='imghvr-blinds'] a, [class*=' imghvr-blinds'] a {
  z-index: 3;
}

[class^='imghvr-blinds']:hover:before, [class^='imghvr-blinds']:hover:after, [class^='imghvr-blinds']:hover figcaption:before, [class^='imghvr-blinds']:hover figcaption:after, [class*=' imghvr-blinds']:hover:before, [class*=' imghvr-blinds']:hover:after, [class*=' imghvr-blinds']:hover figcaption:before, [class*=' imghvr-blinds']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

[class^='imghvr-blinds']:hover figcaption *, [class*=' imghvr-blinds']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.4025s;
  transition-delay: 0.4025s;
}

/* imghvr-blinds-horiz
   ----------------------------- */
.imghvr-blinds-horiz:before, .imghvr-blinds-horiz:after, .imghvr-blinds-horiz figcaption:before, .imghvr-blinds-horiz figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}

.imghvr-blinds-horiz:before {
  top: 0;
}

.imghvr-blinds-horiz:after {
  top: 25%;
}

.imghvr-blinds-horiz figcaption:before {
  top: 50%;
}

.imghvr-blinds-horiz figcaption:after {
  top: 75%;
}

.imghvr-blinds-horiz:hover figcaption * {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blinds-vert
   ----------------------------- */
.imghvr-blinds-vert:before, .imghvr-blinds-vert:after, .imghvr-blinds-vert figcaption:before, .imghvr-blinds-vert figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 0;
}

.imghvr-blinds-vert:before {
  left: 0;
}

.imghvr-blinds-vert:after {
  left: 25%;
}

.imghvr-blinds-vert figcaption:before {
  left: 50%;
}

.imghvr-blinds-vert figcaption:after {
  left: 75%;
}

.imghvr-blinds-vert:hover figcaption * {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blinds-up
   ----------------------------- */
.imghvr-blinds-up:before, .imghvr-blinds-up:after, .imghvr-blinds-up figcaption:before, .imghvr-blinds-up figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}

.imghvr-blinds-up:before {
  top: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blinds-up:after {
  top: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-up figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-up figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-blinds-down
   ----------------------------- */
.imghvr-blinds-down:before, .imghvr-blinds-down:after, .imghvr-blinds-down figcaption:before, .imghvr-blinds-down figcaption:after {
  height: 26%;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  left: 0;
}

.imghvr-blinds-down:before {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blinds-down:after {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-down figcaption:before {
  top: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-down figcaption:after {
  top: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-blinds-left
   ----------------------------- */
.imghvr-blinds-left:before, .imghvr-blinds-left:after, .imghvr-blinds-left figcaption:before, .imghvr-blinds-left figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 0;
}

.imghvr-blinds-left:before {
  left: 0;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-blinds-left:after {
  left: 25%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-left figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-left figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-blinds-right
   ----------------------------- */
.imghvr-blinds-right:before, .imghvr-blinds-right:after, .imghvr-blinds-right figcaption:before, .imghvr-blinds-right figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  top: 0;
}

.imghvr-blinds-right:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-blinds-right:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.imghvr-blinds-right figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.imghvr-blinds-right figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-border-reveal-*
   ----------------------------- */
[class^='imghvr-border-reveal'], [class*=' imghvr-border-reveal'] {
  background-color: #135796;
}

[class^='imghvr-border-reveal']:before, [class^='imghvr-border-reveal']:after, [class^='imghvr-border-reveal'] figcaption:before, [class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:after, [class*=' imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:after {
  background-color: #ffffff;
  position: absolute;
  content: '';
}

[class^='imghvr-border-reveal']:before, [class^='imghvr-border-reveal']:after, [class*=' imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:after {
  z-index: 1;
  height: 4px;
  left: 5px;
  right: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

[class^='imghvr-border-reveal']:before, [class*=' imghvr-border-reveal']:before {
  top: 5px;
}

[class^='imghvr-border-reveal']:after, [class*=' imghvr-border-reveal']:after {
  bottom: 5px;
}

[class^='imghvr-border-reveal'] figcaption, [class*=' imghvr-border-reveal'] figcaption {
  z-index: 3;
  background-color: transparent;
}

[class^='imghvr-border-reveal'] figcaption *, [class*=' imghvr-border-reveal'] figcaption * {
  opacity: 0;
}

[class^='imghvr-border-reveal'] figcaption:before, [class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:after {
  z-index: -1;
  width: 4px;
  top: 5px;
  bottom: 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

[class^='imghvr-border-reveal'] figcaption:before, [class*=' imghvr-border-reveal'] figcaption:before {
  left: 5px;
}

[class^='imghvr-border-reveal'] figcaption:after, [class*=' imghvr-border-reveal'] figcaption:after {
  right: 5px;
}

[class^='imghvr-border-reveal'] a, [class*=' imghvr-border-reveal'] a {
  z-index: 3;
}

[class^='imghvr-border-reveal']:hover > img, [class*=' imghvr-border-reveal']:hover > img {
  opacity: 0;
}

[class^='imghvr-border-reveal']:hover:before, [class^='imghvr-border-reveal']:hover:after, [class^='imghvr-border-reveal']:hover figcaption:before, [class^='imghvr-border-reveal']:hover figcaption:after, [class*=' imghvr-border-reveal']:hover:before, [class*=' imghvr-border-reveal']:hover:after, [class*=' imghvr-border-reveal']:hover figcaption:before, [class*=' imghvr-border-reveal']:hover figcaption:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

[class^='imghvr-border-reveal']:hover figcaption *, [class*=' imghvr-border-reveal']:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-border-reveal-vert
   ----------------------------- */
.imghvr-border-reveal-vert:before, .imghvr-border-reveal-vert:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.imghvr-border-reveal-vert:hover:before, .imghvr-border-reveal-vert:hover:after {
  -webkit-transition-delay: 0.23333s;
  transition-delay: 0.23333s;
}

/* imghvr-border-reveal-horiz
   ----------------------------- */
.imghvr-border-reveal-horiz figcaption:before, .imghvr-border-reveal-horiz figcaption:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.imghvr-border-reveal-horiz:hover figcaption:before, .imghvr-border-reveal-horiz:hover figcaption:after {
  -webkit-transition-delay: 0.23333s;
  transition-delay: 0.23333s;
}

/* imghvr-border-reveal-corners-1
   ----------------------------- */
.imghvr-border-reveal-corners-1:before, .imghvr-border-reveal-corners-1 figcaption:before {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-corners-1:after, .imghvr-border-reveal-corners-1 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-border-reveal-corners-2
   ----------------------------- */
.imghvr-border-reveal-corners-2:before, .imghvr-border-reveal-corners-2 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-corners-2:after, .imghvr-border-reveal-corners-2 figcaption:after {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* imghvr-border-reveal-top-left
   ----------------------------- */
.imghvr-border-reveal-top-left:before, .imghvr-border-reveal-top-left:after, .imghvr-border-reveal-top-left figcaption:before, .imghvr-border-reveal-top-left figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-top-left:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-left:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left:hover:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-left:hover figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

/* imghvr-border-reveal-top-right
   ----------------------------- */
.imghvr-border-reveal-top-right:before, .imghvr-border-reveal-top-right:after, .imghvr-border-reveal-top-right figcaption:before, .imghvr-border-reveal-top-right figcaption:after {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.imghvr-border-reveal-top-right:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-right figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-right figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-top-right:hover:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:hover figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-top-right:hover figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-border-reveal-bottom-left
   ----------------------------- */
.imghvr-border-reveal-bottom-left:before, .imghvr-border-reveal-bottom-left:after, .imghvr-border-reveal-bottom-left figcaption:before, .imghvr-border-reveal-bottom-left figcaption:after {
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.imghvr-border-reveal-bottom-left:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-left figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-left figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:hover:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-left:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-left:hover figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

/* imghvr-border-reveal-bottom-right
   ----------------------------- */
.imghvr-border-reveal-bottom-right:before, .imghvr-border-reveal-bottom-right:after, .imghvr-border-reveal-bottom-right figcaption:before, .imghvr-border-reveal-bottom-right figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-bottom-right:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-right:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-right figcaption:after {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right:hover:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right:hover:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-bottom-right:hover figcaption:before {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.imghvr-border-reveal-bottom-right:hover figcaption:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* imghvr-border-reveal-cc-1
   ----------------------------- */
.imghvr-border-reveal-cc-1:before, .imghvr-border-reveal-cc-1:after, .imghvr-border-reveal-cc-1 figcaption:before, .imghvr-border-reveal-cc-1 figcaption:after {
  -webkit-transition-duration: 0.23333s;
  transition-duration: 0.23333s;
}

.imghvr-border-reveal-cc-1:before, .imghvr-border-reveal-cc-1 figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-cc-1:after, .imghvr-border-reveal-cc-1 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-cc-1:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-cc-1:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-border-reveal-cc-1 figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-cc-1 figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-border-reveal-cc-1:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-cc-1:hover:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-border-reveal-cc-1:hover figcaption:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-cc-1:hover figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* imghvr-border-reveal-ccc-1
   ----------------------------- */
.imghvr-border-reveal-ccc-1:before, .imghvr-border-reveal-ccc-1:after, .imghvr-border-reveal-ccc-1 figcaption:before, .imghvr-border-reveal-ccc-1 figcaption:after {
  -webkit-transition-duration: 0.23333s;
  transition-duration: 0.23333s;
}

.imghvr-border-reveal-ccc-1:before, .imghvr-border-reveal-ccc-1 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-ccc-1:after, .imghvr-border-reveal-ccc-1 figcaption:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.imghvr-border-reveal-ccc-1:before {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.imghvr-border-reveal-ccc-1:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imghvr-border-reveal-ccc-1 figcaption:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-ccc-1 figcaption:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-border-reveal-ccc-1:hover:before {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

.imghvr-border-reveal-ccc-1:hover:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.imghvr-border-reveal-ccc-1:hover figcaption:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.imghvr-border-reveal-ccc-1:hover figcaption:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-border-reveal-cc-2
   ----------------------------- */
.imghvr-border-reveal-cc-2:before, .imghvr-border-reveal-cc-2 figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-cc-2:after, .imghvr-border-reveal-cc-2 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* imghvr-border-reveal-ccc-2
   ----------------------------- */
.imghvr-border-reveal-ccc-2:before, .imghvr-border-reveal-ccc-2 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-ccc-2:after, .imghvr-border-reveal-ccc-2 figcaption:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* imghvr-border-reveal-cc-3
   ----------------------------- */
.imghvr-border-reveal-cc-3:before, .imghvr-border-reveal-cc-3 figcaption:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.imghvr-border-reveal-cc-3:after, .imghvr-border-reveal-cc-3 figcaption:before {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-cc-3:before {
  right: 14px;
  left: 0;
}

.imghvr-border-reveal-cc-3:after {
  left: 14px;
  right: 0;
}

.imghvr-border-reveal-cc-3 figcaption:before {
  top: 14px;
  bottom: 0;
}

.imghvr-border-reveal-cc-3 figcaption:after {
  bottom: 14px;
  top: 0;
}

/* imghvr-border-reveal-ccc-3
   ----------------------------- */
.imghvr-border-reveal-ccc-3:before, .imghvr-border-reveal-ccc-3 figcaption:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imghvr-border-reveal-ccc-3:after, .imghvr-border-reveal-ccc-3 figcaption:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.imghvr-border-reveal-ccc-3:before {
  left: 14px;
  right: 0;
}

.imghvr-border-reveal-ccc-3:after {
  right: 14px;
  left: 0;
}

.imghvr-border-reveal-ccc-3 figcaption:before {
  bottom: 14px;
  top: 0;
}

.imghvr-border-reveal-ccc-3 figcaption:after {
  top: 14px;
  bottom: 0;
}

/* imghvr-image-*
   ----------------------------- */
[class^='imghvr-image-'] figcaption, [class*=' imghvr-image-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-image-']:hover figcaption, [class*=' imghvr-image-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

/* imghvr-image-zoom-center
   ----------------------------- */
.imghvr-image-zoom-center:hover > img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* imghvr-image-zoom-out
   ----------------------------- */
.imghvr-image-zoom-out:hover > img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* imghvr-image-rotate-left
   ----------------------------- */
.imghvr-image-rotate-left:hover > img {
  -webkit-transform: scale(1.3) rotate(-15deg);
  transform: scale(1.3) rotate(-15deg);
}

/* imghvr-image-rotate-right
   ----------------------------- */
.imghvr-image-rotate-right:hover > img {
  -webkit-transform: scale(1.3) rotate(15deg);
  transform: scale(1.3) rotate(15deg);
}

/* imghvr-book-open-*
   ----------------------------- */
*[class^='imghvr-book-open-'], *[class*=' imghvr-book-open-'] {
  overflow: visible;
}

*[class^='imghvr-book-open-'] figcaption, *[class*=' imghvr-book-open-'] figcaption {
  background-color: transparent;
  border: none;
}

*[class^='imghvr-book-open-'] figcaption:before, *[class^='imghvr-book-open-'] figcaption:after, *[class*=' imghvr-book-open-'] figcaption:before, *[class*=' imghvr-book-open-'] figcaption:after {
  z-index: -1;
  background-color: black;
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

*[class^='imghvr-book-open-']:hover figcaption:before, *[class^='imghvr-book-open-']:hover figcaption:after, *[class*=' imghvr-book-open-']:hover figcaption:before, *[class*=' imghvr-book-open-']:hover figcaption:after {
  opacity: 1;
  background-color: #135796;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* imghvr-book-open-horiz
   ----------------------------- */
.imghvr-book-open-horiz figcaption {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-horiz figcaption * {
  opacity: 0;
}

.imghvr-book-open-horiz figcaption:before, .imghvr-book-open-horiz figcaption:after {
  height: 100%;
  width: 50%;
  top: 0;
}

.imghvr-book-open-horiz figcaption:before {
  background-image: -webkit-linear-gradient( left , transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to right, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  left: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-book-open-horiz figcaption:after {
  background-image: -webkit-linear-gradient( right , transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to left, transparent 60%, rgba(0, 0, 0, 0.12) 99%, rgba(0, 0, 0, 0.15) 100%);
  right: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-book-open-horiz:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-book-open-vert
   ----------------------------- */
.imghvr-book-open-vert figcaption {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-vert figcaption * {
  opacity: 0;
}

.imghvr-book-open-vert figcaption:before, .imghvr-book-open-vert figcaption:after {
  height: 50%;
  width: 100%;
  left: 0;
}

.imghvr-book-open-vert figcaption:before {
  background-image: -webkit-linear-gradient( top , transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1) 99%, rgba(0, 0, 0, 0.15) 100%);
  top: 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-book-open-vert figcaption:after {
  background-image: -webkit-linear-gradient( bottom , transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to top, transparent 60%, rgba(0, 0, 0, 0.13) 99%, rgba(0, 0, 0, 0.15) 100%);
  bottom: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-book-open-vert:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-book-open-up
   ----------------------------- */
.imghvr-book-open-up {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-up > img {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.imghvr-book-open-up figcaption {
  z-index: -1;
}

.imghvr-book-open-up figcaption * {
  opacity: 1;
}

.imghvr-book-open-up figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( bottom , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to top, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-up:hover > img {
  -webkit-transform: rotateX(86deg);
  transform: rotateX(86deg);
}

/* imghvr-book-open-down
   ----------------------------- */
.imghvr-book-open-down {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-down > img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.imghvr-book-open-down figcaption {
  z-index: -1;
}

.imghvr-book-open-down figcaption * {
  opacity: 1;
}

.imghvr-book-open-down figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( top , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-down:hover > img {
  -webkit-transform: rotateX(-86deg);
  transform: rotateX(-86deg);
}

/* imghvr-book-open-left
   ----------------------------- */
.imghvr-book-open-left {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-left > img {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imghvr-book-open-left figcaption {
  z-index: -1;
}

.imghvr-book-open-left figcaption * {
  opacity: 1;
}

.imghvr-book-open-left figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( right , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to left, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-left:hover > img {
  -webkit-transform: rotateY(-86deg);
  transform: rotateY(-86deg);
}

/* imghvr-book-open-right
   ----------------------------- */
.imghvr-book-open-right {
  -webkit-perspective: 50em;
  perspective: 50em;
}

.imghvr-book-open-right > img {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.imghvr-book-open-right figcaption {
  z-index: -1;
}

.imghvr-book-open-right figcaption * {
  opacity: 1;
}

.imghvr-book-open-right figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient( left , transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, transparent 80%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.3) 100%);
  left: 0;
}

.imghvr-book-open-right:hover > img {
  -webkit-transform: rotateY(86deg);
  transform: rotateY(86deg);
}

/* imghvr-circle-*
   ----------------------------- */
[class^='imghvr-circle-']:before, [class*=' imghvr-circle-']:before {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -25%;
  right: -25%;
  content: '';
  background-color: #135796;
  border-radius: 50%;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

[class^='imghvr-circle-'] figcaption, [class*=' imghvr-circle-'] figcaption {
  opacity: 0;
  background-color: transparent;
}

[class^='imghvr-circle-']:hover:before, [class*=' imghvr-circle-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-circle-']:hover figcaption, [class*=' imghvr-circle-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* imghvr-circle-up
   ----------------------------- */
.imghvr-circle-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-circle-down
   ----------------------------- */
.imghvr-circle-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-circle-left
   ----------------------------- */
.imghvr-circle-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-circle-right
   ----------------------------- */
.imghvr-circle-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-circle-top-left
   ----------------------------- */
.imghvr-circle-top-left:before {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-circle-top-right
   ----------------------------- */
.imghvr-circle-top-right:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-circle-bottom-left
   ----------------------------- */
.imghvr-circle-bottom-left:before {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-circle-bottom-right
   ----------------------------- */
.imghvr-circle-bottom-right:before {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-shift-*
   ----------------------------- */
[class^='imghvr-shift'], [class*=' imghvr-shift'] {
  overflow: visible;
}

[class^='imghvr-shift'] figcaption, [class*=' imghvr-shift'] figcaption {
  background-color: #135796;
  opacity: 0;
}

/* imghvr-shift-top-left
   ----------------------------- */
.imghvr-shift-top-left:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

/* imghvr-shift-top-right
   ----------------------------- */
.imghvr-shift-top-right:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}

/* imghvr-shift-bottom-left
   ----------------------------- */
.imghvr-shift-bottom-left:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}

/* imghvr-shift-bottom-right
   ----------------------------- */
.imghvr-shift-bottom-right:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

/* imghvr-bounce-*
   ----------------------------- */
[class^='imghvr-bounce'] figcaption, [class*=' imghvr-bounce'] figcaption {
  background-color: #135796;
  opacity: 1;
}

[class^='imghvr-bounce']:hover figcaption, [class*=' imghvr-bounce']:hover figcaption {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* imghvr-bounce-in
   ----------------------------- */
.imghvr-bounce-in figcaption {
  opacity: 0;
}

.imghvr-bounce-in:hover figcaption {
  -webkit-animation: imghvr-bounce-in 0.6s ease-in forwards;
  animation: imghvr-bounce-in 0.6s ease-in forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

@-webkit-keyframes imghvr-bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes imghvr-bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* imghvr-bounce-in-up
   ----------------------------- */
.imghvr-bounce-in-up figcaption {
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-bounce-in-up:hover figcaption {
  -webkit-animation: imghvr-bounce-in-up 0.8s ease-in forwards;
  animation: imghvr-bounce-in-up 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-up
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(25px);
  }
  65% {
    -webkit-transform: translateY(10px);
  }
  90% {
    -webkit-transform: translateY(2px);
  }
}

@keyframes imghvr-bounce-in-up
{
  25%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(25px);
  }
  65% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(2px);
  }
}

/* imghvr-bounce-in-down
   ----------------------------- */
.imghvr-bounce-in-down figcaption {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-bounce-in-down:hover figcaption {
  -webkit-animation: imghvr-bounce-in-down 0.8s ease-in forwards;
  animation: imghvr-bounce-in-down 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-down
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-25px);
  }
  65% {
    -webkit-transform: translateY(-10px);
  }
  90% {
    -webkit-transform: translateY(-2px);
  }
}

@keyframes imghvr-bounce-in-down
{
  25%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  65% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(-2px);
  }
}

/* imghvr-bounce-in-left
   ----------------------------- */
.imghvr-bounce-in-left figcaption {
  opacity: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-bounce-in-left:hover figcaption {
  -webkit-animation: imghvr-bounce-in-left 0.8s ease-in forwards;
  animation: imghvr-bounce-in-left 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-left
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(25px);
  }
  65% {
    -webkit-transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(2px);
  }
}

@keyframes imghvr-bounce-in-left
{
  25%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(25px);
  }
  65% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(2px);
  }
}

/* imghvr-bounce-in-right
   ----------------------------- */
.imghvr-bounce-in-right figcaption {
  opacity: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-bounce-in-right:hover figcaption {
  -webkit-animation: imghvr-bounce-in-right 0.8s ease-in forwards;
  animation: imghvr-bounce-in-right 0.8s ease-in forwards;
}

@-webkit-keyframes imghvr-bounce-in-right
{
  25%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-25px);
  }
  65% {
    -webkit-transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(-2px);
  }
}

@keyframes imghvr-bounce-in-right
{
  25%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-25px);
  }
  65% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(-2px);
  }
}

/* imghvr-bounce-out
   ----------------------------- */
.imghvr-bounce-out figcaption {
  opacity: 0;
}

.imghvr-bounce-out:hover > img {
  -webkit-animation: imghvr-bounce-out 0.4025s ease-in forwards;
  animation: imghvr-bounce-out 0.4025s ease-in forwards;
}

.imghvr-bounce-out:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes imghvr-bounce-out {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* imghvr-bounce-out-up
   ----------------------------- */
.imghvr-bounce-out-up figcaption {
  opacity: 0;
}

.imghvr-bounce-out-up:hover > img {
  -webkit-animation: imghvr-bounce-out-up 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-up 0.4025s ease-in forwards;
}

.imghvr-bounce-out-up:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-up {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes imghvr-bounce-out-up {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* imghvr-bounce-out-down
   ----------------------------- */
.imghvr-bounce-out-down figcaption {
  opacity: 0;
}

.imghvr-bounce-out-down:hover > img {
  -webkit-animation: imghvr-bounce-out-down 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-down 0.4025s ease-in forwards;
}

.imghvr-bounce-out-down:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-down {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes imghvr-bounce-out-down {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* imghvr-bounce-out-left
   ----------------------------- */
.imghvr-bounce-out-left figcaption {
  opacity: 0;
}

.imghvr-bounce-out-left:hover > img {
  -webkit-animation: imghvr-bounce-out-left 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-left 0.4025s ease-in forwards;
}

.imghvr-bounce-out-left:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-left {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes imghvr-bounce-out-left {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* imghvr-bounce-out-right
   ----------------------------- */
.imghvr-bounce-out-right figcaption {
  opacity: 0;
}

.imghvr-bounce-out-right:hover > img {
  -webkit-animation: imghvr-bounce-out-right 0.4025s ease-in forwards;
  animation: imghvr-bounce-out-right 0.4025s ease-in forwards;
}

.imghvr-bounce-out-right:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes imghvr-bounce-out-right {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes imghvr-bounce-out-right {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* imghvr-fall-away-*
   ----------------------------- */
*[class^='imghvr-fall-away-'], *[class*=' imghvr-fall-away-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

*[class^='imghvr-fall-away-'] img, *[class*=' imghvr-fall-away-'] img {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.455s ease-in;
  transition: all 0.455s ease-in;
}

*[class^='imghvr-fall-away-'] figcaption, *[class*=' imghvr-fall-away-'] figcaption {
  opacity: 0;
  background-color: #135796;
}

*[class^='imghvr-fall-away-']:hover img, *[class*=' imghvr-fall-away-']:hover img {
  opacity: 0;
}

*[class^='imghvr-fall-away-']:hover figcaption, *[class*=' imghvr-fall-away-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.455s;
  transition-delay: 0.455s;
}

/* imghvr-fall-away-horiz
   ----------------------------- */
.imghvr-fall-away-horiz:hover img {
  -webkit-transform: rotateX(-360deg) scale(0.2);
  transform: rotateX(-360deg) scale(0.2);
}

/* imghvr-fall-away-vert
   ----------------------------- */
.imghvr-fall-away-vert:hover img {
  -webkit-transform: rotateY(-360deg) scale(0.2);
  transform: rotateY(-360deg) scale(0.2);
}

/* imghvr-fall-away-cc
   ----------------------------- */
.imghvr-fall-away-cc:hover img {
  -webkit-transform: rotate(360deg) scale(0.2);
  transform: rotate(360deg) scale(0.2);
}

/* imghvr-fall-away-ccc
   ----------------------------- */
.imghvr-fall-away-ccc:hover img {
  -webkit-transform: rotate(-360deg) scale(0.2);
  transform: rotate(-360deg) scale(0.2);
}

/* imghvr-modal-slide-*
   ----------------------------- */
[class^='imghvr-modal'] figcaption, [class*=' imghvr-modal'] figcaption {
  opacity: 1;
}

[class^='imghvr-modal']:hover > img, [class*=' imghvr-modal']:hover > img {
  opacity: 0.7;
}

[class^='imghvr-modal']:hover figcaption, [class*=' imghvr-modal']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-modal-slide-up
   ----------------------------- */
.imghvr-modal-slide-up figcaption {
  top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/* imghvr-modal-slide-down
   ----------------------------- */
.imghvr-modal-slide-down figcaption {
  bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/* imghvr-modal-slide-left
   ----------------------------- */
.imghvr-modal-slide-left figcaption {
  left: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

/* imghvr-modal-slide-right
   ----------------------------- */
.imghvr-modal-slide-right figcaption {
  right: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

/* imghvr-modal-hinge-*
   ----------------------------- */
[class^='imghvr-modal'], [class*=' imghvr-modal'] {
  -webkit-perspective: 50em;
  perspective: 50em;
}

[class^='imghvr-modal'] figcaption, [class*=' imghvr-modal'] figcaption {
  opacity: 1;
}

[class^='imghvr-modal']:hover > img, [class*=' imghvr-modal']:hover > img {
  opacity: 0.7;
}

[class^='imghvr-modal']:hover figcaption, [class*=' imghvr-modal']:hover figcaption {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* imghvr-modal-hinge-up
   ----------------------------- */
.imghvr-modal-hinge-up figcaption {
  top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: rotateX(100deg);
  transform: rotateX(100deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* imghvr-modal-hinge-down
   ----------------------------- */
.imghvr-modal-hinge-down figcaption {
  bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transform: rotateX(-100deg);
  transform: rotateX(-100deg);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

/* imghvr-modal-hinge-left
   ----------------------------- */
.imghvr-modal-hinge-left figcaption {
  left: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: rotateY(-100deg);
  transform: rotateY(-100deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* imghvr-modal-hinge-right
   ----------------------------- */
.imghvr-modal-hinge-right figcaption {
  right: auto;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: rotateY(100deg);
  transform: rotateY(100deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* imghvr-lightspeed-in-left
   ----------------------------- */
.imghvr-lightspeed-in-left figcaption {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
}

.imghvr-lightspeed-in-left:hover figcaption {
  -webkit-animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-in-left 0.4025s ease-in forwards;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-in-left {
  from {
    -webkit-transform: translate(100%, 0) skewX(-20deg);
    transform: translate(100%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(10deg);
    transform: translate(0, 0) skewX(10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

@keyframes imghvr-lightspeed-in-left {
  from {
    -webkit-transform: translate(100%, 0) skewX(-20deg);
    transform: translate(100%, 0) skewX(-20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(10deg);
    transform: translate(0, 0) skewX(10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

/* imghvr-lightspeed-in-right
   ----------------------------- */
.imghvr-lightspeed-in-right figcaption {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
}

.imghvr-lightspeed-in-right:hover figcaption {
  -webkit-animation: imghvr-lightspeed-in-right 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-in-right 0.4025s ease-in forwards;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-in-right {
  from {
    -webkit-transform: translate(-100%, 0) skewX(20deg);
    transform: translate(-100%, 0) skewX(20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(20deg);
    transform: translate(0, 0) skewX(20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

@keyframes imghvr-lightspeed-in-right {
  from {
    -webkit-transform: translate(-100%, 0) skewX(20deg);
    transform: translate(-100%, 0) skewX(20deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(20deg);
    transform: translate(0, 0) skewX(20deg);
  }
  75% {
    -webkit-transform: translate(0, 0) skewX(-10deg);
    transform: translate(0, 0) skewX(-10deg);
  }
  to {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
}

/* imghvr-lightspeed-out-left
   ----------------------------- */
.imghvr-lightspeed-out-left figcaption {
  z-index: -1;
  opacity: 1;
}

.imghvr-lightspeed-out-left:hover > img {
  -webkit-animation: imghvr-lightspeed-out-left 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-out-left 0.4025s ease-in forwards;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-out-left {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(10%, 0) skewX(0deg);
    transform: translate(10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  to {
    -webkit-transform: translate(-150%, 0) skewX(-20deg);
    transform: translate(-150%, 0) skewX(-20deg);
  }
}

@keyframes imghvr-lightspeed-out-left {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(10%, 0) skewX(0deg);
    transform: translate(10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  to {
    -webkit-transform: translate(-150%, 0) skewX(-20deg);
    transform: translate(-150%, 0) skewX(-20deg);
  }
}

/* imghvr-lightspeed-out-right
   ----------------------------- */
.imghvr-lightspeed-out-right figcaption {
  z-index: -1;
  opacity: 1;
}

.imghvr-lightspeed-out-right:hover > img {
  -webkit-animation: imghvr-lightspeed-out-right 0.4025s ease-in forwards;
  animation: imghvr-lightspeed-out-right 0.4025s ease-in forwards;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 1;
}

@-webkit-keyframes imghvr-lightspeed-out-right {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(10%, 0) skewX(0deg);
    transform: translate(10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(-20deg);
    transform: translate(0, 0) skewX(-20deg);
  }
  to {
    -webkit-transform: translate(-150%, 0) skewX(-20deg);
    transform: translate(-150%, 0) skewX(-20deg);
  }
}

@keyframes imghvr-lightspeed-out-right {
  from {
    -webkit-transform: translate(0, 0) skewX(0deg);
    transform: translate(0, 0) skewX(0deg);
  }
  25% {
    -webkit-transform: translate(-10%, 0) skewX(0deg);
    transform: translate(-10%, 0) skewX(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewX(20deg);
    transform: translate(0, 0) skewX(20deg);
  }
  to {
    -webkit-transform: translate(150%, 0) skewX(20deg);
    transform: translate(150%, 0) skewX(20deg);
  }
}

/* imghvr-grad-*
   ----------------------------- */
[class^='imghvr-grad-']:before, [class*=' imghvr-grad-']:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}

[class^='imghvr-grad-'] figcaption, [class*=' imghvr-grad-'] figcaption {
  z-index: 1;
  opacity: 0;
  background-color: transparent;
}

[class^='imghvr-grad-']:hover:before, [class*=' imghvr-grad-']:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[class^='imghvr-grad-']:hover figcaption, [class*=' imghvr-grad-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

/* imghvr-grad-radial-in
   ----------------------------- */
.imghvr-grad-radial-in:before {
  background-image: -webkit-radial-gradient(transparent 0%, #135796 100%);
  background-image: radial-gradient(transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.imghvr-grad-radial-in:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0;
  background-color: #135796;
}

.imghvr-grad-radial-in:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.imghvr-grad-radial-in:hover:after {
  opacity: 0.75;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

/* imghvr-grad-radial-out
   ----------------------------- */
.imghvr-grad-radial-out:before {
  background-image: -webkit-radial-gradient(#135796 0%, transparent 100%);
  background-image: radial-gradient(#135796 0%, transparent 100%);
  position: absolute;
  top: -75%;
  bottom: -75%;
  left: -75%;
  right: -75%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.imghvr-grad-radial-out:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-up
   ----------------------------- */
.imghvr-grad-up:before {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-linear-gradient( top , transparent 0%, #135796 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #135796 100%);
  top: -75%;
}

/* imghvr-grad-down
   ----------------------------- */
.imghvr-grad-down:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-image: -webkit-linear-gradient( bottom , transparent 0%, #135796 100%);
  background-image: linear-gradient(to top, transparent 0%, #135796 100%);
  bottom: -75%;
}

/* imghvr-grad-left
   ----------------------------- */
.imghvr-grad-left:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-image: -webkit-linear-gradient( left , transparent 0%, #135796 100%);
  background-image: linear-gradient(to right, transparent 0%, #135796 100%);
  left: -75%;
}

/* imghvr-grad-right
   ----------------------------- */
.imghvr-grad-right:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: -webkit-linear-gradient( right , transparent 0%, #135796 100%);
  background-image: linear-gradient(to left, transparent 0%, #135796 100%);
  right: -75%;
}

/* imghvr-grad-top-left
   ----------------------------- */
.imghvr-grad-top-left:before {
  background-image: -webkit-linear-gradient(-45deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(-45deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  bottom: -75%;
  right: -75%;
}

.imghvr-grad-top-left:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-top-right
   ----------------------------- */
.imghvr-grad-top-right:before {
  background-image: -webkit-linear-gradient(-315deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(45deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  bottom: -75%;
  left: -75%;
}

.imghvr-grad-top-right:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-bottom-left
   ----------------------------- */
.imghvr-grad-bottom-left:before {
  background-image: -webkit-linear-gradient(-135deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(-135deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  top: -75%;
  right: -75%;
}

.imghvr-grad-bottom-left:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-grad-bottom-right
   ----------------------------- */
.imghvr-grad-bottom-right:before {
  background-image: -webkit-linear-gradient(-405deg, transparent 0%, #135796 100%);
  background-image: linear-gradient(135deg, transparent 0%, #135796 100%);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  top: -75%;
  left: -75%;
}

.imghvr-grad-bottom-right:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-parallax-*
   ----------------------------- */
[class^='imghvr-parallax-']:hover figcaption, [class*=' imghvr-parallax-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-parallax-up
   ----------------------------- */
.imghvr-parallax-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-parallax-up:hover > img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* imghvr-parallax-down
   ----------------------------- */
.imghvr-parallax-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-parallax-down:hover > img {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* imghvr-parallax-left
   ----------------------------- */
.imghvr-parallax-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-parallax-left:hover > img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* imghvr-parallax--right
   ----------------------------- */
.imghvr-parallax-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-parallax-right:hover > img {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/* imghvr-stack-*
   ----------------------------- */
[class^='imghvr-stack-'] > img, [class^='imghvr-stack-'] figcaption, [class*=' imghvr-stack-'] > img, [class*=' imghvr-stack-'] figcaption {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[class^='imghvr-stack-']:hover > img, [class*=' imghvr-stack-']:hover > img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.5;
}

[class^='imghvr-stack-']:hover figcaption, [class*=' imghvr-stack-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-stack-up
   ----------------------------- */
.imghvr-stack-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-stack-down
   ----------------------------- */
.imghvr-stack-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-stack-left
   ----------------------------- */
.imghvr-stack-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-stack-right
   ----------------------------- */
.imghvr-stack-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-stack-top-left
   ----------------------------- */
.imghvr-stack-top-left figcaption {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* imghvr-stack-top-right
   ----------------------------- */
.imghvr-stack-top-right figcaption {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

/* imghvr-stack-bottom-left
   ----------------------------- */
.imghvr-stack-bottom-left figcaption {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

/* imghvr-stack-bottom-right
   ----------------------------- */
.imghvr-stack-bottom-right figcaption {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

/* imghvr-cube-*
   ----------------------------- */
[class^='imghvr-cube-'], [class*=' imghvr-cube-'] {
  -webkit-perspective: 50em;
  perspective: 50em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: visible;
  background-color: transparent;
}

[class^='imghvr-cube-'] > img, [class*=' imghvr-cube-'] > img {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

[class^='imghvr-cube-'] figcaption, [class*=' imghvr-cube-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #135796;
}

[class^='imghvr-cube-']:hover > img, [class*=' imghvr-cube-']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-cube-']:hover figcaption, [class*=' imghvr-cube-']:hover figcaption {
  -webkit-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* imghvr-cube-up
   ----------------------------- */
.imghvr-cube-up figcaption {
  -webkit-transform: translateY(50%) rotateX(-90deg);
  transform: translateY(50%) rotateX(-90deg);
}

.imghvr-cube-up:hover > img {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

/* imghvr-cube-down
   ----------------------------- */
.imghvr-cube-down figcaption {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

.imghvr-cube-down:hover > img {
  -webkit-transform: translateY(50%) rotateX(-90deg);
  transform: translateY(50%) rotateX(-90deg);
}

/* imghvr-cube-left
   ----------------------------- */
.imghvr-cube-left figcaption {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.imghvr-cube-left:hover > img {
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}

/* imghvr-cube-right
   ----------------------------- */
.imghvr-cube-right figcaption {
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}

.imghvr-cube-right:hover > img {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

/* imghvr-dive-*
   ----------------------------- */
[class^='imghvr-dive'] figcaption, [class*=' imghvr-dive'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-dive']:hover > img, [class*=' imghvr-dive']:hover > img {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class^='imghvr-dive']:hover figcaption, [class*=' imghvr-dive']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* imghvr-dive
   ----------------------------- */
.imghvr-dive figcaption {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.imghvr-dive:hover > img {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.imghvr-dive:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* imghvr-dive-cc
   ----------------------------- */
.imghvr-dive-cc figcaption {
  -webkit-transform: rotate(-45deg) scale(5);
  transform: rotate(-45deg) scale(5);
}

.imghvr-dive-cc:hover > img {
  -webkit-transform: rotate(45deg) scale(5);
  transform: rotate(45deg) scale(5);
}

.imghvr-dive-cc:hover figcaption {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

/* imghvr-dive-ccc
   ----------------------------- */
.imghvr-dive-ccc figcaption {
  -webkit-transform: rotate(45deg) scale(5);
  transform: rotate(45deg) scale(5);
}

.imghvr-dive-ccc:hover > img {
  -webkit-transform: rotate(-45deg) scale(5);
  transform: rotate(-45deg) scale(5);
}

.imghvr-dive-ccc:hover figcaption {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

/* imghvr-switch-*
   ----------------------------- */
[class^='imghvr-switch-'] > img, [class^='imghvr-switch-'] figcaption, [class*=' imghvr-switch-'] > img, [class*=' imghvr-switch-'] figcaption {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[class^='imghvr-switch-']:hover figcaption, [class*=' imghvr-switch-']:hover figcaption {
  -webkit-transform: translate(0 0);
  transform: translate(0 0);
}

/* imghvr-switch-up
   ----------------------------- */
.imghvr-switch-up figcaption {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-switch-up:hover > img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* imghvr-switch-down
   ----------------------------- */
.imghvr-switch-down figcaption {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-switch-down:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* imghvr-switch-left
   ----------------------------- */
.imghvr-switch-left figcaption {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.imghvr-switch-left:hover > img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* imghvr-switch-right
   ----------------------------- */
.imghvr-switch-right figcaption {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-switch-right:hover > img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* imghvr-flash-*
   ----------------------------- */
[class^='imghvr-flash-']:before, [class^='imghvr-flash-']:after, [class*=' imghvr-flash-']:before, [class*=' imghvr-flash-']:after {
  opacity: 0.75;
  background-color: #135796;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  content: '';
}

[class^='imghvr-flash-']:after, [class*=' imghvr-flash-']:after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

[class^='imghvr-flash-'] figcaption, [class*=' imghvr-flash-'] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^='imghvr-flash-']:hover figcaption, [class*=' imghvr-flash-']:hover figcaption {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  opacity: 1;
}

/* imghvr-flash-top-left
   ----------------------------- */
.imghvr-flash-top-left:before, .imghvr-flash-top-left:after {
  -webkit-transform: rotate(-45deg) translateY(-100%);
  transform: rotate(-45deg) translateY(-100%);
}

.imghvr-flash-top-left:hover:before {
  -webkit-transform: rotate(-45deg) translateY(100%);
  transform: rotate(-45deg) translateY(100%);
}

.imghvr-flash-top-left:hover:after {
  -webkit-transform: rotate(-45deg) translateY(0%);
  transform: rotate(-45deg) translateY(0%);
}

/* imghvr-flash-top-right
   ----------------------------- */
.imghvr-flash-top-right:before, .imghvr-flash-top-right:after {
  -webkit-transform: rotate(45deg) translateY(-100%);
  transform: rotate(45deg) translateY(-100%);
}

.imghvr-flash-top-right:hover:before {
  -webkit-transform: rotate(45deg) translateY(100%);
  transform: rotate(45deg) translateY(100%);
}

.imghvr-flash-top-right:hover:after {
  -webkit-transform: rotate(45deg) translateY(0%);
  transform: rotate(45deg) translateY(0%);
}

/* imghvr-flash-bottom-left
   ----------------------------- */
.imghvr-flash-bottom-left:before, .imghvr-flash-bottom-left:after {
  -webkit-transform: rotate(45deg) translateY(100%);
  transform: rotate(45deg) translateY(100%);
}

.imghvr-flash-bottom-left:hover:before {
  -webkit-transform: rotate(45deg) translateY(-100%);
  transform: rotate(45deg) translateY(-100%);
}

.imghvr-flash-bottom-left:hover:after {
  -webkit-transform: rotate(45deg) translateY(0%);
  transform: rotate(45deg) translateY(0%);
}

/* imghvr-flash-bottom-right
   ----------------------------- */
.imghvr-flash-bottom-right:before, .imghvr-flash-bottom-right:after {
  -webkit-transform: rotate(-45deg) translateY(100%);
  transform: rotate(-45deg) translateY(100%);
}

.imghvr-flash-bottom-right:hover:before {
  -webkit-transform: rotate(-45deg) translateY(-100%);
  transform: rotate(-45deg) translateY(-100%);
}

.imghvr-flash-bottom-right:hover:after {
  -webkit-transform: rotate(-45deg) translateY(0%);
  transform: rotate(-45deg) translateY(0%);
}

.imghvr-center figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

[class^='imghvr-']:hover .ih-delay-xs, [class*=' imghvr-']:hover .ih-delay-xs {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

[class^='imghvr-']:hover .ih-delay-sm, [class*=' imghvr-']:hover .ih-delay-sm {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[class^='imghvr-']:hover .ih-delay-md, [class*=' imghvr-']:hover .ih-delay-md {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}

[class^='imghvr-']:hover .ih-delay-lg, [class*=' imghvr-']:hover .ih-delay-lg {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[class^='imghvr-']:hover .ih-delay-xl, [class*=' imghvr-']:hover .ih-delay-xl {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}

[class^='imghvr-']:hover .ih-delay-xxl, [class*=' imghvr-']:hover .ih-delay-xxl {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[class^='imghvr-'] [class^='ih-'], [class^='imghvr-'] [class*=' ih-'], [class*=' imghvr-'] [class^='ih-'], [class*=' imghvr-'] [class*=' ih-'] {
  opacity: 0;
}

[class^='imghvr-'] .ih-fade-up, [class*=' imghvr-'] .ih-fade-up {
  -webkit-transform: translate(0, 25px);
  transform: translate(0, 25px);
}

[class^='imghvr-'] .ih-fade-down, [class*=' imghvr-'] .ih-fade-down {
  -webkit-transform: translate(0, -25px);
  transform: translate(0, -25px);
}

[class^='imghvr-'] .ih-fade-left, [class*=' imghvr-'] .ih-fade-left {
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

[class^='imghvr-'] .ih-fade-right, [class*=' imghvr-'] .ih-fade-right {
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}

[class^='imghvr-'] .ih-fade-up-big, [class*=' imghvr-'] .ih-fade-up-big {
  -webkit-transform: translate(0, 300%);
  transform: translate(0, 300%);
}

[class^='imghvr-'] .ih-fade-down-big, [class*=' imghvr-'] .ih-fade-down-big {
  -webkit-transform: translate(0, -300%);
  transform: translate(0, -300%);
}

[class^='imghvr-'] .ih-fade-left-big, [class*=' imghvr-'] .ih-fade-left-big {
  -webkit-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

[class^='imghvr-'] .ih-fade-right-big, [class*=' imghvr-'] .ih-fade-right-big {
  -webkit-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}

[class^='imghvr-'] .ih-zoom-in, [class*=' imghvr-'] .ih-zoom-in {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

[class^='imghvr-'] .ih-zoom-out, [class*=' imghvr-'] .ih-zoom-out {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

[class^='imghvr-'] .ih-flip-x, [class*=' imghvr-'] .ih-flip-x {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

[class^='imghvr-'] .ih-flip-y, [class*=' imghvr-'] .ih-flip-y {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[class^='imghvr-']:hover [class^='ih-'], [class^='imghvr-']:hover [class*=' ih-'], [class*=' imghvr-']:hover [class^='ih-'], [class*=' imghvr-']:hover [class*=' ih-'] {
  -webkit-transform: translate(0, 0) scale(1) rotate(0);
  transform: translate(0, 0) scale(1) rotate(0);
  opacity: 1;
}


.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
a.anchor{height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;display:block !important}
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d);mix-blend-mode:soft-light;opacity:.5}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad;mix-blend-mode:soft-light;opacity:.5}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 ._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d);mix-blend-mode:soft-light;opacity:.5}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad;mix-blend-mode:soft-light;opacity:.5}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 ._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}
.today_wrapper{margin:0 auto;padding:0;position:relative;overflow:visible;text-align:center}.today_wrapper .desk_board{position:relative}.today_wrapper a{text-decoration:none;display:block;width:100%}.today_wrapper .serif{font-family:serif}.today_wrapper .sansserif{font-family:sans-serif}.today_wrapper .today_inner{margin:0 auto;padding:0;position:relative;overflow:visible;text-align:center;background-color:#fff}.today_wrapper .today_month,.today_wrapper .today_month a,.today_wrapper .today_month a:hover{color:#ffffff}.today_wrapper .today_month{vertical-align:center;position:relative;border-style:solid;font-weight:bold;text-shadow:rgba(0,0,0,0.3) -1px 0,rgba(0,0,0,0.3) 0 -1px,rgba(255,255,255,0.3) 0 1px,rgba(0,0,0,0.3) -1px -2px}.today_wrapper .today_day,.today_wrapper .today_day a,.today_wrapper .today_day a:hover{color:#333}.today_wrapper .today_day{margin:0;vertical-align:center;position:relative;border-color:#fff;border-style:solid;font-weight:bold;text-shadow:rgba(0,0,0,0.5) -1px 0,rgba(0,0,0,0.3) 0 -1px,rgba(255,255,255,0.5) 0 1px,rgba(0,0,0,0.3) -1px -2px;background-color:#fff}.today_wrapper .flat .today_day,.today_wrapper .flat .today_month{box-shadow:none !important;border-style:none !important;text-shadow:none !important}.today_wrapper.align-right .square,.today_wrapper.align-right .rounded,.today_wrapper.align-right .desk_board{margin-right:0 !important}.today_wrapper.align-left .square,.today_wrapper.align-left .rounded,.today_wrapper.align-left .desk_board{margin-left:0 !important}.today_wrapper.xsmall .today_month{height:15px;line-height:15px;font-size:12px;border-width:1px;border-bottom-width:2px;text-shadow:none}.today_wrapper.xsmall .today_day{height:46px;line-height:46px;font-size:35px;border-width:1px;text-shadow:rgba(0,0,0,0.5) -1px 0,rgba(0,0,0,0.3) 0 -1px,rgba(255,255,255,0.5) 0 1px,rgba(0,0,0,0.3) -1px -1px;box-shadow:inset 0px 1px 5px #cccccc}.today_wrapper.xsmall .rounded .today_month{border-top-left-radius:12px;border-top-right-radius:12px}.today_wrapper.xsmall .rounded .today_day{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.today_wrapper.xsmall .square,.today_wrapper.xsmall .rounded,.today_wrapper.xsmall .desk_board{width:64px;margin:3px auto;box-shadow:1px 1px 3px #000}.today_wrapper.xsmall .rounded{border-radius:12px !important}.today_wrapper.xsmall .desk_board{padding:5px;border-radius:3px}.today_wrapper.small .today_month{height:24px;line-height:24px;font-size:15px;border-width:1px;border-bottom-width:2px;text-shadow:none}.today_wrapper.small .today_day{height:70px;line-height:70px;font-size:60px;border-width:1px;text-shadow:rgba(0,0,0,0.5) -1px 0,rgba(0,0,0,0.3) 0 -1px,rgba(255,255,255,0.5) 0 1px,rgba(0,0,0,0.3) -1px -1px;box-shadow:inset 0px 2px 7px #cccccc}.today_wrapper.small .rounded{margin:4px auto;border-radius:20px;box-shadow:1px 1px 4px #000}.today_wrapper.small .rounded .today_month{border-top-left-radius:20px;border-top-right-radius:20px}.today_wrapper.small .rounded .today_day{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.today_wrapper.small .square,.today_wrapper.small .rounded,.today_wrapper.small .desk_board{width:96px;margin:4px auto;box-shadow:1px 1px 4px #000}.today_wrapper.small .rounded{border-radius:20px !important}.today_wrapper.small .desk_board{padding:7px;border-radius:3px}.today_wrapper.medium .today_month{height:30px;line-height:30px;font-size:18px;border-width:1px;border-bottom-width:3px}.today_wrapper.medium .today_day{height:95px;line-height:95px;font-size:80px;border-width:1px;box-shadow:inset 0px 3px 10px #cccccc}.today_wrapper.medium .rounded .today_month{border-top-left-radius:25px;border-top-right-radius:25px}.today_wrapper.medium .rounded .today_day{border-bottom-left-radius:25px;border-bottom-right-radius:25px}.today_wrapper.medium .square,.today_wrapper.medium .rounded,.today_wrapper.medium .desk_board{width:128px;margin:5px auto;box-shadow:1px 1px 5px #000}.today_wrapper.medium .rounded{border-radius:25px !important}.today_wrapper.medium .desk_board{padding:10px;border-radius:3px}.today_wrapper.large .today_month{height:45px;line-height:45px;font-size:30px;border-width:2px;border-bottom-width:4px}.today_wrapper.large .today_day{height:140px;line-height:140px;font-size:120px;border-width:2px;box-shadow:inset 0px 4px 15px #cccccc}.today_wrapper.large .rounded .today_month{border-top-left-radius:40px;border-top-right-radius:40px}.today_wrapper.large .rounded .today_day{border-bottom-left-radius:40px;border-bottom-right-radius:40px}.today_wrapper.large .square,.today_wrapper.large .rounded,.today_wrapper.large .desk_board{width:192px;margin:8px auto;box-shadow:2px 2px 8px #000}.today_wrapper.large .rounded{border-radius:40px !important}.today_wrapper.large .desk_board{padding:12px;border-radius:5px}.today_wrapper.xlarge .today_month{height:60px;line-height:60px;font-size:40px;border-width:2px;border-bottom-width:4px}.today_wrapper.xlarge .today_day{height:186px;line-height:186px;font-size:165px;border-width:2px;box-shadow:inset 0px 5px 20px #cccccc}.today_wrapper.xlarge .rounded .today_month{border-top-left-radius:50px;border-top-right-radius:50px}.today_wrapper.xlarge .rounded .today_day{border-bottom-left-radius:50px;border-bottom-right-radius:50px}.today_wrapper.xlarge .square,.today_wrapper.xlarge .rounded,.today_wrapper.xlarge .desk_board{width:256px;margin:10px auto;box-shadow:2px 2px 10px #000}.today_wrapper.xlarge .rounded{border-radius:50px !important}.today_wrapper.xlarge .desk_board{padding:15px;border-radius:5px}

#stacks_in_1 {
	background-color: rgba(0, 71, 137, 0.00);
}
.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {box-sizing: border-box; }.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content{margin-bottom:16px}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content{margin-right:16px}.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3,.shepherd-element.shepherd-theme-default.shepherd-has-cancel-link .shepherd-content header h3{float:left}.shepherd-element.shepherd-theme-default .shepherd-content{border-radius:5px;position:relative;font-family:inherit;background:#f6f6f6;color:#444;font-size:1.1em;line-height:1.5em}.shepherd-element.shepherd-theme-default .shepherd-content:before{content:"";display:block;position:absolute;width:0;height:0;border-color:transparent;border-width:16px;border-style:solid;pointer-events:none}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before{top:100%;left:50%;margin-left:-16px;border-top-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content{margin-top:16px}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before{bottom:100%;left:50%;margin-left:-16px;border-bottom-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content{margin-left:16px}.shepherd-element.shepherd-theme-default.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before{left:100%;top:50%;margin-top:-16px;border-left-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before{right:100%;top:50%;margin-top:-16px;border-right-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content,.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content{margin-top:16px}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before{bottom:100%;left:16px;border-bottom-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before{bottom:100%;right:16px;border-bottom-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before{top:100%;left:16px;border-top-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before{top:100%;right:16px;border-top-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before{top:16px;left:100%;border-left-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before{top:16px;right:100%;border-right-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before{bottom:16px;left:100%;border-left-color:#f6f6f6}.shepherd-element.shepherd-theme-default.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before{bottom:16px;right:100%;border-right-color:#f6f6f6}.shepherd-element.shepherd-theme-default{max-height:100%;z-index:9999;max-width:24em;font-size:1em}.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,.shepherd-element.shepherd-theme-default.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before{border-bottom-color:#e6e6e6}.shepherd-element.shepherd-theme-default.shepherd-has-title .shepherd-content header{background:#e6e6e6;padding:1em}.shepherd-element.shepherd-theme-default.shepherd-has-title .shepherd-content header a.shepherd-cancel-link{padding:0;margin-bottom:0}.shepherd-element.shepherd-theme-default .shepherd-content{box-shadow:0 0 0 1px rgba(0,0,0,.17);padding:0}.shepherd-element.shepherd-theme-default .shepherd-content *{font-size:inherit}.shepherd-element.shepherd-theme-default .shepherd-content header{border-radius:5px 5px 0 0}.shepherd-element.shepherd-theme-default .shepherd-content header:after{content:"";display:table;clear:both}.shepherd-element.shepherd-theme-default .shepherd-content header h3{margin:0;line-height:1;font-weight:400}.shepherd-element.shepherd-theme-default .shepherd-content header a.shepherd-cancel-link{float:right;text-decoration:none;font-size:1.25em;line-height:.8em;font-weight:400;color:rgba(0,0,0,.5);opacity:.25;position:relative;top:.1em;padding:.8em;margin-bottom:-.8em}.shepherd-element.shepherd-theme-default .shepherd-content header a.shepherd-cancel-link:hover{opacity:1}.shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text{padding:1em}.shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text p{margin:0 0 .5em;line-height:1.3em}.shepherd-element.shepherd-theme-default .shepherd-content .shepherd-text p:last-child{margin-bottom:0}.shepherd-element.shepherd-theme-default .shepherd-content footer{padding:0 1em 1em}.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons{text-align:right;list-style:none;padding:0;margin:0}.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li{display:inline;padding:0;margin:0}.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li .shepherd-button{display:inline-block;vertical-align:middle;border-radius:3px;cursor:pointer;border:0;margin:0 .5em 0 0;font-family:inherit;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em;background:#3288e6;color:#fff}.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary{background:#eee;color:#888}.shepherd-element.shepherd-theme-default .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button{margin-right:0}.shepherd-start-tour-button.shepherd-theme-default{display:inline-block;vertical-align:middle;border-radius:3px;cursor:pointer;border:0;margin:0 .5em 0 0;font-family:inherit;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em;background:#3288e6;color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content{margin-bottom:16px}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content{margin-right:16px}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before,.shepherd-element:after,.shepherd-element:before{box-sizing:border-box}.shepherd-element{position:absolute;display:none}.shepherd-element.shepherd-open{display:block}.shepherd-element.shepherd-theme-arrows{max-width:100%;max-height:100%}.shepherd-element.shepherd-theme-arrows .shepherd-content{border-radius:5px;position:relative;font-family:inherit;background:#fff;color:#444;font-size:1.1em;line-height:1.5em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-filter:drop-shadow(0 1px 4px rgba(0, 0, 0, .2));filter:drop-shadow(0 1px 4px rgba(0, 0, 0, .2))}.shepherd-element.shepherd-theme-arrows .shepherd-content:before{content:"";display:block;position:absolute;width:0;height:0;border-color:transparent;border-width:16px;border-style:solid;pointer-events:none}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before{top:100%;left:50%;margin-left:-16px;border-top-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content{margin-top:16px}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before{bottom:100%;left:50%;margin-left:-16px;border-bottom-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content{margin-left:16px}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before{left:100%;top:50%;margin-top:-16px;border-left-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before{right:100%;top:50%;margin-top:-16px;border-right-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content{margin-top:16px}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before{bottom:100%;left:16px;border-bottom-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before{bottom:100%;right:16px;border-bottom-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before{top:100%;left:16px;border-top-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before{top:100%;right:16px;border-top-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before{top:16px;left:100%;border-left-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before{top:16px;right:100%;border-right-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before{bottom:16px;left:100%;border-left-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before{bottom:16px;right:100%;border-right-color:#fff}.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before{border-bottom-color:#eee}.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header{background:#eee;padding:1em}.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link{padding:0;margin-bottom:0}.shepherd-element.shepherd-theme-arrows .shepherd-content{padding:0}.shepherd-element.shepherd-theme-arrows .shepherd-content *{font-size:inherit}.shepherd-element.shepherd-theme-arrows .shepherd-content header{border-radius:5px 5px 0 0}.shepherd-element.shepherd-theme-arrows .shepherd-content header:after{content:"";display:table;clear:both}.shepherd-element.shepherd-theme-arrows .shepherd-content header h3{margin:0;line-height:1;font-weight:400}.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link{float:right;text-decoration:none;font-size:1.25em;line-height:.8em;font-weight:400;color:rgba(0,0,0,.5);opacity:.25;position:relative;top:.1em;padding:.8em;margin-bottom:-.8em}.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover{opacity:1}.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text{padding:1em}.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p{margin:0 0 .5em;line-height:1.3em}.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child{margin-bottom:0}.shepherd-element.shepherd-theme-arrows .shepherd-content footer{padding:0 1em 1em}.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons{text-align:right;list-style:none;padding:0;margin:0}.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li{display:inline;padding:0;margin:0}.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button{display:inline-block;vertical-align:middle;border-radius:3px;cursor:pointer;border:0;margin:0 .5em 0 0;font-family:inherit;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em;background:#3288e6;color:#fff}.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary{background:#eee;color:#888}.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button{margin-right:0}

.shepherd-element {
  width: 700px;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content {
  background: #66CCFF;
  border-color: rgba(0,0,0,0.15);
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #FFFFFF;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
  border-top-color: #66CCFF;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
  border-bottom-color: #66CCFF;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before{
  border-right-color: #66CCFF;
}
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
  border-left-color: #66CCFF;
}
.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
  background: #FFFFFF;
  color: #000000;
}
.shepherd-active .shepherd-element-wrap.shepherd-enabled:before {
  content: " ";
  background: #FFFEA3;
  opacity: 0.000000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
}
.shepherd-active .shepherd-element,
.shepherd-active .shepherd-element-wrap.shepherd-enabled > * {
  z-index: 10000;
}
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
  background: #004789;
  color: #CCCCCC;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
  background: #004789;
  color: #CCCCCC;
}



#stacks_in_7210 {
	background-color: rgba(0, 71, 137, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

.attention_stacks_in_7298 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}











#stacks_in_7298 {
	background-color: rgba(0, 71, 137, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_7298 {
	width: 77%;
	margin-right:0;
}


#stacks_in_7300 .rainbow-bar {
	overflow: hidden;
	
}

#stacks_in_7300 .rainbow-bar > span {
	display: block;
	height: 4px;
	
	/* SOLID COLORS MODE */
	width: 20%;
	float: left;
	
}


/* SOLID COLORS MODE */

#stacks_in_7300 .rainbow-bar > span:nth-child(1) {
	background-color: rgba(185, 128, 243, 1.00);
}

#stacks_in_7300 .rainbow-bar > span:nth-child(2) {
	background-color: rgba(108, 190, 248, 1.00);
}

#stacks_in_7300 .rainbow-bar > span:nth-child(3) {
	background-color: rgba(183, 219, 96, 1.00);
}

#stacks_in_7300 .rainbow-bar > span:nth-child(4) {
	background-color: rgba(253, 216, 101, 1.00);
}

#stacks_in_7300 .rainbow-bar > span:nth-child(5) {
	background-color: rgba(234, 100, 103, 1.00);
}



	

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7302 {
	height: 20.00px;
}




























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






	#stacks_in_7303 > .container {
		max-width: 1140px;
	}










	#stacks_in_7303 > .container {
		border-radius: 0px;
	}

	


#stacks_in_7303 {
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



/* Color picker style settings */







	
	#stacks_in_7304 p,
	#stacks_in_7304 {
		
	}
	

	
	
	
	
	



#stacks_in_7304 p,
#stacks_in_7304 {
	margin-bottom: 0;
}

/*  
GENERAL
*/
#stacks_in_7307,
#stacks_in_7307 .toggle-this-wrap-outer {
  width: 100%;
}
#stacks_in_7307 .toggle-this-wrap-outer,
#stacks_in_7307 .toggle-this-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
}
#stacks_in_7307 .toggle-this-wrap-inner {
  width: auto;
}
#stacks_in_7307 .toggle-this-wrap-inner > div {
  -ms-flex-item-align: center;
  align-self: center;
}
#stacks_in_7307 .toggle-this-wrap-inner .tt-label-left, #stacks_in_7307 .toggle-this-wrap-inner .tt-label-right {
  font-size: 16.000000px;
  line-height: 16.000000px;
}
/*  */
#stacks_in_7307 .toggle-this {
  margin: 10px 5px;
}
#stacks_in_7307 .toggle-this.ts-3 {
  margin: 10px 10px;
}
#stacks_in_7307 .toggle-this > * {
  z-index: 1;
}
#stacks_in_7307 .toggle-this:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 76px;
  height: 48px;
  border-radius: 48px;
  z-index: 0;
}

#stacks_in_7307 .toggle-this,
#stacks_in_7307 .toggle-this .label-bg,
#stacks_in_7307 .toggle-this .label-bg > .left-color,
#stacks_in_7307 .toggle-this .label-bg > .right-color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 56px;
  height: 28px;
  border-radius: 28px;
}
#stacks_in_7307 .toggle-this .label-bg > div > div,
#stacks_in_7307 .toggle-this label,
#stacks_in_7307 .toggle-this label:after,
#stacks_in_7307 .toggle-this label:before {
  width: 28px;
  height: 28px;
}
#stacks_in_7307 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
}
#stacks_in_7307 .toggle-this label,
#stacks_in_7307 .toggle-this .label-bg,
#stacks_in_7307 .toggle-this label:after,
#stacks_in_7307 .toggle-this .label-bg > .left-color,
#stacks_in_7307 .toggle-this .label-bg > .right-color,
#stacks_in_7307 .toggle-this .label-bg > div > div {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#stacks_in_7307 .toggle-this .label-bg > div > div {
  left: 21.000000px;
}
#stacks_in_7307 .toggle-this.ts-type-4.ts-1 .label-bg > div > div {
  left: 26.000000px;
}
#stacks_in_7307 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div {
  left: 0px;
}
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this label {
  -webkit-transform: translate(28px,0);
  transform: translate(28px,0);
}
#stacks_in_7307 .toggle-this:before {
  width: 66px;
  height: 38px;
  border-radius: 38px;
  top: -5px;
  left: -5px;
}
#stacks_in_7307 .toggle-this.ts-type-4:after {
  width: 96px;
}
#stacks_in_7307 .toggle-this.ts-type-2:before {
  width: 66px;
  height: 20px;
  border-radius: 20px;
  top: 4.000000px;
  left: -5px;
}


#stacks_in_7307 .toggle-this.ts-type-4,
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg,
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .right-color {
  width: 76px;
  height: 28px;
}
#stacks_in_7307 .toggle-this.ts-type-4 label,
#stacks_in_7307 .toggle-this.ts-type-4 label:after,
#stacks_in_7307 .toggle-this.ts-type-4 label:before {
  width: 28px;
  height: 28px;
}
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > div > div {
  width: 50.000000px;
  height: 43px;
}
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this.ts-type-4 label {
  -webkit-transform: translate(48px,0);
  transform: translate(48px,0);
}
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  line-height: 28px;
}
#stacks_in_7307 .toggle-this.ts-type-4:before {
  width: 86px;
  height: 38px;
  border-radius: 38px;
  top: -5px;
  left: -5px;
}
#stacks_in_7307 .toggle-this.ts-type-5, 
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg, 
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color, 
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 28px;
}
#stacks_in_7307 .toggle-this.ts-type-5:before {
  width: 38px;
}
#stacks_in_7307 .toggle-this.ts-type-2 .label-bg {
  height: 8.400001px;
  top: 9.800000px;
} 
/*  */
/*  */

/*  
TOGGLE
*/
#stacks_in_7307 .toggle-this label {
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}
#stacks_in_7307 .toggle-this label:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#stacks_in_7307 .toggle-this.ts-1 label:after {
  top: -1px;
}
#stacks_in_7307 .toggle-this.ts-2 label:after {
  border: 0px solid transparent; 
  top: 0px;
}
/*  
BACKGROUND
*/
#stacks_in_7307 .toggle-this .label-bg {
  top: 0px;
  left: 0px;
  border: 1px solid rgba(0,0,0,0.15);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_7307 .toggle-this .label-bg > .left-color,
#stacks_in_7307 .toggle-this .label-bg > .right-color {
  right: 0;
  left: auto;
  height: 100%;
  width: 75%;
  z-index: 1;
  -webkit-transition: width 150ms linear;
  transition: width 150ms linear;
}
#stacks_in_7307 .toggle-this .label-bg > .right-color {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#stacks_in_7307 .toggle-this .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  right: auto;
  left: 0;
}
#stacks_in_7307 .toggle-this .label-bg > .left-color > div {
  left: 0;
}
#stacks_in_7307 input[type="checkbox"] + .toggle-this  .label-bg > .left-color {
  width: 0%;
}
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this  .label-bg > .left-color {
  width: 75%;
}
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this  .label-bg > .right-color {
  width: 0%;
}
/*  
ICONS
*/
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 14.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
/*  */
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(1) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/*  
TEXT
*/
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .right-color {
  overflow: hidden;
}
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  content: "OFF";
  display: block;
  width: 100%;
  height: 100%;
  font-family: arial;
  font-size: 14.400001px;
  text-align: center;
}
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  content: "ON";
}
/*  
THIN
*/
#stacks_in_7307 .toggle-this.ts-type-2.ts-2 .label-bg {
  width: 90%;
  left: 5%;
} 
#stacks_in_7307 .toggle-this.ts-type-2.ts-3 {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
#stacks_in_7307 .toggle-this.ts-type-2.ts-3 label:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#stacks_in_7307 .toggle-this.ts-type-2.ts-3 label:after {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
/*
  CHECKBOX
*/
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .right-color {
  display: none;
}
#stacks_in_7307 .toggle-this.ts-type-5 label {
  display: none;
}
#stacks_in_7307 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 100%;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_7307 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this.ts-type-5  .label-bg > .left-color > div > span {
  opacity: 1;
}

#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 14.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  right: auto;
  left: 32%;
  top: 45%;
  margin: 0;
}
/*  */
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/* 
PRESETS
*/
#stacks_in_7307 .toggle-this.ts-2 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7307 .toggle-this.ts-2 .label-bg {
  border: 1px solid transparent;
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_7307 .toggle-this.ts-2 .label-bg > .left-color,
#stacks_in_7307 .toggle-this.ts-2 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7307 .toggle-this.ts-2 .label-bg > .left-color > div > span,
#stacks_in_7307 .toggle-this.ts-2 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_7307 .toggle-this.ts-2 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_7307 .toggle-this.ts-2 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_7307 .toggle-this.ts-2.ts-type-5 .label-bg > .left-color > div > span,
#stacks_in_7307 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color > div > span{
  left: 33%;
}


#stacks_in_7307 .toggle-this:before {
  content: "";
  position: absolute;
  z-index: 1;
}
#stacks_in_7307 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2),
    inset 0px -5px 5px rgba(0,0,0,0);
  box-shadow: inset 0px 5px 5px rgba(0,0,0,0.15),
    inset 0px -5px 5px rgba(255,255,255,0.4);
}
#stacks_in_7307 .toggle-this.ts-type-2.ts-3:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7307 .toggle-this.ts-3 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.10)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,.10) 0%, rgba(0,0,0,0) 100%);
}
#stacks_in_7307 .toggle-this.ts-3 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg > .left-color,
#stacks_in_7307 .toggle-this.ts-3 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7307 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg > .left-color > div > span,
#stacks_in_7307 .toggle-this.ts-3 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
/* 
COLORS
*/
#stacks_in_7307 .toggle-this.ts-3:after,
#stacks_in_7307 .toggle-this:before {
  background-color: rgba(0, 71, 137, 1.00); 
}
#stacks_in_7307 .toggle-this.ts-type-5.ts-3:after,
#stacks_in_7307 .toggle-this.ts-type-5:before {
  background-color: transparent;
}
#stacks_in_7307 .toggle-this .label-bg > .right-color,
#stacks_in_7307 .toggle-this.ts-2 .label-bg,
#stacks_in_7307 .toggle-this.ts-3 .label-bg,
#stacks_in_7307 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(128, 128, 128, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-2.ts-2 label:after {
  border: 1px solid rgba(0,0,0,0.15);
} 
#stacks_in_7307 .toggle-this label:after, 
#stacks_in_7307 .toggle-this label:before {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-5 label:after, 
#stacks_in_7307 .toggle-this.ts-type-5 label:before {
  background-color: transparent;
}
#stacks_in_7307 .toggle-this .label-bg > .left-color,
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this.ts-2 .label-bg,
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this.ts-3 .label-bg,
#stacks_in_7307 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span, 
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_7307 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  color: rgba(0, 71, 137, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2),
#stacks_in_7307 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  background: rgba(0, 71, 137, 1.00);
}
#stacks_in_7307 .toggle-this.ts-type-4.ts-1 .label-bg > .right-color > div:after {
}
#stacks_in_7307 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div:after {
}
#stacks_in_7307 .toggle-this.ts-type-4.ts-2 .label-bg > .right-color > div:after,
#stacks_in_7307 .toggle-this.ts-type-4.ts-2 .label-bg > .left-color > div:after {
  text-shadow: none;
}
/*  */
#stacks_in_7307 .toggle-this.ts-3 label:before,
#stacks_in_7307 .toggle-this:after,
#stacks_in_7307 .toggle-this,
#stacks_in_7307 .toggle-this .label-bg,
#stacks_in_7307 .toggle-this .label-bg > .left-color,
#stacks_in_7307 .toggle-this .label-bg > .right-color,
#stacks_in_7307 .toggle-this:before,
#stacks_in_7307 .toggle-this.ts-type-4:after ,
#stacks_in_7307 .toggle-this.ts-type-2:before,
#stacks_in_7307 .toggle-this.ts-type-4:before,
#stacks_in_7307 .toggle-this label,
#stacks_in_7307 .toggle-this label:after {
  border-radius: 4px;
}
/*  */
/*  */
/*  */
#stacks_in_7307 .toggle-this.ts-type-2.ts-3:after,
#stacks_in_7307 .toggle-this.ts-type-5.ts-3:after{
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7307 .toggle-this.ts-3 label:after {
  top: -1px;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
#stacks_in_7307 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg {
  border: 1px solid rgba(0,0,0,0.3);
}
#stacks_in_7307 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_7307 .toggle-this.ts-type-2.ts-3:before,
#stacks_in_7307 .toggle-this.ts-type-5.ts-3:before{
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_7307 .toggle-this.ts-3 label:after {
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.25)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 100%);
}
#stacks_in_7307 .toggle-this.ts-3 label:before {
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#stacks_in_7307 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.3);
}
/*  */
/*  
  TOGGLE STATES/ACTIONS
*/
/*  */
/*  */
/*  */
/*  */

/*  */
#stacks_in_7307 {
	background-color: rgba(0, 71, 137, 1.00);
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7310 {
	height: 20.00px;
}




























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



/* Color picker style settings */







	
	#stacks_in_7311 p,
	#stacks_in_7311 {
		
	}
	

	
	
	
	
	



#stacks_in_7311 p,
#stacks_in_7311 {
	margin-bottom: 0;
}


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7313 {
	height: 20.00px;
}




























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


#stacks_in_7314 ul.bulleted_list {
	
	list-style-type: none;
	
	
}






#stacks_in_7314 ul li i {
	display: none;
}





	














.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7321 {
	height: 20.00px;
}




























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


#stacks_in_7322 .rainbow-bar {
	overflow: hidden;
	
}

#stacks_in_7322 .rainbow-bar > span {
	display: block;
	height: 4px;
	
	/* SOLID COLORS MODE */
	width: 20%;
	float: left;
	
}


/* SOLID COLORS MODE */

#stacks_in_7322 .rainbow-bar > span:nth-child(1) {
	background-color: rgba(185, 128, 243, 1.00);
}

#stacks_in_7322 .rainbow-bar > span:nth-child(2) {
	background-color: rgba(108, 190, 248, 1.00);
}

#stacks_in_7322 .rainbow-bar > span:nth-child(3) {
	background-color: rgba(183, 219, 96, 1.00);
}

#stacks_in_7322 .rainbow-bar > span:nth-child(4) {
	background-color: rgba(253, 216, 101, 1.00);
}

#stacks_in_7322 .rainbow-bar > span:nth-child(5) {
	background-color: rgba(234, 100, 103, 1.00);
}



	

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7323 {
	height: 20.00px;
}




























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

.attention_stacks_in_7204 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}











#stacks_in_7204 {
	background-color: rgba(0, 71, 137, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  6px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7349 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7349 .foundry_column {
		margin-bottom: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7349 .foundry_column {
		margin-bottom: 40px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_7349 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_7349 .row.no-gutters > [class^="col-"],
  #stacks_in_7349 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  
















	#stacks_in_7358 > .container {
		max-width: 1140px;
	}










	#stacks_in_7358 > .container {
		border-radius: 0px;
	}

	


#stacks_in_7358 {
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7361 {
	height: 10.00px;
}




























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



/* Color picker style settings */







	
	#stacks_in_7339 p,
	#stacks_in_7339 {
		
	}
	

	
	
	
	
	



#stacks_in_7339 p,
#stacks_in_7339 {
	
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7372 {
	height: 10.00px;
}




























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


#stacks_in_7360 .rainbow-bar {
	overflow: hidden;
	
}

#stacks_in_7360 .rainbow-bar > span {
	display: block;
	height: 4px;
	
	/* SOLID COLORS MODE */
	width: 20%;
	float: left;
	
}


/* SOLID COLORS MODE */

#stacks_in_7360 .rainbow-bar > span:nth-child(1) {
	background-color: rgba(185, 128, 243, 1.00);
}

#stacks_in_7360 .rainbow-bar > span:nth-child(2) {
	background-color: rgba(108, 190, 248, 1.00);
}

#stacks_in_7360 .rainbow-bar > span:nth-child(3) {
	background-color: rgba(183, 219, 96, 1.00);
}

#stacks_in_7360 .rainbow-bar > span:nth-child(4) {
	background-color: rgba(253, 216, 101, 1.00);
}

#stacks_in_7360 .rainbow-bar > span:nth-child(5) {
	background-color: rgba(234, 100, 103, 1.00);
}



	

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7362 {
	height: 10.00px;
}




























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

#stacks_out_7342 {
	width: 52%;
}



/* Color picker style settings */







	
	#stacks_in_7356 p,
	#stacks_in_7356 {
		
	}
	

	
	
	
	
	



#stacks_in_7356 p,
#stacks_in_7356 {
	
}







	#stacks_in_7363 > .container {
		max-width: 1140px;
	}










	#stacks_in_7363 > .container {
		border-radius: 0px;
	}

	


#stacks_in_7363 {
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



#stacks_in_7348 {
	/* Fixes bug in FF and Chrome where spacing is added to the bottom of the Hover Image stack.  */
	line-height: 0;
}

#stacks_in_7348 figure > img {
	
	
}

#stacks_in_7348 .hi-content-wrap {
		display:table;
		width: 100%;
		
			
		
}

#stacks_in_7348 .hi-content-inner-wrap {
	display: table-cell;
	vertical-align: middle;
}

#stacks_in_7348 .hi-content {
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_7348 p.foundry_image_hover_paragraph {
	margin-bottom: 0;
}

#stacks_in_7348 .foundry_image_hover_img,
#stacks_in_7348 .foundry_image_hover_caption,
#stacks_in_7348 .foundry_image_hover_caption:before,
#stacks_in_7348 .foundry_image_hover_caption:after,
#stacks_in_7348 [class*=' imghvr-'],
#stacks_in_7348 [class^='imghvr-'],
#stacks_in_7348 [class*=' imghvr-']:before,
#stacks_in_7348 [class^='imghvr-']:before,
#stacks_in_7348 [class*=' imghvr-']:after,
#stacks_in_7348 [class^='imghvr-']:after {
	background-color: rgba(3, 117, 216, 0.00);
}

#stacks_in_7348 [class^='imghvr-'] figcaption,
#stacks_in_7348 [class^='imghvr-'] figcaption h5,
#stacks_in_7348 [class*=' imghvr-'] figcaption,
#stacks_in_7348 [class*=' imghvr-'] figcaption h5 {
	color: rgba(255, 255, 255, 1.00);
}


#stacks_in_7348 .foundry_image_hover_caption {
	/* Added to fix a Safari v16 rendering problem. */
	border: 1px solid transparent;
}




#stacks_out_7348 {
	width: 19%;
	margin-right:0;
}



/* Color picker style settings */







	
	#stacks_in_7346 p,
	#stacks_in_7346 {
		
	}
	

	
	
	
	
	



#stacks_in_7346 p,
#stacks_in_7346 {
	
}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7373 {
	height: 10.00px;
}




























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


#stacks_in_7371 .rainbow-bar {
	overflow: hidden;
	
}

#stacks_in_7371 .rainbow-bar > span {
	display: block;
	height: 4px;
	
	/* SOLID COLORS MODE */
	width: 20%;
	float: left;
	
}


/* SOLID COLORS MODE */

#stacks_in_7371 .rainbow-bar > span:nth-child(1) {
	background-color: rgba(185, 128, 243, 1.00);
}

#stacks_in_7371 .rainbow-bar > span:nth-child(2) {
	background-color: rgba(108, 190, 248, 1.00);
}

#stacks_in_7371 .rainbow-bar > span:nth-child(3) {
	background-color: rgba(183, 219, 96, 1.00);
}

#stacks_in_7371 .rainbow-bar > span:nth-child(4) {
	background-color: rgba(253, 216, 101, 1.00);
}

#stacks_in_7371 .rainbow-bar > span:nth-child(5) {
	background-color: rgba(234, 100, 103, 1.00);
}



	


#stacks_in_7370 img {
	
	
	display: inline-block;
	margin-bottom: 0px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_7370 img {
		
		
		width: 100%;
		height: auto;
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_7370 img {
		
		
		width: 75%;
		height: auto;
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7370 img {
		
		
		width: 70%;
		height: auto;
			
			
	}
}


#stacks_in_7370 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}










	#stacks_in_7117_2 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}




	#stacks_in_7117_2 > .container {
		box-shadow: 0 0 37px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_7117_2 > .container {
		border-radius: 9px;
	}

	
		#stacks_in_7117_2 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_7117_2 {
	background-color: rgba(224, 224, 224, 1.00);
}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #004789;
  background-color: #FFFFFF; }

.paragraph {
  color: #004789; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: blue;
  text-decoration: none; }
  a:focus, a:hover {
    color: #4d4dff;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Poppins;
  font-weight: 800;
  line-height: 3.2;
  color: #004789; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 20px;
  font-weight: 800; }

.display-1 {
  font-size: 140px;
  font-weight: 900; }

.display-2 {
  font-size: 100px;
  font-weight: 900; }

.display-3 {
  font-size: 80px;
  font-weight: 900; }

.display-4 {
  font-size: 70px;
  font-weight: 900; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fd8008; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 20px; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 20px; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 20px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 767px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #FFFFFF; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #147031; }

.table-hover .table-success:hover {
  background-color: #105a28; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #105a28; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #ffff0a; }

.table-hover .table-info:hover {
  background-color: #f0f000; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #f0f000; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fd8008; }

.table-hover .table-warning:hover {
  background-color: #ea7302; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ea7302; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #cc0000; }

.table-hover .table-danger:hover {
  background-color: #b30000; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #b30000; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 20px; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 1em;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.25rem; }
  input.input-sm[type="date"], .input-group-sm input.form-control[type="date"],
  input.input-sm[type="time"], .input-group-sm input.form-control[type="time"],
  input.input-sm[type="datetime-local"], .input-group-sm input.form-control[type="datetime-local"],
  input.input-sm[type="month"], .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input.input-lg[type="date"], .input-group-lg input.form-control[type="date"],
  input.input-lg[type="time"], .input-group-lg input.form-control[type="time"],
  input.input-lg[type="datetime-local"], .input-group-lg input.form-control[type="datetime-local"],
  input.input-lg[type="month"], .input-group-lg input.form-control[type="month"] {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 20px; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-top: 4px \9;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #118002; }

.has-success .form-control {
  border-color: #118002; }

.has-success .input-group-addon {
  color: #118002 !important;
  border-color: #118002;
  background-color: #66fc52; }

.has-success .form-control-feedback {
  color: #118002; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #fecc66; }

.has-warning .form-control {
  border-color: #fecc66; }

.has-warning .input-group-addon {
  color: #fecc66 !important;
  border-color: #fecc66;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #fecc66; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #fa0000; }

.has-danger .form-control {
  border-color: #fa0000; }

.has-danger .input-group-addon {
  color: #fa0000 !important;
  border-color: #fa0000;
  background-color: #ffc7c7; }

.has-danger .form-control-feedback {
  color: #fa0000; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  margin-bottom: 0.5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #004789;
  border-color: #004789; }
  .btn-primary:hover {
    color: #fff;
    background-color: #002d56;
    border-color: #00274c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #002d56;
    border-color: #00274c; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002d56;
    border-color: #00274c;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #001a32;
      border-color: #00050a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #004789;
    border-color: #004789; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #004789;
    border-color: #004789; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary.focus:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #999999;
  border-color: #999999; }
  .btn-info:hover {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: #7a7a7a;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #6e6e6e;
      border-color: #595959; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #999999;
    border-color: #999999; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #999999;
    border-color: #999999; }

.btn-success {
  color: #fff;
  background-color: #118002;
  border-color: #118002; }
  .btn-success:hover {
    color: #fff;
    background-color: #0a4e01;
    border-color: #094401; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0a4e01;
    border-color: #094401; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0a4e01;
    border-color: #094401;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #062b01;
      border-color: #000200; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #118002;
    border-color: #118002; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #118002;
    border-color: #118002; }

.btn-warning {
  color: #fff;
  background-color: #fecc66;
  border-color: #fecc66; }
  .btn-warning:hover {
    color: #fff;
    background-color: #febb33;
    border-color: #feb829; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #febb33;
    border-color: #feb829; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #febb33;
    border-color: #feb829;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #fdaf10;
      border-color: #e39901; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #fecc66;
    border-color: #fecc66; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #fecc66;
    border-color: #fecc66; }

.btn-danger {
  color: #fff;
  background-color: #fa0000;
  border-color: #fa0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c70000;
    border-color: #bd0000; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c70000;
    border-color: #bd0000; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c70000;
    border-color: #bd0000;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #a30000;
      border-color: #7b0000; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #fa0000;
    border-color: #fa0000; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #fa0000;
    border-color: #fa0000; }

.btn-primary-outline {
  color: #004789;
  background-image: none;
  background-color: transparent;
  border-color: #004789; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #004789;
    border-color: #004789; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #004789;
    border-color: #004789; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
    border-color: #007cef; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #007cef; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline.focus:disabled {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: #999999;
  background-image: none;
  background-color: transparent;
  border-color: #999999; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #999999;
    border-color: #999999; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #999999;
    border-color: #999999; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
    border-color: #cccccc; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #cccccc; }

.btn-success-outline {
  color: #118002;
  background-image: none;
  background-color: transparent;
  border-color: #118002; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #118002;
    border-color: #118002; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #118002;
    border-color: #118002; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
    border-color: #1ee404; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #1ee404; }

.btn-warning-outline {
  color: #fecc66;
  background-image: none;
  background-color: transparent;
  border-color: #fecc66; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #fecc66;
    border-color: #fecc66; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #fecc66;
    border-color: #fecc66; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: #ffeecb; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #ffeecb; }

.btn-danger-outline {
  color: #fa0000;
  background-image: none;
  background-color: transparent;
  border-color: #fa0000; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #fa0000;
    border-color: #fa0000; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #fa0000;
    border-color: #fa0000; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: #ff6161; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #ff6161; }

.btn-link {
  font-weight: normal;
  color: blue;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #4d4dff;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 20px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #004789;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004789;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group,
.btn-group-vertical {
  border-radius: 20px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: 20px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 20px; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 20px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: underline; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 20px 20px 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #FFFFFF;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 20px; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #004789; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 20px; } }
.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 20px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 767px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: underline; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 20px 20px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 20px 20px; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 20px 20px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 20px 20px; }

.card-primary {
  background-color: #004789;
  border-color: #004789; }

.card-success {
  background-color: #118002;
  border-color: #118002; }

.card-info {
  background-color: #999999;
  border-color: #999999; }

.card-warning {
  background-color: #fecc66;
  border-color: #fecc66; }

.card-danger {
  background-color: #fa0000;
  border-color: #fa0000; }

.card-primary-outline {
  background-color: transparent;
  border-color: #004789; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #999999; }

.card-success-outline {
  background-color: transparent;
  border-color: #118002; }

.card-warning-outline {
  background-color: transparent;
  border-color: #fecc66; }

.card-danger-outline {
  background-color: transparent;
  border-color: #fa0000; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 20px 20px 0 0; }

.card-img-bottom {
  border-radius: 0 0 20px 20px; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    -ms-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 20px; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 20px; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #003366;
    cursor: default;
    background-color: #6b836c;
    border-color: #6b836c; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #cccccc;
    cursor: not-allowed;
    background-color: #004789;
    border-color: #004789; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #004789;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #004789; }
  .page-link:focus, .page-link:hover {
    color: #f7000e;
    background-color: #6a836b;
    border-color: #004789; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: rgba(255, 255, 255, 0.25);
      border: 1px solid #004789;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #6a836b; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #cccccc;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, 0.25); }
  .pager .disabled > span {
    color: #cccccc;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, 0.25); }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #004789; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #002d56; }

.label-success {
  background-color: #118002; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #0a4e01; }

.label-info {
  background-color: #999999; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: gray; }

.label-warning {
  background-color: #fecc66; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #febb33; }

.label-danger {
  background-color: #fa0000; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c70000; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 20px; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 20px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #147031;
  border-color: #105a28;
  color: white; }
  .alert-success hr {
    border-top-color: #0c451e; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #ffff0a;
  border-color: #e5e500;
  color: #004789; }
  .alert-info hr {
    border-top-color: #cccc00; }
  .alert-info .alert-link {
    color: #002d56; }

.alert-warning {
  background-color: #fd8008;
  border-color: #ea7302;
  color: white; }
  .alert-warning hr {
    border-top-color: #d06702; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #cc0000;
  border-color: #b30000;
  color: white; }
  .alert-danger hr {
    border-top-color: #990000; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 20px; }

.progress-bar {
  height: 1rem;
  line-height: 1rem; }

.progress-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.progress-primary {
  background-color: #004789; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #004789; } }

.progress-success {
  background-color: #118002; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #118002; } }

.progress-info {
  background-color: #999999; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #999999; } }

.progress-warning {
  background-color: #fecc66; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #fecc66; } }

.progress-danger {
  background-color: #fa0000; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #fa0000; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #004789;
  border-color: #004789; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #56aeff; }

.list-group-item-success {
  color: white;
  background-color: #147031; }

a.list-group-item-success,
button.list-group-item-success {
  color: white; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: white;
    background-color: #105a28; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #ffffff;
    background-color: white;
    border-color: white; }

.list-group-item-info {
  color: #004789;
  background-color: #ffff0a; }

a.list-group-item-info,
button.list-group-item-info {
  color: #004789; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #004789;
    background-color: #f0f000; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #ffffff;
    background-color: #004789;
    border-color: #004789; }

.list-group-item-warning {
  color: white;
  background-color: #fd8008; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: white; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: white;
    background-color: #ea7302; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #ffffff;
    background-color: white;
    border-color: white; }

.list-group-item-danger {
  color: white;
  background-color: #cc0000; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: white; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: white;
    background-color: #b30000; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #ffffff;
    background-color: white;
    border-color: white; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-9by16 {
  padding-bottom: 177.7777777778%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2051;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid #004789;
  border-radius: 20px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(0, 51, 102, 0.5); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 1; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #004789; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 11px; }

.modal-footer {
  padding: 11px;
  text-align: right;
  border-top: 1px solid #004789; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.8; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #FECC66; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #FECC66; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #FECC66; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #FECC66; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #004789;
  text-align: center;
  background-color: #FECC66;
  border-radius: 20px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 19px 19px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 767px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #004789 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #002d56; }

.text-success {
  color: #118002 !important; }

a.text-success:focus, a.text-success:hover {
  color: #0a4e01; }

.text-info {
  color: #999999 !important; }

a.text-info:focus, a.text-info:hover {
  color: gray; }

.text-warning {
  color: #fecc66 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #febb33; }

.text-danger {
  color: #fa0000 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c70000; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #004789 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #002d56; }

.bg-success {
  color: #fff !important;
  background-color: #118002 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #0a4e01; }

.bg-info {
  color: #fff !important;
  background-color: #999999 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: gray; }

.bg-warning {
  color: #fff !important;
  background-color: #fecc66 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #febb33; }

.bg-danger {
  color: #fff !important;
  background-color: #fa0000 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c70000; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 766px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 767px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.featured_image {
  margin-bottom: 2rem;
  border-radius: 20px; }

.gallery_image {
  margin-bottom: 1rem;
  border-radius: 20px; }

p.featured_image_caption {
  margin-bottom: 2rem; }

.accordion_item {
  border-radius: 20px; }

.foundry-label > h3:before,
.foundry-label > h3:after {
  background: rgba(0, 0, 0, 0.1); }

ul.social_badges_container li a {
  border-radius: 20px; }

.foundry_icon i {
  border-radius: 20px; }

.icon_bar_wrapper {
  border-radius: 20px; }

ul.bulleted_list li i {
  line-height: 1.5; }

.label {
  margin-bottom: 0.5rem;
  /* Foundry addition */ }

.positioner_wrapper,
.foundry-base-margin {
  margin-bottom: 1rem; }

.foundry-footer {
  color: #004789; }

.foundry-footer a,
.foundry-footer a:visited {
  color: blue; }

.foundry-footer a:hover,
.foundry-footer a:active {
  color: #4d4dff; }

.foundry-accordion-title-bar-bg-primary a.accordion_toggle {
  background: #004789; }

.foundry-accordion-title-bar-bg-success a.accordion_toggle {
  background: #118002; }

.foundry-accordion-title-bar-bg-info a.accordion_toggle {
  background: #999999; }

.foundry-accordion-title-bar-bg-warning a.accordion_toggle {
  background: #fecc66; }

.foundry-accordion-title-bar-bg-danger a.accordion_toggle {
  background: #fa0000; }

pre.prettyprint {
  border-radius: 20px; }

.hi-content-wrap {
  line-height: 1.5; }

ul.lz-menu {
  border-radius: 20px; }

/*****************************************/
/*  Foundry Specific CSS                 */
/*****************************************/
/* End Edit Mode */
body.antialiased {
  -webkit-font-smoothing: antialiased; }

/* Site Background Styling Options - Background Image, Color Picker, or determined by theme. */
body {
  font-weight: 800; }

/* Header Font Sizing Options */
@media (max-width: 33.9em) {
  /* Mobile */
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  /* Tablet */
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  /* Desktop */
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 24px; } }

@media (min-width: 62em) {
  /* Widescreen */
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 24px; } }

.foundry-mask-primary-bg,
.foundry-primary-bg-color {
  background-color: #004789; }

.foundry-mask-success-bg,
.foundry-success-bg-color {
  background-color: #118002; }

.foundry-mask-info-bg,
.foundry-info-bg-color {
  background-color: #999999; }

.foundry-mask-warning-bg,
.foundry-warning-bg-color {
  background-color: #fecc66; }

.foundry-mask-danger-bg,
.foundry-danger-bg-color {
  background-color: #fa0000; }

.foundry-site-background {
  fill: #FFFFFF; }

@media (max-width: 47.9375em) {
  .foundry-paragraph-override {
    font-size: 14px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  .foundry-paragraph-override {
    font-size: 16px; } }

@media (min-width: 62em) {
  .foundry-paragraph-override {
    font-size: 16px; } }

.fdy-drop-zone {
  line-height: 1.5; }

#stacks_in_7117_4 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  5px;
}



	#stacks_in_7117_639 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_7117_639 .anchor {
	font-size: 24px;
	line-height: 24px;
}


/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Poppins Thin'), local('Poppins-Thin'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins Thin';
  font-style: normal;
  font-weight: 100;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Poppins Thin'), local('Poppins-Thin'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins ExtraLight';
  font-style: normal;
  font-weight: 200;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins Light';
  font-style: normal;
  font-weight: 300;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins Black';
  font-style: normal;
  font-weight: 900;
  src: url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Poppins Black'), local('Poppins-Black'),
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../rw_common/plugins/stacks/webfont-helper-poppins/poppins-v6-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}




body .stacks_top, body,
body .stacks_top h1,body .stacks_top h2,body .stacks_top h3,body .stacks_top h4,body .stacks_top h5,body .stacks_top h6,
body h1,body h2,body h3,body h4,body h5,body h6,
body .stacks_top p, body .stacks_top span,
body p, body span



{
  font-family: 'Poppins', Arial;
  
}

#stacks_in_7117_5 .webfont-helper-wrap, #stacks_in_7117_5 .webfont-helper-wrap > .out {
  display: none;
}





	#stacks_in_7117_631 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_7117_631 .anchor {
	font-size: 24px;
	line-height: 24px;
}


.walkies,
.walkies-nohtml5 {
  height: 3px;
  border: none;
  z-index: 500;
  color: rgba(128, 255, 8, 1.00);
  width: 100%;
  display: block
}

.walkies {
  background: rgba(0, 71, 137, 1.00);
}



div.walkies,
progress.walkies {
  position: fixed;
  top: 0;
}







progress.walkies {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

progress.walkies::-webkit-progress-bar {
  background-color: transparent
}

progress.walkies::-webkit-progress-value {
  background-color: rgba(128, 255, 8, 1.00)
}

progress.walkies::-moz-progress-bar {
  background-color: rgba(128, 255, 8, 1.00)
}

.walkies-nohtml5 {
  background: #eee
}

.walkies-nohtml5 span {
  width: 0;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: rgba(128, 255, 8, 1.00)
}

.animated .walkies-nohtml5 span {
  -webkit-transition: width .3s ease;
  transition: width .3s ease
}

@media print {
  div.walkies,
  progress.walkies {
    display: none;
  }
}





#stacks_in_7117_8 .progress-bar-wrapper {
	
		position: fixed;
		z-index: 805;
	
	width: 100%;
	overflow: hidden;
}


@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7117_8 .progress-bar-wrapper {
		bottom: 0px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7117_8 .progress-bar-wrapper {
		bottom: 0px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7117_8 .progress-bar-wrapper {
		bottom: 0px;
	}
}





/* The progress container (grey background) */
.progress-container {
  width: 100%;
	height: 11px;
	line-height: 11px;
  background: rgba(255, 255, 255, 0.00);
	
	box-shadow: inset 1px 0 3px rgba(0,0,0,0.3);
	
}

/* The progress bar (scroll indicator) */
.progress-bar {
	height: 11px;
	line-height: 11px;

	
	background: rgba(250, 0, 0, 1.00);
	
  width: 0%;
	
}

.progress-bar-text {
	height: 11px;
	line-height: 11px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	mix-blend-mode: overlay;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}

#stacks_in_7117_8 {
	background-color: rgba(0, 71, 137, 1.00);
}
/*  
GENERAL
*/
#stacks_in_7117_9,
#stacks_in_7117_9 .toggle-this-wrap-outer {
  width: 100%;
}
#stacks_in_7117_9 .toggle-this-wrap-outer,
#stacks_in_7117_9 .toggle-this-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
}
#stacks_in_7117_9 .toggle-this-wrap-inner {
  width: auto;
}
#stacks_in_7117_9 .toggle-this-wrap-inner > div {
  -ms-flex-item-align: center;
  align-self: center;
}
#stacks_in_7117_9 .toggle-this-wrap-inner .tt-label-left, #stacks_in_7117_9 .toggle-this-wrap-inner .tt-label-right {
  font-size: 16.000000px;
  line-height: 16.000000px;
}
/*  */
#stacks_in_7117_9 .toggle-this {
  margin: 10px 5px;
}
#stacks_in_7117_9 .toggle-this.ts-3 {
  margin: 10px 10px;
}
#stacks_in_7117_9 .toggle-this > * {
  z-index: 1;
}
#stacks_in_7117_9 .toggle-this:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 76px;
  height: 48px;
  border-radius: 48px;
  z-index: 0;
}

#stacks_in_7117_9 .toggle-this,
#stacks_in_7117_9 .toggle-this .label-bg,
#stacks_in_7117_9 .toggle-this .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this .label-bg > .right-color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 56px;
  height: 28px;
  border-radius: 28px;
}
#stacks_in_7117_9 .toggle-this .label-bg > div > div,
#stacks_in_7117_9 .toggle-this label,
#stacks_in_7117_9 .toggle-this label:after,
#stacks_in_7117_9 .toggle-this label:before {
  width: 28px;
  height: 28px;
}
#stacks_in_7117_9 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
}
#stacks_in_7117_9 .toggle-this label,
#stacks_in_7117_9 .toggle-this .label-bg,
#stacks_in_7117_9 .toggle-this label:after,
#stacks_in_7117_9 .toggle-this .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this .label-bg > .right-color,
#stacks_in_7117_9 .toggle-this .label-bg > div > div {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#stacks_in_7117_9 .toggle-this .label-bg > div > div {
  left: 21.000000px;
}
#stacks_in_7117_9 .toggle-this.ts-type-4.ts-1 .label-bg > div > div {
  left: 26.000000px;
}
#stacks_in_7117_9 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div {
  left: 0px;
}
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this label {
  -webkit-transform: translate(28px,0);
  transform: translate(28px,0);
}
#stacks_in_7117_9 .toggle-this:before {
  width: 66px;
  height: 38px;
  border-radius: 38px;
  top: -5px;
  left: -5px;
}
#stacks_in_7117_9 .toggle-this.ts-type-4:after {
  width: 96px;
}
#stacks_in_7117_9 .toggle-this.ts-type-2:before {
  width: 66px;
  height: 20px;
  border-radius: 20px;
  top: 4.000000px;
  left: -5px;
}


#stacks_in_7117_9 .toggle-this.ts-type-4,
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg,
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .right-color {
  width: 76px;
  height: 28px;
}
#stacks_in_7117_9 .toggle-this.ts-type-4 label,
#stacks_in_7117_9 .toggle-this.ts-type-4 label:after,
#stacks_in_7117_9 .toggle-this.ts-type-4 label:before {
  width: 28px;
  height: 28px;
}
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > div > div {
  width: 50.000000px;
  height: 43px;
}
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this.ts-type-4 label {
  -webkit-transform: translate(48px,0);
  transform: translate(48px,0);
}
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  line-height: 28px;
}
#stacks_in_7117_9 .toggle-this.ts-type-4:before {
  width: 86px;
  height: 38px;
  border-radius: 38px;
  top: -5px;
  left: -5px;
}
#stacks_in_7117_9 .toggle-this.ts-type-5, 
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg, 
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color, 
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 28px;
}
#stacks_in_7117_9 .toggle-this.ts-type-5:before {
  width: 38px;
}
#stacks_in_7117_9 .toggle-this.ts-type-2 .label-bg {
  height: 8.400001px;
  top: 9.800000px;
} 
/*  */
/*  */

/*  
TOGGLE
*/
#stacks_in_7117_9 .toggle-this label {
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}
#stacks_in_7117_9 .toggle-this label:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#stacks_in_7117_9 .toggle-this.ts-1 label:after {
  top: -1px;
}
#stacks_in_7117_9 .toggle-this.ts-2 label:after {
  border: 0px solid transparent; 
  top: 0px;
}
/*  
BACKGROUND
*/
#stacks_in_7117_9 .toggle-this .label-bg {
  top: 0px;
  left: 0px;
  border: 1px solid rgba(0,0,0,0.15);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_7117_9 .toggle-this .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this .label-bg > .right-color {
  right: 0;
  left: auto;
  height: 100%;
  width: 75%;
  z-index: 1;
  -webkit-transition: width 150ms linear;
  transition: width 150ms linear;
}
#stacks_in_7117_9 .toggle-this .label-bg > .right-color {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#stacks_in_7117_9 .toggle-this .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  right: auto;
  left: 0;
}
#stacks_in_7117_9 .toggle-this .label-bg > .left-color > div {
  left: 0;
}
#stacks_in_7117_9 input[type="checkbox"] + .toggle-this  .label-bg > .left-color {
  width: 0%;
}
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this  .label-bg > .left-color {
  width: 75%;
}
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this  .label-bg > .right-color {
  width: 0%;
}
/*  
ICONS
*/
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 14.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
/*  */
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(1) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/*  
TEXT
*/
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .right-color {
  overflow: hidden;
}
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  content: "OFF";
  display: block;
  width: 100%;
  height: 100%;
  font-family: arial;
  font-size: 14.400001px;
  text-align: center;
}
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  content: "ON";
}
/*  
THIN
*/
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-2 .label-bg {
  width: 90%;
  left: 5%;
} 
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-3 {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-3 label:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-3 label:after {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
/*
  CHECKBOX
*/
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .right-color {
  display: none;
}
#stacks_in_7117_9 .toggle-this.ts-type-5 label {
  display: none;
}
#stacks_in_7117_9 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 100%;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_7117_9 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this.ts-type-5  .label-bg > .left-color > div > span {
  opacity: 1;
}

#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 14.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  right: auto;
  left: 32%;
  top: 45%;
  margin: 0;
}
/*  */
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/* 
PRESETS
*/
#stacks_in_7117_9 .toggle-this.ts-2 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg {
  border: 1px solid transparent;
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg > .left-color > div > span,
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_7117_9 .toggle-this.ts-2.ts-type-5 .label-bg > .left-color > div > span,
#stacks_in_7117_9 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color > div > span{
  left: 33%;
}


#stacks_in_7117_9 .toggle-this:before {
  content: "";
  position: absolute;
  z-index: 1;
}
#stacks_in_7117_9 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2),
    inset 0px -5px 5px rgba(0,0,0,0);
  box-shadow: inset 0px 5px 5px rgba(0,0,0,0.15),
    inset 0px -5px 5px rgba(255,255,255,0.4);
}
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-3:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7117_9 .toggle-this.ts-3 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.10)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,.10) 0%, rgba(0,0,0,0) 100%);
}
#stacks_in_7117_9 .toggle-this.ts-3 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7117_9 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg > .left-color > div > span,
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
/* 
COLORS
*/
#stacks_in_7117_9 .toggle-this.ts-3:after,
#stacks_in_7117_9 .toggle-this:before {
  background-color: rgba(0, 71, 137, 1.00); 
}
#stacks_in_7117_9 .toggle-this.ts-type-5.ts-3:after,
#stacks_in_7117_9 .toggle-this.ts-type-5:before {
  background-color: transparent;
}
#stacks_in_7117_9 .toggle-this .label-bg > .right-color,
#stacks_in_7117_9 .toggle-this.ts-2 .label-bg,
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg,
#stacks_in_7117_9 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(128, 128, 128, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-2 label:after {
  border: 1px solid rgba(0,0,0,0.15);
} 
#stacks_in_7117_9 .toggle-this label:after, 
#stacks_in_7117_9 .toggle-this label:before {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-5 label:after, 
#stacks_in_7117_9 .toggle-this.ts-type-5 label:before {
  background-color: transparent;
}
#stacks_in_7117_9 .toggle-this .label-bg > .left-color,
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this.ts-2 .label-bg,
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this.ts-3 .label-bg,
#stacks_in_7117_9 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span, 
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  background-color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_7117_9 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  color: rgba(0, 71, 137, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2),
#stacks_in_7117_9 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  background: rgba(0, 71, 137, 1.00);
}
#stacks_in_7117_9 .toggle-this.ts-type-4.ts-1 .label-bg > .right-color > div:after {
}
#stacks_in_7117_9 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div:after {
}
#stacks_in_7117_9 .toggle-this.ts-type-4.ts-2 .label-bg > .right-color > div:after,
#stacks_in_7117_9 .toggle-this.ts-type-4.ts-2 .label-bg > .left-color > div:after {
  text-shadow: none;
}
/*  */
#stacks_in_7117_9 .toggle-this.ts-3 label:before,
#stacks_in_7117_9 .toggle-this:after,
#stacks_in_7117_9 .toggle-this,
#stacks_in_7117_9 .toggle-this .label-bg,
#stacks_in_7117_9 .toggle-this .label-bg > .left-color,
#stacks_in_7117_9 .toggle-this .label-bg > .right-color,
#stacks_in_7117_9 .toggle-this:before,
#stacks_in_7117_9 .toggle-this.ts-type-4:after ,
#stacks_in_7117_9 .toggle-this.ts-type-2:before,
#stacks_in_7117_9 .toggle-this.ts-type-4:before,
#stacks_in_7117_9 .toggle-this label,
#stacks_in_7117_9 .toggle-this label:after {
  border-radius: 4px;
}
/*  */
/*  */
/*  */
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-3:after,
#stacks_in_7117_9 .toggle-this.ts-type-5.ts-3:after{
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_7117_9 .toggle-this.ts-3 label:after {
  top: -1px;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
#stacks_in_7117_9 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg {
  border: 1px solid rgba(0,0,0,0.3);
}
#stacks_in_7117_9 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_7117_9 .toggle-this.ts-type-2.ts-3:before,
#stacks_in_7117_9 .toggle-this.ts-type-5.ts-3:before{
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_7117_9 .toggle-this.ts-3 label:after {
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.25)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 100%);
}
#stacks_in_7117_9 .toggle-this.ts-3 label:before {
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#stacks_in_7117_9 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.3);
}
/*  */
/*  
  TOGGLE STATES/ACTIONS
*/
/*  */
#stacks_in_7117_9 .toggle-this-inactive,
#stacks_in_7117_9 .toggle-this-active {
 display: none;
}
#stacks_in_7117_9 .tt-False.toggle-this-inactive {
  display: block;
}
#stacks_in_7117_9 .tt-True.toggle-this-active {
  display: block;
}
/*  */
/*  */
/*  */
/*  */

/*  */
#stacks_in_7117_9 {
	background-color: rgba(0, 71, 137, 1.00);
}
#stacks_out_7117_12,#stacks_in_7117_12{overflow:visible}

#stacks_in_7117_12 {
	background-color: rgba(0, 71, 137, 1.00);
}



.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7117_848 {
	height: 20.00px;
}




























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

#stacks_in_7117_17 {
	font-size: 200%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7117_849 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_7117_849 {
		display: none !important;
	}
}
#google_translate_element {
margin: 0 auto;
text-align: center;
display: block;
}
#google_translate_element a {
 color: rgba(0, 71, 137, 1.00) !important; 
}
.goog-te-gadget {
 color: rgba(0, 71, 137, 1.00) !important; 
}

.goog-te-combo {
color: rgba(255, 255, 255, 1.00) !important;
background: rgba(0, 71, 137, 1.00) !important;
border-radius: 50%;
}


/*
1.0.0
*/
.hlh-margin_stacks_in_7117_497 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_7117_497 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_7117_497[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_7117_497 > a,
.halo-hyperlink_stacks_in_7117_497 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_497 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}






.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-497-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_7117_497 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_7117_497 rect[fill^="url(#grad"] {
  opacity: 1.00;
}

.halo-hyperlink_stacks_in_7117_497 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_7117_515 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_7117_515 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.28);
  	-moz-transform: scale(1.28);
  	-o-transform: scale(1.28);
	-ms-transform: scale(1.28);
	transform: scale(1.28);
	z-index:1}
	
.linkpop_stacks_in_7117_515 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_7117_515 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_7117_515 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_7117_515 {
	display:none}	

.linkpop_stacks_in_7117_515 a:link, .linkpop_stacks_in_7117_515 a:visited, .linkpop_stacks_in_7117_515 a:hover, .linkpop_stacks_in_7117_515 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_7117_515 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_7117_515 span.jQshadpop_stacks_in_7117_515 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */
#stacks_out_7117_22 {
	margin-left:0;
}

#stacks_in_7117_23 {
	font-size: 200%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7117_851 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_7117_851 {
		display: none !important;
	}
}
/*
v1.2.0
 */
#ls2_stacks_in_7117_451 {
 position: relative;
}
#ls2_stacks_in_7117_451 * {
  box-sizing: border-box;
}

#ls2_stacks_in_7117_451.ls2-loading {
 position: relative;
 cursor: wait;
 opacity: 0.75;
}
#ls2_stacks_in_7117_451.ls2-loading * {
  pointer-events: none;
}

#ls2_stacks_in_7117_451 *:focus {outline:none;}
.searchingstacks_in_7117_451 .stacks_top,
.searchingstacks_in_7117_451 .stacks_in,
.searchingstacks_in_7117_451 .stacks_out {
  overflow: visible;
}
#ls2_stacks_in_7117_451 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
#stacks_in_7117_451_tipue_search_input[list]::-webkit-calendar-picker-indicator { display: none !important;}
.stacks_in_7117_451_pages { display: none;}
#stacks_in_7117_451_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: auto;
  line-height: 1;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
  padding: 6px 12px 6px 32px;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #525252;
}
.live-search-results {
  position: relative;
}
.live-search-results #stacks_in_130189_tipue_search_content {
  top: 0;
  left: 0;
}
#ls2_stacks_in_7117_451 .ls-input-wrap {
  position: relative;
  z-index: 1;
}
#ls2_stacks_in_7117_451.searchingstacks_in_7117_451 .ls-input-wrap,
.searchingstacks_in_7117_451 #ls2_stacks_in_7117_451 .ls-input-wrap,
.searchingstacks_in_7117_451 .ls-input-wrap {
  z-index: 10000;
}
#ls2_stacks_in_7117_451 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}
#ls2_stacks_in_7117_451 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_7117_451 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_7117_451 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
#ls2_stacks_in_7117_451 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}
#stacks_in_7117_451_tipue_search_content,
.live-search-content {
  display: none;
  min-height: 80px;
  position: absolute;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  overflow: visible !important;
  height: auto !important;
}
#ls2_stacks_in_7117_451 form {
  
}
#ls2_stacks_in_7117_451 form > svg,
.live-search-form > svg {
  height: 32px;
  width: 16px;
  fill: #999;
  position: absolute;
  left: 13px;
  text-align: right;
  top: 0px;
  z-index: 10001;
  
}
#ls2_stacks_in_7117_451 form .live-search-submit {
  display: none;
}
#ls2_stacks_in_7117_451 .ls-input-wrap {
  display: flex;
  width: 100%;
}
#ls2_stacks_in_7117_451 .ls-input-options {
  position: relative;
  flex: 1;
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
  color: #999999;
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match + .ls-match {
  right: 40px;
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match + .ls-match + .ls-match {
  right: 66px;
}
#ls2_stacks_in_7117_451 .ls-input-options  > .ls-match svg {
  width: 24px;
  pointer-events: none;
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match.ls-option-enabled {
  opacity: 1;
  color: #525252;
}
@media (hover: hover) {
  #ls2_stacks_in_7117_451 .ls-input-options > .ls-match:hover {
    color: #525252;
  }
}
#stacks_in_7117_451_live-search input:placeholder-shown ~ button[type="reset"]  {
  opacity: 0;
  pointer-events: none;
}
#stacks_in_7117_451_live-search button[type="reset"] {
  outline: none;
  border: 0px solid transparent;
  background: transparent;
}
/**/
#ls2_stacks_in_7117_451 form > svg,
.live-search-form > svg {
  width: 20px;
  height: calc(20px + 2px + 6px * 2 + 6px * 2);
  left: calc(12px + 6px);
  fill: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match {
  right: 12px;
  color: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match.ls-option-enabled {
  color: rgba(82, 82, 82, 1.00);
}
@media (hover: hover) {
  #ls2_stacks_in_7117_451 .ls-input-options > .ls-match:hover {
    color: rgba(82, 82, 82, 1.00);
  }
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match + .ls-match {
  right: calc(20px * 1.5 + 12px + 20px/4);
}
#ls2_stacks_in_7117_451 .ls-input-options > .ls-match + .ls-match + .ls-match {
  right: calc(20px * 1.5 * 2 + 12px + 20px/4);
}
#ls2_stacks_in_7117_451 .ls-input-options  > .ls-match svg {
  width: calc(20px * 1.5);
}
#stacks_in_7117_451_tipue_search_input,
.live-search-input {
  font-size: 20px;
  font-family: inherit;
  border-radius: 32px;
  border-color: rgba(15, 128, 255, 1.00);
  color: rgba(82, 82, 82, 1.00);
  border-width: 6px;
  background-color: rgba(255, 255, 255, 1.00);
  padding: 6px 12px;
}
/*  */
#stacks_in_7117_451_tipue_search_input,
.live-search-input {
  padding-left: calc(12px + 20px + 20px/4);
}
/*  */
#ls2_stacks_in_7117_451 form .live-search-submit:hover {
   background: #1E8FFF;
   color: #FFFFFF;
}
#ls2_stacks_in_7117_451 form .live-search-submit:active {
   background: #0071F0;
   color: #F0F0F0;
}
/**/
#ls2_stacks_in_7117_451 form .live-search-submit {
  font-size: 20px;
  line-height: 1;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 32px 32px 0;
  border-width: 0;
  background: #0F80FF;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ls2_stacks_in_7117_451.ls2-can-submit form .live-search-submit {
  pointer-events: auto;
}
#ls2_stacks_in_7117_451 form .live-search-submit svg {
  width: 20px;
  fill: currentColor;
  margin-right: calc(20px/4);
  
}
#stacks_in_7117_451_tipue_search_input,
.live-search-input {
  border-radius: 32px 0 0 32px;
  border-width: 6px 0 6px 6px;
}
/**/
#ls2_stacks_in_7117_451 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_7117_451 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(153, 153, 153, 1.00);
  opacity:  1;
}
#ls2_stacks_in_7117_451 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(153, 153, 153, 1.00);
  opacity:  1;
}
#ls2_stacks_in_7117_451 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(153, 153, 153, 1.00);
}
#ls2_stacks_in_7117_451 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: rgba(153, 153, 153, 1.00);
}
/**/
/**/
.tipue_search_content_title {
  font-size: 120%;
}
/**/
/**/
#stacks_in_7117_451_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
  pointer-events: none;
}
.searchingstacks_in_7117_451 #stacks_in_7117_451_tipue_search_content,
.searchingstacks_in_7117_451 .live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
  pointer-events: auto;
}
#stacks_in_7117_451_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_7117_451_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
#stacks_in_7117_451_tipue_search_content,
.live-search-content {
  padding: 0px;
}
.searchingstacks_in_7117_451 #stacks_in_7117_451_tipue_search_content,
.searchingstacks_in_7117_451 .live-search-content {
  padding: 16px;
  margin: 20px 0px !important;
}
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_7117_451_tipue_search_content .h01,
.live-search-content .h01 {
  background: yellow;
  color: black;
}
mark {
  background: yellow;
  color: black;
}
mark:focus {
  background: orange;
  color: black;
}
.ls2-finder {
  z-index: 9999;
  background: #e3e3e3;
  border: 1px solid #ccc;
  color: black;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}
.ls2-finder {
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 0 0 0 4px;
  gap: 2px;
}
.ls2-finder button,
.ls2-finder span {
  font-size: 14px;
  color: #555;
  padding-right: 6px;
  line-height: 18px;
}
.ls2-finder button {
  background: transparent;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
.ls2-finder button:active {
  background: #ddd;
}
.ls2-finder button svg {
  display: block;
}
.ls2-score {
  opacity: 0.7;
  font-style:italic;
  font-weight: 400;
}
.tipue_search_results {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.searchingstacks_in_7117_451 #stacks_in_7117_451_tipue_search_content,
.searchingstacks_in_7117_451 .live-search-content {
  display: block !important;
}
#stacks_in_7117_451_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_7117_451_tipue_search_warning {
display: block;
}
#stacks_in_7117_451_tipue_search_content .tipue_search_result,
.live-search-content .tipue_search_result {
  position: relative;
  cursor: pointer;
}
#stacks_in_7117_451_tipue_search_content .tipue_search_result:hover:after,
.live-search-content .tipue_search_result:hover:after {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: -8px;
  right: -16px;
  background: rgba(0,0,0,0.05);
}
.tipue_search_content_title {
  margin-top: 16px;
}
.tipue_search_content_url a,
.tipue_search_content_title a {
  text-decoration: none;
  line-height: 1.1;
}
.tipue_search_content_url {
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  hyphens: auto;
  margin-top: 0px;
  line-height: 1.3;
}
.tipue_search_content_debug {
  margin: 5px 0;
}
#stacks_in_7117_451_tipue_search_foot {
  margin: auto 0 16px 0;
}
#stacks_in_7117_451_tipue_search_foot_boxes {
  padding: 0;
  margin: 32px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#stacks_in_7117_451_tipue_search_foot_boxes ul,
#stacks_in_7117_451_tipue_search_foot_boxes li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#stacks_in_7117_451_tipue_search_foot_boxes li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#stacks_in_7117_451_tipue_search_foot_boxes li svg {
  width: 32px;
  padding: 0 7px;
  height: 32px;
}
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li:not(.current):not(.tipue_search_foot_box_disabled) {
  cursor: pointer;
}
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li.tipue_search_foot_box_disabled,
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li.current,
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li a {
  padding: 0px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #525252;
  border-radius: 16px;
  margin-right: 4px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li.tipue_search_foot_box_disabled {
  opacity: 0.3;
  pointer-events: none;
}
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li a svg {
  pointer-events: none;
  color: #525252;
}
#stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li.current {
  background: #4182EA;
  color: #FFFFFF;
}
@media (hover: hover) {
  #stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li a:hover,
  #stacks_in_7117_451_tipue_search_foot #stacks_in_7117_451_tipue_search_foot_boxes li a:hover svg {
    color: #4182EA;
  }
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: rgba(82, 82, 82, 1.00);
}
.tipue_search_spinner {
	width: 100%;
	position: absolute;
	color: rgba(82, 82, 82, 1.00);
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
  grid-template-columns: 1fr 30px 80px;
  justify-content: space-between;
  align-items: center;
  grid-gap: 12px;
}
.tipue_search_spinner .ts-count-wrap {
  text-align: left;
	padding: 16px 16px 16px 0px;
}
#stacks_in_7117_451_tipue_search_results_count{
  padding-bottom: 16px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_7117_451_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_7117_451_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 4px;
}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}
#ls2_stacks_in_7117_451 .live-search-language,
#ls2_stacks_in_7117_451 .additional-pages,
#ls2_stacks_in_7117_451 .excluded-pages {
  display: none;
}

#slice_mez_7117_453 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_7117_453.selected {
  border-color: #2680fc !important;
}
#slice_mez_7117_453 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_7117_453 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_7117_453 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_7117_453.hidden > #stacks_in_7117_453 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_7117_455 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_7117_455.selected {
  border-color: #2680fc !important;
}
#slice_mez_7117_455 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_7117_455 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_7117_455 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_7117_455.hidden > #stacks_in_7117_455 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_7117_691 {
	height: 40.00px;
}




























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



#stacks_in_7117_195 {
	/* Fixes bug in FF and Chrome where spacing is added to the bottom of the Hover Image stack.  */
	line-height: 0;
}

#stacks_in_7117_195 figure > img {
	
	
}

#stacks_in_7117_195 .hi-content-wrap {
		display:table;
		width: 100%;
		
			
		
}

#stacks_in_7117_195 .hi-content-inner-wrap {
	display: table-cell;
	vertical-align: middle;
}

#stacks_in_7117_195 .hi-content {
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_7117_195 p.foundry_image_hover_paragraph {
	margin-bottom: 0;
}

#stacks_in_7117_195 .foundry_image_hover_img,
#stacks_in_7117_195 .foundry_image_hover_caption,
#stacks_in_7117_195 .foundry_image_hover_caption:before,
#stacks_in_7117_195 .foundry_image_hover_caption:after,
#stacks_in_7117_195 [class*=' imghvr-'],
#stacks_in_7117_195 [class^='imghvr-'],
#stacks_in_7117_195 [class*=' imghvr-']:before,
#stacks_in_7117_195 [class^='imghvr-']:before,
#stacks_in_7117_195 [class*=' imghvr-']:after,
#stacks_in_7117_195 [class^='imghvr-']:after {
	background-color: rgba(204, 204, 204, 0.00);
}

#stacks_in_7117_195 [class^='imghvr-'] figcaption,
#stacks_in_7117_195 [class^='imghvr-'] figcaption h5,
#stacks_in_7117_195 [class*=' imghvr-'] figcaption,
#stacks_in_7117_195 [class*=' imghvr-'] figcaption h5 {
	color: rgba(0, 71, 137, 1.00);
}


#stacks_in_7117_195 .foundry_image_hover_caption {
	/* Added to fix a Safari v16 rendering problem. */
	border: 1px solid transparent;
}




#stacks_in_7117_195 {
	background-color: rgba(204, 204, 204, 0.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_7117_195 {
	width: 40%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7117_693 {
	height: 20.00px;
}




























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

#stacks_out_7117_32 {
	margin-right:0;
}

#stacks_in_7117_33 {
	font-size: 200%;
}
/* @group Page */

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

/* @end */

/* @group Share Button */

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


#socialPopupTriggerButtonstacks_in_7117_34 {
	position: fixed;
	top: 10.00%;
	left: 2.00%;
	cursor: pointer;
	z-index: 999;
}





#socialPopupTriggerButtonstacks_in_7117_34 {
	display: none;
}


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

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

#socialPopupTriggerButtonstacks_in_7117_34 #socialPopupTriggerButtonBorderstacks_in_7117_34 {
	border: 2px solid #CDCDCD;
	background: #FFFFFF;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	height: 50px;
	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_7117_34:hover #socialPopupTriggerButtonBorderstacks_in_7117_34 {
	border: 2px solid #999999;
	background: #FFFFFF;
}


#socialPopupTriggerButtonstacks_in_7117_34:hover #socialPopupTriggerButtonBorderstacks_in_7117_34 {
	padding-right: 15px;
}




#socialPopupTriggerButtonstacks_in_7117_34 #socialPopupTriggerButtonIconstacks_in_7117_34 [class^="fa fa-"] {
	color: #333333;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	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_7117_34:hover #socialPopupTriggerButtonBorderstacks_in_7117_34 [class^="fa fa-"] {
	color: #333333;
}

#socialPopupTriggerButtonstacks_in_7117_34 #socialPopupTriggerButtonTextstacks_in_7117_34 {
	color: #333333;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	max-width: 0px;
	overflow: hidden;
	line-height: 50px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}




#socialPopupTriggerButtonstacks_in_7117_34:hover #socialPopupTriggerButtonTextstacks_in_7117_34 {
	max-width: 300px;
	color: #333333;
}


/* @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: 19991;
	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: 1999;
	opacity: 0;
	background: #004789;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

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

/* Content styles */
#socialPopupModalContentstacks_in_7117_34 {
	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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	transition: all 1000ms;
}

.socialPopupModalShow.socialPopupModalEffect-4 #socialPopupModalContentstacks_in_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 h3,
.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_7117_34 {
	background: transparent;
}

.socialPopupModalShow.socialPopupModalEffect-12 #socialPopupModalContentstacks_in_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	-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_7117_34 {
	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_7117_34 [class^="fa fa-"] {
	color: #FFFFFF;
	transition: all ease-in-out 300ms;
}

#sociableCloseButtonstacks_in_7117_34:hover,
#sociableCloseButtonstacks_in_7117_34: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_7117_34 {
	-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_7117_34 {
	display: block;
}

.modalScrolled #radioactiveScrollIndicatorstacks_in_7117_34 {
	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: 1999;
	position: relative;
}

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

.socialIconArray div {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 100px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	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: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

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

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

/* Sub headings */

.socialIconArray .subheading {
	margin-top: 15px;
	padding-top: 15px;
	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: block;
}

/* @end */

/* @group Print Styling */

@media print {
	#socialPopupstacks_in_7117_34,
	#socialPopupModalOverlaystacks_in_7117_34,
	#socialPopupTriggerButtonstacks_in_7117_34 {
		display: none !important;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//*
1.0.0
*/
.hlh-margin_stacks_in_7117_517 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_7117_517 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_7117_517[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_7117_517 > a,
.halo-hyperlink_stacks_in_7117_517 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_517 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-517-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_7117_517 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_7117_517 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_7117_518 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_7117_518 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.20);
  	-moz-transform: scale(1.20);
  	-o-transform: scale(1.20);
	-ms-transform: scale(1.20);
	transform: scale(1.20);
	z-index:1}
	
.linkpop_stacks_in_7117_518 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_7117_518 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_7117_518 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_7117_518 {
	display:none}	

.linkpop_stacks_in_7117_518 a:link, .linkpop_stacks_in_7117_518 a:visited, .linkpop_stacks_in_7117_518 a:hover, .linkpop_stacks_in_7117_518 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_7117_518 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_7117_518 span.jQshadpop_stacks_in_7117_518 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */
#stacks_in_7117_40 {
	font-size: 200%;
}
 :root{--mejs-background:#000;--mejs-color:#fff;--mejs-controls:url('https://www.furmentality.life/rw_common/plugins/stacks/mejs-controls.svg')}.stacks_in_7117_41{width:100%;text-align:center;}.stacks_in_7117_41 div:focus{outline:none}.stacks_in_7117_41 .html5audio,.stacks_in_7117_41 audio.html5audio{outline:none;margin:0 auto;display:block;min-height:40px;width:100% !important;height:auto;}.stacks_in_7117_41 .html5audio.mejs-ted,.stacks_in_7117_41 .html5audio.mejs-wmp,.stacks_in_7117_41 audio.html5audio.mejs-ted,.stacks_in_7117_41 audio.html5audio.mejs-wmp{min-height:65px}.stacks_in_7117_41 button{box-shadow:none;border-width:0;border-style:none}.stacks_in_7117_41 .mejs__container .mejs__overlay-play,.stacks_in_7117_41 .mejs__container .mejs__overlay-loading{}.stacks_in_7117_41 .mejs__container .mejs__controls{background:#004789;background:linear-gradient(#004789,#3279BB);}.stacks_in_7117_41 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total{background:#B3B3B3;background:linear-gradient(#B3B3B3,#CCCCCC);}.stacks_in_7117_41 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-loaded{background:#CCCCCC;background:linear-gradient(#CCCCCC,#FEFEFE);}.stacks_in_7117_41 .mejs__container .mejs__controls .mejs__time-rail .mejs__time-total .mejs__time-current{background:#CC0000;background:linear-gradient(#CC0000,#7C0000);} 

#stacks_in_7117_41 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_7117_41 {
	width: 89%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_7117_42 {
	height: 20.00px;
}




























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

#stacks_in_7117_44 {
	font-size: 200%;
}









	#stacks_in_7117_45 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}




	#stacks_in_7117_45 > .container {
		box-shadow: 0 0 32px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_7117_45 > .container {
		border-radius: 20px;
	}

	
		#stacks_in_7117_45 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_7117_45 {
	background-color: rgba(0, 71, 137, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}






	#stacks_in_7117_49 > .container {
		max-width: 1140px;
	}







	#stacks_in_7117_49 > .container {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_7117_49 > .container {
		border-radius: 0px;
	}

	

#cookiejar_stacks_in_7117_51{padding:2px;background-color:rgba(255, 255, 10, 0.00)}




	#stacks_in_7117_53 .alert {
		margin-bottom: 0;
	}



	#stacks_in_7117_53 .alert {
		border-radius: 0 !important;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}



	#stacks_in_7117_53 .alert.alert-custom {
		background-color: rgba(102, 204, 255, 1.00);
		border-color: rgba(96, 193, 242, 1.00);
		color: rgba(0, 71, 137, 1.00);
	}

	#stacks_in_7117_53 h4.alert-custom-header {
		color: rgba(0, 71, 137, 1.00);
	}

	#stacks_in_7117_53 .close {
		color: rgba(232, 0, 0, 1.00);
		opacity: 0.2;
	}

	#stacks_in_7117_53 .close:hover {
		opacity: 0.5;
	}


#stacks_in_7117_53 {
	background-color: rgba(102, 204, 255, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7117_57 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_7117_57 {
		display: none !important;
	}
}
#stacks_in_7117_58 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_7117_58 .jwresp_col{float:none} #stacks_in_7117_58 #jwresp_col2_stacks_in_7117_58{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_7117_58 #jwresp_col1_stacks_in_7117_58,#stacks_in_7117_58 #jwresp_col3_stacks_in_7117_58{width:32%}#stacks_in_7117_58 #jwresp_col1_stacks_in_7117_58{float:left}#stacks_in_7117_58 #jwresp_col3_stacks_in_7117_58{float:right} @media screen and (max-width:770px){#stacks_in_7117_58 #jwresp_col1_stacks_in_7117_58,#stacks_in_7117_58 #jwresp_col3_stacks_in_7117_58{margin-bottom:20px}#stacks_in_7117_58 #jwresp_col1_stacks_in_7117_58{width:49%}#stacks_in_7117_58 #jwresp_col3_stacks_in_7117_58{width:49%}#stacks_in_7117_58 #jwresp_col2_stacks_in_7117_58{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_7117_58 #jwresp_col1_stacks_in_7117_58,#stacks_in_7117_58 #jwresp_col3_stacks_in_7117_58,#stacks_in_7117_58 #jwresp_col2_stacks_in_7117_58{float:none;width:100%;display:block}#stacks_in_7117_58 #jwresp_col1_stacks_in_7117_58,#stacks_in_7117_58 #jwresp_col3_stacks_in_7117_58{margin-bottom:20px}} 

#stacks_in_7117_58 {
	background-color: rgba(204, 204, 204, 0.00);
}
/*
1.0.0
*/
.hlh-margin_stacks_in_7117_641 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_7117_641 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_7117_641[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_7117_641 > a,
.halo-hyperlink_stacks_in_7117_641 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_641 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-641-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_7117_641 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_7117_641 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_7117_642 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_7117_642 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.20);
  	-moz-transform: scale(1.20);
  	-o-transform: scale(1.20);
	-ms-transform: scale(1.20);
	transform: scale(1.20);
	z-index:1}
	
.linkpop_stacks_in_7117_642 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_7117_642 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_7117_642 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_7117_642 {
	display:none}	

.linkpop_stacks_in_7117_642 a:link, .linkpop_stacks_in_7117_642 a:visited, .linkpop_stacks_in_7117_642 a:hover, .linkpop_stacks_in_7117_642 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_7117_642 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_7117_642 span.jQshadpop_stacks_in_7117_642 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  *//*
1.0.0
*/
.hlh-margin_stacks_in_7117_645 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_7117_645 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_7117_645[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_7117_645 > a,
.halo-hyperlink_stacks_in_7117_645 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_645 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-645-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_7117_645 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_7117_645 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_7117_646 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_7117_646 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.20);
  	-moz-transform: scale(1.20);
  	-o-transform: scale(1.20);
	-ms-transform: scale(1.20);
	transform: scale(1.20);
	z-index:1}
	
.linkpop_stacks_in_7117_646 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_7117_646 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_7117_646 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_7117_646 {
	display:none}	

.linkpop_stacks_in_7117_646 a:link, .linkpop_stacks_in_7117_646 a:visited, .linkpop_stacks_in_7117_646 a:hover, .linkpop_stacks_in_7117_646 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_7117_646 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_7117_646 span.jQshadpop_stacks_in_7117_646 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */




#stacks_in_7117_68 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_7117_68 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_7117_68 #stacks_in_7117_68-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(0, 71, 137, 1.00);
	

	

	

}


#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(0, 71, 137, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		left: 50%;
		transform: translate(-50%, 0);
		top: 20px;
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal:hover {
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(232, 0, 0, 1.00);
}





	#stacks_in_7117_68 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_7117_68 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_7117_68 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal i {
		font-size: 50px;
	}

	#stacks_in_7117_68 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_7117_68 .close-stacks_in_7117_68-animatedModal i {
		font-size: 50px;
	}

	#stacks_in_7117_68 .mega-modal-content {
		padding-top: 100px;
	}	
}

#stacks_in_7117_68 {
	background-color: rgba(255, 255, 255, 0.00);
	padding:  10px;
}



/* Color picker style settings */







	
	#stacks_in_7117_438 p,
	#stacks_in_7117_438 {
		
	}
	

	
	
	
	
	



#stacks_in_7117_438 p,
#stacks_in_7117_438 {
	
}


#stacks_in_7117_438 {
	background-color: rgba(204, 204, 204, 1.00);
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7117_73 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_7117_73 {
		display: none !important;
	}
}
@media only screen and (min-width:0px){#stacks_in_7117_74{}}


.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7117_77 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_7117_77 {
		display: none !important;
	}
}
/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_7117_78 .axyn_img_fit {
   box-sizing: border-box;
	overflow: hidden;
	
        max-width: 202px;
        
	
	
	
		padding: 7px;
		
		padding-bottom: 12px;
 		
		padding-right: 12px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_7117_78 img.imageStyle {
    
    object-fit: fill;
    object-position: top center;
    height: auto;
    width: 200px;
    
}

#stacks_in_7117_78 img.imageStyle {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: rgba(0, 66, 176, 1.00)rgba(0, 66, 176, 1.00) rgba(0, 66, 176, 1.00) rgba(0, 66, 176, 1.00) ;
}




#stacks_in_7117_78 img.imageStyle {
  filter: drop-shadow(5px 5px 5px rgba(121, 121, 121, 1.00)) ;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(121, 121, 121, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_7117_78 .axyn_img_fit, #stacks_in_7117_78 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}

#stacks_in_7117_78 .axyn_img_fit, #stacks_in_7117_78 img.imageStyle {
    border-radius: 8px 8px 8px 8px;
    
}



.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_7117_81 {
	height: 10.00px;
}




























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









	#stacks_in_7117_86 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}




	#stacks_in_7117_86 > .container {
		box-shadow: 0 0 37px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_7117_86 > .container {
		border-radius: 9px;
	}

	
		#stacks_in_7117_86 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_7117_86 {
	background-color: rgba(224, 224, 224, 1.00);
}


#stacks_in_7117_88 .mm_site_title h1,
#stacks_in_7117_88 .mm_site_title h1 a,
#stacks_in_7117_88 .mobile_mm_site_title h1,
#stacks_in_7117_88 .mobile_mm_site_title h1 a {
	color: rgba(255, 255, 10, 1.00);
	font-size: 24px;
	
	font-weight: 800;
	font-style: normal;
}

/*#stacks_in_7117_88 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_7117_88 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_7117_88 .mobile-toggle-site-title a,
#stacks_in_7117_88 .mobile-toggle-site-title a:visited,
#stacks_in_7117_88 .mobile-toggle-site-title a:hover,
#stacks_in_7117_88 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_7117_88 .nav a.mm-plain-link,
#stacks_in_7117_88 a.link-group-item {
	text-decoration: none;
	font-weight: 600;
}

#stacks_in_7117_88 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_7117_88 .nav-sticky-container {
		transition-duration: 300ms;
		transition-property: background-color;
		/* Possible fix for FF & Chrome Bug in Win10 when using Drop Downs. */
		position: absolute;
		width: 100%;
		/* End Fix */
		background: rgba(255, 255, 255, 0.09);
		z-index: 100;
		
		-webkit-backdrop-filter: saturate(170%) blur(15px);
	backdrop-filter: saturate(170%) blur(15px);
		
		
		border-width: 1px;
		border-style: solid;
		border-color: rgba(102, 204, 255, 1.00);
		
	}

	
	#stacks_in_7117_88 .nav-sticky-container {
		box-shadow: 0 18px 20px rgba(0, 51, 102, 0.80);
	}
	

	#stacks_in_7117_88 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_7117_88 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_7117_88 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_7117_88 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(0, 71, 137, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_7117_88 .nav > li:hover > a.mm-plain-link,
	#stacks_in_7117_88 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(0, 71, 137, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}

	#stacks_in_7117_88 .nav > li.selected > a.mm-plain-link,
	#stacks_in_7117_88 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_7117_88 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 600;
	}

	#stacks_in_7117_88 .nav > li > a.mm-button,
	#stacks_in_7117_88 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_7117_88 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_7117_88 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-right: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_7117_88 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 20px;
		
		z-index: 500;
	}

	#stacks_in_7117_88 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 1200ms;
		animation-fill-mode: both;

	}

	#stacks_in_7117_88 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_7117_88 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_7117_88 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_7117_88 a,
	#stacks_in_7117_88 li {
		cursor: pointer;
	}

	#stacks_in_7117_88 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_7117_88 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_7117_88 .foundry-mega-menu-toggle {
		background-color: rgba(81, 168, 148, 1.00);
		color: rgba(0, 51, 102, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_7117_88 .foundry-mega-menu-toggle:hover {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(0, 0, 255, 1.00);
	}

	#stacks_in_7117_88 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_7117_88 .mobile_mm_site_title h1.mobile-toggle-site-title a {
		color: rgba(0, 51, 102, 0.51);
	}

	@media (max-width: 47.9375em) {
		/*Mobile*/

		#stacks_in_7117_88 .mm_site_title h1,
		#stacks_in_7117_88 .mm_site_title h1 a,
		#stacks_in_7117_88 .mobile_mm_site_title h1,
		#stacks_in_7117_88 .mobile_mm_site_title h1 a {
			font-size: 12px;
			text-decoration: none;
		}

		#stacks_in_7117_88 .mobile_adjust {
			height: 0;
		}

		#stacks_in_7117_88 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_7117_88 .logo_container,
		#stacks_in_7117_88 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_7117_88 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_7117_88 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_7117_88 .nav {
			height: auto;
		}

		#stacks_in_7117_88 ul.foundry-mega-menu {
			background: rgba(255, 255, 255, 1.00);
		}

		#stacks_in_7117_88 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_7117_88 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 12px;
		}

		#stacks_in_7117_88 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_7117_88 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_7117_88 .nav > li.top-level-item,
		#stacks_in_7117_88 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_7117_88 .nav > li > a.mm-plain-link {
			color: rgba(0, 51, 102, 1.00);
		}

		#stacks_in_7117_88 .nav > li:hover > a.mm-plain-link,
		#stacks_in_7117_88 .nav > li.selected > a.mm-plain-link {
			background: rgba(219, 219, 221, 1.00);
			color: rgba(0, 0, 255, 1.00)
		}

		#stacks_in_7117_88 .nav > li > .drop-down-container {
			position: relative;
			display: none;
			top: 0;
			box-shadow: none;
			width: 100%;
			max-width: 100%;
			/* background-color: ; */
			border-radius: 0px;
		}

		#stacks_in_7117_88 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_7117_88 .mm_site_title h1,
		#stacks_in_7117_88 .mm_site_title h1 a {
			font-size: 12px;
			text-decoration: none;
		} */

		#stacks_in_7117_88 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_7117_88 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_7117_88 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_7117_88 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_7117_88 .mm_site_title h1,
		#stacks_in_7117_88 .mm_site_title h1 a {
			font-size: 14px;
			text-decoration: none;
		}

		#stacks_in_7117_88 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_7117_88 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_7117_88 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
		from {
				margin-top: -50px;
		}

		to {
				margin-top: 0px;
		}
		}


	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_7117_88 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_7117_88 .mm_site_title h1,
		#stacks_in_7117_88 .mm_site_title h1 a {
			font-size: 14px;
			text-decoration: none;
		}

		#stacks_in_7117_88 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_7117_88 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_7117_88 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
			from {
				margin-top: -50px;
			}

			to {
				margin-top: 0px;
			}
		}

	}


	@media (max-width: 47.9375em) {
		/*Mobile*/
		#stacks_in_7117_88 .foundry-mega-menu-toggle,
		#stacks_in_7117_88 .nav_bar_placeholder {
			height: 44px;
			line-height: 44px;
		}

		#stacks_in_7117_88 .nav-sticky-container > .container,
		#stacks_in_7117_88 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_7117_88 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_7117_88 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_7117_88 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_7117_88 .button_height_adjust {
			line-height: 44px;
		}

		#stacks_in_7117_88 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 44px;
			line-height: 44px;
		}
		

		#stacks_in_7117_88 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_7117_88 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_7117_88 .nav,
		#stacks_in_7117_88 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_7117_88 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_7117_88 .logo_container {
			height: 48px;
		}

		
		#stacks_in_7117_88 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}
		

		#stacks_in_7117_88 .nav > li > a.mm-plain-link {
			border-radius: 20px;
		}

		#stacks_in_7117_88 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_7117_88 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_7117_88 .mm_site_title,
		#stacks_in_7117_88 .mm_site_title h1,
		#stacks_in_7117_88 .site_logo {
			height: 48px;
			line-height: 48px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_7117_88 > .nav,
		#stacks_in_7117_88 .nav_bar_placeholder {
			height: 50px;
		}

		#stacks_in_7117_88 .button_height_adjust {
			line-height: 50px;
		}


		#stacks_in_7117_88 .logo_container {
			height: 50px;
		}

		
		#stacks_in_7117_88 .nav > li > a.mm-plain-link {
			line-height: 50px;
			height: 50px;
		}

		

		#stacks_in_7117_88 .nav > li > a.mm-plain-link {
			border-radius: 20px;
		}

		#stacks_in_7117_88 .foundry-mega-menu-toggle {
			height: 50px;
			line-height: 50px;
		}

		#stacks_in_7117_88 .nav > li > .drop-down-container {
			top: 50px;
		}

		#stacks_in_7117_88 .mm_site_title,
		#stacks_in_7117_88 .mm_site_title h1,
		#stacks_in_7117_88 .site_logo {
			height: 50px;
			line-height: 50px;
		}

	}

	#stacks_in_7117_88 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_7117_88 .mm_site_title {
		float: right;
		display: inline-block;
		color: #626263;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}




#stacks_in_7117_88 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}




#stacks_in_7117_88 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_7117_88,
#stacks_in_7117_88,
#stacks_in_7117_88 .nav_bar_placeholder,
#stacks_in_7117_88 .nav-sticky-container {
	
	border-radius: 20px;
	
}

#stacks_in_7117_88 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_7117_88 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 1000;
}

#stacks_in_7117_88 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_7117_88 #sticky-wrapper,
#stacks_in_7117_88 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	
		@media (max-width: 47.9375em) {
		/*Mobile*/
			#stacks_in_7117_88 {
				width: 100% !important;
				position: absolute;
				
				top: 0;
				
			}
		}

		@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
			#stacks_in_7117_88 {
				width: 100% !important;
				position: absolute;
				
				top: 0;
				
			}
		}

		@media (min-width: 62em) {
		/*Desktop*/
			#stacks_in_7117_88 {
				width: 100% !important;
				position: absolute;
				
				top: 0;
				
			}
		}

	

	
	#stacks_in_7117_88 .is-sticky .nav-sticky-container {
		border-radius: 0;
	}
	




	#stacks_in_7117_88 .mm_site_title {
		display: none !important;
	}


#stacks_in_7117_88 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_7117_88 .site_logo {
	width: auto;
}

#stacks_in_7117_88 .logo_container {
	float: right;
	display: block;
}

#stacks_in_7117_88 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-left: 12px;
	
	/*margin-top: -3px !important;*/
}


	#stacks_in_7117_88 .mm-button.btn {
		background-color: rgba(0, 71, 137, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}
	
	#stacks_in_7117_88 .mm-button.btn:hover {
		background-color: rgba(0, 56, 109, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}
	




.potion_slide_up {
  animation-name: potion_slide_up;
	transition-timing-function: ease-in-out;
}

.potion_slide_down {
  animation-name: potion_slide_down;
	transition-timing-function: ease-in-out;
}



	






	#stacks_in_7117_88 .sticky-wrapper.sticky {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 3000;
	}

	#stacks_in_7117_88 .sticky-wrapper.simple-sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}





@media (max-width: 47.9375em) {

	#stacks_in_7117_88 .foundry-mega-menu {
		
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
		
	}

	#stacks_in_7117_88 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 44px;
		line-height: 44px;
		float: left;
	}

	#stacks_in_7117_88 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_7117_88 .mobile_logo_container,
	#stacks_in_7117_88 .mobile_mm_site_title {
		display: inline-block;
		height: 44px;
		line-height: 44px;
		margin: 0;
	}

	#stacks_in_7117_88 .mobile_logo_container img {
		height: 44px;
		line-height: 44px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	
		#stacks_in_7117_88 .sticky-wrapper,
		#stacks_in_7117_88 .sticky-wrapper.is-sticky,
		#stacks_in_7117_88 .sticky-wrapper.is-sticky .nav-sticky-container {
			position: static !important;
		}
	

}



	


#stacks_in_7117_88 {
	margin:  2px;
	padding:  2px;
}



.stacks_in_7117_90-parent-id .drop-down-container {
	background: rgba(204, 204, 204, 0.90);
   left: 0;
}


.stacks_in_7117_90-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_7117_90-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_7117_90-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_7117_90-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_7117_90-drop-down {
    
  	border: 1px solid #004789;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(0, 71, 137, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_7117_90-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_7117_90-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}


  .stacks_in_7117_94-drop-down-plain-links a,
  .stacks_in_7117_94-drop-down-plain-links a:visited {
    color: #004789 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 20px;
    
  }

  .stacks_in_7117_94-drop-down-plain-links a:hover,
  .stacks_in_7117_94-drop-down-plain-links a:active,
  .stacks_in_7117_94-drop-down-plain-links li.selected a {
    color: #004789 !important;
    background-color: #FFFFFF;
  }

  
    .stacks_in_7117_94-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 3px;
      padding-right: 3px;
    }

    
        }

        .stacks_in_7117_94-drop-down-plain-links a:hover,
        .stacks_in_7117_94-drop-down-plain-links a:active,
        .stacks_in_7117_94-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_96-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_97-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_98-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_99-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_100-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_101-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_104-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_105-plain > a > i {
  margin-right: 4px;
}



.stacks_in_7117_106-parent-id .drop-down-container {
	background: rgba(255, 255, 255, 0.90);
   left: 0;
}


.stacks_in_7117_106-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_7117_106-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_7117_106-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_7117_106-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_7117_106-drop-down {
    
  	border: 1px solid #074080;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(7, 64, 128, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_7117_106-drop-down {
		min-width: 300px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_7117_106-drop-down {
		min-width: 400px;
	}
}





  




@media (max-width: 47.9375em) {
  
}
.stacks_in_7117_110sky_center {
	
	display: block;
	text-align: center;
}

#stacks_in_7117_110stars {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 250px 968px rgba(255, 255, 255, 1.00) , 371px 1579px rgba(255, 255, 255, 1.00) , 710px 291px rgba(255, 255, 255, 1.00) , 1899px 118px rgba(255, 255, 255, 1.00) , 792px 529px rgba(255, 255, 255, 1.00) , 648px 1426px rgba(255, 255, 255, 1.00) , 1893px 969px rgba(255, 255, 255, 1.00) , 1505px 1774px rgba(255, 255, 255, 1.00) , 342px 1053px rgba(255, 255, 255, 1.00) , 1329px 311px rgba(255, 255, 255, 1.00) , 177px 1874px rgba(255, 255, 255, 1.00) , 1109px 1630px rgba(255, 255, 255, 1.00) , 1462px 1151px rgba(255, 255, 255, 1.00) , 1188px 412px rgba(255, 255, 255, 1.00) , 218px 1217px rgba(255, 255, 255, 1.00) , 1047px 1413px rgba(255, 255, 255, 1.00) , 872px 604px rgba(255, 255, 255, 1.00) , 1327px 713px rgba(255, 255, 255, 1.00) , 620px 833px rgba(255, 255, 255, 1.00) , 1169px 544px rgba(255, 255, 255, 1.00) , 51px 1167px rgba(255, 255, 255, 1.00) , 1305px 24px rgba(255, 255, 255, 1.00) , 964px 683px rgba(255, 255, 255, 1.00) , 1869px 434px rgba(255, 255, 255, 1.00) , 807px 626px rgba(255, 255, 255, 1.00) , 617px 539px rgba(255, 255, 255, 1.00) , 1833px 579px rgba(255, 255, 255, 1.00) , 957px 435px rgba(255, 255, 255, 1.00) , 1505px 1902px rgba(255, 255, 255, 1.00) , 1272px 776px rgba(255, 255, 255, 1.00) , 612px 1556px rgba(255, 255, 255, 1.00) , 1355px 1131px rgba(255, 255, 255, 1.00) , 618px 186px rgba(255, 255, 255, 1.00) , 977px 1205px rgba(255, 255, 255, 1.00) , 1868px 277px rgba(255, 255, 255, 1.00) , 634px 641px rgba(255, 255, 255, 1.00) , 949px 1417px rgba(255, 255, 255, 1.00) , 646px 666px rgba(255, 255, 255, 1.00) , 1405px 727px rgba(255, 255, 255, 1.00) , 1440px 445px rgba(255, 255, 255, 1.00) , 1082px 1894px rgba(255, 255, 255, 1.00) , 1157px 1701px rgba(255, 255, 255, 1.00) , 269px 173px rgba(255, 255, 255, 1.00) , 922px 261px rgba(255, 255, 255, 1.00) , 1303px 1918px rgba(255, 255, 255, 1.00) , 248px 1327px rgba(255, 255, 255, 1.00) , 648px 1619px rgba(255, 255, 255, 1.00) , 1507px 754px rgba(255, 255, 255, 1.00) , 45px 107px rgba(255, 255, 255, 1.00) , 180px 1472px rgba(255, 255, 255, 1.00) , 974px 1725px rgba(255, 255, 255, 1.00) , 1424px 510px rgba(255, 255, 255, 1.00) , 1419px 1484px rgba(255, 255, 255, 1.00) , 769px 739px rgba(255, 255, 255, 1.00) , 1041px 1760px rgba(255, 255, 255, 1.00) , 1851px 285px rgba(255, 255, 255, 1.00) , 595px 304px rgba(255, 255, 255, 1.00) , 516px 159px rgba(255, 255, 255, 1.00) , 932px 1235px rgba(255, 255, 255, 1.00) , 1152px 1602px rgba(255, 255, 255, 1.00) , 1261px 1172px rgba(255, 255, 255, 1.00) , 1289px 863px rgba(255, 255, 255, 1.00) , 10px 309px rgba(255, 255, 255, 1.00) , 1933px 1138px rgba(255, 255, 255, 1.00) , 992px 1025px rgba(255, 255, 255, 1.00) , 1533px 1052px rgba(255, 255, 255, 1.00) , 544px 1491px rgba(255, 255, 255, 1.00) , 1807px 1668px rgba(255, 255, 255, 1.00) , 1615px 1926px rgba(255, 255, 255, 1.00) , 1325px 878px rgba(255, 255, 255, 1.00) , 1127px 450px rgba(255, 255, 255, 1.00) , 325px 1907px rgba(255, 255, 255, 1.00) , 1952px 388px rgba(255, 255, 255, 1.00) , 1001px 124px rgba(255, 255, 255, 1.00) , 19px 38px rgba(255, 255, 255, 1.00) , 506px 262px rgba(255, 255, 255, 1.00) , 834px 1888px rgba(255, 255, 255, 1.00) , 1424px 647px rgba(255, 255, 255, 1.00) , 212px 476px rgba(255, 255, 255, 1.00) , 47px 1694px rgba(255, 255, 255, 1.00) , 1577px 1282px rgba(255, 255, 255, 1.00) , 1895px 864px rgba(255, 255, 255, 1.00) , 75px 380px rgba(255, 255, 255, 1.00) , 499px 1647px rgba(255, 255, 255, 1.00) , 968px 353px rgba(255, 255, 255, 1.00) , 1425px 394px rgba(255, 255, 255, 1.00) , 114px 1338px rgba(255, 255, 255, 1.00) , 454px 608px rgba(255, 255, 255, 1.00) , 763px 272px rgba(255, 255, 255, 1.00) , 97px 891px rgba(255, 255, 255, 1.00) , 1583px 611px rgba(255, 255, 255, 1.00) , 1766px 1685px rgba(255, 255, 255, 1.00) , 1298px 254px rgba(255, 255, 255, 1.00) , 1203px 816px rgba(255, 255, 255, 1.00) , 11px 83px rgba(255, 255, 255, 1.00) , 1779px 1704px rgba(255, 255, 255, 1.00) , 1357px 449px rgba(255, 255, 255, 1.00) , 220px 736px rgba(255, 255, 255, 1.00) , 1799px 1789px rgba(255, 255, 255, 1.00) , 433px 1935px rgba(255, 255, 255, 1.00) , 336px 1155px rgba(255, 255, 255, 1.00) , 318px 1849px rgba(255, 255, 255, 1.00) , 1291px 911px rgba(255, 255, 255, 1.00) , 646px 953px rgba(255, 255, 255, 1.00) , 816px 599px rgba(255, 255, 255, 1.00) , 1975px 520px rgba(255, 255, 255, 1.00) , 119px 709px rgba(255, 255, 255, 1.00) , 780px 518px rgba(255, 255, 255, 1.00) , 811px 181px rgba(255, 255, 255, 1.00) , 898px 1918px rgba(255, 255, 255, 1.00) , 1837px 1544px rgba(255, 255, 255, 1.00) , 973px 791px rgba(255, 255, 255, 1.00) , 1130px 1947px rgba(255, 255, 255, 1.00) , 759px 1870px rgba(255, 255, 255, 1.00) , 960px 1198px rgba(255, 255, 255, 1.00) , 687px 654px rgba(255, 255, 255, 1.00) , 1754px 579px rgba(255, 255, 255, 1.00) , 122px 578px rgba(255, 255, 255, 1.00) , 1354px 1474px rgba(255, 255, 255, 1.00) , 11px 1124px rgba(255, 255, 255, 1.00) , 64px 1601px rgba(255, 255, 255, 1.00) , 475px 167px rgba(255, 255, 255, 1.00) , 1713px 362px rgba(255, 255, 255, 1.00) , 541px 1781px rgba(255, 255, 255, 1.00) , 1473px 153px rgba(255, 255, 255, 1.00) , 959px 199px rgba(255, 255, 255, 1.00) , 1709px 259px rgba(255, 255, 255, 1.00) , 1453px 332px rgba(255, 255, 255, 1.00) , 455px 109px rgba(255, 255, 255, 1.00) , 1443px 1302px rgba(255, 255, 255, 1.00) , 164px 195px rgba(255, 255, 255, 1.00) , 1146px 444px rgba(255, 255, 255, 1.00) , 632px 1962px rgba(255, 255, 255, 1.00) , 853px 1363px rgba(255, 255, 255, 1.00) , 1925px 1688px rgba(255, 255, 255, 1.00) , 855px 1928px rgba(255, 255, 255, 1.00) , 261px 1816px rgba(255, 255, 255, 1.00) , 1880px 475px rgba(255, 255, 255, 1.00) , 875px 1976px rgba(255, 255, 255, 1.00) , 1165px 263px rgba(255, 255, 255, 1.00) , 1665px 204px rgba(255, 255, 255, 1.00) , 1091px 1686px rgba(255, 255, 255, 1.00) , 533px 1482px rgba(255, 255, 255, 1.00) , 1601px 1654px rgba(255, 255, 255, 1.00) , 85px 682px rgba(255, 255, 255, 1.00) , 1369px 390px rgba(255, 255, 255, 1.00) , 1374px 280px rgba(255, 255, 255, 1.00) , 473px 211px rgba(255, 255, 255, 1.00) , 1800px 161px rgba(255, 255, 255, 1.00) , 1382px 67px rgba(255, 255, 255, 1.00) , 1756px 1497px rgba(255, 255, 255, 1.00) , 1451px 432px rgba(255, 255, 255, 1.00) , 1476px 1230px rgba(255, 255, 255, 1.00) , 476px 1552px rgba(255, 255, 255, 1.00) , 868px 1131px rgba(255, 255, 255, 1.00) , 1211px 672px rgba(255, 255, 255, 1.00) , 1317px 936px rgba(255, 255, 255, 1.00) , 1912px 886px rgba(255, 255, 255, 1.00) , 1491px 590px rgba(255, 255, 255, 1.00) , 979px 1121px rgba(255, 255, 255, 1.00) , 1523px 19px rgba(255, 255, 255, 1.00) , 813px 1504px rgba(255, 255, 255, 1.00) , 482px 108px rgba(255, 255, 255, 1.00) , 784px 1295px rgba(255, 255, 255, 1.00) , 1354px 273px rgba(255, 255, 255, 1.00) , 755px 116px rgba(255, 255, 255, 1.00) , 944px 1699px rgba(255, 255, 255, 1.00) , 1235px 86px rgba(255, 255, 255, 1.00) , 1058px 1884px rgba(255, 255, 255, 1.00) , 293px 56px rgba(255, 255, 255, 1.00) , 697px 1545px rgba(255, 255, 255, 1.00) , 1709px 1079px rgba(255, 255, 255, 1.00) , 1223px 826px rgba(255, 255, 255, 1.00) , 587px 1296px rgba(255, 255, 255, 1.00) , 1672px 459px rgba(255, 255, 255, 1.00) , 1260px 1345px rgba(255, 255, 255, 1.00) , 1409px 1367px rgba(255, 255, 255, 1.00) , 1994px 604px rgba(255, 255, 255, 1.00) , 1875px 1483px rgba(255, 255, 255, 1.00) , 802px 627px rgba(255, 255, 255, 1.00) , 1050px 312px rgba(255, 255, 255, 1.00) , 1114px 1318px rgba(255, 255, 255, 1.00) , 674px 1683px rgba(255, 255, 255, 1.00) , 363px 330px rgba(255, 255, 255, 1.00) , 1417px 1333px rgba(255, 255, 255, 1.00) , 1299px 970px rgba(255, 255, 255, 1.00) , 80px 879px rgba(255, 255, 255, 1.00) , 1690px 1793px rgba(255, 255, 255, 1.00) , 300px 1223px rgba(255, 255, 255, 1.00) , 346px 700px rgba(255, 255, 255, 1.00) , 1280px 1806px rgba(255, 255, 255, 1.00) , 103px 561px rgba(255, 255, 255, 1.00) , 1299px 1947px rgba(255, 255, 255, 1.00) , 1687px 1850px rgba(255, 255, 255, 1.00) , 92px 338px rgba(255, 255, 255, 1.00) , 843px 1508px rgba(255, 255, 255, 1.00) , 1504px 1234px rgba(255, 255, 255, 1.00) , 955px 335px rgba(255, 255, 255, 1.00) , 348px 604px rgba(255, 255, 255, 1.00) , 1094px 1475px rgba(255, 255, 255, 1.00) , 1379px 325px rgba(255, 255, 255, 1.00) , 1357px 1641px rgba(255, 255, 255, 1.00) , 787px 1698px rgba(255, 255, 255, 1.00) , 874px 1611px rgba(255, 255, 255, 1.00) , 1560px 590px rgba(255, 255, 255, 1.00) , 1823px 1654px rgba(255, 255, 255, 1.00) , 1952px 1408px rgba(255, 255, 255, 1.00) , 1592px 1856px rgba(255, 255, 255, 1.00) , 1800px 465px rgba(255, 255, 255, 1.00) , 1072px 1597px rgba(255, 255, 255, 1.00) , 1778px 297px rgba(255, 255, 255, 1.00) , 584px 1062px rgba(255, 255, 255, 1.00) , 1366px 594px rgba(255, 255, 255, 1.00) , 16px 1178px rgba(255, 255, 255, 1.00) , 499px 1503px rgba(255, 255, 255, 1.00) , 1891px 278px rgba(255, 255, 255, 1.00) , 149px 1857px rgba(255, 255, 255, 1.00) , 1028px 97px rgba(255, 255, 255, 1.00) , 501px 1801px rgba(255, 255, 255, 1.00) , 1266px 1371px rgba(255, 255, 255, 1.00) , 1367px 414px rgba(255, 255, 255, 1.00) , 1902px 1203px rgba(255, 255, 255, 1.00) , 1124px 472px rgba(255, 255, 255, 1.00) , 1294px 1593px rgba(255, 255, 255, 1.00) , 1285px 1530px rgba(255, 255, 255, 1.00) , 837px 934px rgba(255, 255, 255, 1.00) , 1620px 1471px rgba(255, 255, 255, 1.00) , 46px 1469px rgba(255, 255, 255, 1.00) , 286px 1605px rgba(255, 255, 255, 1.00) , 1845px 795px rgba(255, 255, 255, 1.00) , 280px 483px rgba(255, 255, 255, 1.00) , 1018px 1850px rgba(255, 255, 255, 1.00) , 690px 1258px rgba(255, 255, 255, 1.00) , 1384px 854px rgba(255, 255, 255, 1.00) , 1687px 1786px rgba(255, 255, 255, 1.00) , 1136px 530px rgba(255, 255, 255, 1.00) , 818px 1769px rgba(255, 255, 255, 1.00) , 220px 500px rgba(255, 255, 255, 1.00) , 1216px 1842px rgba(255, 255, 255, 1.00) , 299px 768px rgba(255, 255, 255, 1.00) , 1713px 452px rgba(255, 255, 255, 1.00) , 1495px 1344px rgba(255, 255, 255, 1.00) , 1949px 1779px rgba(255, 255, 255, 1.00) , 1990px 48px rgba(255, 255, 255, 1.00) , 1154px 1621px rgba(255, 255, 255, 1.00) , 1122px 997px rgba(255, 255, 255, 1.00) , 414px 1399px rgba(255, 255, 255, 1.00) , 1714px 1151px rgba(255, 255, 255, 1.00) , 1109px 1531px rgba(255, 255, 255, 1.00) , 577px 788px rgba(255, 255, 255, 1.00) , 173px 22px rgba(255, 255, 255, 1.00) , 1754px 170px rgba(255, 255, 255, 1.00) , 1734px 1224px rgba(255, 255, 255, 1.00) , 1119px 1256px rgba(255, 255, 255, 1.00) , 412px 1263px rgba(255, 255, 255, 1.00) , 63px 1608px rgba(255, 255, 255, 1.00) , 1429px 543px rgba(255, 255, 255, 1.00) , 1669px 1573px rgba(255, 255, 255, 1.00) , 1094px 306px rgba(255, 255, 255, 1.00) , 1750px 1037px rgba(255, 255, 255, 1.00) , 1097px 1985px rgba(255, 255, 255, 1.00) , 897px 894px rgba(255, 255, 255, 1.00) , 1883px 1128px rgba(255, 255, 255, 1.00) , 872px 555px rgba(255, 255, 255, 1.00) , 678px 982px rgba(255, 255, 255, 1.00) , 441px 190px rgba(255, 255, 255, 1.00) , 746px 1530px rgba(255, 255, 255, 1.00) , 1613px 869px rgba(255, 255, 255, 1.00) , 944px 1920px rgba(255, 255, 255, 1.00) , 1561px 157px rgba(255, 255, 255, 1.00) , 111px 1411px rgba(255, 255, 255, 1.00) , 487px 1654px rgba(255, 255, 255, 1.00) , 1856px 1963px rgba(255, 255, 255, 1.00) , 784px 1601px rgba(255, 255, 255, 1.00) , 316px 55px rgba(255, 255, 255, 1.00) , 1659px 1585px rgba(255, 255, 255, 1.00) , 921px 1126px rgba(255, 255, 255, 1.00) , 1728px 10px rgba(255, 255, 255, 1.00) , 515px 402px rgba(255, 255, 255, 1.00) , 1967px 170px rgba(255, 255, 255, 1.00) , 1941px 1622px rgba(255, 255, 255, 1.00) , 1779px 736px rgba(255, 255, 255, 1.00) , 164px 1146px rgba(255, 255, 255, 1.00) , 766px 859px rgba(255, 255, 255, 1.00) , 1604px 1400px rgba(255, 255, 255, 1.00) , 170px 1750px rgba(255, 255, 255, 1.00) , 1879px 1627px rgba(255, 255, 255, 1.00) , 171px 1407px rgba(255, 255, 255, 1.00) , 1838px 1780px rgba(255, 255, 255, 1.00) , 1562px 474px rgba(255, 255, 255, 1.00) , 1160px 1829px rgba(255, 255, 255, 1.00) , 44px 673px rgba(255, 255, 255, 1.00) , 1179px 137px rgba(255, 255, 255, 1.00) , 27px 1733px rgba(255, 255, 255, 1.00) , 229px 1118px rgba(255, 255, 255, 1.00) , 1810px 1992px rgba(255, 255, 255, 1.00) , 64px 1354px rgba(255, 255, 255, 1.00) , 953px 685px rgba(255, 255, 255, 1.00) , 95px 1774px rgba(255, 255, 255, 1.00) , 1626px 594px rgba(255, 255, 255, 1.00) , 1941px 34px rgba(255, 255, 255, 1.00) , 874px 1694px rgba(255, 255, 255, 1.00) , 491px 1132px rgba(255, 255, 255, 1.00) , 1073px 115px rgba(255, 255, 255, 1.00) , 1725px 762px rgba(255, 255, 255, 1.00) , 26px 1816px rgba(255, 255, 255, 1.00) , 496px 875px rgba(255, 255, 255, 1.00) , 1385px 971px rgba(255, 255, 255, 1.00) , 1186px 1097px rgba(255, 255, 255, 1.00) , 1334px 817px rgba(255, 255, 255, 1.00) , 888px 498px rgba(255, 255, 255, 1.00) , 202px 1458px rgba(255, 255, 255, 1.00) , 780px 1111px rgba(255, 255, 255, 1.00) , 770px 450px rgba(255, 255, 255, 1.00) , 1779px 958px rgba(255, 255, 255, 1.00) , 592px 516px rgba(255, 255, 255, 1.00) , 29px 1595px rgba(255, 255, 255, 1.00) , 1543px 926px rgba(255, 255, 255, 1.00) , 1617px 1615px rgba(255, 255, 255, 1.00) , 1761px 833px rgba(255, 255, 255, 1.00) , 1236px 1853px rgba(255, 255, 255, 1.00) , 146px 923px rgba(255, 255, 255, 1.00) , 1885px 1618px rgba(255, 255, 255, 1.00) , 13px 838px rgba(255, 255, 255, 1.00) , 1644px 798px rgba(255, 255, 255, 1.00) , 690px 1246px rgba(255, 255, 255, 1.00) , 307px 588px rgba(255, 255, 255, 1.00) , 477px 777px rgba(255, 255, 255, 1.00) , 202px 1749px rgba(255, 255, 255, 1.00) , 24px 620px rgba(255, 255, 255, 1.00) , 799px 1751px rgba(255, 255, 255, 1.00) , 396px 1394px rgba(255, 255, 255, 1.00) , 1252px 1387px rgba(255, 255, 255, 1.00) , 446px 1588px rgba(255, 255, 255, 1.00) , 967px 1543px rgba(255, 255, 255, 1.00) , 545px 1243px rgba(255, 255, 255, 1.00) , 140px 463px rgba(255, 255, 255, 1.00) , 1080px 574px rgba(255, 255, 255, 1.00) , 1983px 1552px rgba(255, 255, 255, 1.00) , 1035px 1903px rgba(255, 255, 255, 1.00) , 1324px 1738px rgba(255, 255, 255, 1.00) , 387px 979px rgba(255, 255, 255, 1.00) , 1815px 355px rgba(255, 255, 255, 1.00) , 955px 496px rgba(255, 255, 255, 1.00) , 1196px 1412px rgba(255, 255, 255, 1.00) , 1325px 1477px rgba(255, 255, 255, 1.00) , 1420px 1183px rgba(255, 255, 255, 1.00) , 1135px 1141px rgba(255, 255, 255, 1.00) , 1394px 1355px rgba(255, 255, 255, 1.00) , 958px 1818px rgba(255, 255, 255, 1.00) , 1373px 1664px rgba(255, 255, 255, 1.00) , 518px 1183px rgba(255, 255, 255, 1.00) , 662px 1120px rgba(255, 255, 255, 1.00) , 1710px 1060px rgba(255, 255, 255, 1.00) , 445px 485px rgba(255, 255, 255, 1.00) , 100px 1577px rgba(255, 255, 255, 1.00) , 462px 146px rgba(255, 255, 255, 1.00) , 912px 677px rgba(255, 255, 255, 1.00) , 1499px 1268px rgba(255, 255, 255, 1.00) , 1950px 780px rgba(255, 255, 255, 1.00) , 1770px 344px rgba(255, 255, 255, 1.00) , 1950px 1175px rgba(255, 255, 255, 1.00) , 232px 822px rgba(255, 255, 255, 1.00) , 1341px 660px rgba(255, 255, 255, 1.00) , 1881px 628px rgba(255, 255, 255, 1.00) , 1412px 26px rgba(255, 255, 255, 1.00) , 616px 1138px rgba(255, 255, 255, 1.00) , 55px 673px rgba(255, 255, 255, 1.00) , 1958px 294px rgba(255, 255, 255, 1.00) , 26px 141px rgba(255, 255, 255, 1.00) , 853px 1308px rgba(255, 255, 255, 1.00) , 1404px 1291px rgba(255, 255, 255, 1.00) , 987px 1490px rgba(255, 255, 255, 1.00) , 1819px 741px rgba(255, 255, 255, 1.00) , 1313px 83px rgba(255, 255, 255, 1.00) , 1438px 408px rgba(255, 255, 255, 1.00) , 561px 1189px rgba(255, 255, 255, 1.00) , 351px 1038px rgba(255, 255, 255, 1.00) , 1897px 1669px rgba(255, 255, 255, 1.00) , 1017px 813px rgba(255, 255, 255, 1.00) , 545px 116px rgba(255, 255, 255, 1.00) , 1531px 291px rgba(255, 255, 255, 1.00) , 1589px 1719px rgba(255, 255, 255, 1.00) , 955px 686px rgba(255, 255, 255, 1.00) , 1857px 323px rgba(255, 255, 255, 1.00) , 1866px 440px rgba(255, 255, 255, 1.00) , 1158px 1769px rgba(255, 255, 255, 1.00) , 701px 715px rgba(255, 255, 255, 1.00) , 1106px 1359px rgba(255, 255, 255, 1.00) , 1021px 171px rgba(255, 255, 255, 1.00) , 174px 1928px rgba(255, 255, 255, 1.00) , 311px 1861px rgba(255, 255, 255, 1.00) , 1276px 1598px rgba(255, 255, 255, 1.00) , 480px 721px rgba(255, 255, 255, 1.00) , 1618px 1379px rgba(255, 255, 255, 1.00) , 1427px 219px rgba(255, 255, 255, 1.00) , 1941px 1029px rgba(255, 255, 255, 1.00) , 841px 273px rgba(255, 255, 255, 1.00) , 1003px 1462px rgba(255, 255, 255, 1.00) , 1456px 410px rgba(255, 255, 255, 1.00) , 372px 1286px rgba(255, 255, 255, 1.00) , 836px 966px rgba(255, 255, 255, 1.00) , 1851px 1330px rgba(255, 255, 255, 1.00) , 1961px 1367px rgba(255, 255, 255, 1.00) , 637px 138px rgba(255, 255, 255, 1.00) , 1823px 1568px rgba(255, 255, 255, 1.00) , 653px 122px rgba(255, 255, 255, 1.00) , 1800px 1082px rgba(255, 255, 255, 1.00) , 836px 605px rgba(255, 255, 255, 1.00) , 971px 1802px rgba(255, 255, 255, 1.00) , 859px 1227px rgba(255, 255, 255, 1.00) , 413px 1512px rgba(255, 255, 255, 1.00) , 1949px 619px rgba(255, 255, 255, 1.00) , 830px 1467px rgba(255, 255, 255, 1.00) , 1883px 214px rgba(255, 255, 255, 1.00) , 1098px 211px rgba(255, 255, 255, 1.00) , 1104px 986px rgba(255, 255, 255, 1.00) , 1533px 9px rgba(255, 255, 255, 1.00) , 635px 857px rgba(255, 255, 255, 1.00) , 1074px 1101px rgba(255, 255, 255, 1.00) , 334px 323px rgba(255, 255, 255, 1.00) , 1339px 1522px rgba(255, 255, 255, 1.00) , 1487px 514px rgba(255, 255, 255, 1.00) , 1675px 1157px rgba(255, 255, 255, 1.00) , 426px 1666px rgba(255, 255, 255, 1.00) , 969px 454px rgba(255, 255, 255, 1.00) , 1759px 1993px rgba(255, 255, 255, 1.00) , 236px 1255px rgba(255, 255, 255, 1.00) , 1409px 1718px rgba(255, 255, 255, 1.00) , 1270px 1365px rgba(255, 255, 255, 1.00) , 1369px 182px rgba(255, 255, 255, 1.00) , 1117px 1317px rgba(255, 255, 255, 1.00) , 1168px 1856px rgba(255, 255, 255, 1.00) , 714px 386px rgba(255, 255, 255, 1.00) , 743px 1251px rgba(255, 255, 255, 1.00) , 339px 696px rgba(255, 255, 255, 1.00) , 399px 582px rgba(255, 255, 255, 1.00) , 1866px 799px rgba(255, 255, 255, 1.00) , 147px 63px rgba(255, 255, 255, 1.00) , 1653px 1189px rgba(255, 255, 255, 1.00) , 162px 1634px rgba(255, 255, 255, 1.00) , 90px 856px rgba(255, 255, 255, 1.00) , 410px 80px rgba(255, 255, 255, 1.00) , 1440px 919px rgba(255, 255, 255, 1.00) , 586px 172px rgba(255, 255, 255, 1.00) , 1510px 713px rgba(255, 255, 255, 1.00) , 675px 692px rgba(255, 255, 255, 1.00) , 520px 1213px rgba(255, 255, 255, 1.00) , 1624px 424px rgba(255, 255, 255, 1.00) , 918px 1460px rgba(255, 255, 255, 1.00) , 632px 372px rgba(255, 255, 255, 1.00) , 1797px 1503px rgba(255, 255, 255, 1.00) , 1781px 1221px rgba(255, 255, 255, 1.00) , 1275px 980px rgba(255, 255, 255, 1.00) , 730px 1437px rgba(255, 255, 255, 1.00) , 1582px 978px rgba(255, 255, 255, 1.00) , 691px 941px rgba(255, 255, 255, 1.00) , 835px 1452px rgba(255, 255, 255, 1.00) , 841px 1954px rgba(255, 255, 255, 1.00) , 1670px 493px rgba(255, 255, 255, 1.00) , 569px 64px rgba(255, 255, 255, 1.00) , 723px 1904px rgba(255, 255, 255, 1.00) , 398px 245px rgba(255, 255, 255, 1.00) , 1661px 21px rgba(255, 255, 255, 1.00) , 1485px 234px rgba(255, 255, 255, 1.00) , 1733px 75px rgba(255, 255, 255, 1.00) , 1520px 1319px rgba(255, 255, 255, 1.00) , 1789px 1441px rgba(255, 255, 255, 1.00) , 48px 137px rgba(255, 255, 255, 1.00) , 487px 1482px rgba(255, 255, 255, 1.00) , 1691px 118px rgba(255, 255, 255, 1.00) , 1181px 1662px rgba(255, 255, 255, 1.00) , 1710px 1330px rgba(255, 255, 255, 1.00) , 990px 1724px rgba(255, 255, 255, 1.00) , 1064px 627px rgba(255, 255, 255, 1.00) , 1652px 1433px rgba(255, 255, 255, 1.00) , 1425px 1702px rgba(255, 255, 255, 1.00) , 1375px 1149px rgba(255, 255, 255, 1.00) , 127px 1304px rgba(255, 255, 255, 1.00) , 170px 1902px rgba(255, 255, 255, 1.00) , 1364px 1111px rgba(255, 255, 255, 1.00) , 1120px 1761px rgba(255, 255, 255, 1.00) , 1750px 1678px rgba(255, 255, 255, 1.00) , 641px 682px rgba(255, 255, 255, 1.00) , 619px 453px rgba(255, 255, 255, 1.00) , 900px 327px rgba(255, 255, 255, 1.00) , 605px 1575px rgba(255, 255, 255, 1.00) , 988px 139px rgba(255, 255, 255, 1.00) , 403px 1614px rgba(255, 255, 255, 1.00) , 320px 1441px rgba(255, 255, 255, 1.00) , 1489px 487px rgba(255, 255, 255, 1.00) , 97px 640px rgba(255, 255, 255, 1.00) , 623px 556px rgba(255, 255, 255, 1.00) , 1469px 1397px rgba(255, 255, 255, 1.00) , 1921px 628px rgba(255, 255, 255, 1.00) , 1481px 1054px rgba(255, 255, 255, 1.00) , 1700px 375px rgba(255, 255, 255, 1.00) , 179px 3px rgba(255, 255, 255, 1.00) , 1320px 390px rgba(255, 255, 255, 1.00) , 328px 263px rgba(255, 255, 255, 1.00) , 1242px 157px rgba(255, 255, 255, 1.00) , 1515px 679px rgba(255, 255, 255, 1.00) , 1818px 1173px rgba(255, 255, 255, 1.00) , 830px 1134px rgba(255, 255, 255, 1.00) , 1431px 1188px rgba(255, 255, 255, 1.00) , 524px 134px rgba(255, 255, 255, 1.00) , 1416px 1394px rgba(255, 255, 255, 1.00) , 1469px 771px rgba(255, 255, 255, 1.00) , 1811px 1484px rgba(255, 255, 255, 1.00) , 620px 325px rgba(255, 255, 255, 1.00) , 1375px 726px rgba(255, 255, 255, 1.00) , 467px 13px rgba(255, 255, 255, 1.00) , 940px 1062px rgba(255, 255, 255, 1.00) , 368px 769px rgba(255, 255, 255, 1.00) , 628px 207px rgba(255, 255, 255, 1.00) , 1943px 1214px rgba(255, 255, 255, 1.00) , 544px 419px rgba(255, 255, 255, 1.00) , 1112px 1617px rgba(255, 255, 255, 1.00) , 801px 1697px rgba(255, 255, 255, 1.00) , 836px 735px rgba(255, 255, 255, 1.00) , 828px 1378px rgba(255, 255, 255, 1.00) , 735px 1268px rgba(255, 255, 255, 1.00) , 1050px 386px rgba(255, 255, 255, 1.00) , 122px 772px rgba(255, 255, 255, 1.00) , 1186px 1924px rgba(255, 255, 255, 1.00) , 1727px 594px rgba(255, 255, 255, 1.00) , 816px 266px rgba(255, 255, 255, 1.00) , 581px 396px rgba(255, 255, 255, 1.00) , 749px 791px rgba(255, 255, 255, 1.00) , 408px 593px rgba(255, 255, 255, 1.00) , 902px 378px rgba(255, 255, 255, 1.00) , 604px 1822px rgba(255, 255, 255, 1.00) , 1695px 875px rgba(255, 255, 255, 1.00) , 1582px 1231px rgba(255, 255, 255, 1.00) , 1962px 1976px rgba(255, 255, 255, 1.00) , 1244px 170px rgba(255, 255, 255, 1.00) , 532px 1682px rgba(255, 255, 255, 1.00) , 1913px 1078px rgba(255, 255, 255, 1.00) , 1056px 493px rgba(255, 255, 255, 1.00) , 631px 1543px rgba(255, 255, 255, 1.00) , 802px 1351px rgba(255, 255, 255, 1.00) , 794px 1161px rgba(255, 255, 255, 1.00) , 1508px 39px rgba(255, 255, 255, 1.00) , 1737px 458px rgba(255, 255, 255, 1.00) , 1177px 1964px rgba(255, 255, 255, 1.00) , 1279px 433px rgba(255, 255, 255, 1.00) , 1269px 1560px rgba(255, 255, 255, 1.00) , 718px 1913px rgba(255, 255, 255, 1.00) , 1003px 255px rgba(255, 255, 255, 1.00) , 774px 354px rgba(255, 255, 255, 1.00) , 213px 1886px rgba(255, 255, 255, 1.00) , 1559px 1335px rgba(255, 255, 255, 1.00) , 577px 572px rgba(255, 255, 255, 1.00) , 615px 1076px rgba(255, 255, 255, 1.00) , 789px 1789px rgba(255, 255, 255, 1.00) , 796px 504px rgba(255, 255, 255, 1.00) , 1869px 1111px rgba(255, 255, 255, 1.00) , 784px 729px rgba(255, 255, 255, 1.00) , 920px 900px rgba(255, 255, 255, 1.00) , 1404px 1424px rgba(255, 255, 255, 1.00) , 1745px 926px rgba(255, 255, 255, 1.00) , 1913px 914px rgba(255, 255, 255, 1.00) , 1415px 1635px rgba(255, 255, 255, 1.00) , 148px 1019px rgba(255, 255, 255, 1.00) , 877px 176px rgba(255, 255, 255, 1.00) , 1395px 1817px rgba(255, 255, 255, 1.00) , 328px 1792px rgba(255, 255, 255, 1.00) , 339px 1118px rgba(255, 255, 255, 1.00) , 1157px 789px rgba(255, 255, 255, 1.00) , 255px 1642px rgba(255, 255, 255, 1.00) , 1538px 71px rgba(255, 255, 255, 1.00) , 1887px 1830px rgba(255, 255, 255, 1.00) , 475px 748px rgba(255, 255, 255, 1.00) , 394px 1866px rgba(255, 255, 255, 1.00) , 543px 506px rgba(255, 255, 255, 1.00) , 1534px 868px rgba(255, 255, 255, 1.00) , 1199px 1731px rgba(255, 255, 255, 1.00) , 880px 1007px rgba(255, 255, 255, 1.00) , 1752px 126px rgba(255, 255, 255, 1.00) , 407px 1531px rgba(255, 255, 255, 1.00) , 827px 888px rgba(255, 255, 255, 1.00) , 1001px 1474px rgba(255, 255, 255, 1.00) , 653px 537px rgba(255, 255, 255, 1.00) , 1041px 641px rgba(255, 255, 255, 1.00) , 1602px 1664px rgba(255, 255, 255, 1.00) , 719px 827px rgba(255, 255, 255, 1.00) , 1246px 742px rgba(255, 255, 255, 1.00) , 870px 646px rgba(255, 255, 255, 1.00) , 1654px 1293px rgba(255, 255, 255, 1.00) , 182px 334px rgba(255, 255, 255, 1.00) , 372px 384px rgba(255, 255, 255, 1.00) , 1515px 1612px rgba(255, 255, 255, 1.00) , 1476px 1399px rgba(255, 255, 255, 1.00) , 837px 1943px rgba(255, 255, 255, 1.00) , 1364px 619px rgba(255, 255, 255, 1.00) , 673px 1445px rgba(255, 255, 255, 1.00) , 593px 1621px rgba(255, 255, 255, 1.00) , 1614px 240px rgba(255, 255, 255, 1.00) , 1944px 599px rgba(255, 255, 255, 1.00) , 788px 703px rgba(255, 255, 255, 1.00) , 1739px 477px rgba(255, 255, 255, 1.00) , 1582px 1891px rgba(255, 255, 255, 1.00) , 1850px 144px rgba(255, 255, 255, 1.00) , 1478px 5px rgba(255, 255, 255, 1.00) , 1923px 409px rgba(255, 255, 255, 1.00) , 299px 1366px rgba(255, 255, 255, 1.00) , 401px 208px rgba(255, 255, 255, 1.00) , 1638px 1833px rgba(255, 255, 255, 1.00) , 583px 780px rgba(255, 255, 255, 1.00) , 105px 891px rgba(255, 255, 255, 1.00) , 278px 260px rgba(255, 255, 255, 1.00) , 473px 863px rgba(255, 255, 255, 1.00) , 1811px 1261px rgba(255, 255, 255, 1.00) , 848px 609px rgba(255, 255, 255, 1.00) , 152px 1003px rgba(255, 255, 255, 1.00) , 894px 1028px rgba(255, 255, 255, 1.00) , 989px 1976px rgba(255, 255, 255, 1.00) , 262px 200px rgba(255, 255, 255, 1.00) , 1953px 394px rgba(255, 255, 255, 1.00) , 1404px 1716px rgba(255, 255, 255, 1.00) , 1960px 1547px rgba(255, 255, 255, 1.00) , 1571px 1877px rgba(255, 255, 255, 1.00) , 250px 1838px rgba(255, 255, 255, 1.00) , 510px 1085px rgba(255, 255, 255, 1.00) , 1206px 1777px rgba(255, 255, 255, 1.00) , 841px 1207px rgba(255, 255, 255, 1.00) , 1658px 1201px rgba(255, 255, 255, 1.00) , 1547px 797px rgba(255, 255, 255, 1.00) , 1870px 348px rgba(255, 255, 255, 1.00) , 289px 379px rgba(255, 255, 255, 1.00) , 268px 1154px rgba(255, 255, 255, 1.00) , 1347px 1940px rgba(255, 255, 255, 1.00) , 1114px 535px rgba(255, 255, 255, 1.00) , 503px 1395px rgba(255, 255, 255, 1.00) , 597px 1281px rgba(255, 255, 255, 1.00) , 590px 1687px rgba(255, 255, 255, 1.00) , 1914px 941px rgba(255, 255, 255, 1.00) , 1639px 1717px rgba(255, 255, 255, 1.00) , 1410px 1313px rgba(255, 255, 255, 1.00) , 516px 735px rgba(255, 255, 255, 1.00) , 1009px 295px rgba(255, 255, 255, 1.00) , 1391px 173px rgba(255, 255, 255, 1.00) , 1982px 774px rgba(255, 255, 255, 1.00) , 247px 432px rgba(255, 255, 255, 1.00) , 1480px 788px rgba(255, 255, 255, 1.00) , 1436px 739px rgba(255, 255, 255, 1.00) , 469px 1630px rgba(255, 255, 255, 1.00) , 1895px 1300px rgba(255, 255, 255, 1.00) , 898px 739px rgba(255, 255, 255, 1.00) , 1674px 625px rgba(255, 255, 255, 1.00) , 1645px 168px rgba(255, 255, 255, 1.00) , 726px 871px rgba(255, 255, 255, 1.00) , 600px 1002px rgba(255, 255, 255, 1.00) , 115px 1018px rgba(255, 255, 255, 1.00) , 122px 1969px rgba(255, 255, 255, 1.00) , 1937px 847px rgba(255, 255, 255, 1.00) , 1674px 1541px rgba(255, 255, 255, 1.00) , 710px 846px rgba(255, 255, 255, 1.00) , 155px 1426px rgba(255, 255, 255, 1.00) , 1119px 538px rgba(255, 255, 255, 1.00) , 246px 131px rgba(255, 255, 255, 1.00) , 196px 243px rgba(255, 255, 255, 1.00) , 1350px 1837px rgba(255, 255, 255, 1.00) , 1362px 458px rgba(255, 255, 255, 1.00) , 1527px 49px rgba(255, 255, 255, 1.00) , 1468px 1227px rgba(255, 255, 255, 1.00) , 1084px 610px rgba(255, 255, 255, 1.00) , 777px 862px rgba(255, 255, 255, 1.00) , 1216px 176px rgba(255, 255, 255, 1.00) , 1577px 477px rgba(255, 255, 255, 1.00) , 826px 1524px rgba(255, 255, 255, 1.00) , 1771px 1792px rgba(255, 255, 255, 1.00) , 1819px 1488px rgba(255, 255, 255, 1.00) , 1217px 545px rgba(255, 255, 255, 1.00) , 430px 1297px rgba(255, 255, 255, 1.00) , 1556px 1123px rgba(255, 255, 255, 1.00) , 1681px 1917px rgba(255, 255, 255, 1.00) , 429px 981px rgba(255, 255, 255, 1.00) , 763px 664px rgba(255, 255, 255, 1.00) , 1259px 1993px rgba(255, 255, 255, 1.00) , 715px 1227px rgba(255, 255, 255, 1.00) , 265px 1847px rgba(255, 255, 255, 1.00) , 400px 409px rgba(255, 255, 255, 1.00) , 1624px 1513px rgba(255, 255, 255, 1.00) , 1033px 931px rgba(255, 255, 255, 1.00) , 1208px 365px rgba(255, 255, 255, 1.00) , 1386px 80px rgba(255, 255, 255, 1.00) , 10px 96px rgba(255, 255, 255, 1.00) , 226px 1585px rgba(255, 255, 255, 1.00) , 644px 1844px rgba(255, 255, 255, 1.00) , 1741px 1898px rgba(255, 255, 255, 1.00) , 924px 1386px rgba(255, 255, 255, 1.00) , 1021px 530px rgba(255, 255, 255, 1.00) , 1978px 880px rgba(255, 255, 255, 1.00) , 1688px 1961px rgba(255, 255, 255, 1.00) , 663px 476px rgba(255, 255, 255, 1.00) , 1818px 699px rgba(255, 255, 255, 1.00) , 1610px 1423px rgba(255, 255, 255, 1.00) , 1987px 564px rgba(255, 255, 255, 1.00) , 805px 935px rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 1;
	animation: stacks_in_7117_110animStar 50s linear infinite;
}
#stacks_in_7117_110stars:after {
	content: " ";
	position: absolute;
	top: -2000px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 250px 968px rgba(255, 255, 255, 1.00) , 371px 1579px rgba(255, 255, 255, 1.00) , 710px 291px rgba(255, 255, 255, 1.00) , 1899px 118px rgba(255, 255, 255, 1.00) , 792px 529px rgba(255, 255, 255, 1.00) , 648px 1426px rgba(255, 255, 255, 1.00) , 1893px 969px rgba(255, 255, 255, 1.00) , 1505px 1774px rgba(255, 255, 255, 1.00) , 342px 1053px rgba(255, 255, 255, 1.00) , 1329px 311px rgba(255, 255, 255, 1.00) , 177px 1874px rgba(255, 255, 255, 1.00) , 1109px 1630px rgba(255, 255, 255, 1.00) , 1462px 1151px rgba(255, 255, 255, 1.00) , 1188px 412px rgba(255, 255, 255, 1.00) , 218px 1217px rgba(255, 255, 255, 1.00) , 1047px 1413px rgba(255, 255, 255, 1.00) , 872px 604px rgba(255, 255, 255, 1.00) , 1327px 713px rgba(255, 255, 255, 1.00) , 620px 833px rgba(255, 255, 255, 1.00) , 1169px 544px rgba(255, 255, 255, 1.00) , 51px 1167px rgba(255, 255, 255, 1.00) , 1305px 24px rgba(255, 255, 255, 1.00) , 964px 683px rgba(255, 255, 255, 1.00) , 1869px 434px rgba(255, 255, 255, 1.00) , 807px 626px rgba(255, 255, 255, 1.00) , 617px 539px rgba(255, 255, 255, 1.00) , 1833px 579px rgba(255, 255, 255, 1.00) , 957px 435px rgba(255, 255, 255, 1.00) , 1505px 1902px rgba(255, 255, 255, 1.00) , 1272px 776px rgba(255, 255, 255, 1.00) , 612px 1556px rgba(255, 255, 255, 1.00) , 1355px 1131px rgba(255, 255, 255, 1.00) , 618px 186px rgba(255, 255, 255, 1.00) , 977px 1205px rgba(255, 255, 255, 1.00) , 1868px 277px rgba(255, 255, 255, 1.00) , 634px 641px rgba(255, 255, 255, 1.00) , 949px 1417px rgba(255, 255, 255, 1.00) , 646px 666px rgba(255, 255, 255, 1.00) , 1405px 727px rgba(255, 255, 255, 1.00) , 1440px 445px rgba(255, 255, 255, 1.00) , 1082px 1894px rgba(255, 255, 255, 1.00) , 1157px 1701px rgba(255, 255, 255, 1.00) , 269px 173px rgba(255, 255, 255, 1.00) , 922px 261px rgba(255, 255, 255, 1.00) , 1303px 1918px rgba(255, 255, 255, 1.00) , 248px 1327px rgba(255, 255, 255, 1.00) , 648px 1619px rgba(255, 255, 255, 1.00) , 1507px 754px rgba(255, 255, 255, 1.00) , 45px 107px rgba(255, 255, 255, 1.00) , 180px 1472px rgba(255, 255, 255, 1.00) , 974px 1725px rgba(255, 255, 255, 1.00) , 1424px 510px rgba(255, 255, 255, 1.00) , 1419px 1484px rgba(255, 255, 255, 1.00) , 769px 739px rgba(255, 255, 255, 1.00) , 1041px 1760px rgba(255, 255, 255, 1.00) , 1851px 285px rgba(255, 255, 255, 1.00) , 595px 304px rgba(255, 255, 255, 1.00) , 516px 159px rgba(255, 255, 255, 1.00) , 932px 1235px rgba(255, 255, 255, 1.00) , 1152px 1602px rgba(255, 255, 255, 1.00) , 1261px 1172px rgba(255, 255, 255, 1.00) , 1289px 863px rgba(255, 255, 255, 1.00) , 10px 309px rgba(255, 255, 255, 1.00) , 1933px 1138px rgba(255, 255, 255, 1.00) , 992px 1025px rgba(255, 255, 255, 1.00) , 1533px 1052px rgba(255, 255, 255, 1.00) , 544px 1491px rgba(255, 255, 255, 1.00) , 1807px 1668px rgba(255, 255, 255, 1.00) , 1615px 1926px rgba(255, 255, 255, 1.00) , 1325px 878px rgba(255, 255, 255, 1.00) , 1127px 450px rgba(255, 255, 255, 1.00) , 325px 1907px rgba(255, 255, 255, 1.00) , 1952px 388px rgba(255, 255, 255, 1.00) , 1001px 124px rgba(255, 255, 255, 1.00) , 19px 38px rgba(255, 255, 255, 1.00) , 506px 262px rgba(255, 255, 255, 1.00) , 834px 1888px rgba(255, 255, 255, 1.00) , 1424px 647px rgba(255, 255, 255, 1.00) , 212px 476px rgba(255, 255, 255, 1.00) , 47px 1694px rgba(255, 255, 255, 1.00) , 1577px 1282px rgba(255, 255, 255, 1.00) , 1895px 864px rgba(255, 255, 255, 1.00) , 75px 380px rgba(255, 255, 255, 1.00) , 499px 1647px rgba(255, 255, 255, 1.00) , 968px 353px rgba(255, 255, 255, 1.00) , 1425px 394px rgba(255, 255, 255, 1.00) , 114px 1338px rgba(255, 255, 255, 1.00) , 454px 608px rgba(255, 255, 255, 1.00) , 763px 272px rgba(255, 255, 255, 1.00) , 97px 891px rgba(255, 255, 255, 1.00) , 1583px 611px rgba(255, 255, 255, 1.00) , 1766px 1685px rgba(255, 255, 255, 1.00) , 1298px 254px rgba(255, 255, 255, 1.00) , 1203px 816px rgba(255, 255, 255, 1.00) , 11px 83px rgba(255, 255, 255, 1.00) , 1779px 1704px rgba(255, 255, 255, 1.00) , 1357px 449px rgba(255, 255, 255, 1.00) , 220px 736px rgba(255, 255, 255, 1.00) , 1799px 1789px rgba(255, 255, 255, 1.00) , 433px 1935px rgba(255, 255, 255, 1.00) , 336px 1155px rgba(255, 255, 255, 1.00) , 318px 1849px rgba(255, 255, 255, 1.00) , 1291px 911px rgba(255, 255, 255, 1.00) , 646px 953px rgba(255, 255, 255, 1.00) , 816px 599px rgba(255, 255, 255, 1.00) , 1975px 520px rgba(255, 255, 255, 1.00) , 119px 709px rgba(255, 255, 255, 1.00) , 780px 518px rgba(255, 255, 255, 1.00) , 811px 181px rgba(255, 255, 255, 1.00) , 898px 1918px rgba(255, 255, 255, 1.00) , 1837px 1544px rgba(255, 255, 255, 1.00) , 973px 791px rgba(255, 255, 255, 1.00) , 1130px 1947px rgba(255, 255, 255, 1.00) , 759px 1870px rgba(255, 255, 255, 1.00) , 960px 1198px rgba(255, 255, 255, 1.00) , 687px 654px rgba(255, 255, 255, 1.00) , 1754px 579px rgba(255, 255, 255, 1.00) , 122px 578px rgba(255, 255, 255, 1.00) , 1354px 1474px rgba(255, 255, 255, 1.00) , 11px 1124px rgba(255, 255, 255, 1.00) , 64px 1601px rgba(255, 255, 255, 1.00) , 475px 167px rgba(255, 255, 255, 1.00) , 1713px 362px rgba(255, 255, 255, 1.00) , 541px 1781px rgba(255, 255, 255, 1.00) , 1473px 153px rgba(255, 255, 255, 1.00) , 959px 199px rgba(255, 255, 255, 1.00) , 1709px 259px rgba(255, 255, 255, 1.00) , 1453px 332px rgba(255, 255, 255, 1.00) , 455px 109px rgba(255, 255, 255, 1.00) , 1443px 1302px rgba(255, 255, 255, 1.00) , 164px 195px rgba(255, 255, 255, 1.00) , 1146px 444px rgba(255, 255, 255, 1.00) , 632px 1962px rgba(255, 255, 255, 1.00) , 853px 1363px rgba(255, 255, 255, 1.00) , 1925px 1688px rgba(255, 255, 255, 1.00) , 855px 1928px rgba(255, 255, 255, 1.00) , 261px 1816px rgba(255, 255, 255, 1.00) , 1880px 475px rgba(255, 255, 255, 1.00) , 875px 1976px rgba(255, 255, 255, 1.00) , 1165px 263px rgba(255, 255, 255, 1.00) , 1665px 204px rgba(255, 255, 255, 1.00) , 1091px 1686px rgba(255, 255, 255, 1.00) , 533px 1482px rgba(255, 255, 255, 1.00) , 1601px 1654px rgba(255, 255, 255, 1.00) , 85px 682px rgba(255, 255, 255, 1.00) , 1369px 390px rgba(255, 255, 255, 1.00) , 1374px 280px rgba(255, 255, 255, 1.00) , 473px 211px rgba(255, 255, 255, 1.00) , 1800px 161px rgba(255, 255, 255, 1.00) , 1382px 67px rgba(255, 255, 255, 1.00) , 1756px 1497px rgba(255, 255, 255, 1.00) , 1451px 432px rgba(255, 255, 255, 1.00) , 1476px 1230px rgba(255, 255, 255, 1.00) , 476px 1552px rgba(255, 255, 255, 1.00) , 868px 1131px rgba(255, 255, 255, 1.00) , 1211px 672px rgba(255, 255, 255, 1.00) , 1317px 936px rgba(255, 255, 255, 1.00) , 1912px 886px rgba(255, 255, 255, 1.00) , 1491px 590px rgba(255, 255, 255, 1.00) , 979px 1121px rgba(255, 255, 255, 1.00) , 1523px 19px rgba(255, 255, 255, 1.00) , 813px 1504px rgba(255, 255, 255, 1.00) , 482px 108px rgba(255, 255, 255, 1.00) , 784px 1295px rgba(255, 255, 255, 1.00) , 1354px 273px rgba(255, 255, 255, 1.00) , 755px 116px rgba(255, 255, 255, 1.00) , 944px 1699px rgba(255, 255, 255, 1.00) , 1235px 86px rgba(255, 255, 255, 1.00) , 1058px 1884px rgba(255, 255, 255, 1.00) , 293px 56px rgba(255, 255, 255, 1.00) , 697px 1545px rgba(255, 255, 255, 1.00) , 1709px 1079px rgba(255, 255, 255, 1.00) , 1223px 826px rgba(255, 255, 255, 1.00) , 587px 1296px rgba(255, 255, 255, 1.00) , 1672px 459px rgba(255, 255, 255, 1.00) , 1260px 1345px rgba(255, 255, 255, 1.00) , 1409px 1367px rgba(255, 255, 255, 1.00) , 1994px 604px rgba(255, 255, 255, 1.00) , 1875px 1483px rgba(255, 255, 255, 1.00) , 802px 627px rgba(255, 255, 255, 1.00) , 1050px 312px rgba(255, 255, 255, 1.00) , 1114px 1318px rgba(255, 255, 255, 1.00) , 674px 1683px rgba(255, 255, 255, 1.00) , 363px 330px rgba(255, 255, 255, 1.00) , 1417px 1333px rgba(255, 255, 255, 1.00) , 1299px 970px rgba(255, 255, 255, 1.00) , 80px 879px rgba(255, 255, 255, 1.00) , 1690px 1793px rgba(255, 255, 255, 1.00) , 300px 1223px rgba(255, 255, 255, 1.00) , 346px 700px rgba(255, 255, 255, 1.00) , 1280px 1806px rgba(255, 255, 255, 1.00) , 103px 561px rgba(255, 255, 255, 1.00) , 1299px 1947px rgba(255, 255, 255, 1.00) , 1687px 1850px rgba(255, 255, 255, 1.00) , 92px 338px rgba(255, 255, 255, 1.00) , 843px 1508px rgba(255, 255, 255, 1.00) , 1504px 1234px rgba(255, 255, 255, 1.00) , 955px 335px rgba(255, 255, 255, 1.00) , 348px 604px rgba(255, 255, 255, 1.00) , 1094px 1475px rgba(255, 255, 255, 1.00) , 1379px 325px rgba(255, 255, 255, 1.00) , 1357px 1641px rgba(255, 255, 255, 1.00) , 787px 1698px rgba(255, 255, 255, 1.00) , 874px 1611px rgba(255, 255, 255, 1.00) , 1560px 590px rgba(255, 255, 255, 1.00) , 1823px 1654px rgba(255, 255, 255, 1.00) , 1952px 1408px rgba(255, 255, 255, 1.00) , 1592px 1856px rgba(255, 255, 255, 1.00) , 1800px 465px rgba(255, 255, 255, 1.00) , 1072px 1597px rgba(255, 255, 255, 1.00) , 1778px 297px rgba(255, 255, 255, 1.00) , 584px 1062px rgba(255, 255, 255, 1.00) , 1366px 594px rgba(255, 255, 255, 1.00) , 16px 1178px rgba(255, 255, 255, 1.00) , 499px 1503px rgba(255, 255, 255, 1.00) , 1891px 278px rgba(255, 255, 255, 1.00) , 149px 1857px rgba(255, 255, 255, 1.00) , 1028px 97px rgba(255, 255, 255, 1.00) , 501px 1801px rgba(255, 255, 255, 1.00) , 1266px 1371px rgba(255, 255, 255, 1.00) , 1367px 414px rgba(255, 255, 255, 1.00) , 1902px 1203px rgba(255, 255, 255, 1.00) , 1124px 472px rgba(255, 255, 255, 1.00) , 1294px 1593px rgba(255, 255, 255, 1.00) , 1285px 1530px rgba(255, 255, 255, 1.00) , 837px 934px rgba(255, 255, 255, 1.00) , 1620px 1471px rgba(255, 255, 255, 1.00) , 46px 1469px rgba(255, 255, 255, 1.00) , 286px 1605px rgba(255, 255, 255, 1.00) , 1845px 795px rgba(255, 255, 255, 1.00) , 280px 483px rgba(255, 255, 255, 1.00) , 1018px 1850px rgba(255, 255, 255, 1.00) , 690px 1258px rgba(255, 255, 255, 1.00) , 1384px 854px rgba(255, 255, 255, 1.00) , 1687px 1786px rgba(255, 255, 255, 1.00) , 1136px 530px rgba(255, 255, 255, 1.00) , 818px 1769px rgba(255, 255, 255, 1.00) , 220px 500px rgba(255, 255, 255, 1.00) , 1216px 1842px rgba(255, 255, 255, 1.00) , 299px 768px rgba(255, 255, 255, 1.00) , 1713px 452px rgba(255, 255, 255, 1.00) , 1495px 1344px rgba(255, 255, 255, 1.00) , 1949px 1779px rgba(255, 255, 255, 1.00) , 1990px 48px rgba(255, 255, 255, 1.00) , 1154px 1621px rgba(255, 255, 255, 1.00) , 1122px 997px rgba(255, 255, 255, 1.00) , 414px 1399px rgba(255, 255, 255, 1.00) , 1714px 1151px rgba(255, 255, 255, 1.00) , 1109px 1531px rgba(255, 255, 255, 1.00) , 577px 788px rgba(255, 255, 255, 1.00) , 173px 22px rgba(255, 255, 255, 1.00) , 1754px 170px rgba(255, 255, 255, 1.00) , 1734px 1224px rgba(255, 255, 255, 1.00) , 1119px 1256px rgba(255, 255, 255, 1.00) , 412px 1263px rgba(255, 255, 255, 1.00) , 63px 1608px rgba(255, 255, 255, 1.00) , 1429px 543px rgba(255, 255, 255, 1.00) , 1669px 1573px rgba(255, 255, 255, 1.00) , 1094px 306px rgba(255, 255, 255, 1.00) , 1750px 1037px rgba(255, 255, 255, 1.00) , 1097px 1985px rgba(255, 255, 255, 1.00) , 897px 894px rgba(255, 255, 255, 1.00) , 1883px 1128px rgba(255, 255, 255, 1.00) , 872px 555px rgba(255, 255, 255, 1.00) , 678px 982px rgba(255, 255, 255, 1.00) , 441px 190px rgba(255, 255, 255, 1.00) , 746px 1530px rgba(255, 255, 255, 1.00) , 1613px 869px rgba(255, 255, 255, 1.00) , 944px 1920px rgba(255, 255, 255, 1.00) , 1561px 157px rgba(255, 255, 255, 1.00) , 111px 1411px rgba(255, 255, 255, 1.00) , 487px 1654px rgba(255, 255, 255, 1.00) , 1856px 1963px rgba(255, 255, 255, 1.00) , 784px 1601px rgba(255, 255, 255, 1.00) , 316px 55px rgba(255, 255, 255, 1.00) , 1659px 1585px rgba(255, 255, 255, 1.00) , 921px 1126px rgba(255, 255, 255, 1.00) , 1728px 10px rgba(255, 255, 255, 1.00) , 515px 402px rgba(255, 255, 255, 1.00) , 1967px 170px rgba(255, 255, 255, 1.00) , 1941px 1622px rgba(255, 255, 255, 1.00) , 1779px 736px rgba(255, 255, 255, 1.00) , 164px 1146px rgba(255, 255, 255, 1.00) , 766px 859px rgba(255, 255, 255, 1.00) , 1604px 1400px rgba(255, 255, 255, 1.00) , 170px 1750px rgba(255, 255, 255, 1.00) , 1879px 1627px rgba(255, 255, 255, 1.00) , 171px 1407px rgba(255, 255, 255, 1.00) , 1838px 1780px rgba(255, 255, 255, 1.00) , 1562px 474px rgba(255, 255, 255, 1.00) , 1160px 1829px rgba(255, 255, 255, 1.00) , 44px 673px rgba(255, 255, 255, 1.00) , 1179px 137px rgba(255, 255, 255, 1.00) , 27px 1733px rgba(255, 255, 255, 1.00) , 229px 1118px rgba(255, 255, 255, 1.00) , 1810px 1992px rgba(255, 255, 255, 1.00) , 64px 1354px rgba(255, 255, 255, 1.00) , 953px 685px rgba(255, 255, 255, 1.00) , 95px 1774px rgba(255, 255, 255, 1.00) , 1626px 594px rgba(255, 255, 255, 1.00) , 1941px 34px rgba(255, 255, 255, 1.00) , 874px 1694px rgba(255, 255, 255, 1.00) , 491px 1132px rgba(255, 255, 255, 1.00) , 1073px 115px rgba(255, 255, 255, 1.00) , 1725px 762px rgba(255, 255, 255, 1.00) , 26px 1816px rgba(255, 255, 255, 1.00) , 496px 875px rgba(255, 255, 255, 1.00) , 1385px 971px rgba(255, 255, 255, 1.00) , 1186px 1097px rgba(255, 255, 255, 1.00) , 1334px 817px rgba(255, 255, 255, 1.00) , 888px 498px rgba(255, 255, 255, 1.00) , 202px 1458px rgba(255, 255, 255, 1.00) , 780px 1111px rgba(255, 255, 255, 1.00) , 770px 450px rgba(255, 255, 255, 1.00) , 1779px 958px rgba(255, 255, 255, 1.00) , 592px 516px rgba(255, 255, 255, 1.00) , 29px 1595px rgba(255, 255, 255, 1.00) , 1543px 926px rgba(255, 255, 255, 1.00) , 1617px 1615px rgba(255, 255, 255, 1.00) , 1761px 833px rgba(255, 255, 255, 1.00) , 1236px 1853px rgba(255, 255, 255, 1.00) , 146px 923px rgba(255, 255, 255, 1.00) , 1885px 1618px rgba(255, 255, 255, 1.00) , 13px 838px rgba(255, 255, 255, 1.00) , 1644px 798px rgba(255, 255, 255, 1.00) , 690px 1246px rgba(255, 255, 255, 1.00) , 307px 588px rgba(255, 255, 255, 1.00) , 477px 777px rgba(255, 255, 255, 1.00) , 202px 1749px rgba(255, 255, 255, 1.00) , 24px 620px rgba(255, 255, 255, 1.00) , 799px 1751px rgba(255, 255, 255, 1.00) , 396px 1394px rgba(255, 255, 255, 1.00) , 1252px 1387px rgba(255, 255, 255, 1.00) , 446px 1588px rgba(255, 255, 255, 1.00) , 967px 1543px rgba(255, 255, 255, 1.00) , 545px 1243px rgba(255, 255, 255, 1.00) , 140px 463px rgba(255, 255, 255, 1.00) , 1080px 574px rgba(255, 255, 255, 1.00) , 1983px 1552px rgba(255, 255, 255, 1.00) , 1035px 1903px rgba(255, 255, 255, 1.00) , 1324px 1738px rgba(255, 255, 255, 1.00) , 387px 979px rgba(255, 255, 255, 1.00) , 1815px 355px rgba(255, 255, 255, 1.00) , 955px 496px rgba(255, 255, 255, 1.00) , 1196px 1412px rgba(255, 255, 255, 1.00) , 1325px 1477px rgba(255, 255, 255, 1.00) , 1420px 1183px rgba(255, 255, 255, 1.00) , 1135px 1141px rgba(255, 255, 255, 1.00) , 1394px 1355px rgba(255, 255, 255, 1.00) , 958px 1818px rgba(255, 255, 255, 1.00) , 1373px 1664px rgba(255, 255, 255, 1.00) , 518px 1183px rgba(255, 255, 255, 1.00) , 662px 1120px rgba(255, 255, 255, 1.00) , 1710px 1060px rgba(255, 255, 255, 1.00) , 445px 485px rgba(255, 255, 255, 1.00) , 100px 1577px rgba(255, 255, 255, 1.00) , 462px 146px rgba(255, 255, 255, 1.00) , 912px 677px rgba(255, 255, 255, 1.00) , 1499px 1268px rgba(255, 255, 255, 1.00) , 1950px 780px rgba(255, 255, 255, 1.00) , 1770px 344px rgba(255, 255, 255, 1.00) , 1950px 1175px rgba(255, 255, 255, 1.00) , 232px 822px rgba(255, 255, 255, 1.00) , 1341px 660px rgba(255, 255, 255, 1.00) , 1881px 628px rgba(255, 255, 255, 1.00) , 1412px 26px rgba(255, 255, 255, 1.00) , 616px 1138px rgba(255, 255, 255, 1.00) , 55px 673px rgba(255, 255, 255, 1.00) , 1958px 294px rgba(255, 255, 255, 1.00) , 26px 141px rgba(255, 255, 255, 1.00) , 853px 1308px rgba(255, 255, 255, 1.00) , 1404px 1291px rgba(255, 255, 255, 1.00) , 987px 1490px rgba(255, 255, 255, 1.00) , 1819px 741px rgba(255, 255, 255, 1.00) , 1313px 83px rgba(255, 255, 255, 1.00) , 1438px 408px rgba(255, 255, 255, 1.00) , 561px 1189px rgba(255, 255, 255, 1.00) , 351px 1038px rgba(255, 255, 255, 1.00) , 1897px 1669px rgba(255, 255, 255, 1.00) , 1017px 813px rgba(255, 255, 255, 1.00) , 545px 116px rgba(255, 255, 255, 1.00) , 1531px 291px rgba(255, 255, 255, 1.00) , 1589px 1719px rgba(255, 255, 255, 1.00) , 955px 686px rgba(255, 255, 255, 1.00) , 1857px 323px rgba(255, 255, 255, 1.00) , 1866px 440px rgba(255, 255, 255, 1.00) , 1158px 1769px rgba(255, 255, 255, 1.00) , 701px 715px rgba(255, 255, 255, 1.00) , 1106px 1359px rgba(255, 255, 255, 1.00) , 1021px 171px rgba(255, 255, 255, 1.00) , 174px 1928px rgba(255, 255, 255, 1.00) , 311px 1861px rgba(255, 255, 255, 1.00) , 1276px 1598px rgba(255, 255, 255, 1.00) , 480px 721px rgba(255, 255, 255, 1.00) , 1618px 1379px rgba(255, 255, 255, 1.00) , 1427px 219px rgba(255, 255, 255, 1.00) , 1941px 1029px rgba(255, 255, 255, 1.00) , 841px 273px rgba(255, 255, 255, 1.00) , 1003px 1462px rgba(255, 255, 255, 1.00) , 1456px 410px rgba(255, 255, 255, 1.00) , 372px 1286px rgba(255, 255, 255, 1.00) , 836px 966px rgba(255, 255, 255, 1.00) , 1851px 1330px rgba(255, 255, 255, 1.00) , 1961px 1367px rgba(255, 255, 255, 1.00) , 637px 138px rgba(255, 255, 255, 1.00) , 1823px 1568px rgba(255, 255, 255, 1.00) , 653px 122px rgba(255, 255, 255, 1.00) , 1800px 1082px rgba(255, 255, 255, 1.00) , 836px 605px rgba(255, 255, 255, 1.00) , 971px 1802px rgba(255, 255, 255, 1.00) , 859px 1227px rgba(255, 255, 255, 1.00) , 413px 1512px rgba(255, 255, 255, 1.00) , 1949px 619px rgba(255, 255, 255, 1.00) , 830px 1467px rgba(255, 255, 255, 1.00) , 1883px 214px rgba(255, 255, 255, 1.00) , 1098px 211px rgba(255, 255, 255, 1.00) , 1104px 986px rgba(255, 255, 255, 1.00) , 1533px 9px rgba(255, 255, 255, 1.00) , 635px 857px rgba(255, 255, 255, 1.00) , 1074px 1101px rgba(255, 255, 255, 1.00) , 334px 323px rgba(255, 255, 255, 1.00) , 1339px 1522px rgba(255, 255, 255, 1.00) , 1487px 514px rgba(255, 255, 255, 1.00) , 1675px 1157px rgba(255, 255, 255, 1.00) , 426px 1666px rgba(255, 255, 255, 1.00) , 969px 454px rgba(255, 255, 255, 1.00) , 1759px 1993px rgba(255, 255, 255, 1.00) , 236px 1255px rgba(255, 255, 255, 1.00) , 1409px 1718px rgba(255, 255, 255, 1.00) , 1270px 1365px rgba(255, 255, 255, 1.00) , 1369px 182px rgba(255, 255, 255, 1.00) , 1117px 1317px rgba(255, 255, 255, 1.00) , 1168px 1856px rgba(255, 255, 255, 1.00) , 714px 386px rgba(255, 255, 255, 1.00) , 743px 1251px rgba(255, 255, 255, 1.00) , 339px 696px rgba(255, 255, 255, 1.00) , 399px 582px rgba(255, 255, 255, 1.00) , 1866px 799px rgba(255, 255, 255, 1.00) , 147px 63px rgba(255, 255, 255, 1.00) , 1653px 1189px rgba(255, 255, 255, 1.00) , 162px 1634px rgba(255, 255, 255, 1.00) , 90px 856px rgba(255, 255, 255, 1.00) , 410px 80px rgba(255, 255, 255, 1.00) , 1440px 919px rgba(255, 255, 255, 1.00) , 586px 172px rgba(255, 255, 255, 1.00) , 1510px 713px rgba(255, 255, 255, 1.00) , 675px 692px rgba(255, 255, 255, 1.00) , 520px 1213px rgba(255, 255, 255, 1.00) , 1624px 424px rgba(255, 255, 255, 1.00) , 918px 1460px rgba(255, 255, 255, 1.00) , 632px 372px rgba(255, 255, 255, 1.00) , 1797px 1503px rgba(255, 255, 255, 1.00) , 1781px 1221px rgba(255, 255, 255, 1.00) , 1275px 980px rgba(255, 255, 255, 1.00) , 730px 1437px rgba(255, 255, 255, 1.00) , 1582px 978px rgba(255, 255, 255, 1.00) , 691px 941px rgba(255, 255, 255, 1.00) , 835px 1452px rgba(255, 255, 255, 1.00) , 841px 1954px rgba(255, 255, 255, 1.00) , 1670px 493px rgba(255, 255, 255, 1.00) , 569px 64px rgba(255, 255, 255, 1.00) , 723px 1904px rgba(255, 255, 255, 1.00) , 398px 245px rgba(255, 255, 255, 1.00) , 1661px 21px rgba(255, 255, 255, 1.00) , 1485px 234px rgba(255, 255, 255, 1.00) , 1733px 75px rgba(255, 255, 255, 1.00) , 1520px 1319px rgba(255, 255, 255, 1.00) , 1789px 1441px rgba(255, 255, 255, 1.00) , 48px 137px rgba(255, 255, 255, 1.00) , 487px 1482px rgba(255, 255, 255, 1.00) , 1691px 118px rgba(255, 255, 255, 1.00) , 1181px 1662px rgba(255, 255, 255, 1.00) , 1710px 1330px rgba(255, 255, 255, 1.00) , 990px 1724px rgba(255, 255, 255, 1.00) , 1064px 627px rgba(255, 255, 255, 1.00) , 1652px 1433px rgba(255, 255, 255, 1.00) , 1425px 1702px rgba(255, 255, 255, 1.00) , 1375px 1149px rgba(255, 255, 255, 1.00) , 127px 1304px rgba(255, 255, 255, 1.00) , 170px 1902px rgba(255, 255, 255, 1.00) , 1364px 1111px rgba(255, 255, 255, 1.00) , 1120px 1761px rgba(255, 255, 255, 1.00) , 1750px 1678px rgba(255, 255, 255, 1.00) , 641px 682px rgba(255, 255, 255, 1.00) , 619px 453px rgba(255, 255, 255, 1.00) , 900px 327px rgba(255, 255, 255, 1.00) , 605px 1575px rgba(255, 255, 255, 1.00) , 988px 139px rgba(255, 255, 255, 1.00) , 403px 1614px rgba(255, 255, 255, 1.00) , 320px 1441px rgba(255, 255, 255, 1.00) , 1489px 487px rgba(255, 255, 255, 1.00) , 97px 640px rgba(255, 255, 255, 1.00) , 623px 556px rgba(255, 255, 255, 1.00) , 1469px 1397px rgba(255, 255, 255, 1.00) , 1921px 628px rgba(255, 255, 255, 1.00) , 1481px 1054px rgba(255, 255, 255, 1.00) , 1700px 375px rgba(255, 255, 255, 1.00) , 179px 3px rgba(255, 255, 255, 1.00) , 1320px 390px rgba(255, 255, 255, 1.00) , 328px 263px rgba(255, 255, 255, 1.00) , 1242px 157px rgba(255, 255, 255, 1.00) , 1515px 679px rgba(255, 255, 255, 1.00) , 1818px 1173px rgba(255, 255, 255, 1.00) , 830px 1134px rgba(255, 255, 255, 1.00) , 1431px 1188px rgba(255, 255, 255, 1.00) , 524px 134px rgba(255, 255, 255, 1.00) , 1416px 1394px rgba(255, 255, 255, 1.00) , 1469px 771px rgba(255, 255, 255, 1.00) , 1811px 1484px rgba(255, 255, 255, 1.00) , 620px 325px rgba(255, 255, 255, 1.00) , 1375px 726px rgba(255, 255, 255, 1.00) , 467px 13px rgba(255, 255, 255, 1.00) , 940px 1062px rgba(255, 255, 255, 1.00) , 368px 769px rgba(255, 255, 255, 1.00) , 628px 207px rgba(255, 255, 255, 1.00) , 1943px 1214px rgba(255, 255, 255, 1.00) , 544px 419px rgba(255, 255, 255, 1.00) , 1112px 1617px rgba(255, 255, 255, 1.00) , 801px 1697px rgba(255, 255, 255, 1.00) , 836px 735px rgba(255, 255, 255, 1.00) , 828px 1378px rgba(255, 255, 255, 1.00) , 735px 1268px rgba(255, 255, 255, 1.00) , 1050px 386px rgba(255, 255, 255, 1.00) , 122px 772px rgba(255, 255, 255, 1.00) , 1186px 1924px rgba(255, 255, 255, 1.00) , 1727px 594px rgba(255, 255, 255, 1.00) , 816px 266px rgba(255, 255, 255, 1.00) , 581px 396px rgba(255, 255, 255, 1.00) , 749px 791px rgba(255, 255, 255, 1.00) , 408px 593px rgba(255, 255, 255, 1.00) , 902px 378px rgba(255, 255, 255, 1.00) , 604px 1822px rgba(255, 255, 255, 1.00) , 1695px 875px rgba(255, 255, 255, 1.00) , 1582px 1231px rgba(255, 255, 255, 1.00) , 1962px 1976px rgba(255, 255, 255, 1.00) , 1244px 170px rgba(255, 255, 255, 1.00) , 532px 1682px rgba(255, 255, 255, 1.00) , 1913px 1078px rgba(255, 255, 255, 1.00) , 1056px 493px rgba(255, 255, 255, 1.00) , 631px 1543px rgba(255, 255, 255, 1.00) , 802px 1351px rgba(255, 255, 255, 1.00) , 794px 1161px rgba(255, 255, 255, 1.00) , 1508px 39px rgba(255, 255, 255, 1.00) , 1737px 458px rgba(255, 255, 255, 1.00) , 1177px 1964px rgba(255, 255, 255, 1.00) , 1279px 433px rgba(255, 255, 255, 1.00) , 1269px 1560px rgba(255, 255, 255, 1.00) , 718px 1913px rgba(255, 255, 255, 1.00) , 1003px 255px rgba(255, 255, 255, 1.00) , 774px 354px rgba(255, 255, 255, 1.00) , 213px 1886px rgba(255, 255, 255, 1.00) , 1559px 1335px rgba(255, 255, 255, 1.00) , 577px 572px rgba(255, 255, 255, 1.00) , 615px 1076px rgba(255, 255, 255, 1.00) , 789px 1789px rgba(255, 255, 255, 1.00) , 796px 504px rgba(255, 255, 255, 1.00) , 1869px 1111px rgba(255, 255, 255, 1.00) , 784px 729px rgba(255, 255, 255, 1.00) , 920px 900px rgba(255, 255, 255, 1.00) , 1404px 1424px rgba(255, 255, 255, 1.00) , 1745px 926px rgba(255, 255, 255, 1.00) , 1913px 914px rgba(255, 255, 255, 1.00) , 1415px 1635px rgba(255, 255, 255, 1.00) , 148px 1019px rgba(255, 255, 255, 1.00) , 877px 176px rgba(255, 255, 255, 1.00) , 1395px 1817px rgba(255, 255, 255, 1.00) , 328px 1792px rgba(255, 255, 255, 1.00) , 339px 1118px rgba(255, 255, 255, 1.00) , 1157px 789px rgba(255, 255, 255, 1.00) , 255px 1642px rgba(255, 255, 255, 1.00) , 1538px 71px rgba(255, 255, 255, 1.00) , 1887px 1830px rgba(255, 255, 255, 1.00) , 475px 748px rgba(255, 255, 255, 1.00) , 394px 1866px rgba(255, 255, 255, 1.00) , 543px 506px rgba(255, 255, 255, 1.00) , 1534px 868px rgba(255, 255, 255, 1.00) , 1199px 1731px rgba(255, 255, 255, 1.00) , 880px 1007px rgba(255, 255, 255, 1.00) , 1752px 126px rgba(255, 255, 255, 1.00) , 407px 1531px rgba(255, 255, 255, 1.00) , 827px 888px rgba(255, 255, 255, 1.00) , 1001px 1474px rgba(255, 255, 255, 1.00) , 653px 537px rgba(255, 255, 255, 1.00) , 1041px 641px rgba(255, 255, 255, 1.00) , 1602px 1664px rgba(255, 255, 255, 1.00) , 719px 827px rgba(255, 255, 255, 1.00) , 1246px 742px rgba(255, 255, 255, 1.00) , 870px 646px rgba(255, 255, 255, 1.00) , 1654px 1293px rgba(255, 255, 255, 1.00) , 182px 334px rgba(255, 255, 255, 1.00) , 372px 384px rgba(255, 255, 255, 1.00) , 1515px 1612px rgba(255, 255, 255, 1.00) , 1476px 1399px rgba(255, 255, 255, 1.00) , 837px 1943px rgba(255, 255, 255, 1.00) , 1364px 619px rgba(255, 255, 255, 1.00) , 673px 1445px rgba(255, 255, 255, 1.00) , 593px 1621px rgba(255, 255, 255, 1.00) , 1614px 240px rgba(255, 255, 255, 1.00) , 1944px 599px rgba(255, 255, 255, 1.00) , 788px 703px rgba(255, 255, 255, 1.00) , 1739px 477px rgba(255, 255, 255, 1.00) , 1582px 1891px rgba(255, 255, 255, 1.00) , 1850px 144px rgba(255, 255, 255, 1.00) , 1478px 5px rgba(255, 255, 255, 1.00) , 1923px 409px rgba(255, 255, 255, 1.00) , 299px 1366px rgba(255, 255, 255, 1.00) , 401px 208px rgba(255, 255, 255, 1.00) , 1638px 1833px rgba(255, 255, 255, 1.00) , 583px 780px rgba(255, 255, 255, 1.00) , 105px 891px rgba(255, 255, 255, 1.00) , 278px 260px rgba(255, 255, 255, 1.00) , 473px 863px rgba(255, 255, 255, 1.00) , 1811px 1261px rgba(255, 255, 255, 1.00) , 848px 609px rgba(255, 255, 255, 1.00) , 152px 1003px rgba(255, 255, 255, 1.00) , 894px 1028px rgba(255, 255, 255, 1.00) , 989px 1976px rgba(255, 255, 255, 1.00) , 262px 200px rgba(255, 255, 255, 1.00) , 1953px 394px rgba(255, 255, 255, 1.00) , 1404px 1716px rgba(255, 255, 255, 1.00) , 1960px 1547px rgba(255, 255, 255, 1.00) , 1571px 1877px rgba(255, 255, 255, 1.00) , 250px 1838px rgba(255, 255, 255, 1.00) , 510px 1085px rgba(255, 255, 255, 1.00) , 1206px 1777px rgba(255, 255, 255, 1.00) , 841px 1207px rgba(255, 255, 255, 1.00) , 1658px 1201px rgba(255, 255, 255, 1.00) , 1547px 797px rgba(255, 255, 255, 1.00) , 1870px 348px rgba(255, 255, 255, 1.00) , 289px 379px rgba(255, 255, 255, 1.00) , 268px 1154px rgba(255, 255, 255, 1.00) , 1347px 1940px rgba(255, 255, 255, 1.00) , 1114px 535px rgba(255, 255, 255, 1.00) , 503px 1395px rgba(255, 255, 255, 1.00) , 597px 1281px rgba(255, 255, 255, 1.00) , 590px 1687px rgba(255, 255, 255, 1.00) , 1914px 941px rgba(255, 255, 255, 1.00) , 1639px 1717px rgba(255, 255, 255, 1.00) , 1410px 1313px rgba(255, 255, 255, 1.00) , 516px 735px rgba(255, 255, 255, 1.00) , 1009px 295px rgba(255, 255, 255, 1.00) , 1391px 173px rgba(255, 255, 255, 1.00) , 1982px 774px rgba(255, 255, 255, 1.00) , 247px 432px rgba(255, 255, 255, 1.00) , 1480px 788px rgba(255, 255, 255, 1.00) , 1436px 739px rgba(255, 255, 255, 1.00) , 469px 1630px rgba(255, 255, 255, 1.00) , 1895px 1300px rgba(255, 255, 255, 1.00) , 898px 739px rgba(255, 255, 255, 1.00) , 1674px 625px rgba(255, 255, 255, 1.00) , 1645px 168px rgba(255, 255, 255, 1.00) , 726px 871px rgba(255, 255, 255, 1.00) , 600px 1002px rgba(255, 255, 255, 1.00) , 115px 1018px rgba(255, 255, 255, 1.00) , 122px 1969px rgba(255, 255, 255, 1.00) , 1937px 847px rgba(255, 255, 255, 1.00) , 1674px 1541px rgba(255, 255, 255, 1.00) , 710px 846px rgba(255, 255, 255, 1.00) , 155px 1426px rgba(255, 255, 255, 1.00) , 1119px 538px rgba(255, 255, 255, 1.00) , 246px 131px rgba(255, 255, 255, 1.00) , 196px 243px rgba(255, 255, 255, 1.00) , 1350px 1837px rgba(255, 255, 255, 1.00) , 1362px 458px rgba(255, 255, 255, 1.00) , 1527px 49px rgba(255, 255, 255, 1.00) , 1468px 1227px rgba(255, 255, 255, 1.00) , 1084px 610px rgba(255, 255, 255, 1.00) , 777px 862px rgba(255, 255, 255, 1.00) , 1216px 176px rgba(255, 255, 255, 1.00) , 1577px 477px rgba(255, 255, 255, 1.00) , 826px 1524px rgba(255, 255, 255, 1.00) , 1771px 1792px rgba(255, 255, 255, 1.00) , 1819px 1488px rgba(255, 255, 255, 1.00) , 1217px 545px rgba(255, 255, 255, 1.00) , 430px 1297px rgba(255, 255, 255, 1.00) , 1556px 1123px rgba(255, 255, 255, 1.00) , 1681px 1917px rgba(255, 255, 255, 1.00) , 429px 981px rgba(255, 255, 255, 1.00) , 763px 664px rgba(255, 255, 255, 1.00) , 1259px 1993px rgba(255, 255, 255, 1.00) , 715px 1227px rgba(255, 255, 255, 1.00) , 265px 1847px rgba(255, 255, 255, 1.00) , 400px 409px rgba(255, 255, 255, 1.00) , 1624px 1513px rgba(255, 255, 255, 1.00) , 1033px 931px rgba(255, 255, 255, 1.00) , 1208px 365px rgba(255, 255, 255, 1.00) , 1386px 80px rgba(255, 255, 255, 1.00) , 10px 96px rgba(255, 255, 255, 1.00) , 226px 1585px rgba(255, 255, 255, 1.00) , 644px 1844px rgba(255, 255, 255, 1.00) , 1741px 1898px rgba(255, 255, 255, 1.00) , 924px 1386px rgba(255, 255, 255, 1.00) , 1021px 530px rgba(255, 255, 255, 1.00) , 1978px 880px rgba(255, 255, 255, 1.00) , 1688px 1961px rgba(255, 255, 255, 1.00) , 663px 476px rgba(255, 255, 255, 1.00) , 1818px 699px rgba(255, 255, 255, 1.00) , 1610px 1423px rgba(255, 255, 255, 1.00) , 1987px 564px rgba(255, 255, 255, 1.00) , 805px 935px rgba(255, 255, 255, 1.00);
}

#stacks_in_7117_110stars2 {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 819px 1411px rgba(230, 230, 230, 1.00) , 66px 902px rgba(230, 230, 230, 1.00) , 956px 1073px rgba(230, 230, 230, 1.00) , 1375px 1992px rgba(230, 230, 230, 1.00) , 1992px 523px rgba(230, 230, 230, 1.00) , 1761px 1139px rgba(230, 230, 230, 1.00) , 856px 102px rgba(230, 230, 230, 1.00) , 7px 286px rgba(230, 230, 230, 1.00) , 918px 616px rgba(230, 230, 230, 1.00) , 1124px 1273px rgba(230, 230, 230, 1.00) , 1984px 1054px rgba(230, 230, 230, 1.00) , 373px 1783px rgba(230, 230, 230, 1.00) , 357px 699px rgba(230, 230, 230, 1.00) , 1055px 1989px rgba(230, 230, 230, 1.00) , 257px 1934px rgba(230, 230, 230, 1.00) , 239px 431px rgba(230, 230, 230, 1.00) , 825px 1677px rgba(230, 230, 230, 1.00) , 256px 1047px rgba(230, 230, 230, 1.00) , 1602px 523px rgba(230, 230, 230, 1.00) , 953px 974px rgba(230, 230, 230, 1.00) , 396px 1694px rgba(230, 230, 230, 1.00) , 321px 1781px rgba(230, 230, 230, 1.00) , 1391px 1241px rgba(230, 230, 230, 1.00) , 48px 714px rgba(230, 230, 230, 1.00) , 614px 364px rgba(230, 230, 230, 1.00) , 303px 989px rgba(230, 230, 230, 1.00) , 1361px 874px rgba(230, 230, 230, 1.00) , 1883px 1604px rgba(230, 230, 230, 1.00) , 124px 686px rgba(230, 230, 230, 1.00) , 204px 864px rgba(230, 230, 230, 1.00) , 1300px 1257px rgba(230, 230, 230, 1.00) , 345px 320px rgba(230, 230, 230, 1.00) , 823px 1928px rgba(230, 230, 230, 1.00) , 1382px 180px rgba(230, 230, 230, 1.00) , 298px 1673px rgba(230, 230, 230, 1.00) , 1746px 1765px rgba(230, 230, 230, 1.00) , 1218px 1018px rgba(230, 230, 230, 1.00) , 317px 292px rgba(230, 230, 230, 1.00) , 1455px 671px rgba(230, 230, 230, 1.00) , 1193px 917px rgba(230, 230, 230, 1.00) , 1296px 1150px rgba(230, 230, 230, 1.00) , 348px 970px rgba(230, 230, 230, 1.00) , 635px 688px rgba(230, 230, 230, 1.00) , 696px 293px rgba(230, 230, 230, 1.00) , 1117px 481px rgba(230, 230, 230, 1.00) , 326px 1332px rgba(230, 230, 230, 1.00) , 1354px 1328px rgba(230, 230, 230, 1.00) , 1611px 1951px rgba(230, 230, 230, 1.00) , 515px 1009px rgba(230, 230, 230, 1.00) , 1738px 1246px rgba(230, 230, 230, 1.00) , 1199px 1984px rgba(230, 230, 230, 1.00) , 1945px 110px rgba(230, 230, 230, 1.00) , 1974px 1149px rgba(230, 230, 230, 1.00) , 542px 1120px rgba(230, 230, 230, 1.00) , 258px 934px rgba(230, 230, 230, 1.00) , 238px 1484px rgba(230, 230, 230, 1.00) , 1906px 761px rgba(230, 230, 230, 1.00) , 783px 1705px rgba(230, 230, 230, 1.00) , 452px 458px rgba(230, 230, 230, 1.00) , 1416px 637px rgba(230, 230, 230, 1.00) , 810px 260px rgba(230, 230, 230, 1.00) , 1413px 488px rgba(230, 230, 230, 1.00) , 316px 1801px rgba(230, 230, 230, 1.00) , 327px 1959px rgba(230, 230, 230, 1.00) , 799px 498px rgba(230, 230, 230, 1.00) , 1418px 267px rgba(230, 230, 230, 1.00) , 102px 138px rgba(230, 230, 230, 1.00) , 243px 1136px rgba(230, 230, 230, 1.00) , 518px 161px rgba(230, 230, 230, 1.00) , 1675px 958px rgba(230, 230, 230, 1.00) , 1100px 1407px rgba(230, 230, 230, 1.00) , 2px 1778px rgba(230, 230, 230, 1.00) , 440px 538px rgba(230, 230, 230, 1.00) , 802px 845px rgba(230, 230, 230, 1.00) , 1418px 783px rgba(230, 230, 230, 1.00) , 1556px 875px rgba(230, 230, 230, 1.00) , 345px 1459px rgba(230, 230, 230, 1.00) , 1566px 921px rgba(230, 230, 230, 1.00) , 1698px 1768px rgba(230, 230, 230, 1.00) , 1228px 184px rgba(230, 230, 230, 1.00) , 1921px 1138px rgba(230, 230, 230, 1.00) , 1697px 1438px rgba(230, 230, 230, 1.00) , 450px 844px rgba(230, 230, 230, 1.00) , 1902px 1904px rgba(230, 230, 230, 1.00) , 755px 843px rgba(230, 230, 230, 1.00) , 1202px 61px rgba(230, 230, 230, 1.00) , 732px 1270px rgba(230, 230, 230, 1.00) , 1777px 50px rgba(230, 230, 230, 1.00) , 606px 1070px rgba(230, 230, 230, 1.00) , 217px 1996px rgba(230, 230, 230, 1.00) , 1757px 573px rgba(230, 230, 230, 1.00) , 1869px 1583px rgba(230, 230, 230, 1.00) , 1375px 204px rgba(230, 230, 230, 1.00) , 636px 366px rgba(230, 230, 230, 1.00) , 1941px 1543px rgba(230, 230, 230, 1.00) , 1856px 1326px rgba(230, 230, 230, 1.00) , 360px 1421px rgba(230, 230, 230, 1.00) , 776px 1949px rgba(230, 230, 230, 1.00) , 1148px 27px rgba(230, 230, 230, 1.00) , 1011px 1671px rgba(230, 230, 230, 1.00) , 1895px 207px rgba(230, 230, 230, 1.00) , 824px 805px rgba(230, 230, 230, 1.00) , 267px 1083px rgba(230, 230, 230, 1.00) , 851px 667px rgba(230, 230, 230, 1.00) , 1695px 1395px rgba(230, 230, 230, 1.00) , 122px 1510px rgba(230, 230, 230, 1.00) , 1622px 1542px rgba(230, 230, 230, 1.00) , 1148px 246px rgba(230, 230, 230, 1.00) , 1633px 1188px rgba(230, 230, 230, 1.00) , 282px 1002px rgba(230, 230, 230, 1.00) , 1707px 366px rgba(230, 230, 230, 1.00) , 1422px 1977px rgba(230, 230, 230, 1.00) , 1723px 721px rgba(230, 230, 230, 1.00) , 1427px 958px rgba(230, 230, 230, 1.00) , 1364px 421px rgba(230, 230, 230, 1.00) , 884px 1934px rgba(230, 230, 230, 1.00) , 88px 27px rgba(230, 230, 230, 1.00) , 1762px 1089px rgba(230, 230, 230, 1.00) , 1174px 1808px rgba(230, 230, 230, 1.00) , 1429px 834px rgba(230, 230, 230, 1.00) , 1893px 272px rgba(230, 230, 230, 1.00) , 417px 1755px rgba(230, 230, 230, 1.00) , 1222px 494px rgba(230, 230, 230, 1.00) , 832px 401px rgba(230, 230, 230, 1.00) , 1445px 1175px rgba(230, 230, 230, 1.00) , 619px 1812px rgba(230, 230, 230, 1.00) , 917px 689px rgba(230, 230, 230, 1.00) , 143px 957px rgba(230, 230, 230, 1.00) , 794px 429px rgba(230, 230, 230, 1.00) , 701px 1769px rgba(230, 230, 230, 1.00) , 1415px 189px rgba(230, 230, 230, 1.00) , 464px 186px rgba(230, 230, 230, 1.00) , 315px 222px rgba(230, 230, 230, 1.00) , 1273px 1678px rgba(230, 230, 230, 1.00) , 1330px 1274px rgba(230, 230, 230, 1.00) , 1415px 1947px rgba(230, 230, 230, 1.00) , 513px 577px rgba(230, 230, 230, 1.00) , 100px 801px rgba(230, 230, 230, 1.00) , 1759px 1293px rgba(230, 230, 230, 1.00) , 534px 118px rgba(230, 230, 230, 1.00) , 1141px 674px rgba(230, 230, 230, 1.00) , 1762px 1893px rgba(230, 230, 230, 1.00) , 1499px 1938px rgba(230, 230, 230, 1.00) , 1536px 1674px rgba(230, 230, 230, 1.00) , 321px 31px rgba(230, 230, 230, 1.00) , 1880px 1403px rgba(230, 230, 230, 1.00) , 518px 674px rgba(230, 230, 230, 1.00) , 1555px 1576px rgba(230, 230, 230, 1.00) , 1882px 1849px rgba(230, 230, 230, 1.00) , 242px 265px rgba(230, 230, 230, 1.00) , 883px 760px rgba(230, 230, 230, 1.00) , 1371px 1789px rgba(230, 230, 230, 1.00) , 34px 462px rgba(230, 230, 230, 1.00) , 722px 17px rgba(230, 230, 230, 1.00) , 818px 1px rgba(230, 230, 230, 1.00) , 687px 1634px rgba(230, 230, 230, 1.00) , 394px 534px rgba(230, 230, 230, 1.00) , 1843px 135px rgba(230, 230, 230, 1.00) , 1701px 1840px rgba(230, 230, 230, 1.00) , 1701px 1713px rgba(230, 230, 230, 1.00) , 1271px 894px rgba(230, 230, 230, 1.00) , 1892px 288px rgba(230, 230, 230, 1.00) , 1143px 1055px rgba(230, 230, 230, 1.00) , 1414px 646px rgba(230, 230, 230, 1.00) , 1984px 489px rgba(230, 230, 230, 1.00) , 311px 414px rgba(230, 230, 230, 1.00) , 1835px 1913px rgba(230, 230, 230, 1.00) , 1981px 917px rgba(230, 230, 230, 1.00) , 1559px 1741px rgba(230, 230, 230, 1.00) , 261px 531px rgba(230, 230, 230, 1.00) , 254px 905px rgba(230, 230, 230, 1.00) , 16px 1985px rgba(230, 230, 230, 1.00) , 430px 1950px rgba(230, 230, 230, 1.00) , 75px 1401px rgba(230, 230, 230, 1.00) , 154px 1253px rgba(230, 230, 230, 1.00) , 1426px 1372px rgba(230, 230, 230, 1.00) , 1988px 1530px rgba(230, 230, 230, 1.00) , 1845px 1249px rgba(230, 230, 230, 1.00) , 1098px 1642px rgba(230, 230, 230, 1.00) , 1163px 1894px rgba(230, 230, 230, 1.00) , 545px 445px rgba(230, 230, 230, 1.00) , 852px 1395px rgba(230, 230, 230, 1.00) , 1826px 1866px rgba(230, 230, 230, 1.00) , 1291px 1628px rgba(230, 230, 230, 1.00) , 427px 286px rgba(230, 230, 230, 1.00) , 1276px 975px rgba(230, 230, 230, 1.00) , 716px 987px rgba(230, 230, 230, 1.00) , 988px 445px rgba(230, 230, 230, 1.00) , 1296px 1100px rgba(230, 230, 230, 1.00) , 820px 67px rgba(230, 230, 230, 1.00) , 1267px 903px rgba(230, 230, 230, 1.00) , 397px 446px rgba(230, 230, 230, 1.00) , 1230px 1149px rgba(230, 230, 230, 1.00) , 367px 1503px rgba(230, 230, 230, 1.00) , 638px 443px rgba(230, 230, 230, 1.00) , 1773px 1488px rgba(230, 230, 230, 1.00) , 1452px 226px rgba(230, 230, 230, 1.00) , 939px 1027px rgba(230, 230, 230, 1.00) , 1573px 1713px rgba(230, 230, 230, 1.00) , 1770px 1103px rgba(230, 230, 230, 1.00);
	animation: stacks_in_7117_110animStar 100s linear infinite;
}
#stacks_in_7117_110stars2:after {
	content: " ";
	position: absolute;
	top: -2000px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 819px 1411px rgba(230, 230, 230, 1.00) , 66px 902px rgba(230, 230, 230, 1.00) , 956px 1073px rgba(230, 230, 230, 1.00) , 1375px 1992px rgba(230, 230, 230, 1.00) , 1992px 523px rgba(230, 230, 230, 1.00) , 1761px 1139px rgba(230, 230, 230, 1.00) , 856px 102px rgba(230, 230, 230, 1.00) , 7px 286px rgba(230, 230, 230, 1.00) , 918px 616px rgba(230, 230, 230, 1.00) , 1124px 1273px rgba(230, 230, 230, 1.00) , 1984px 1054px rgba(230, 230, 230, 1.00) , 373px 1783px rgba(230, 230, 230, 1.00) , 357px 699px rgba(230, 230, 230, 1.00) , 1055px 1989px rgba(230, 230, 230, 1.00) , 257px 1934px rgba(230, 230, 230, 1.00) , 239px 431px rgba(230, 230, 230, 1.00) , 825px 1677px rgba(230, 230, 230, 1.00) , 256px 1047px rgba(230, 230, 230, 1.00) , 1602px 523px rgba(230, 230, 230, 1.00) , 953px 974px rgba(230, 230, 230, 1.00) , 396px 1694px rgba(230, 230, 230, 1.00) , 321px 1781px rgba(230, 230, 230, 1.00) , 1391px 1241px rgba(230, 230, 230, 1.00) , 48px 714px rgba(230, 230, 230, 1.00) , 614px 364px rgba(230, 230, 230, 1.00) , 303px 989px rgba(230, 230, 230, 1.00) , 1361px 874px rgba(230, 230, 230, 1.00) , 1883px 1604px rgba(230, 230, 230, 1.00) , 124px 686px rgba(230, 230, 230, 1.00) , 204px 864px rgba(230, 230, 230, 1.00) , 1300px 1257px rgba(230, 230, 230, 1.00) , 345px 320px rgba(230, 230, 230, 1.00) , 823px 1928px rgba(230, 230, 230, 1.00) , 1382px 180px rgba(230, 230, 230, 1.00) , 298px 1673px rgba(230, 230, 230, 1.00) , 1746px 1765px rgba(230, 230, 230, 1.00) , 1218px 1018px rgba(230, 230, 230, 1.00) , 317px 292px rgba(230, 230, 230, 1.00) , 1455px 671px rgba(230, 230, 230, 1.00) , 1193px 917px rgba(230, 230, 230, 1.00) , 1296px 1150px rgba(230, 230, 230, 1.00) , 348px 970px rgba(230, 230, 230, 1.00) , 635px 688px rgba(230, 230, 230, 1.00) , 696px 293px rgba(230, 230, 230, 1.00) , 1117px 481px rgba(230, 230, 230, 1.00) , 326px 1332px rgba(230, 230, 230, 1.00) , 1354px 1328px rgba(230, 230, 230, 1.00) , 1611px 1951px rgba(230, 230, 230, 1.00) , 515px 1009px rgba(230, 230, 230, 1.00) , 1738px 1246px rgba(230, 230, 230, 1.00) , 1199px 1984px rgba(230, 230, 230, 1.00) , 1945px 110px rgba(230, 230, 230, 1.00) , 1974px 1149px rgba(230, 230, 230, 1.00) , 542px 1120px rgba(230, 230, 230, 1.00) , 258px 934px rgba(230, 230, 230, 1.00) , 238px 1484px rgba(230, 230, 230, 1.00) , 1906px 761px rgba(230, 230, 230, 1.00) , 783px 1705px rgba(230, 230, 230, 1.00) , 452px 458px rgba(230, 230, 230, 1.00) , 1416px 637px rgba(230, 230, 230, 1.00) , 810px 260px rgba(230, 230, 230, 1.00) , 1413px 488px rgba(230, 230, 230, 1.00) , 316px 1801px rgba(230, 230, 230, 1.00) , 327px 1959px rgba(230, 230, 230, 1.00) , 799px 498px rgba(230, 230, 230, 1.00) , 1418px 267px rgba(230, 230, 230, 1.00) , 102px 138px rgba(230, 230, 230, 1.00) , 243px 1136px rgba(230, 230, 230, 1.00) , 518px 161px rgba(230, 230, 230, 1.00) , 1675px 958px rgba(230, 230, 230, 1.00) , 1100px 1407px rgba(230, 230, 230, 1.00) , 2px 1778px rgba(230, 230, 230, 1.00) , 440px 538px rgba(230, 230, 230, 1.00) , 802px 845px rgba(230, 230, 230, 1.00) , 1418px 783px rgba(230, 230, 230, 1.00) , 1556px 875px rgba(230, 230, 230, 1.00) , 345px 1459px rgba(230, 230, 230, 1.00) , 1566px 921px rgba(230, 230, 230, 1.00) , 1698px 1768px rgba(230, 230, 230, 1.00) , 1228px 184px rgba(230, 230, 230, 1.00) , 1921px 1138px rgba(230, 230, 230, 1.00) , 1697px 1438px rgba(230, 230, 230, 1.00) , 450px 844px rgba(230, 230, 230, 1.00) , 1902px 1904px rgba(230, 230, 230, 1.00) , 755px 843px rgba(230, 230, 230, 1.00) , 1202px 61px rgba(230, 230, 230, 1.00) , 732px 1270px rgba(230, 230, 230, 1.00) , 1777px 50px rgba(230, 230, 230, 1.00) , 606px 1070px rgba(230, 230, 230, 1.00) , 217px 1996px rgba(230, 230, 230, 1.00) , 1757px 573px rgba(230, 230, 230, 1.00) , 1869px 1583px rgba(230, 230, 230, 1.00) , 1375px 204px rgba(230, 230, 230, 1.00) , 636px 366px rgba(230, 230, 230, 1.00) , 1941px 1543px rgba(230, 230, 230, 1.00) , 1856px 1326px rgba(230, 230, 230, 1.00) , 360px 1421px rgba(230, 230, 230, 1.00) , 776px 1949px rgba(230, 230, 230, 1.00) , 1148px 27px rgba(230, 230, 230, 1.00) , 1011px 1671px rgba(230, 230, 230, 1.00) , 1895px 207px rgba(230, 230, 230, 1.00) , 824px 805px rgba(230, 230, 230, 1.00) , 267px 1083px rgba(230, 230, 230, 1.00) , 851px 667px rgba(230, 230, 230, 1.00) , 1695px 1395px rgba(230, 230, 230, 1.00) , 122px 1510px rgba(230, 230, 230, 1.00) , 1622px 1542px rgba(230, 230, 230, 1.00) , 1148px 246px rgba(230, 230, 230, 1.00) , 1633px 1188px rgba(230, 230, 230, 1.00) , 282px 1002px rgba(230, 230, 230, 1.00) , 1707px 366px rgba(230, 230, 230, 1.00) , 1422px 1977px rgba(230, 230, 230, 1.00) , 1723px 721px rgba(230, 230, 230, 1.00) , 1427px 958px rgba(230, 230, 230, 1.00) , 1364px 421px rgba(230, 230, 230, 1.00) , 884px 1934px rgba(230, 230, 230, 1.00) , 88px 27px rgba(230, 230, 230, 1.00) , 1762px 1089px rgba(230, 230, 230, 1.00) , 1174px 1808px rgba(230, 230, 230, 1.00) , 1429px 834px rgba(230, 230, 230, 1.00) , 1893px 272px rgba(230, 230, 230, 1.00) , 417px 1755px rgba(230, 230, 230, 1.00) , 1222px 494px rgba(230, 230, 230, 1.00) , 832px 401px rgba(230, 230, 230, 1.00) , 1445px 1175px rgba(230, 230, 230, 1.00) , 619px 1812px rgba(230, 230, 230, 1.00) , 917px 689px rgba(230, 230, 230, 1.00) , 143px 957px rgba(230, 230, 230, 1.00) , 794px 429px rgba(230, 230, 230, 1.00) , 701px 1769px rgba(230, 230, 230, 1.00) , 1415px 189px rgba(230, 230, 230, 1.00) , 464px 186px rgba(230, 230, 230, 1.00) , 315px 222px rgba(230, 230, 230, 1.00) , 1273px 1678px rgba(230, 230, 230, 1.00) , 1330px 1274px rgba(230, 230, 230, 1.00) , 1415px 1947px rgba(230, 230, 230, 1.00) , 513px 577px rgba(230, 230, 230, 1.00) , 100px 801px rgba(230, 230, 230, 1.00) , 1759px 1293px rgba(230, 230, 230, 1.00) , 534px 118px rgba(230, 230, 230, 1.00) , 1141px 674px rgba(230, 230, 230, 1.00) , 1762px 1893px rgba(230, 230, 230, 1.00) , 1499px 1938px rgba(230, 230, 230, 1.00) , 1536px 1674px rgba(230, 230, 230, 1.00) , 321px 31px rgba(230, 230, 230, 1.00) , 1880px 1403px rgba(230, 230, 230, 1.00) , 518px 674px rgba(230, 230, 230, 1.00) , 1555px 1576px rgba(230, 230, 230, 1.00) , 1882px 1849px rgba(230, 230, 230, 1.00) , 242px 265px rgba(230, 230, 230, 1.00) , 883px 760px rgba(230, 230, 230, 1.00) , 1371px 1789px rgba(230, 230, 230, 1.00) , 34px 462px rgba(230, 230, 230, 1.00) , 722px 17px rgba(230, 230, 230, 1.00) , 818px 1px rgba(230, 230, 230, 1.00) , 687px 1634px rgba(230, 230, 230, 1.00) , 394px 534px rgba(230, 230, 230, 1.00) , 1843px 135px rgba(230, 230, 230, 1.00) , 1701px 1840px rgba(230, 230, 230, 1.00) , 1701px 1713px rgba(230, 230, 230, 1.00) , 1271px 894px rgba(230, 230, 230, 1.00) , 1892px 288px rgba(230, 230, 230, 1.00) , 1143px 1055px rgba(230, 230, 230, 1.00) , 1414px 646px rgba(230, 230, 230, 1.00) , 1984px 489px rgba(230, 230, 230, 1.00) , 311px 414px rgba(230, 230, 230, 1.00) , 1835px 1913px rgba(230, 230, 230, 1.00) , 1981px 917px rgba(230, 230, 230, 1.00) , 1559px 1741px rgba(230, 230, 230, 1.00) , 261px 531px rgba(230, 230, 230, 1.00) , 254px 905px rgba(230, 230, 230, 1.00) , 16px 1985px rgba(230, 230, 230, 1.00) , 430px 1950px rgba(230, 230, 230, 1.00) , 75px 1401px rgba(230, 230, 230, 1.00) , 154px 1253px rgba(230, 230, 230, 1.00) , 1426px 1372px rgba(230, 230, 230, 1.00) , 1988px 1530px rgba(230, 230, 230, 1.00) , 1845px 1249px rgba(230, 230, 230, 1.00) , 1098px 1642px rgba(230, 230, 230, 1.00) , 1163px 1894px rgba(230, 230, 230, 1.00) , 545px 445px rgba(230, 230, 230, 1.00) , 852px 1395px rgba(230, 230, 230, 1.00) , 1826px 1866px rgba(230, 230, 230, 1.00) , 1291px 1628px rgba(230, 230, 230, 1.00) , 427px 286px rgba(230, 230, 230, 1.00) , 1276px 975px rgba(230, 230, 230, 1.00) , 716px 987px rgba(230, 230, 230, 1.00) , 988px 445px rgba(230, 230, 230, 1.00) , 1296px 1100px rgba(230, 230, 230, 1.00) , 820px 67px rgba(230, 230, 230, 1.00) , 1267px 903px rgba(230, 230, 230, 1.00) , 397px 446px rgba(230, 230, 230, 1.00) , 1230px 1149px rgba(230, 230, 230, 1.00) , 367px 1503px rgba(230, 230, 230, 1.00) , 638px 443px rgba(230, 230, 230, 1.00) , 1773px 1488px rgba(230, 230, 230, 1.00) , 1452px 226px rgba(230, 230, 230, 1.00) , 939px 1027px rgba(230, 230, 230, 1.00) , 1573px 1713px rgba(230, 230, 230, 1.00) , 1770px 1103px rgba(230, 230, 230, 1.00);
}

#stacks_in_7117_110stars3 {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 729px 1125px rgba(255, 255, 10, 1.00) , 1176px 1985px rgba(255, 255, 10, 1.00) , 1280px 894px rgba(255, 255, 10, 1.00) , 1648px 65px rgba(255, 255, 10, 1.00) , 443px 1646px rgba(255, 255, 10, 1.00) , 418px 209px rgba(255, 255, 10, 1.00) , 1009px 1023px rgba(255, 255, 10, 1.00) , 1745px 1799px rgba(255, 255, 10, 1.00) , 298px 1994px rgba(255, 255, 10, 1.00) , 1567px 1011px rgba(255, 255, 10, 1.00) , 1155px 1707px rgba(255, 255, 10, 1.00) , 243px 1951px rgba(255, 255, 10, 1.00) , 735px 57px rgba(255, 255, 10, 1.00) , 1502px 1439px rgba(255, 255, 10, 1.00) , 630px 763px rgba(255, 255, 10, 1.00) , 471px 1560px rgba(255, 255, 10, 1.00) , 1786px 1421px rgba(255, 255, 10, 1.00) , 1037px 1344px rgba(255, 255, 10, 1.00) , 1365px 1183px rgba(255, 255, 10, 1.00) , 1018px 311px rgba(255, 255, 10, 1.00) , 1510px 922px rgba(255, 255, 10, 1.00) , 1226px 254px rgba(255, 255, 10, 1.00) , 735px 1045px rgba(255, 255, 10, 1.00) , 334px 1033px rgba(255, 255, 10, 1.00) , 815px 1765px rgba(255, 255, 10, 1.00) , 689px 252px rgba(255, 255, 10, 1.00) , 1240px 979px rgba(255, 255, 10, 1.00) , 497px 360px rgba(255, 255, 10, 1.00) , 118px 137px rgba(255, 255, 10, 1.00) , 609px 1589px rgba(255, 255, 10, 1.00) , 394px 351px rgba(255, 255, 10, 1.00) , 745px 1710px rgba(255, 255, 10, 1.00) , 1135px 1788px rgba(255, 255, 10, 1.00) , 1020px 1867px rgba(255, 255, 10, 1.00) , 395px 506px rgba(255, 255, 10, 1.00) , 1428px 1641px rgba(255, 255, 10, 1.00) , 705px 1679px rgba(255, 255, 10, 1.00) , 1086px 867px rgba(255, 255, 10, 1.00) , 759px 1466px rgba(255, 255, 10, 1.00) , 1456px 1218px rgba(255, 255, 10, 1.00) , 1326px 1707px rgba(255, 255, 10, 1.00) , 1416px 810px rgba(255, 255, 10, 1.00) , 243px 1281px rgba(255, 255, 10, 1.00) , 655px 1572px rgba(255, 255, 10, 1.00) , 1463px 139px rgba(255, 255, 10, 1.00) , 921px 1993px rgba(255, 255, 10, 1.00) , 1189px 120px rgba(255, 255, 10, 1.00) , 1857px 349px rgba(255, 255, 10, 1.00) , 440px 1594px rgba(255, 255, 10, 1.00) , 1137px 1117px rgba(255, 255, 10, 1.00) , 1179px 192px rgba(255, 255, 10, 1.00) , 1309px 1233px rgba(255, 255, 10, 1.00) , 1983px 1025px rgba(255, 255, 10, 1.00) , 464px 281px rgba(255, 255, 10, 1.00) , 1737px 487px rgba(255, 255, 10, 1.00) , 1692px 1587px rgba(255, 255, 10, 1.00) , 1380px 562px rgba(255, 255, 10, 1.00) , 967px 580px rgba(255, 255, 10, 1.00) , 1136px 1384px rgba(255, 255, 10, 1.00) , 1081px 1442px rgba(255, 255, 10, 1.00) , 1133px 214px rgba(255, 255, 10, 1.00) , 916px 1503px rgba(255, 255, 10, 1.00) , 546px 795px rgba(255, 255, 10, 1.00) , 1986px 1993px rgba(255, 255, 10, 1.00) , 1418px 535px rgba(255, 255, 10, 1.00) , 619px 1209px rgba(255, 255, 10, 1.00) , 1087px 1865px rgba(255, 255, 10, 1.00) , 1814px 971px rgba(255, 255, 10, 1.00) , 1921px 1315px rgba(255, 255, 10, 1.00) , 1106px 1857px rgba(255, 255, 10, 1.00) , 1329px 1726px rgba(255, 255, 10, 1.00) , 807px 1748px rgba(255, 255, 10, 1.00) , 1913px 1061px rgba(255, 255, 10, 1.00) , 1875px 863px rgba(255, 255, 10, 1.00) , 904px 347px rgba(255, 255, 10, 1.00) , 1945px 1386px rgba(255, 255, 10, 1.00) , 1760px 555px rgba(255, 255, 10, 1.00) , 917px 1680px rgba(255, 255, 10, 1.00) , 1353px 647px rgba(255, 255, 10, 1.00) , 1490px 26px rgba(255, 255, 10, 1.00) , 852px 1974px rgba(255, 255, 10, 1.00) , 1059px 1820px rgba(255, 255, 10, 1.00) , 1064px 1240px rgba(255, 255, 10, 1.00) , 165px 34px rgba(255, 255, 10, 1.00) , 106px 991px rgba(255, 255, 10, 1.00) , 725px 1537px rgba(255, 255, 10, 1.00) , 1881px 238px rgba(255, 255, 10, 1.00) , 746px 1423px rgba(255, 255, 10, 1.00) , 305px 736px rgba(255, 255, 10, 1.00) , 739px 1358px rgba(255, 255, 10, 1.00) , 1094px 867px rgba(255, 255, 10, 1.00) , 662px 1728px rgba(255, 255, 10, 1.00) , 1147px 1395px rgba(255, 255, 10, 1.00) , 1867px 1729px rgba(255, 255, 10, 1.00) , 1864px 1681px rgba(255, 255, 10, 1.00) , 1314px 1384px rgba(255, 255, 10, 1.00) , 572px 1115px rgba(255, 255, 10, 1.00) , 1241px 864px rgba(255, 255, 10, 1.00) , 1479px 696px rgba(255, 255, 10, 1.00) , 1631px 277px rgba(255, 255, 10, 1.00);
	animation: stacks_in_7117_110animStar 150s linear infinite;
}
#stacks_in_7117_110stars3:after {
	content: " ";
	position: absolute;
	top: -2000px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: transparent;
	box-shadow: 729px 1125px rgba(255, 255, 10, 1.00) , 1176px 1985px rgba(255, 255, 10, 1.00) , 1280px 894px rgba(255, 255, 10, 1.00) , 1648px 65px rgba(255, 255, 10, 1.00) , 443px 1646px rgba(255, 255, 10, 1.00) , 418px 209px rgba(255, 255, 10, 1.00) , 1009px 1023px rgba(255, 255, 10, 1.00) , 1745px 1799px rgba(255, 255, 10, 1.00) , 298px 1994px rgba(255, 255, 10, 1.00) , 1567px 1011px rgba(255, 255, 10, 1.00) , 1155px 1707px rgba(255, 255, 10, 1.00) , 243px 1951px rgba(255, 255, 10, 1.00) , 735px 57px rgba(255, 255, 10, 1.00) , 1502px 1439px rgba(255, 255, 10, 1.00) , 630px 763px rgba(255, 255, 10, 1.00) , 471px 1560px rgba(255, 255, 10, 1.00) , 1786px 1421px rgba(255, 255, 10, 1.00) , 1037px 1344px rgba(255, 255, 10, 1.00) , 1365px 1183px rgba(255, 255, 10, 1.00) , 1018px 311px rgba(255, 255, 10, 1.00) , 1510px 922px rgba(255, 255, 10, 1.00) , 1226px 254px rgba(255, 255, 10, 1.00) , 735px 1045px rgba(255, 255, 10, 1.00) , 334px 1033px rgba(255, 255, 10, 1.00) , 815px 1765px rgba(255, 255, 10, 1.00) , 689px 252px rgba(255, 255, 10, 1.00) , 1240px 979px rgba(255, 255, 10, 1.00) , 497px 360px rgba(255, 255, 10, 1.00) , 118px 137px rgba(255, 255, 10, 1.00) , 609px 1589px rgba(255, 255, 10, 1.00) , 394px 351px rgba(255, 255, 10, 1.00) , 745px 1710px rgba(255, 255, 10, 1.00) , 1135px 1788px rgba(255, 255, 10, 1.00) , 1020px 1867px rgba(255, 255, 10, 1.00) , 395px 506px rgba(255, 255, 10, 1.00) , 1428px 1641px rgba(255, 255, 10, 1.00) , 705px 1679px rgba(255, 255, 10, 1.00) , 1086px 867px rgba(255, 255, 10, 1.00) , 759px 1466px rgba(255, 255, 10, 1.00) , 1456px 1218px rgba(255, 255, 10, 1.00) , 1326px 1707px rgba(255, 255, 10, 1.00) , 1416px 810px rgba(255, 255, 10, 1.00) , 243px 1281px rgba(255, 255, 10, 1.00) , 655px 1572px rgba(255, 255, 10, 1.00) , 1463px 139px rgba(255, 255, 10, 1.00) , 921px 1993px rgba(255, 255, 10, 1.00) , 1189px 120px rgba(255, 255, 10, 1.00) , 1857px 349px rgba(255, 255, 10, 1.00) , 440px 1594px rgba(255, 255, 10, 1.00) , 1137px 1117px rgba(255, 255, 10, 1.00) , 1179px 192px rgba(255, 255, 10, 1.00) , 1309px 1233px rgba(255, 255, 10, 1.00) , 1983px 1025px rgba(255, 255, 10, 1.00) , 464px 281px rgba(255, 255, 10, 1.00) , 1737px 487px rgba(255, 255, 10, 1.00) , 1692px 1587px rgba(255, 255, 10, 1.00) , 1380px 562px rgba(255, 255, 10, 1.00) , 967px 580px rgba(255, 255, 10, 1.00) , 1136px 1384px rgba(255, 255, 10, 1.00) , 1081px 1442px rgba(255, 255, 10, 1.00) , 1133px 214px rgba(255, 255, 10, 1.00) , 916px 1503px rgba(255, 255, 10, 1.00) , 546px 795px rgba(255, 255, 10, 1.00) , 1986px 1993px rgba(255, 255, 10, 1.00) , 1418px 535px rgba(255, 255, 10, 1.00) , 619px 1209px rgba(255, 255, 10, 1.00) , 1087px 1865px rgba(255, 255, 10, 1.00) , 1814px 971px rgba(255, 255, 10, 1.00) , 1921px 1315px rgba(255, 255, 10, 1.00) , 1106px 1857px rgba(255, 255, 10, 1.00) , 1329px 1726px rgba(255, 255, 10, 1.00) , 807px 1748px rgba(255, 255, 10, 1.00) , 1913px 1061px rgba(255, 255, 10, 1.00) , 1875px 863px rgba(255, 255, 10, 1.00) , 904px 347px rgba(255, 255, 10, 1.00) , 1945px 1386px rgba(255, 255, 10, 1.00) , 1760px 555px rgba(255, 255, 10, 1.00) , 917px 1680px rgba(255, 255, 10, 1.00) , 1353px 647px rgba(255, 255, 10, 1.00) , 1490px 26px rgba(255, 255, 10, 1.00) , 852px 1974px rgba(255, 255, 10, 1.00) , 1059px 1820px rgba(255, 255, 10, 1.00) , 1064px 1240px rgba(255, 255, 10, 1.00) , 165px 34px rgba(255, 255, 10, 1.00) , 106px 991px rgba(255, 255, 10, 1.00) , 725px 1537px rgba(255, 255, 10, 1.00) , 1881px 238px rgba(255, 255, 10, 1.00) , 746px 1423px rgba(255, 255, 10, 1.00) , 305px 736px rgba(255, 255, 10, 1.00) , 739px 1358px rgba(255, 255, 10, 1.00) , 1094px 867px rgba(255, 255, 10, 1.00) , 662px 1728px rgba(255, 255, 10, 1.00) , 1147px 1395px rgba(255, 255, 10, 1.00) , 1867px 1729px rgba(255, 255, 10, 1.00) , 1864px 1681px rgba(255, 255, 10, 1.00) , 1314px 1384px rgba(255, 255, 10, 1.00) , 572px 1115px rgba(255, 255, 10, 1.00) , 1241px 864px rgba(255, 255, 10, 1.00) , 1479px 696px rgba(255, 255, 10, 1.00) , 1631px 277px rgba(255, 255, 10, 1.00);
}

@keyframes stacks_in_7117_110animStar {
from {
	transform: translateY(0px);
	}
to {
	transform: translateY(2000px);
	}
}

#stacks_in_7117_110 {
	background-color: rgba(0, 71, 137, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}


  .stacks_in_7117_112-drop-down-plain-links a,
  .stacks_in_7117_112-drop-down-plain-links a:visited {
    color: #E80000 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 4px;
    
  }

  .stacks_in_7117_112-drop-down-plain-links a:hover,
  .stacks_in_7117_112-drop-down-plain-links a:active,
  .stacks_in_7117_112-drop-down-plain-links li.selected a {
    color: #0042B0 !important;
    background-color: #FFFFFF;
  }

  
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_114-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_115-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_116-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_117-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_118-plain > a > i {
  margin-right: 4px;
}



.stacks_in_7117_119-parent-id .drop-down-container {
	background: rgba(204, 204, 204, 0.90);
   left: 0;
}


.stacks_in_7117_119-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_7117_119-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_7117_119-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_7117_119-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_7117_119-drop-down {
    
  	border: 1px solid #003366;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(0, 71, 137, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_7117_119-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_7117_119-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}


  .stacks_in_7117_123-drop-down-plain-links a,
  .stacks_in_7117_123-drop-down-plain-links a:visited {
    color: #063873 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 20px;
    
  }

  .stacks_in_7117_123-drop-down-plain-links a:hover,
  .stacks_in_7117_123-drop-down-plain-links a:active,
  .stacks_in_7117_123-drop-down-plain-links li.selected a {
    color: #063873 !important;
    background-color: #FFFFFF;
  }

  
    .stacks_in_7117_123-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_7117_123-drop-down-plain-links a:hover,
        .stacks_in_7117_123-drop-down-plain-links a:active,
        .stacks_in_7117_123-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_125-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_126-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_127-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_128-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_129-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_130-plain > a > i {
  margin-right: 4px;
}



.stacks_in_7117_131-parent-id .drop-down-container {
	background: rgba(204, 204, 204, 0.90);
   left: 0;
}


.stacks_in_7117_131-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_7117_131-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_7117_131-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_7117_131-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_7117_131-drop-down {
    
  	border: 1px solid #003366;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(0, 71, 137, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_7117_131-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_7117_131-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}


  .stacks_in_7117_135-drop-down-plain-links a,
  .stacks_in_7117_135-drop-down-plain-links a:visited {
    color: #063873 !important;
    /*transition-duration: 250ms;
    transition-property: background-color;*/
    
    border-radius: 20px;
    
  }

  .stacks_in_7117_135-drop-down-plain-links a:hover,
  .stacks_in_7117_135-drop-down-plain-links a:active,
  .stacks_in_7117_135-drop-down-plain-links li.selected a {
    color: #063873 !important;
    background-color: #FFFFFF;
  }

  
    .stacks_in_7117_135-drop-down-plain-links a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
    }

    
        }

        .stacks_in_7117_135-drop-down-plain-links a:hover,
        .stacks_in_7117_135-drop-down-plain-links a:active,
        .stacks_in_7117_135-drop-down-plain-links li.selected a {
          color: #494A4A !important;
          background-color: #DBDBDD;
        }
      }

    
  %[endif]%



@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_137-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_138-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_139-plain > a > i {
  margin-right: 4px;
}
@media (max-width: 47.9375em) {
  
}

.stacks_in_7117_140-plain > a > i {
  margin-right: 4px;
}



#stacks_in_7117_141 {
	/* Fixes bug in FF and Chrome where spacing is added to the bottom of the Hover Image stack.  */
	line-height: 0;
}

#stacks_in_7117_141 figure > img {
	
	
	width: 600px;
	height: auto;
	
}

#stacks_in_7117_141 .hi-content-wrap {
		display:table;
		width: 100%;
		
			
			height: 100% !important;
			
		
}

#stacks_in_7117_141 .hi-content-inner-wrap {
	display: table-cell;
	vertical-align: middle;
}

#stacks_in_7117_141 .hi-content {
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_7117_141 p.foundry_image_hover_paragraph {
	margin-bottom: 0;
}

#stacks_in_7117_141 .foundry_image_hover_img,
#stacks_in_7117_141 .foundry_image_hover_caption,
#stacks_in_7117_141 .foundry_image_hover_caption:before,
#stacks_in_7117_141 .foundry_image_hover_caption:after,
#stacks_in_7117_141 [class*=' imghvr-'],
#stacks_in_7117_141 [class^='imghvr-'],
#stacks_in_7117_141 [class*=' imghvr-']:before,
#stacks_in_7117_141 [class^='imghvr-']:before,
#stacks_in_7117_141 [class*=' imghvr-']:after,
#stacks_in_7117_141 [class^='imghvr-']:after {
	background-color: rgba(255, 255, 255, 0.24);
}

#stacks_in_7117_141 [class^='imghvr-'] figcaption,
#stacks_in_7117_141 [class^='imghvr-'] figcaption h5,
#stacks_in_7117_141 [class*=' imghvr-'] figcaption,
#stacks_in_7117_141 [class*=' imghvr-'] figcaption h5 {
	color: rgba(255, 255, 255, 1.00);
}


#stacks_in_7117_141 .foundry_image_hover_caption {
	/* Added to fix a Safari v16 rendering problem. */
	border: 1px solid transparent;
}




#stacks_in_7117_141 {
	padding:  3px;
}

#stacks_out_7117_141 {
	width: 83%;
}



.stacks_in_7117_142-parent-id .drop-down-container {
	background: rgba(0, 71, 137, 0.33);
  right : 0;
}


.stacks_in_7117_142-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_7117_142-drop-down > .row {
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  
}

.stacks_in_7117_142-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_7117_142-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_7117_142-drop-down {
    
  	border: 1px solid #80FF08;
    border-top: none;
    

    
    box-shadow: 0 19px 20px rgba(17, 128, 2, 0.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_7117_142-drop-down {
		min-width: 200px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_7117_142-drop-down {
		min-width: 300px;
	}
}





  




@media (max-width: 47.9375em) {
  
}
/*
1.0.0
*/
.hlh-margin_stacks_in_7117_528 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_7117_528 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_7117_528[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_7117_528 > a,
.halo-hyperlink_stacks_in_7117_528 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_528 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.00);
}

.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-528-D9D.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_7117_528 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_7117_528 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_7117_529 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_7117_529 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.28);
  	-moz-transform: scale(1.28);
  	-o-transform: scale(1.28);
	-ms-transform: scale(1.28);
	transform: scale(1.28);
	z-index:1}
	
.linkpop_stacks_in_7117_529 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_7117_529 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_7117_529 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_7117_529 {
	display:none}	

.linkpop_stacks_in_7117_529 a:link, .linkpop_stacks_in_7117_529 a:visited, .linkpop_stacks_in_7117_529 a:hover, .linkpop_stacks_in_7117_529 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_7117_529 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_7117_529 span.jQshadpop_stacks_in_7117_529 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */.animdiv_stacks_in_7117_877 {
  position: relative;
  z-index: 100;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1.00;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
#mask_single_stacks_in_7117_877 rect {
    transform: translate(-960px,0);
}
.animdiv_stacks_in_7117_877.invertedTrue #mask_stacks_in_7117_877 rect {
  transform: scale(-1,1);
  transform-origin: center;
}
.animdiv_stacks_in_7117_877.invertedTrue #mask_single_stacks_in_7117_877 rect {
  transform: scale(-1,1) translate(-960px,0);;
  transform-origin: center;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap svg path.animdiv-opacity {
  stroke: none;
  stroke-width: 0;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs {
  height: 100%;
}
.animdiv_stacks_in_7117_877.anim-v-12 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
  shape-rendering: optimizeSpeed;
}
@media (min-resolution: 2ddpx) {
  .animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
    shape-rendering: optimizeSpeed;
  }
}

.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top {
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0.5px 0 0 0);
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top .pattern-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-center {
  z-index: 2;
  height: 100%;
  clip-path: inset(59px 0 0 0);
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap > svg {
  width: 100%;
  overflow: visible;
}
.animdiv_stacks_in_7117_877 > .animdiv-wrap-outer > .animdiv-wrap:after {
  background: #FFFFFF;
}
.animdiv_stacks_in_7117_877 .animdiv-content-wrap {
  position: relative;
  z-index: 3;
  min-height: 60px;
  display: grid;
  align-items: center;
  
}
.animdiv_stacks_in_7117_877 .animdiv-content-wrap > div {
  
  
  padding: 120px 0 60px 0;
  
  
  
}
.animdiv_stacks_in_7117_877.anim-v-8  .animdiv-content-wrap> div,
.animdiv_stacks_in_7117_877.anim-v-15 .animdiv-content-wrap > div,
.animdiv_stacks_in_7117_877.anim-v-18 .animdiv-content-wrap > div,
.animdiv_stacks_in_7117_877.anim-v-19 .animdiv-content-wrap > div {
  
  padding: 90.000000px 0 60px 0;
  
  
  
}
.animdiv_stacks_in_7117_877 .animdiv-mask,
.animdiv_stacks_in_7117_877 image:not(.animdiv-pattern):not(.animdiv-off),
.animdiv_stacks_in_7117_877 image.animdiv-off {
  transform-origin: center;
}
.svg-animdiv:not([data-category="Animated"]) #pat_r_stacks_in_7117_877 path,
.svg-animdiv:not([data-category="Animated"]) .animdiv_stacks_in_7117_877 .animdiv-use-r {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.svg-animdiv[data-category="Animated"][data-variation="7"] #pat_r_stacks_in_7117_877 {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.animdiv_stacks_in_7117_877.layerTrue .animdiv-content-wrap {
  height: calc(60px + 0px);
}
.animdiv_stacks_in_7117_877.layerTrue .animdiv-content-wrap > div {
  display: none;
}
/**/
.animdiv_stacks_in_7117_877.overlapTrue {
  margin: -60px 0 0 0;
}
.animdiv_stacks_in_7117_877.overlapTrue.layerTrue,
.animdiv_stacks_in_7117_877.overlapFalse.layerTrue {
  position: absolute;
  width: 100%;
  margin: -0px 0 0 0;
}
/**/
.animdiv_stacks_in_7117_877.anim-v-17.layer1False .patternSingle > path,
.animdiv_stacks_in_7117_877.anim-v-16.layer2False .patternSingle g:nth-child(3),
.animdiv_stacks_in_7117_877.anim-v-16.layer1False .patternSingle g:nth-child(4),
.animdiv_stacks_in_7117_877.anim-v-14.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_7117_877.anim-v-13.layer1False .patternSingle > path:nth-child(1),
.animdiv_stacks_in_7117_877.anim-v-20.layer2False .patternRepeat g:nth-child(1),
.animdiv_stacks_in_7117_877.anim-v-20.layer1False .patternSingle path,
.animdiv_stacks_in_7117_877.anim-v-15.layer3False .patternSingle path,
.animdiv_stacks_in_7117_877.anim-v-10.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-10.layer3False .patternSingle path,
.animdiv_stacks_in_7117_877.anim-v-9.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-9.layer3False .patternSingle path,
.animdiv_stacks_in_7117_877.anim-v-5.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_7117_877.anim-v-5.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-5.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_7117_877.anim-v-4.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-4.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_7117_877.anim-v-3.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_7117_877.anim-v-3.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-3.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_7117_877.anim-v-1.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-1.layer3False .patternRepeat path:nth-child(3) {
  display: none;
}
.animdiv_stacks_in_7117_877.anim-v-3.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-3.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3),
.animdiv_stacks_in_7117_877.anim-v-5.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_7117_877.anim-v-5.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3) {
  opacity: 1 !important;
}
/**/


#stacks_in_7117_853 .rainbow-bar {
	overflow: hidden;
	
}

#stacks_in_7117_853 .rainbow-bar > span {
	display: block;
	height: 60px;
	
	/* GRADIENT MODE */
	width: 100%;
	background: rgba(0, 71, 137, 1.00);
	background: -moz-linear-gradient(-45deg,  rgba(0, 71, 137, 1.00) 0%, rgba(0, 71, 137, 0.50) 25%, rgba(204, 102, 255, 1.00) 50%, rgba(250, 0, 0, 0.50) 75%, rgba(250, 0, 0, 1.00) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(0, 71, 137, 1.00) 0%,rgba(0, 71, 137, 0.50) 25%,rgba(204, 102, 255, 1.00) 50%,rgba(250, 0, 0, 0.50) 75%,rgba(250, 0, 0, 1.00) 100%);
	background: linear-gradient(135deg,  rgba(0, 71, 137, 1.00) 0%,rgba(0, 71, 137, 0.50) 25%,rgba(204, 102, 255, 1.00) 50%,rgba(250, 0, 0, 0.50) 75%,rgba(250, 0, 0, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 71, 137, 1.00)', endColorstr='rgba(250, 0, 0, 1.00)',GradientType=1 );
	
}




	

#stacks_in_7117_853 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stickystacks_in_7284 {
	display: block;
	position: fixed;
	left: 0px;
	top: 55px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

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

@media print {
	#stickystacks_in_7284 {
		display: none !important;
	}
}/*
1.0.0
*/
.hlh-margin_stacks_in_7293 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_7293 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_7293[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 340px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_7293 > a,
.halo-hyperlink_stacks_in_7293 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7293 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-inactive {
  
  transition: opacity 50ms ease;
  
}
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 340px;
  width: 340px;
  
}
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg {
  position: absolute;
  left: calc(6px / 2 - 1px);
  right: calc(6px / 2 - 1px);
  bottom: calc(6px / 2 - 1px);
  top: calc(6px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.00);
}

.halo-hyperlink_stacks_in_7293 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg-inactive > div:nth-child(2) {
  background-color: rgba(0, 71, 137, 0.00);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  opacity: 1;
  border-radius: 50%;
}
.halo-hyperlink_stacks_in_7293.hlh-active .halo-hyperlink-bg-inactive > div:nth-child(2) {
  opacity: 0;
}
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-inactive {
  display: block;
  border: 6px solid rgba(0, 0, 0, 0.00);
  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  border-radius: 50%;
}
.halo-hyperlink_stacks_in_7293.hlh-active .halo-hyperlink-inactive {
  opacity: 0;
}

.halo-hyperlink_stacks_in_7293 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-7293.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_7293 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_7293 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_7293 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}




/* Color picker style settings */







	
	#stacks_in_7296 p,
	#stacks_in_7296 {
		
	}
	

	
	
	
	
	



#stacks_in_7296 p,
#stacks_in_7296 {
	
}


#stacks_in_7296 {
	background-color: rgba(102, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 66px 0px 0px 0px;
}

.attention_stacks_in_7071 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}











#stacks_in_7071 {
	background-color: rgba(204, 204, 204, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_7071 {
	width: 77%;
	margin-right:0;
}



/* Color picker style settings */







	
	#stacks_in_7074 p,
	#stacks_in_7074 {
		
	}
	

	
	
	
	
	



#stacks_in_7074 p,
#stacks_in_7074 {
	
}


#stacks_out_7077 {
	width: 50%;
}

#stacks_out_7079 {
	width: 50%;
}
#srcererstacks_in_4849 .srcerer-inner{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}#srcererstacks_in_4849 .srcerer-img{ width:100%;height:auto; }#srcererstacks_in_4849{background-color:rgba(255, 255, 255, 0.00); }#srcererstacks_in_4849 .srcerer-content{}

.spacerStack {
	height: 100.00px;
}

#spacerStackstacks_in_6993 {
	height: 100.00px;
}




























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


#stacks_in_4632 h1 {
	
	font-style: italic;

	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	
	line-height: 1.00;
	
}











#stacks_in_4632 a.foundry-header-linked,
#stacks_in_4632 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_4632 a.foundry-header-linked:hover,
#stacks_in_4632 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

.spacerStack {
	height: 100.00px;
}

#spacerStackstacks_in_6994 {
	height: 100.00px;
}




























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


.svg-metamorph .svgm-content {
  position: relative;
  z-index: 1;
}
.svg-metamorph > .svgm-wrap {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
/**/
.svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap {
  overflow: visible;
  height: 120px;
  left:50%;
  
  -webkit-transform: translateX(-50%)  ;
  transform: translateX(-50%)  ;
  
}
.svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap > svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  width: 100%;
  height: 120px;
  overflow: visible;
  
}
.svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap:after {
  background: #FFFFFF;
}
.svg-metamorph.svgm_stacks_in_2636 {
  padding-bottom: 120px;
  
}
@media all and (min-width: 1920px) {
  .svg-metamorph.svgm_stacks_in_2636 {
    padding-bottom: 180.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap > svg {
    height: 180.000000px;
  }
}
@media all and (max-width: 767px) {
  .svg-metamorph.svgm_stacks_in_2636 {
    padding-bottom: 60.000000px;
    
  }
  .svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap,
  .svg-metamorph.svgm_stacks_in_2636 > .svgm-wrap > svg {
    height: 60.000000px;
    width: 960px;
  }
}


/* */

#stacks_in_2636 {
	background-color: rgba(0, 51, 102, 1.00);
}
.element_stacks_in_4398[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}




/* Color picker style settings */







	
	#stacks_in_6342 p,
	#stacks_in_6342 {
		
	}
	

	
	
	
	
	



#stacks_in_6342 p,
#stacks_in_6342 {
	
}


#stacks_in_6342 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(0, 71, 137, 1.00);
	border-width:  10px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  20px;
}

#stacks_out_6342 {
	width: 79%;
}

#stacks_in_6343 {
	font-size: 99%;
}







	#stacks_in_4651_myModal .closer_x {
		width: 100%;
		z-index: 99;
		display: block;
		height: 23px;
		padding-right: 5px;
		position: absolute;
	}



	#stacks_in_4651 .foundry_modal_button > .btn {
		background-color: rgba(0, 51, 102, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}
	
	#stacks_in_4651 .foundry_modal_button > .btn:hover {
		background-color: rgba(0, 40, 81, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}
	


#stacks_in_4651 .foundry_modal_button > .btn:focus,
#stacks_in_4651 .foundry_modal_button > .img-trigger:focus {
	outline: none;
}







.modal-dialog-centered {
	display: flex;
    align-items:center;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}


.modal-xl {
	width: 1200px;
}
#stacks_in_4651 {
	background-color: rgba(0, 51, 102, 1.00);
	padding: 0px 3px 3px 3px;
}

#stacks_out_4651 {
	margin-left:0;
}
/*
2.3.0
* fixes a bug that could cause html elements to display as plain text in the autoreply subject
* fixes a bug that prevented shortcodes used in element attributes from updating correctly
adds new experimental feature: use smtp
* fixes a bug that could cause formatting issues in custom formatted message bodies
* fixes custom email format line break issues with certain themes and frameworks that remove br tags indiscriminately
* adds "\r\n" to br tags in custom formatted messages to prevent "lines too long for transport error"
* data was replaced with attr
* Radio fields can now be used to create branching slides
* input field confirm buttons now have a minimum width
*/
#stacks_in_4652.siphon-stack {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
#stacks_in_4652.siphon-stack 
{
  
    background: rgba(7, 64, 128, 1.00);
    background-image: -moz-linear-gradient(top, rgba(7, 64, 128, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(7, 64, 128, 1.00)), color-stop(100%,rgba(255, 255, 255, 1.00)));
    background-image: -webkit-linear-gradient(top, rgba(7, 64, 128, 1.00) 0%,rgba(255, 255, 255, 1.00) 100%);
    background-image: -o-linear-gradient(top, rgba(7, 64, 128, 1.00) 0%,rgba(255, 255, 255, 1.00) 100%);
    background-image: -ms-linear-gradient(top, rgba(7, 64, 128, 1.00) 0%,rgba(255, 255, 255, 1.00) 100%);
    background-image: linear-gradient(to bottom, rgba(7, 64, 128, 1.00) 0%,rgba(255, 255, 255, 1.00) 100%);

  margin: 0px 0px 0px 0px;
  
  
  
  transition: height 600ms ease;
  
}
@-webkit-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@-moz-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@-o-keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
@keyframes gradAnimate {
  0%{background-position:20% 0%}
  50%{background-position:81% 100%}
  100%{background-position:20% 0%}
}
.siphon-pagstacks_in_4652 {
  z-index: 100;
  width: 100%;
  
}
.siphon-pagstacks_in_4652 div {
  max-width: 560px;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
  
  
  
}
.siphon-pagstacks_in_4652 span {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.60);;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.siphon-pagstacks_in_4652 span:hover {
  background: rgba(255, 255, 255, 0.60);;
}
.siphon-pagstacks_in_4652 span:after{
  width: 5px;
  height: 2px;
  background: rgba(255, 255, 255, 0.60);;
  position: absolute;
  content: " ";
  right: -7px;
  top: 6px;
}
.siphon-pagstacks_in_4652 span:last-child:after{
  display: none;
}
.siphon-pagstacks_in_4652 span.active {
  background: rgba(255, 255, 255, 1.00);
  border-color: rgba(255, 255, 255, 1.00);;
  cursor: default;
}
.siphon-pagstacks_in_4652 .siphon-pag-back {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.60);
}
.siphon-pagstacks_in_4652 .siphon-pag-back.disable-back {
  opacity: .5;
  pointer-events: none;
  cursor: default;
}
.siphon-pagstacks_in_4652 .siphon-pag-back svg {
  fill: rgba(255, 255, 255, 0.60);
}
.siphon-pagstacks_in_4652 .siphon-pag-back svg:hover {
  fill: rgba(255, 255, 255, 1.00);
  cursor: pointer;
}
#stacks_in_4652 .siphon-hide {
  
  display: none;
  
}
#stacks_in_4652 .siphon-hide.has-button {
  display: block;
}
#stacks_in_4652 .siphon-hide.has-button .siphon-input-wrap {
  display: block;
}
#stacks_in_4652 .siphon-hide.has-button *:not(svg):not(path) {
  display: none;
}
#stacks_in_4652 .siphon-hide.has-button button {
  display: block;
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox { margin: 16px 0px 0px 0px; }
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox ~ .checkbox { margin: 0px; }
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0 !important;
  padding: 0px 5px 0px 0px;
  margin: 0;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 100;
  
    
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox label {
  padding-left: 21px;
  position: relative;
  z-index: 1;
  
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox label:before {
  content: "\f096";
  display: inline-block;
  box-sizing: content-box;
  font-family: fontawesome;
  vertical-align: bottom;
  position:absolute;
  left: 0;
  text-align: left;
  
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input:disabled {
  cursor: not-allowed;
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input:disabled + label {
  opacity: .6;
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input:checked +label:before {
  content: "\f046";
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input[type="radio"] + label:before {
  content: "\f10c";
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input[type="radio"]:checked + label:before {
  content: "\f192";
}

#stacks_in_4652.siphon-stack .siphon-section {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0px 60px 0px 60px;
  max-width: 560px;
  visibility: hidden;
  
  
  
  transition: opacity 300ms ease;
}

#stacks_in_4652.siphon-stack .siphon-section .siphon-back {
  color: rgba(255, 255, 255, 0.60);
  margin-top: 32px;
}
#stacks_in_4652.siphon-stack .siphon-section.back-at-top {
  
  border-top: 70px solid transparent;
  

}
#stacks_in_4652.siphon-stack .siphon-section.back-at-top .siphon-back {
  margin: 0px;
  position: absolute;
  top: 10px;
  
  top: -60px;
  
  left: 60px;
}
#stacks_in_4652.siphon-stack .siphon-section .siphon-back svg {
  fill: rgba(255, 255, 255, 0.60);
  width: 40px;
  height: 40px;
}
#stacks_in_4652.siphon-stack .siphon-section .siphon-back svg:hover {
  fill: rgba(255, 255, 255, 1.00);
  cursor: pointer;
}
#stacks_in_4652.siphon-stack > .siphon-section:first-child .siphon-back {
  display: none;
}
#stacks_in_4652.siphon-stack .siphon-section.siphon-active {
  position: relative;
  opacity: 1;
  left: 0;
  height: auto;
  visibility: visible;
}
#stacks_in_4652 .siphon-section h1,
#stacks_in_4652 .siphon-section h2,
#stacks_in_4652 .siphon-section h3,
#stacks_in_4652 .siphon-section h4,
#stacks_in_4652 .siphon-section h5,
#stacks_in_4652 .siphon-section h6,
#stacks_in_4652 .siphon-section h1 span,
#stacks_in_4652 .siphon-section h2 span,
#stacks_in_4652 .siphon-section h3 span,
#stacks_in_4652 .siphon-section h4 span,
#stacks_in_4652 .siphon-section h5 span,
#stacks_in_4652 .siphon-section h6 span {
  color: rgba(255, 255, 255, 1.00);
  line-height: 1.000000;
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_4652 .siphon-section .siphon-question {
  position: relative;
  display: inline-block;
  width: 100%;
  opacity: 1;
  margin: 0;
  color: rgba(255, 255, 255, 1.00);
  font-size: 26px;
  line-height: 26px;
  
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_4652 .siphon-section .siphon-pagination + .siphon-question {
  margin: 32px 0 0 0;
}
#stacks_in_4652 .siphon-section {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.60);
}
#stacks_in_4652 .siphon-section .siphon-answer {
  margin-top: 10px;
}
#stacks_in_4652 .siphon-section .siphon-answer,
#stacks_in_4652 .siphon-section .siphon-answer p,
#stacks_in_4652 .siphon-section .siphon-answer span,
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input,
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input + label,
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input + label span {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  line-height: 26px;
  
  font-family: inherit;
  
  text-align: left;
}
#stacks_in_4652 .siphon-section .siphon-answer p {
  margin: 0;
}
#stacks_in_4652 .siphon-section .siphon-answer:hover p,
#stacks_in_4652 .siphon-section .siphon-answer:hover span,
#stacks_in_4652 .siphon-section .siphon-answer:hover .text_stack,
#stacks_in_4652 .siphon-section .siphon-answer:hover,
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input:hover,
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox input:hover + label {
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_4652 .siphon-section .siphon-answer a span,
#stacks_in_4652 .siphon-section .siphon-answer:hover a span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  font-family: inherit;
}
#stacks_in_4652 .siphon-section .siphon-answer {
  cursor: pointer;
}
/* Answer Styles */
#stacks_in_4652.siphon-stack .siphon-input-wrap,
#stacks_in_4652.siphon-stack .siphon-input-wrap * {
  box-sizing: border-box;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap  {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 16px 0px 0px 0px;
  width: 100%;
  vertical-align: top;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox) input {
  position: relative;
  display: block;
  float: left;
  padding: 0px 16px;
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: inherit;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; /* for box shadows to show on iOS */
  z-index: 10;
  max-width: 350px;
  width: 80%;
  background: transparent;
  color:  rgba(255, 255, 255, 1.00);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap button {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 1.00);
  border-radius: 2px;
  padding: 0px 16px;
  height: 45px;
  max-width: 100px;
  width: 20%;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1.00);
  font-size: 26px;
  
  font-family: inherit;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-visible-button button,
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-file button,
#stacks_in_4652.siphon-stack .siphon-input-wrap.checkbox button{
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  opacity: 1;
  width: 100px;
  float: left;
  clear: left;
  margin-top: 16px;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.checkbox button{
  float: none;
  display: block;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap button .checkmark {
  height: 39px;
  stroke-width: 4;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-miterlimit: 10;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap button .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 0;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap button:hover {
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap button:active {
  background: rgba(255,255,255,0.2);
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input:focus,
#stacks_in_4652.siphon-stack .siphon-input-wrap textarea:focus,
#stacks_in_4652.siphon-stack .siphon-input-wrap button:focus {
  outline: none;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.input-focused button {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  display: block;
  float: left;
  clear: left;
  padding: 0 16px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 80%;
  max-width: 350px;
  text-align: left;
  margin: 0px;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label span {
  position: relative;
  display: block;
  padding: 5px 0px;
  width: 100%;
  font-family: inherit;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label span:empty {
  display: none;
}

#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 45px;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 3px;
  background: rgba(255, 255, 255, 0.40);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  pointer-events: none;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) textarea + label::before,
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) textarea + label::after {
  display: none;
}


@media all and (max-width: 450px) {
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label,
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox) input {
    width: calc(100% - 60px);
  }
  #stacks_in_4652.siphon-stack .siphon-input-wrap button {
    width: 60px;
  }
}
#stacks_in_4652.siphon-stack .siphon-input-wrap textarea {
  resize: none;
  display: block;
  background: rgba(255, 255, 255, 0.40);
  border-radius: 2px;
  border: 0px solid white;
  padding: 16px;
  margin: 0;
  height: 200px;
  opacity: 1;
  z-index: 10;
  width: 80%;
  max-width: 350px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
  font-family: inherit;
  
}

#stacks_in_4652.siphon-stack .deluxe-columns .siphon-input-wrap {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 16px 0 0 0;
}
#stacks_in_4652.siphon-stack .deluxe-columns .siphon-input-wrap:not(.checkbox) input {
  width: 100%;
  padding-right: 88px;
  z-index: 0;
}
#stacks_in_4652.siphon-stack .deluxe-columns .siphon-input-wrap.siphon-input-has-button:not(.checkbox):not(.siphon-file) label::before {
  width: calc(100% - 80px);
}
#stacks_in_4652.siphon-stack .deluxe-columns .siphon-input-wrap textarea {
  width: 100%;
}
#stacks_in_4652.siphon-stack .deluxe-columns .siphon-input-wrap button {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 1;
  transform-origin: bottom left;
  margin: 0;
}
#stacks_in_4652.siphon-stack .deluxe-columns .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  float: none;
}


#stacks_in_4652.siphon-stack .siphon-input-wrap.is-required input,
#stacks_in_4652.siphon-stack .siphon-input-wrap.is-required textarea {
  outline: thin solid red;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input.is-required + label {
  color: red !important;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input:focus,
#stacks_in_4652.siphon-stack .siphon-input-wrap.input-focused input,
#stacks_in_4652.siphon-stack .siphon-input-wrap.is-required input {
  opacity: 1;
  /* -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; */
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap input::before,
#stacks_in_4652.siphon-stack .siphon-input-wrap.input-focused:not(.checkbox):not(.siphon-file) label::before,
#stacks_in_4652.siphon-stack .siphon-input-wrap.input-focused label::before,
#stacks_in_4652.siphon-stack .siphon-input-wrap.is-required label::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap label,
#stacks_in_4652.siphon-stack .siphon-input-wrap.input-focused label,
#stacks_in_4652.siphon-stack .siphon-input-wrap.is-required label {
  pointer-events: none;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input:focus + .siphon-input-wrap label::after,
#stacks_in_4652.siphon-stack .siphon-input-wrap.input-focused label::after,
#stacks_in_4652.siphon-stack .siphon-input-wrap.is-required label::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
#stacks_in_4652 .siphon-section .siphon-input-wrap input[type='file'] {
  margin: 16px 0px;
  opacity: 0;
}
/* Submit slide styles */
#stacks_in_4652.siphon-stack .siphon-submit button,
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label {
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 1.00);
  border-radius: 2px;
  padding: 0px 16px;
  height: 45px;
  margin: 16px 0px;
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
  
  font-family: inherit;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_4652.siphon-stack .siphon-submit button:hover,
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label:hover {
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}
#stacks_in_4652.siphon-stack .siphon-submit button:active,
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label:active {
  background: rgba(255,255,255,0.2);
}
#stacks_in_4652.siphon-stack .siphon-submit button:focus {
  outline: none;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-textarea button {
  
  width: 100%;
  max-width: 350px;
  position: relative;
  float: none;
  display: block;
  
  
}
#stacks_in_4652.siphon-stack .siphon-mail-error {
  color: white;
  background: #FF4444;
  border: 1px solid #FF2222;
  padding: 10px;
  border-radius: 4px;
  margin: 32px 0px 0px 0px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#stacks_in_4652 .siphon-loader {
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  margin: 32px auto 0 auto;
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0ms linear;
  pointer-events: none;
  z-index: 0;
}
#stacks_in_4652 .siphon-loader svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_4652.siphon-email-submited .siphon-loader {
  position: relative;
  opacity: 1;
  transition: opacity 300ms ease;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#stacks_in_4652.siphon-email-submited .siphon-submit button,
#stacks_in_4652.siphon-email-submited .siphon-back,
#stacks_in_4652.siphon-email-submited .configure-submit {
  display: none;
}

#stacks_in_4652.siphon-stack .siphon-input-wrap button,
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-visible-button button,
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-file button,
#stacks_in_4652.siphon-stack .siphon-input-wrap.checkbox button,
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-textarea button {
  width: auto;
  max-width: 100%;
  margin-top: 16px;
  display: block;
  float: none;
  font-size: 26px;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap input,
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox) input,
#stacks_in_4652.siphon-stack .siphon-input-wrap label,
#stacks_in_4652.siphon-stack .siphon-input-wrap textarea,
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label,
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  max-width: 350px;
  position: relative;
  float: none;
  
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.checkbox label {

}
#stacks_in_4652.siphon-stack .siphon-input-wrap label::after,
#stacks_in_4652.siphon-stack .siphon-input-wrap label::before,
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
#stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  width: 100%;
  max-width: 350px;
  float: none;
  
}

#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) input,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) input,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox) label,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap textarea,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap button,
#stacks_in_4652.siphon-email-submited .s3_column .siphon-submit button,
#stacks_in_4652 .siphon-section .s3_column .siphon-input-wrap.siphon-file label,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
  width: 100%;
  max-width: 100%;
  position: relative;
  float: none;
}
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap label::after,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap label::before,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
#stacks_in_4652.siphon-stack .s3_column .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
  width: 100%;
  max-width: 100%;
  float: none;
}
@media all and (max-width: 640px) {
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox) input,
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox) input,
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox) label,
  #stacks_in_4652.siphon-stack .siphon-input-wrap textarea,
  /* #stacks_in_4652.siphon-stack .siphon-input-wrap button, */
  #stacks_in_4652.siphon-email-submited .siphon-submit button,
  #stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label,
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label {
    /* width: 100%;
    position: relative;
    float: none; */
  }
  #stacks_in_4652.siphon-stack .siphon-input-wrap button {
    padding: 0 6px;
  }
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::after,
  #stacks_in_4652.siphon-stack .siphon-input-wrap:not(.checkbox):not(.siphon-file) label::before {
    /* width: 100%;
    float: none; */
  }
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.checkbox label:before {
  
}
/* Edit mode styles */


#stacks_in_4652 .autoreply {display: none;}

/*
=======================================
File
=======================================
*/
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label {
  display: inline-block;
  line-height: 40px;
  position: absolute !important;
  z-index: 100;
  left:0;
  top: 0;
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file label {
  
}
#stacks_in_4652 .siphon-section .siphon-input-wrap.siphon-file input:before {
  content: "\f192";
}
/*
=======================================
Range / Slider
=======================================
*/
#stacks_in_4652.siphon-stack .siphon-range-wrap {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  max-width: 350px;
  width: 100%;
  align-items: center;
  grid-gap: 4px;
  
}
#stacks_in_4652.siphon-stack .siphon-range-wrap > span {
  color: rgba(255, 255, 255, 0.40);
  font-size: 14px;
  line-height: 14px;
  font-family: inherit;
  white-space: nowrap;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) > label > span {
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input {
  opacity: 1;
  width: 100%;
  height: 4px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.40);
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label {
  transform: translateY(-8.000000px);
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1.00);
  cursor: pointer;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) input::-moz-range-thumb {
  background: rgba(255, 255, 255, 1.00);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  cursor: pointer;
}
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label:before,
#stacks_in_4652.siphon-stack .siphon-input-wrap.siphon-range:not(.checkbox):not(.siphon-file) label:after {
  display: none;
}
.siphon-stack .siphon-section .stacks_in,
.siphon-stack .siphon-section .stacks_out {
  overflow: hidden;
}


.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_4654:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_4659 textarea {
  height: 200px !important;
}

#stacks_out_4656 {
	width: 23%;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_4663:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_4664 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_4667:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_4668 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_4671:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_4672 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_4675:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_4685 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_4680:before {
  position: relative;
  
  background-attachment: scroll;
  background-image : url(../index_files/backgroundImage-4680.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    
}

#stacks_in_4687 textarea {
  height: 200px !important;
}

.autoreplyBody, .autoreplySubject {display: none !important;}
.custom-format {display: none;}


.siphon-stack.bg-stacks_in_5403:before {
  position: relative;
  
  
  
  transition: height 600ms ease-in;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}
.siphon-configure #section_stacks_in_5403 .configure-submit button.siphon-configure-next,
.siphon-configure #section_stacks_in_5403 .configure-submit button.siphon-configure-send-email {
  background: rgba(16, 55, 145, 1.00);
  border-color: rgba(16, 55, 145, 1.00);
  color:  rgba(255, 255, 255, 1.00);
}
.siphon-configure #section_stacks_in_5403 .configure-submit button.siphon-configure-back {
  background: rgba(0, 0, 0, 0.00);
  border-color: rgba(16, 55, 145, 1.00);
  color:  rgba(16, 55, 145, 1.00);
}


#wrap_stacks_in_5406 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_5406 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_5406 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_5406 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_5406 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_5406 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_5406 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_5406"],

.configure-group-wrap[data-name="stacks_in_5406"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}





#wrap_stacks_in_5412 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_5412 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_5412 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_5412 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_5412 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_5412 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_5412 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_5412"],

.configure-group-wrap[data-name="stacks_in_5412"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}





#wrap_stacks_in_5414 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_5414 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_5414 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_5414 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_5414 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_5414 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_5414 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_5414"],

.configure-group-wrap[data-name="stacks_in_5414"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}



/*
1.1.1
- hotfix for bug introduced by the last update. Could cause an error if multiple shortcodes were used in a single text area.
*/
/*
OUTER STYLES
*/
#stacks_in_5408.configure-wrap, #stacks_in_5408.configure-wrap * {
  box-sizing: border-box;
}
#stacks_in_5408.configure-wrap {
  /* Background */
  /* Border & Shadow */
  /* Layout */
  
  
}
#stacks_in_5408.configure-wrap > div {

}
/*
 CUSTOM STYLES
*/
#stacks_in_5408 .configure-inner-wrap > .configure-checkbox {
  height: auto;
}
#stacks_in_5408 .ccs-check-graphic:after {
  left: 50%;
  top: calc(50% - 1px);
  width: 20%;
  transform: translate(-50%,-50%) rotate(45deg);
  height: 40%;
  border: solid white;
  border-width: 0 3px 3px 0;
}
#stacks_in_5408 .configure-inner-wrap,
#stacks_in_5408 .configure-inner-wrap span,
#stacks_in_5408 .configure-inner-wrap > label output,
#stacks_in_5408 .configure-inner-wrap input,
#stacks_in_5408 .configure-inner-wrap select {
  font-family: inherit;
  font-weight: 400;
}
#stacks_in_5408 .configure-input textarea,
#stacks_in_5408 .configure-input input,
#stacks_in_5408 .configure-input select,
#stacks_in_5408 .configure-input output,
#stacks_in_5408 .configure-input .com_onelittledesigner_stacks_Configure_Select_Option_stack,
#stacks_in_5408 .configure-group-wrap label:not(.stacks-label),
#stacks_in_5408 .ccs-checkbox-text,
#stacks_in_5408 .configure-math {
  color: rgba(0, 0, 0, 0.70);
}
#stacks_in_5408 .configure-input .prefix,
#stacks_in_5408 .configure-input .postfix {
  color: rgba(0, 0, 0, 0.50);
}
#stacks_in_5408 .configure-input .select-icon svg {
  stroke: rgba(0, 0, 0, 0.50);
}
#stacks_in_5408 .configure-inner-wrap > .configure-subtitle {
  color: rgba(0, 0, 0, 0.30);
}
#stacks_in_5408 .configure-inner-wrap > label output,
#stacks_in_5408 .configure-inner-wrap > label:not(.configure-checkbox) {
  color: rgba(0, 0, 0, 0.70);
  margin: 16px 0 8px 0;
  font-weight: 600;
}
#stacks_in_5408 .configure-input textarea,
#stacks_in_5408 .configure-input input,
#stacks_in_5408 .configure-input select,
#stacks_in_5408 .configure-input output,
#stacks_in_5408 .ccs-checkbox-text {
  font-size: 16px;
  line-height: 16px;
}
#stacks_in_5408 .configure-input textarea,
#stacks_in_5408 .configure-input input[data-type="text"],
#stacks_in_5408 .configure-input select {
  line-height: 24px;
}
#stacks_in_5408 .quantity-button {
  margin: 0;
  border-width: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 14px;
}
#stacks_in_5408 .ccs-check-graphic {
  width: 24px;
  height: 24px;
}
#stacks_in_5408 .configure-input .prefix,
#stacks_in_5408 .configure-input .postfix {
  font-size: 16px;
  line-height: 16px;
}
#stacks_in_5408 .configure-inner-wrap > label:not(.configure-checkbox) {
  font-size: 16px;
  line-height: 16px;
}
#stacks_in_5408 .configure-inner-wrap > .configure-subtitle {
  font-size: 12px;
  line-height: 120%;
}
#stacks_in_5408.configure-wrap .select-icon {
  width: 16px;
  height: 16px;
}
#stacks_in_5408 .configure-number {
  padding: 6.000000px 6.000000px 6.000000px 14px;
}
#stacks_in_5408 .configure-select {
  padding: 10.000000px 6.000000px 10.000000px 14px;
}
#stacks_in_5408 .configure-text {
  padding: 6.000000px 14px;

}
#stacks_in_5408 .is-narrow .quantity-nav {
  height: calc(100% + 6.000000px + 6.000000px - 2px);
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr;
  margin-right: calc(-6.000000px + 1px);
}
#stacks_in_5408 .is-narrow .quantity-nav .quantity-button {
  height: 100%;
  width: 18px;
  line-height: 10px;
}
#stacks_in_5408 .is-narrow .quantity-nav .quantity-up {
  grid-row: 1;
  border-radius: 0 3px 0 0;
}
#stacks_in_5408 .is-narrow .quantity-nav .quantity-down {
  border-radius: 0 0 3px 0;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
#stacks_in_5408 .is-narrow .configure-number {
  padding: 6.000000px;
}
#stacks_in_5408 .configure-inner-wrap > .configure-checkbox {
  grid-gap: 8.000000px;
}

#stacks_in_5408 .configure-select > select {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 0 0 14px;
  cursor: pointer;
  z-index: 2;
}





#stacks_in_5408 .configure-input .com_onelittledesigner_stacks_Configure_Select_Option_stack,
#stacks_in_5408 .ccs-check-graphic {
  background: rgba(255, 255, 255, 1.00);
}

/*
 GROUP
*/
#stacks_in_5408 .configure-group-wrap label {
  border: 1px solid rgba(0, 0, 0, 0.20);
  overflow: hidden;
}
#stacks_in_5408 .configure-input-wrap > .configure-input-design {
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: rgba(255, 255, 255, 1.00);
}
#stacks_in_5408 .configure-group-wrap input:not(:checked) + label:hover:before,
#stacks_in_5408 .configure-checkbox:hover input:not(:checked) + .ccs-check-graphic:before,
#stacks_in_5408.configure-wrap .configure-input-design.configure-focused:before {
  border-radius: 3px;
}
/*
 RANGE
*/
#stacks_in_5408 .configure-range  .fill-to {
  border: 1px solid rgba(0, 0, 0, 0.20);
}
#stacks_in_5408 .configure-range  .fill-to-bar {
  background: rgba(60, 100, 250, 1.00);
}
#stacks_in_5408 .configure-tick-wrap > div {
  background: rgba(0, 0, 0, 0.15);
}
#stacks_in_5408.configure-wrap input[type=range]::-webkit-slider-thumb {
  border: 1px solid rgba(0, 0, 0, 0.20);
  background-image: linear-gradient(rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}
#stacks_in_5408.configure-wrap input[type=range]::-moz-range-thumb {
  border: 1px solid rgba(0, 0, 0, 0.20);
  background-image: linear-gradient(rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 1.00));
}
#stacks_in_5408 .configure-range  .fill-to {
  background: rgba(0, 0, 0, 0.05);
}
/*
 CHECKBOX
*/
#stacks_in_5408 .ccs-checkbox-text {
  color: rgba(0, 0, 0, 0.70);
}
#stacks_in_5408 .ccs-check-graphic {
  border: 1px solid rgba(0, 0, 0, 0.20);
}
#stacks_in_5408 .configure-checkbox input:checked + .ccs-check-graphic {
  background-color: rgba(60, 100, 250, 1.00);
  border: 1px solid rgba(60, 100, 250, 1.00);
}
/*
 NUMBER
*/
#stacks_in_5408 .configure-number .configure-input-formatting input[type="number"] {
  color: transparent;
}
#stacks_in_5408 .configure-number .configure-input-formatting input[type="number"]:focus  {
  color: rgba(0, 0, 0, 0.70);
}
/* #stacks_in_5408 .quantity-nav {
  padding: 7px 8px 0 0;
} */
#stacks_in_5408 .quantity-button {
  color: rgba(0, 0, 0, 0.70);
  background: rgba(0, 0, 0, 0.10);
}
#stacks_in_5408 .quantity-button.quantity-up:before {
  content: "+";
  color: rgba(0, 0, 0, 0.70);
}
#stacks_in_5408 .quantity-button.quantity-down:before {
  content: "-";
  color: rgba(0, 0, 0, 0.70);
}

#stacks_in_5408 .configure-group-wrap label * {
  pointer-events: none;
}
#stacks_in_5408 .configure-group-wrap,

#stacks_in_5408 .configure-group-wrap > div[tag="node"] {
  display: grid;
  grid-gap: 8px;
  align-items: stretch;
}
#stacks_in_5408 .configure-group-wrap > div[tag="node"] {
  padding-bottom: 48px;
}
#stacks_in_5408 .configure-group-wrap > div[tag="node"] > div {
  margin: 0;
}
#stacks_in_5408 .configure-group-wrap > div[tag="node"] > div[type="add"] {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#stacks_in_5408 .configure-group-wrap div {
  position: relative;
}
#stacks_in_5408 .configure-group-wrap input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
}

#stacks_in_5408 .configure-group-wrap label,
#stacks_in_5408 .configure-group-wrap input:checked + label:after,
#stacks_in_5408 .configure-input-wrap > .configure-input-design,
#stacks_in_5408 .configure-group-wrap input + label:before,
#stacks_in_5408 .configure-checkbox input + .ccs-check-graphic:before,
#stacks_in_5408.configure-wrap .configure-input-design:before,
#stacks_in_5408 .ccs-check-graphic {
  border-radius: 4px;
}
#stacks_in_5408 .quantity-button,
#stacks_in_5408 .quantity-button:active:after {
  border-radius: 2.000000px;
}






















#wrap_stacks_in_5410 .prefix {
  margin-right: 0;
}


#wrap_stacks_in_5410 .postfix {
  margin-left: 0;
}

#wrap_stacks_in_5410 .configure-inner-wrap {
  width: 100%;
  
  max-width: 320px;
  
}
#wrap_stacks_in_5410 .configure-group-wrap label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(0, 0, 0, 0.20);
  transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}
#wrap_stacks_in_5410 .configure-group-wrap input:checked + label {
  background-color: rgba(0, 0, 0, 0.00);
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}
#wrap_stacks_in_5410 .configure-group-wrap input:not(:checked) + label:hover {
  border-color: rgba(60, 100, 250, 0.80);
  box-shadow: 0 0 0 3px rgba(60, 100, 250, 0.20);
}

#wrap_stacks_in_5410 .configure-group-wrap label {
  padding: 6px 16px;
}
.configure-group-wrap[data-name="stacks_in_5410"],

.configure-group-wrap[data-name="stacks_in_5410"] > div[tag="node"] {
  
  grid-template-columns: repeat(auto-fit,156px);
  
}




#stacks_in_1609 {
	background-color: rgba(255, 255, 255, 1.00);
}



#stacks_in_4244 .animated-divider {
	
	opacity: 0;
	
	display: inline-block;
	height: 5px;
	
	width: 100%;
	
	

	

	
	background: rgba(2, 203, 242, 1.00);
	background: -moz-linear-gradient(left, rgba(2, 203, 242, 1.00) 0%, rgba(7, 64, 128, 1.00) 100%);
	background: -webkit-linear-gradient(left, rgba(2, 203, 242, 1.00) 0%,rgba(7, 64, 128, 1.00) 100%);
	background: linear-gradient(to right, rgba(2, 203, 242, 1.00) 0%,rgba(7, 64, 128, 1.00) 100%);
	

}


#stacks_in_3485 h2 {
	
	font-style: normal;

	
	text-transform: uppercase;
	letter-spacing: 0px;
	
}











#stacks_in_3485 a.foundry-header-linked,
#stacks_in_3485 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_3485 a.foundry-header-linked:hover,
#stacks_in_3485 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_3485 {
	background-color: rgba(255, 255, 255, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_4471 {
	height: 40.00px;
}




























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

#stacks_in_4448 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 900ms ease, opacity 900ms ease;
  transition: transform 900ms ease, opacity 900ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 900ms linear;
}

#stacks_in_4448 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  10px;
	padding:  20px;
}

#stacks_out_4448 {
	width: 43%;
}
.element_stacks_in_4450[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  text-align: left;
  
  
}

.element_stacks_in_4455[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  
  
}

.element_stacks_in_4458[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  
  
}

.element_stacks_in_4463[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  
  
}

.element_stacks_in_4461[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  
  
}

.element_stacks_in_4468[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.00px;
  line-height: 140%;
  word-spacing: 0.00px;
  
}

.element_stacks_in_4466[data-deluxe-el][data-deluxe-text] {
  color: rgba(7, 64, 128, 1.00);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.00px;
  line-height: 140%;
  word-spacing: 0.00px;
  
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_4470 {
	height: 40.00px;
}




























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



#stacks_in_4500 .animated-divider {
	
	opacity: 0;
	
	display: inline-block;
	height: 5px;
	
	width: 100%;
	
	

	

	
	background: rgba(2, 203, 242, 1.00);
	background: -moz-linear-gradient(left, rgba(2, 203, 242, 1.00) 0%, rgba(7, 64, 128, 1.00) 100%);
	background: -webkit-linear-gradient(left, rgba(2, 203, 242, 1.00) 0%,rgba(7, 64, 128, 1.00) 100%);
	background: linear-gradient(to right, rgba(2, 203, 242, 1.00) 0%,rgba(7, 64, 128, 1.00) 100%);
	

}

#stacks_in_1629 {
	background-color: rgba(255, 255, 255, 1.00);
}


#stacks_in_1632 h3 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}











#stacks_in_1632 a.foundry-header-linked,
#stacks_in_1632 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_1632 a.foundry-header-linked:hover,
#stacks_in_1632 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_1632 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_5560 .textalign_wrap {
margin-left: auto; margin-right: auto;
text-align: center;
/*Custom CSS;*/
}

#stacks_in_5560 .textalign {
text-align: center;

display: inline-block;


background: rgba(255, 255, 255, 1.00) !important;



color: rgba(0, 51, 102, 1.00) !important;






padding-left: 10px !important; padding-right: 10px !important;
padding-top: 2px !important; padding-bottom: 2px !important;







/*Custom CSS;*/
}

#stacks_in_5560 .textalign a {

}

#stacks_in_5560 .textalign a:visited {

}

#stacks_in_5560 .textalign a:hover {

}

#stacks_in_5560 .textalign a:active {

}/*
v1.0.2
+ Added touch swipe navigation support for touch devices
*/

#cycledex_stacks_in_5536 .item-has-desc .cycledex-item-content {
  
}
#cycledex_stacks_in_5536 .cycledex-item-content .cycledex-item-header {
  color: rgba(0, 71, 137, 1.00);
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 8px 0;
}
#cycledex_stacks_in_5536 .cycledex-item-content .cycledex-item-description {
  color: rgba(0, 71, 137, 1.00);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
#cycledex_stacks_in_5536 .cycledex-item-content {
  
  text-align: center;
  
}

#cycledex_stacks_in_5536 .cycledex-item-content .cycledex-item-header {
  font-family: inherit;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin-top: 0px;
  margin-bottom: 8px;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}


#cycledex_stacks_in_5536 .cycledex-item-content .cycledex-item-description {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}



.cycledex_noscroll{overflow: clip;}
#cycledex_stacks_in_5536.cycledex-outer-wrap {
  position: relative;
  padding: 120px 0px;
  min-height: 0vh;
  overflow: hidden;
}
#cycledex_stacks_in_5536 .cycledex-inner-wrap {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  justify-content: stretch;
  align-items: center;
  grid-template-columns: minmax(64px,180.000000px) 360px minmax(64px,180.000000px);
  position: relative;
  z-index: 3;
}
#cycledex_stacks_in_5536.cycledex-outer-wrap.cycledex-popup {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: opacity 200ms ease;
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}
#cycledex_stacks_in_5536.cycledex-outer-wrap.cycledex-popup.cycledex_active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease;
}
#cycledex_stacks_in_5536.cycledex-outer-wrap.cycledex-popup .cycledex-inner-wrap {
  max-width: 100vw;
}
#cycledex_stacks_in_5536 .cycledex_close_icon {
  position:absolute;
  top: 32px;
  right: 32px;
  padding: 0;
  width: 64px;
  height: 64px;
  z-index: 4;
  cursor:pointer;
}
#cycledex_stacks_in_5536 .cycledex_close_icon svg {
  width:64px;
  fill: rgba(0, 71, 137, 1.00);
  pointer-events: none;
}
#cycledex_stacks_in_5536 .cycledex {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 360px;
  z-index: 0;
  aspect-ratio: 0.666667;
  pointer-events: none;
}
@supports not (aspect-ratio: auto) {
  #cycledex_stacks_in_5536 .cycledex {
    padding-top: 150.000000%;
  }
}
#cycledex_stacks_in_5536 .cycledex-nav {
  outline: none;
  color: rgba(0, 71, 137, 1.00);
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  transform-style: flat;
  transform: scale(1);
  -webkit-transform: scale(1) translateZ(800px);
  transition: transform 300ms ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
#cycledex_stacks_in_5536 .cycledex-nav:hover {
  outline: none;
  transform: scale(1.2);
  -webkit-transform: scale(1.2) translateZ(800px);
}
#cycledex_stacks_in_5536 .cycledex-nav:active {
  outline: none;
  opacity: 0.75;
}
#cycledex_stacks_in_5536 .cycledex-nav svg {
  max-width: 64px;
  width: 100%;
  pointer-events: none;
  color: rgba(0, 71, 137, 1.00);
  fill: rgba(0, 71, 137, 1.00);
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right,
#cycledex_stacks_in_5536 .cycledex-overlay,
#cycledex_stacks_in_5536 .cycledex-overlay-image,
#cycledex_stacks_in_5536 .cycledex .cycledex-origin {
  background-color: rgba(0, 71, 137, 1.00);
}

#cycledex_stacks_in_5536.cycledex_active .cycledex-overlay {
  opacity: 0.000000;
}

#cycledex_stacks_in_5536[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item,
#cycledex_stacks_in_5536[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_5536[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item .cycledex-depth-right  {
  background-color: #000;
}
#cycledex_stacks_in_5536 .cycledex {
  perspective: 1600px;
  transform-style: preserve-3d;
}

#cycledex_stacks_in_5536 .cycledex .cycledex-item,
#cycledex_stacks_in_5536 .cycledex .cycledex-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-origin,
#cycledex_stacks_in_5536 .cycledex .cycledex-item {
  transition: transform 600ms ease,opacity 600ms ease;
  pointer-events: none;
  transform-style: preserve-3d;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item > a {
  cursor: pointer;
}
/*  */
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right {
  position: absolute;
  width: 120px;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotateY(-90deg) translate3d(-120px,0,-1px);
  transform-origin: left;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right:after,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-item-background {
  background-size: 600px 540px !important;
}

#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-left:after {
  background-position: 0px center !important;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right {
  left: auto;
  right: 0;
  transform-origin: right;
  transform: rotateY(90deg) translate3d(120px,0,-1px);
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right:after {
  background-position: -480px center !important;
}
/*  */
#cycledex_stacks_in_5536.cycledex_active .cycledex .cycledex-item[data-r-index="0"] {
  pointer-events: auto;
}
#cycledex_stacks_in_5536:not(.cycledex_active) .cycledex .cycledex-item[data-r-index="0"] {
  transform: translate3d(0,0,100px) rotateY(0deg) !important;
}
#cycledex_stacks_in_5536 .cycledex-overlay-image,
#cycledex_stacks_in_5536 .cycledex-overlay-image > div,
#cycledex_stacks_in_5536 .cycledex-overlay,
#cycledex_stacks_in_5536 .cycledex-blur,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-item-background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cycledex_stacks_in_5536 .cycledex-blur,
#cycledex_stacks_in_5536 .cycledex-overlay {
  z-index: 2;
}

#cycledex_stacks_in_5536 .cycledex-blur {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

#cycledex_stacks_in_5536 .cycledex-overlay-image > div {
  opacity: 0;
  background-size: cover !important;
  background-position: center !important;
  transition: opacity 900.000000ms ease,transform 900.000000ms ease;
  z-index: 0;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-item-background {
  transition: opacity 600ms ease;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-depth-right:after {
  opacity: 0.600000;
}
#cycledex_stacks_in_5536 .cycledex .cycledex-item .cycledex-item-background {
  opacity: 0.750000;
}
/* #cycledex_stacks_in_5536 .cycledex .cycledex-item[data-r-index="0"] .cycledex-depth-left:after,
#cycledex_stacks_in_5536 .cycledex .cycledex-item[data-r-index="0"] .cycledex-depth-right:after, */
#cycledex_stacks_in_5536 .cycledex .cycledex-item[data-r-index="0"] .cycledex-item-background {
  opacity: 1;
}
#cycledex_stacks_in_5536 .cycledex-item-content {
  position: absolute;
  transition: transform 600ms ease, opacity 600ms ease;
  z-index: 10;
  pointer-events: none;
}
#cycledex_stacks_in_5536.cycledex_active .cycledex-item-content {
  pointer-events: auto;
}
#cycledex_stacks_in_5536 .cycledex-item.item-has-desc .cycledex-item-content,
#cycledex_stacks_in_5536 .cycledex-item.item-has-link .cycledex-item-content {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#cycledex_stacks_in_5536 .cycledex-item:not(.item-has-desc) .cycledex-item-content {
  width: auto;
}

#cycledex_stacks_in_5536 .cycledex-item-content {
  
  
  left: calc(360px/16);right: calc(360px/16);
  top: calc(360px/8);transform: translate3d(0px,-32px,1px) scale(0.666);transform-origin: top center;
  
  
  
  
  opacity: 0.5;
}
#cycledex_stacks_in_5536 .cycledex div.cycledex-item[data-r-index="0"] .cycledex-item-content {
  transform: translate3d(0px,0,100px);
  
  opacity: 1;
}
#cycledex_stacks_in_5536 .cycledex div.cycledex-item[data-r-index="0"] {
  transform: translate3d(0,0,-100px) rotateY(0deg);
  opacity: 1;
}
#cycledex_stacks_in_5536 .cycledex div.cycledex-item.item-has-link.cycledex-animation-complete[data-r-index="0"]:hover {
  transform: translate3d(0,0,0) rotateY(-10deg);
}

#cycledex_stacks_in_5536 .cycledex-item:not(.item-has-desc) .cycledex-item-content {
  left: calc(360px/16);
  right: calc(360px/16);
}

  #cycledex_stacks_in_5536[data-resize$="3"] .cycledex-item-content {
    /* transform: none; */
    
    
    top: 24px; bottom: auto;
    
  }
  #cycledex_stacks_in_5536[data-resize$="3"] .cycledex div.cycledex-item[data-r-index="0"] .cycledex-item-content {
    transform: translate3d(0px,0,1px);
    
  }


  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex-inner-wrap {
    grid-template-columns: 64px 1fr 64px;
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex {
    aspect-ratio: auto;
    padding-top: 0;
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex-item-content {
    /* transform: none; */
    left: 24px;
    right: 24px;
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item[data-r-index="0"] {
    position: relative;
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item {
    margin-left: calc((360px - 100%)/-2);
    margin-right: calc((360px - 100%)/-2);
    aspect-ratio: 0.666667;
  }
  @supports not (aspect-ratio: auto) {
    #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item.item-has-desc {
      padding-top: 150.000000%;
    }
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .item-has-desc .cycledex-item-content {
    max-width: calc(100% - 48px);
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex-item-content .cycledex-item-header {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 6px 0;
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex-item-content .cycledex-item-description {
    font-size: 16px;
    line-height: 24px;
  }
  
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex-item-content .cycledex-item-header {
    font-size: 27.000000px;
    line-height: 28.500000px;
    margin-top: 0.000000px;
    margin-bottom: 6.000000px;
  }
  
  
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex-item-content .cycledex-item-description {
    font-size: 15.000000px;
    line-height: 21.000000px;
    margin-top: 0.000000px;
    margin-bottom: 0.000000px;
  }
  
  /*  */
  
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item .cycledex-depth-left:after,
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item .cycledex-depth-right:after,
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item .cycledex-item-background {
    background-size: calc(100% + 240px) 100% !important;
  }
  #cycledex_stacks_in_5536[data-resize*="2"] .cycledex .cycledex-item .cycledex-depth-right:after {
    background-position: -calc(100% + 120px) center !important;
  }
  
  /*  */


  #cycledex_stacks_in_5536[data-resize="123"] .cycledex .cycledex-item,
  #cycledex_stacks_in_5536[data-resize="123"] .cycledex .cycledex-item > a {
    margin-left: 0px;
    margin-right: 0px;
  }
  #cycledex_stacks_in_5536[data-resize="123"] .cycledex-inner-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  #cycledex_stacks_in_5536[data-resize="123"] .cycledex {
    grid-column: 1/-1;
    margin: 0 auto;
  }
  #cycledex_stacks_in_5536[data-resize="123"] .cycledex {
    grid-row: 1;
  }
  @supports (aspect-ratio: auto) {
    #cycledex_stacks_in_5536[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) {
      padding-top: 0;
    }
    #cycledex_stacks_in_5536[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) .cycledex-item-background {
      position: relative;
      aspect-ratio: 0.666667;
    }
  }
  #cycledex_stacks_in_5536[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) .cycledex-item-background .cycledex-item-content {
    position: relative;
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 32px 16px;
  }


.stacks_in_5537 .cycledex-item-background,
.cycledex > .stacks_in_5537 .cycledex-depth-left:after,
.cycledex > .stacks_in_5537 .cycledex-depth-right:after {
  
  
  background-color: rgba(0, 51, 102, 1.00);
  background-image:url(../index_files/backgroundImage-5537.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_5546 .cycledex-item-background,
.cycledex > .stacks_in_5546 .cycledex-depth-left:after,
.cycledex > .stacks_in_5546 .cycledex-depth-right:after {
  
  
  background-color: rgba(0, 51, 102, 1.00);
  background-image:url(../index_files/backgroundImage-5546.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_5550 .cycledex-item-background,
.cycledex > .stacks_in_5550 .cycledex-depth-left:after,
.cycledex > .stacks_in_5550 .cycledex-depth-right:after {
  
  
  background-color: rgba(0, 51, 102, 1.00);
  background-image:url(../index_files/backgroundImage-5550.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_5553 .cycledex-item-background,
.cycledex > .stacks_in_5553 .cycledex-depth-left:after,
.cycledex > .stacks_in_5553 .cycledex-depth-right:after {
  
  
  background-color: rgba(0, 51, 102, 1.00);
  background-image:url(../index_files/backgroundImage-5553.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_5777 .cycledex-item-background,
.cycledex > .stacks_in_5777 .cycledex-depth-left:after,
.cycledex > .stacks_in_5777 .cycledex-depth-right:after {
  
  
  background-color: rgba(0, 51, 102, 1.00);
  background-image:url(../index_files/backgroundImage-5777.png);
  
  
  background-position: center;
  background-size: cover;
}




#stacks_in_4472 .animated-divider {
	
	opacity: 0;
	
	display: inline-block;
	height: 5px;
	
	width: 100%;
	
	

	

	
	background: rgba(2, 203, 242, 1.00);
	background: -moz-linear-gradient(left, rgba(2, 203, 242, 1.00) 0%, rgba(7, 64, 128, 1.00) 100%);
	background: -webkit-linear-gradient(left, rgba(2, 203, 242, 1.00) 0%,rgba(7, 64, 128, 1.00) 100%);
	background: linear-gradient(to right, rgba(2, 203, 242, 1.00) 0%,rgba(7, 64, 128, 1.00) 100%);
	

}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_4473 {
	height: 40.00px;
}




























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


#stacks_in_3255 h3 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}











#stacks_in_3255 a.foundry-header-linked,
#stacks_in_3255 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_3255 a.foundry-header-linked:hover,
#stacks_in_3255 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}

#stacks_in_3255 {
	background-color: rgba(255, 255, 255, 1.00);
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_6337 {
	height: 40.00px;
}




























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

#stacks_in_3352 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 1200ms ease, opacity 1200ms ease;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 1200ms linear;
}

#stacks_in_3352 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_3352 {
	width: 61%;
}


#stacks_in_5628 .position-wrapper {
	position: relative;
	width: 100%;
	display: block;
}


@media (max-width: 47.9375em) {
	#stacks_in_5628 .position-wrapper {
		
		height: 600px;
		

		

		

	}

	#stacks_out_5628,
	#stacks_in_5628,
	#stacks_in_5628 .position-wrapper {
		overflow: visible;
	}
}
	

@media (min-width: 48em) and (max-width: 61.9375em) {
	#stacks_in_5628 .position-wrapper {
		
		height: 800px;
		

		

		
	}

	#stacks_out_5628,
	#stacks_in_5628,
	#stacks_in_5628 .position-wrapper {
		overflow: visible;
	}
}
	
@media (min-width: 62em) {
	#stacks_in_5628 .position-wrapper {
		
		height: 1200px;
		

		

		
	}

	#stacks_out_5628,
	#stacks_in_5628,
	#stacks_in_5628 .position-wrapper {
		overflow: hidden;
	}
}














@media (min-width: 48em) {
	

	

	

	
}

@media (min-width: 62em) {
	
	

	

	
}


#stacks_in_5628 .position-wrapper {
	background-size: cover;
	background-position: center center;
}




	.stacks_in_5629-position-item {
		position: absolute;
	}

		.stacks_in_5629-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 50%;
			
			/* Vertical Offset */
			top: 25%;

			/* Transforms */
			transform: translate(-50%, -100%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_5629-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_3427 {
	width: 90%;
}




	.stacks_in_5640-position-item {
		position: absolute;
	}

		.stacks_in_5640-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 44%;
			
			/* Vertical Offset */
			top: 20%;

			/* Transforms */
			transform: translate(-50%, -50%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_5640-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_3429 {
	width: 35%;
}




	.stacks_in_5644-position-item {
		position: absolute;
	}

		.stacks_in_5644-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 60%;
			
			/* Vertical Offset */
			top: 20%;

			/* Transforms */
			transform: translate(-50%, -50%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_5644-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_3431 {
	width: 27%;
}




	.stacks_in_6346-position-item {
		position: absolute;
	}

		.stacks_in_6346-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 60%;
			
			/* Vertical Offset */
			top: 20%;

			/* Transforms */
			transform: translate(-50%, -50%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_6346-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_6347 {
	width: 27%;
}




	.stacks_in_6996-position-item {
		position: absolute;
	}

		.stacks_in_6996-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 60%;
			
			/* Vertical Offset */
			top: 20%;

			/* Transforms */
			transform: translate(-50%, -50%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_6996-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_6997 {
	width: 27%;
}




	.stacks_in_7000-position-item {
		position: absolute;
	}

		.stacks_in_7000-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 60%;
			
			/* Vertical Offset */
			top: 20%;

			/* Transforms */
			transform: translate(-50%, -50%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_7000-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_7001 {
	width: 27%;
}




	.stacks_in_7004-position-item {
		position: absolute;
	}

		.stacks_in_7004-position-item {
			/* Sizing */
			width: 50%;
			

			top: initial;
			bottom: initial;
			left: initial;
			right: initial;

			/* Horizontal Offset */
			left: 60%;
			
			/* Vertical Offset */
			top: 20%;

			/* Transforms */
			transform: translate(-50%, -50%) rotate(0deg);

			/* Z-Index Layering */
			z-index: 1;

			/* Overflow Visibility */
			overflow: hidden;

		}

	@media (min-width: 48em) {
		
	}
		
	@media (min-width: 62em) {
		
	}



	.stacks_in_7004-position-item {			
		

		

		

		
		/* ADAM */
		
	}

@media (min-width: 48em) {
	
}
	
@media (min-width: 62em) {
	
}


#stacks_out_7005 {
	width: 27%;
}



/* Color picker style settings */







	
	#stacks_in_6967 p,
	#stacks_in_6967 {
		
	}
	

	
	
	
	
	



#stacks_in_6967 p,
#stacks_in_6967 {
	
}




/* Color picker style settings */







	
	#stacks_in_6968 p,
	#stacks_in_6968 {
		
	}
	

	
	
	
	
	



#stacks_in_6968 p,
#stacks_in_6968 {
	
}


#stacks_in_6971 {
	font-size: 172%;
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7270 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7270 .foundry_column {
		margin-bottom: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7270 .foundry_column {
		margin-bottom: 40px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_7270 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_7270 .row.no-gutters > [class^="col-"],
  #stacks_in_7270 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  











.attention_stacks_in_7036 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}











#stacks_in_7036 {
	background-color: rgba(255, 255, 255, 0.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_7036 {
	margin-right:0;
}
/*  
GENERAL
*/
#stacks_in_6969,
#stacks_in_6969 .toggle-this-wrap-outer {
  width: 100%;
}
#stacks_in_6969 .toggle-this-wrap-outer,
#stacks_in_6969 .toggle-this-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
}
#stacks_in_6969 .toggle-this-wrap-inner {
  width: auto;
}
#stacks_in_6969 .toggle-this-wrap-inner > div {
  -ms-flex-item-align: center;
  align-self: center;
}
#stacks_in_6969 .toggle-this-wrap-inner .tt-label-left, #stacks_in_6969 .toggle-this-wrap-inner .tt-label-right {
  font-size: 30.000000px;
  line-height: 30.000000px;
}
/*  */
#stacks_in_6969 .toggle-this {
  margin: 10px 5px;
}
#stacks_in_6969 .toggle-this.ts-3 {
  margin: 10px 10px;
}
#stacks_in_6969 .toggle-this > * {
  z-index: 1;
}
#stacks_in_6969 .toggle-this:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 132px;
  height: 76px;
  border-radius: 76px;
  z-index: 0;
}

#stacks_in_6969 .toggle-this,
#stacks_in_6969 .toggle-this .label-bg,
#stacks_in_6969 .toggle-this .label-bg > .left-color,
#stacks_in_6969 .toggle-this .label-bg > .right-color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 112px;
  height: 56px;
  border-radius: 56px;
}
#stacks_in_6969 .toggle-this .label-bg > div > div,
#stacks_in_6969 .toggle-this label,
#stacks_in_6969 .toggle-this label:after,
#stacks_in_6969 .toggle-this label:before {
  width: 56px;
  height: 56px;
}
#stacks_in_6969 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
}
#stacks_in_6969 .toggle-this label,
#stacks_in_6969 .toggle-this .label-bg,
#stacks_in_6969 .toggle-this label:after,
#stacks_in_6969 .toggle-this .label-bg > .left-color,
#stacks_in_6969 .toggle-this .label-bg > .right-color,
#stacks_in_6969 .toggle-this .label-bg > div > div {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#stacks_in_6969 .toggle-this .label-bg > div > div {
  left: 42.000000px;
}
#stacks_in_6969 .toggle-this.ts-type-4.ts-1 .label-bg > div > div {
  left: 47.000000px;
}
#stacks_in_6969 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div {
  left: 0px;
}
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this label {
  -webkit-transform: translate(56px,0);
  transform: translate(56px,0);
}
#stacks_in_6969 .toggle-this:before {
  width: 122px;
  height: 66px;
  border-radius: 66px;
  top: -5px;
  left: -5px;
}
#stacks_in_6969 .toggle-this.ts-type-4:after {
  width: 152px;
}
#stacks_in_6969 .toggle-this.ts-type-2:before {
  width: 122px;
  height: 20px;
  border-radius: 20px;
  top: 18.000000px;
  left: -5px;
}


#stacks_in_6969 .toggle-this.ts-type-4,
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg,
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .right-color {
  width: 132px;
  height: 56px;
}
#stacks_in_6969 .toggle-this.ts-type-4 label,
#stacks_in_6969 .toggle-this.ts-type-4 label:after,
#stacks_in_6969 .toggle-this.ts-type-4 label:before {
  width: 56px;
  height: 56px;
}
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > div > div {
  width: 85.000000px;
  height: 71px;
}
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this.ts-type-4 label {
  -webkit-transform: translate(76px,0);
  transform: translate(76px,0);
}
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  line-height: 56px;
}
#stacks_in_6969 .toggle-this.ts-type-4:before {
  width: 142px;
  height: 66px;
  border-radius: 66px;
  top: -5px;
  left: -5px;
}
#stacks_in_6969 .toggle-this.ts-type-5, 
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg, 
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color, 
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 56px;
}
#stacks_in_6969 .toggle-this.ts-type-5:before {
  width: 66px;
}
#stacks_in_6969 .toggle-this.ts-type-2 .label-bg {
  height: 16.800001px;
  top: 19.600000px;
} 
/*  */
/*  */
#stacks_in_6969 .toggle-this.ts-type-2 .label-bg {
  height: 13.440000px;
  top: 21.279999px;
}
/*  */

/*  
TOGGLE
*/
#stacks_in_6969 .toggle-this label {
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}
#stacks_in_6969 .toggle-this label:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#stacks_in_6969 .toggle-this.ts-1 label:after {
  top: -1px;
}
#stacks_in_6969 .toggle-this.ts-2 label:after {
  border: 0px solid transparent; 
  top: 0px;
}
/*  
BACKGROUND
*/
#stacks_in_6969 .toggle-this .label-bg {
  top: 0px;
  left: 0px;
  border: 1px solid rgba(0,0,0,0.15);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#stacks_in_6969 .toggle-this .label-bg > .left-color,
#stacks_in_6969 .toggle-this .label-bg > .right-color {
  right: 0;
  left: auto;
  height: 100%;
  width: 75%;
  z-index: 1;
  -webkit-transition: width 150ms linear;
  transition: width 150ms linear;
}
#stacks_in_6969 .toggle-this .label-bg > .right-color {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
#stacks_in_6969 .toggle-this .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  right: auto;
  left: 0;
}
#stacks_in_6969 .toggle-this .label-bg > .left-color > div {
  left: 0;
}
#stacks_in_6969 input[type="checkbox"] + .toggle-this  .label-bg > .left-color {
  width: 0%;
}
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this  .label-bg > .left-color {
  width: 75%;
}
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this  .label-bg > .right-color {
  width: 0%;
}
/*  
ICONS
*/
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 28.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
/*  */
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  height: 4px;
}
/*  */
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(1) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .right-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/*  
TEXT
*/
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .left-color,
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .right-color {
  overflow: hidden;
}
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .left-color > div:after,
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  content: "OFF";
  display: block;
  width: 100%;
  height: 100%;
  font-family: arial;
  font-size: 22.800001px;
  text-align: center;
}
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  content: "ON";
}
/*  
THIN
*/
#stacks_in_6969 .toggle-this.ts-type-2.ts-2 .label-bg {
  width: 90%;
  left: 5%;
} 
#stacks_in_6969 .toggle-this.ts-type-2.ts-3 {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
#stacks_in_6969 .toggle-this.ts-type-2.ts-3 label:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#stacks_in_6969 .toggle-this.ts-type-2.ts-3 label:after {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
/*
  CHECKBOX
*/
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .right-color {
  display: none;
}
#stacks_in_6969 .toggle-this.ts-type-5 label {
  display: none;
}
#stacks_in_6969 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  width: 100%;
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_6969 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this.ts-type-5  .label-bg > .left-color > div > span {
  opacity: 1;
}

#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  position: absolute;
  top: 50%;
  left: auto;
  right: 60%;
  width: 28.000000px;
  height: 3px;
  margin: -2px 0px 0px -1.5px;
  border-radius: 2px;
}
/*  */
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  right: auto;
  left: 32%;
  top: 45%;
  margin: 0;
}
/*  */
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span {
  left: 33%;
  height: 4px;
}
/*  */
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(1) {
  display: none;
}
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2) {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 40%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 2px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg) translate(0,50%);
  transform: rotate(-90deg) translate(0,50%);
}
/* 
PRESETS
*/
#stacks_in_6969 .toggle-this.ts-2 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_6969 .toggle-this.ts-2 .label-bg {
  border: 1px solid transparent;
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_6969 .toggle-this.ts-2 .label-bg > .left-color,
#stacks_in_6969 .toggle-this.ts-2 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_6969 .toggle-this.ts-2 .label-bg > .left-color > div > span,
#stacks_in_6969 .toggle-this.ts-2 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_6969 .toggle-this.ts-2 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_6969 .toggle-this.ts-2 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
#stacks_in_6969 .toggle-this.ts-2.ts-type-5 .label-bg > .left-color > div > span,
#stacks_in_6969 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color > div > span{
  left: 33%;
}


#stacks_in_6969 .toggle-this:before {
  content: "";
  position: absolute;
  z-index: 1;
}
#stacks_in_6969 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2),
    inset 0px -5px 5px rgba(0,0,0,0);
  box-shadow: inset 0px 5px 5px rgba(0,0,0,0.15),
    inset 0px -5px 5px rgba(255,255,255,0.4);
}
#stacks_in_6969 .toggle-this.ts-type-2.ts-3:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_6969 .toggle-this.ts-3 label:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.10)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,.10) 0%, rgba(0,0,0,0) 100%);
}
#stacks_in_6969 .toggle-this.ts-3 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15),
    0px 2px 3px rgba(0,0,0,0.2);
  border-radius: 50%;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.15);
  -webkit-transition: background 150ms linear;
  transition: background 150ms linear;
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg > .left-color,
#stacks_in_6969 .toggle-this.ts-3 .label-bg > .right-color {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_6969 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3);
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg > .left-color > div > span,
#stacks_in_6969 .toggle-this.ts-3 .label-bg > .right-color > div > span {
  right: auto;
  left: 20%;
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg > .right-color > div {
  right: 0;
  left: auto;
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg > .left-color > div > span {
  right: auto;
  left: 40%;
  top: 45%;
  margin: 0;
}
/* 
COLORS
*/
#stacks_in_6969 .toggle-this.ts-3:after,
#stacks_in_6969 .toggle-this:before {
  background-color: rgba(255, 255, 255, 0.00); 
}
#stacks_in_6969 .toggle-this.ts-type-5.ts-3:after,
#stacks_in_6969 .toggle-this.ts-type-5:before {
  background-color: transparent;
}
#stacks_in_6969 .toggle-this .label-bg > .right-color,
#stacks_in_6969 .toggle-this.ts-2 .label-bg,
#stacks_in_6969 .toggle-this.ts-3 .label-bg,
#stacks_in_6969 input[type="checkbox"] + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(0, 71, 137, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-2.ts-2 label:after {
  border: 1px solid rgba(0,0,0,0.15);
} 
#stacks_in_6969 .toggle-this label:after, 
#stacks_in_6969 .toggle-this label:before {
  background-color: rgba(102, 204, 255, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-5 label:after, 
#stacks_in_6969 .toggle-this.ts-type-5 label:before {
  background-color: transparent;
}
#stacks_in_6969 .toggle-this .label-bg > .left-color,
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this.ts-2 .label-bg,
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this.ts-3 .label-bg,
#stacks_in_6969 input[type="checkbox"]:checked + .toggle-this.ts-type-5 .label-bg > .left-color {
  background-color: rgba(17, 128, 64, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span, 
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .right-color > div > span {
  background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span,
#stacks_in_6969 .toggle-this.ts-type-3 .label-bg > .left-color > div > span:nth-child(2):after {
  background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .right-color > div:after {
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-4 .label-bg > .left-color > div:after {
  color: rgba(255, 255, 255, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2),
#stacks_in_6969 .toggle-this.ts-type-5 .label-bg > .left-color > div > span:nth-child(2):after {
  background: rgba(255, 255, 255, 1.00);
}
#stacks_in_6969 .toggle-this.ts-type-4.ts-1 .label-bg > .right-color > div:after {
}
#stacks_in_6969 .toggle-this.ts-type-4.ts-1 .label-bg > .left-color > div:after {
}
#stacks_in_6969 .toggle-this.ts-type-4.ts-2 .label-bg > .right-color > div:after,
#stacks_in_6969 .toggle-this.ts-type-4.ts-2 .label-bg > .left-color > div:after {
  text-shadow: none;
}
/*  */
#stacks_in_6969 .toggle-this.ts-3 label:before,
#stacks_in_6969 .toggle-this:after,
#stacks_in_6969 .toggle-this,
#stacks_in_6969 .toggle-this .label-bg,
#stacks_in_6969 .toggle-this .label-bg > .left-color,
#stacks_in_6969 .toggle-this .label-bg > .right-color,
#stacks_in_6969 .toggle-this:before,
#stacks_in_6969 .toggle-this.ts-type-4:after ,
#stacks_in_6969 .toggle-this.ts-type-2:before,
#stacks_in_6969 .toggle-this.ts-type-4:before,
#stacks_in_6969 .toggle-this label,
#stacks_in_6969 .toggle-this label:after {
  border-radius: 10px;
}
/*  */
/*  */
#stacks_in_6969 .toggle-this.ts-3 label:before,
#stacks_in_6969 .toggle-this:after,
#stacks_in_6969 .toggle-this,
#stacks_in_6969 .toggle-this .label-bg,
#stacks_in_6969 .toggle-this .label-bg > .left-color,
#stacks_in_6969 .toggle-this .label-bg > .right-color,
#stacks_in_6969 .toggle-this:before,
#stacks_in_6969 .toggle-this.ts-type-4:after ,
#stacks_in_6969 .toggle-this.ts-type-2:before,
#stacks_in_6969 .toggle-this.ts-type-4:before,
#stacks_in_6969 .toggle-this label,
#stacks_in_6969 .toggle-this label:after {
  border-radius: 18.480001px;
}
/*  */
/*  */
#stacks_in_6969 .toggle-this.ts-type-2.ts-3:after,
#stacks_in_6969 .toggle-this.ts-type-5.ts-3:after{
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stacks_in_6969 .toggle-this.ts-3 label:after {
  top: -1px;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
#stacks_in_6969 .toggle-this.ts-3.ts-type-5 .label-bg > .left-color {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg {
  border: 1px solid rgba(0,0,0,0.3);
}
#stacks_in_6969 .toggle-this.ts-3:before {
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.05),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_6969 .toggle-this.ts-type-2.ts-3:before,
#stacks_in_6969 .toggle-this.ts-type-5.ts-3:before{
  -webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
  box-shadow: inset 0px 5px 5px rgba(255,255,255,.1),
    inset 0px -5px 5px rgba(255,255,255,.3);
}
#stacks_in_6969 .toggle-this.ts-3 label:after {
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.25)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 100%);
}
#stacks_in_6969 .toggle-this.ts-3 label:before {
  border: 0px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3),
    0px 2px 3px rgba(0,0,0,0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0)));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}
#stacks_in_6969 .toggle-this.ts-3 .label-bg {
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.3);
}
/*  */
/*  
  TOGGLE STATES/ACTIONS
*/
/*  */
#stacks_in_6969 .toggle-this-inactive,
#stacks_in_6969 .toggle-this-active {
 display: none;
}
#stacks_in_6969 .tt-False.toggle-this-inactive {
  display: block;
}
#stacks_in_6969 .tt-True.toggle-this-active {
  display: block;
}
/*  */
/*  */
/*  */
/*  */

/*  */









	#stacks_in_6973 > .container {
		box-shadow: 0 0 36px rgba(0, 0, 0, 0.30);
	}




	#stacks_in_6973 > .container {
		border-radius: 20px;
	}

	
		#stacks_in_6973 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_6973 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



#stacks_in_6985 .site_map ul {
	list-style-type: circle;
}



#stacks_in_6985 .site_map ul a,
#stacks_in_6985 .site_map ul a:visited,
#stacks_in_6985 .site_map ul a:hover,
#stacks_in_6985 .site_map ul a:active {
}




	



	#stacks_in_6985 .site_map ul a,
	#stacks_in_6985 .site_map ul a:visited {
		color: rgba(0, 71, 137, 1.00);
	}

	#stacks_in_6985 .site_map ul a:hover,
	#stacks_in_6985 .site_map ul a:active {
		color: rgba(0, 56, 109, 1.00);
	}


#stacks_in_6985 {
	background-color: rgba(33, 255, 6, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  5px;
	padding:  5px;
}

#stacks_out_6985 {
	width: 25%;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_6987 {
	height: 40.00px;
}




























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


#stacks_in_7283 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_7283 img {
		box-shadow: 0px 0px 6px rgba(0, 71, 137, 1.00);
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_7283 img {
		box-shadow: 0px 0px 6px rgba(0, 71, 137, 1.00);
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_7283 img {
		box-shadow: 5px 5px 9px rgba(0, 71, 137, 1.00);
			
			
	}
}


#stacks_in_7283 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




/* Color picker style settings */







	
	#stacks_in_7038 p,
	#stacks_in_7038 {
		
	}
	

	
	
	
	
	



#stacks_in_7038 p,
#stacks_in_7038 {
	
}

/* GiggidyThing by RapidWeaver Central */

/* Inspired by Glen Quagmire Appearing From Behind the Sofa at Meg's Sleepover */


#giggidythingstacks_in_6378 {	
	display: block;
	position: relative;	
}

 #stacks_in_6378 .giggidything {
	display: giggidy;
	position: giggidy;
	width: giggidy giggidy;		
}


#stacks_in_6378 .creep_direction0stacks_in_6378 {
	-webkit-transform: translateY;
	   -moz-transform: translateY;
		-ms-transform: translateY;
			transform: translateY;
	-webkit-animation: down 10s;
	   -moz-animation: down 10s;
		-ms-animation: down 10s;
			animation: down 10s;
}

#stacks_in_6378 .creep_direction1stacks_in_6378 {
	-webkit-transform: translateX;
	   -moz-transform: translateX;
		-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: right 10s;
	   -moz-animation: right 10s;
		-ms-animation: right 10s;
			animation: right 10s;
}

#stacks_in_6378 .creep_direction2stacks_in_6378 {
	-webkit-transform: translateY;
	   -moz-transform: translateY;
		-ms-transform: translateY;
			transform: translateY;
	-webkit-animation: up 10s;
	   -moz-animation: up 10s;
		-ms-animation: up 10s;
			animation: up 10s;
}

#stacks_in_6378 .creep_direction3stacks_in_6378 {
	-webkit-transform: translateX;
	   -moz-transform: translateX;
		-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: left 10s;
	   -moz-animation: left 10s;
		-ms-animation: left 10s;
			animation: left 10s;
}


/*	Creep Down */

@-webkit-keyframes down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(544px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes down {
	0% {
		opacity: 0;
		-moz-transform: translateY(544px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes down {
	0% {
		opacity: 0;
		-ms-transform: translateY(544px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes down {
	0% {
		opacity: 0;
		transform: translateY(544px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
  
}


/*	Creep Right */


@-webkit-keyframes right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(544px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes right {
	0% {
		opacity: 0;
		-moz-transform: translateX(544px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes right {
	0% {
		opacity: 0;
		-ms-transform: translateX(544px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes right {
	0% {
		opacity: 0;
		transform: translateX(544px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
  
}


/*	Creep Up */


@-webkit-keyframes up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-544px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes up {
	0% {
		opacity: 0;
		-moz-transform: translateY(-544px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes up {
	0% {
		opacity: 0;
		-ms-transform: translateY(-544px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes up {
	0% {
		opacity: 0;
		transform: translateY(-544px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
  
}


/*	Creep Left */


@-webkit-keyframes left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-544px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-544px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes left {
	0% {
		opacity: 0;
		-ms-transform: translateX(-544px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes left {
	0% {
		opacity: 0;
		transform: translateX(-544px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
  
}











#stacks_in_3299 .list-group-item.vtabs-items {
	
	border-right: none;
	
}

#stacks_in_3299 .vtabs-wrapper,
#stacks_in_3299 .vtabs-tab-content {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*  vtabs tab */
#stacks_in_3299 .vtabs-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  border:1px solid rgba(221, 221, 221, 1.00);
	overflow: hidden;

	
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.17);
	
}

#stacks_in_3299 .vtabs-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
	background: rgba(249, 249, 249, 1.00);
	border-bottom-left-radius: 10px;
}

#stacks_in_3299 .vtabs-tab-menu .list-group,
#stacks_in_3299 .vtabs-tab-menu .list-group-item:first-child,
.vtabs-tab-menu,
.vtabs-tab-container {
  margin-bottom: 0;
	
	border-top-left-radius: 10px;
	
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a {
  margin-bottom: 0;
	border-top: none;
	border-left: none;
	border-color: rgba(221, 221, 221, 1.00);
	cursor: pointer !important;
	background-color: rgba(255, 255, 255, 1.00);
	color: rgba(118, 118, 118, 1.00);
}

#stacks_in_3299 .vtabs-tab-menu .list-group a.list-group-item  {
	text-decoration: none;
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a .fa {
  color: rgba(3, 117, 216, 1.00);
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a:not(.active):hover {
	background-color: rgba(245, 245, 245, 1.00);
	color: rgba(118, 118, 118, 1.00);
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a:not(.active):hover .fa {
  color: rgba(3, 117, 216, 1.00);
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a.active {
  background-color: rgba(3, 117, 216, 1.00);
	border-color: rgba(3, 117, 216, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#stacks_in_3299 .vtabs-tab-menu .list-group > a.active i.fa {
  color: rgba(255, 255, 255, 1.00);
}


#stacks_in_3299 .vtabs-tab-menu .list-group > a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid rgba(3, 117, 216, 1.00);
}


@media (max-width: 33.9em) {
	/*Extra Small*/
	#stacks_in_3299 .vtabs-tab-menu .list-group > a.active:after {
		display: none;
	}

	#stacks_in_3299 .vtabs-tab-menu .list-group > a:first-child {
	  border-top-right-radius: 10px;
	  -moz-border-top-right-radius: 10px;
	}

	#stacks_in_3299 .vtabs-tab-menu .list-group > a:last-child {
	  border-bottom-right-radius: 10px;
	  -moz-border-bottom-right-radius: 10px;
	}

	#stacks_in_3299 .vtabs-tab-content {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	  border-bottom-right-radius: 10px;
	  border-bottom-left-radius: 10px;
	}

	#stacks_in_3299 .vtabs-tab {
		border-left: none !important;
	}
}

@media (max-width: 47.9375em) {
	/* iPhone */
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
}

@media (min-width: 62em) {
	/* Desktop */
}


#stacks_in_3299 .vtabs-tab-content {
  border: 1px solid #fff;
	
	padding: 0px;
	
}

#stacks_in_3299 .vtabs-tab div.vtabs-tab-content:not(.active) {
	
	display: none;
	
}

#stacks_in_3299 .vtabs-tab {
	border-left: 1px solid rgba(221, 221, 221, 1.00);
	padding: 0;
}

#stacks_in_3299 .unround-left-corner {
	border-radius: 0 !important;
}

#stacks_in_3299 .round-left-corner {
	border-bottom-left-radius: 10px !important;
}

#stacks_in_3299 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  20px;
}

#stacks_out_3299 {
	width: 96%;
}
.stacks_in_3303-section-content {
  
  background: rgba(255, 255, 255, 1.00);
  

  

  
}






#stacks_in_3326 .display-wrapper {
	background-color: rgba(255, 255, 255, 1.00);
	
	border-width: 1px;
	border-style: solid;
	border-color: rgba(221, 221, 221, 1.00);
	
	
	border-radius: 10px;
	
	
	box-shadow: 0px 6px 30px rgba(0, 51, 102, 1.00);
	
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	
}


	
		#stacks_in_3326:hover .display-wrapper {
			box-shadow: 0px 3px 15px rgba(0, 51, 102, 1.00);
		}
	


#stacks_in_3326 .display-topper {
	position: relative;
	
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	
	border-bottom: 1px solid #003366;
	
	background-color: #FFFFFF;
}


	
	#stacks_in_3326 .display-topper .display-topper-bottom-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%, rgba(102, 204, 255, 0.23) 100%);
		background: -webkit-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
		background: linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
	}
	





/* EXTRA CODE FOR ROUNDING SHIFT STACK'S SLIDE CORNERS */
#stacks_in_3326 .shift_slide {
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

#stacks_in_3326 .display-label {
	position: absolute;
	
	left: 0px;
	

	

	

	

	

	
	bottom: 0px;
	

	
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	

	
		padding: 8px;
	

	
	background: rgba(0, 51, 102, 0.25);
	

	

	color: rgba(255, 255, 255, 1.00);
	z-index: 800;
	
	box-shadow: 0px 3px 20px rgba(0, 71, 137, 1.00);
	

}

#stacks_in_3326 .display-content {
	
	padding: 40px;
	
	/* ADAM */

	
		
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		
	
}

#stacks_in_3326 .display-image {
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
}

#stacks_in_3326 .collapse-button-section {
	padding: 40px;
	padding-top: 0;
}


#stacks_in_3326 .display-collapsable-content {
	
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	
}



#stacks_in_3326 .custom-expand {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3326 .custom-expand:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}


#stacks_in_3326 .custom-collapse {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3326 .custom-collapse:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}









#stacks_in_3326 .display-btn-one,
#stacks_in_3326 .display-btn-two {
	width: 100%;
	display: inline-block;
	text-decoration: none; 
	border-left: none;
	border-bottom: none;
	border-color: rgba(229, 229, 229, 1.00);
	border-top-style: solid;
	border-top-size: 1px;
}






#stacks_in_3326 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  12px;
	padding:  13px;
}



/* Color picker style settings */







	
	#stacks_in_3328 p,
	#stacks_in_3328 {
		
	}
	

	
	
	
	
	



#stacks_in_3328 p,
#stacks_in_3328 {
	
}

.stacks_in_3305-section-content {
  
  background: rgba(255, 255, 255, 1.00);
  

  

  
}






#stacks_in_3332 .display-wrapper {
	background-color: rgba(255, 255, 255, 1.00);
	
	border-width: 1px;
	border-style: solid;
	border-color: rgba(221, 221, 221, 1.00);
	
	
	border-radius: 10px;
	
	
	box-shadow: 0px 6px 30px rgba(0, 51, 102, 1.00);
	
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	
}


	
		#stacks_in_3332:hover .display-wrapper {
			box-shadow: 0px 3px 15px rgba(0, 51, 102, 1.00);
		}
	


#stacks_in_3332 .display-topper {
	position: relative;
	
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	
	border-bottom: 1px solid #003366;
	
	background-color: #FFFFFF;
}


	
	#stacks_in_3332 .display-topper .display-topper-bottom-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%, rgba(102, 204, 255, 0.23) 100%);
		background: -webkit-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
		background: linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
	}
	





/* EXTRA CODE FOR ROUNDING SHIFT STACK'S SLIDE CORNERS */
#stacks_in_3332 .shift_slide {
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

#stacks_in_3332 .display-label {
	position: absolute;
	
	left: 0px;
	

	

	

	

	

	
	bottom: 0px;
	

	
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	

	
		padding: 8px;
	

	
	background: rgba(0, 51, 102, 0.20);
	

	

	color: rgba(255, 255, 255, 1.00);
	z-index: 800;
	
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.50);
	

}

#stacks_in_3332 .display-content {
	
	padding: 40px;
	
	/* ADAM */

	
		
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		
	
}

#stacks_in_3332 .display-image {
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
}

#stacks_in_3332 .collapse-button-section {
	padding: 40px;
	padding-top: 0;
}


#stacks_in_3332 .display-collapsable-content {
	
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	
}



#stacks_in_3332 .custom-expand {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3332 .custom-expand:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}


#stacks_in_3332 .custom-collapse {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3332 .custom-collapse:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}









#stacks_in_3332 .display-btn-one,
#stacks_in_3332 .display-btn-two {
	width: 100%;
	display: inline-block;
	text-decoration: none; 
	border-left: none;
	border-bottom: none;
	border-color: rgba(229, 229, 229, 1.00);
	border-top-style: solid;
	border-top-size: 1px;
}






#stacks_in_3332 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  5px;
	padding:  6px;
}



/* Color picker style settings */







	
	#stacks_in_3334 p,
	#stacks_in_3334 {
		
	}
	

	
	
	
	
	



#stacks_in_3334 p,
#stacks_in_3334 {
	
}

.stacks_in_3307-section-content {
  
  background: rgba(255, 255, 255, 1.00);
  

  

  
}






#stacks_in_3336 .display-wrapper {
	background-color: rgba(255, 255, 255, 1.00);
	
	border-width: 1px;
	border-style: solid;
	border-color: rgba(221, 221, 221, 1.00);
	
	
	border-radius: 10px;
	
	
	box-shadow: 0px 6px 30px rgba(0, 51, 102, 1.00);
	
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	
}


	
		#stacks_in_3336:hover .display-wrapper {
			box-shadow: 0px 3px 15px rgba(0, 51, 102, 1.00);
		}
	


#stacks_in_3336 .display-topper {
	position: relative;
	
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	
	border-bottom: 1px solid #003366;
	
	background-color: #FFFFFF;
}


	
	#stacks_in_3336 .display-topper .display-topper-bottom-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%, rgba(102, 204, 255, 0.23) 100%);
		background: -webkit-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
		background: linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
	}
	





/* EXTRA CODE FOR ROUNDING SHIFT STACK'S SLIDE CORNERS */
#stacks_in_3336 .shift_slide {
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

#stacks_in_3336 .display-label {
	position: absolute;
	
	left: 0px;
	

	

	

	

	

	
	bottom: 0px;
	

	
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	

	
		padding: 8px;
	

	
	background: rgba(0, 51, 102, 0.25);
	

	

	color: rgba(255, 255, 255, 1.00);
	z-index: 800;
	
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.50);
	

}

#stacks_in_3336 .display-content {
	
	padding: 40px;
	
	/* ADAM */

	
		
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		
	
}

#stacks_in_3336 .display-image {
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
}

#stacks_in_3336 .collapse-button-section {
	padding: 40px;
	padding-top: 0;
}


#stacks_in_3336 .display-collapsable-content {
	
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	
}



#stacks_in_3336 .custom-expand {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3336 .custom-expand:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}


#stacks_in_3336 .custom-collapse {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3336 .custom-collapse:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}









#stacks_in_3336 .display-btn-one,
#stacks_in_3336 .display-btn-two {
	width: 100%;
	display: inline-block;
	text-decoration: none; 
	border-left: none;
	border-bottom: none;
	border-color: rgba(229, 229, 229, 1.00);
	border-top-style: solid;
	border-top-size: 1px;
}






#stacks_in_3336 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  5px;
	padding:  6px;
}



/* Color picker style settings */







	
	#stacks_in_3338 p,
	#stacks_in_3338 {
		
	}
	

	
	
	
	
	



#stacks_in_3338 p,
#stacks_in_3338 {
	
}

.stacks_in_3309-section-content {
  
  background: rgba(255, 255, 255, 1.00);
  

  

  
}






#stacks_in_3340 .display-wrapper {
	background-color: rgba(255, 255, 255, 1.00);
	
	border-width: 1px;
	border-style: solid;
	border-color: rgba(221, 221, 221, 1.00);
	
	
	border-radius: 10px;
	
	
	box-shadow: 0px 6px 30px rgba(0, 51, 102, 1.00);
	
	
	transition-duration: 200ms;
	transition-property: box-shadow;
	
}


	
		#stacks_in_3340:hover .display-wrapper {
			box-shadow: 0px 3px 15px rgba(0, 51, 102, 1.00);
		}
	


#stacks_in_3340 .display-topper {
	position: relative;
	
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	
	border-bottom: 1px solid #003366;
	
	background-color: #FFFFFF;
}


	
	#stacks_in_3340 .display-topper .display-topper-bottom-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%, rgba(102, 204, 255, 0.23) 100%);
		background: -webkit-linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
		background: linear-gradient(0deg, rgba(254, 204, 102, 0.22) 25%,rgba(102, 204, 255, 0.23) 100%);
	}
	





/* EXTRA CODE FOR ROUNDING SHIFT STACK'S SLIDE CORNERS */
#stacks_in_3340 .shift_slide {
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

#stacks_in_3340 .display-label {
	position: absolute;
	
	left: 0px;
	

	

	

	

	

	
	bottom: 0px;
	

	
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	

	
		padding: 8px;
	

	
	background: rgba(0, 51, 102, 0.31);
	

	

	color: rgba(255, 255, 255, 1.00);
	z-index: 800;
	
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.50);
	

}

#stacks_in_3340 .display-content {
	
	padding: 40px;
	
	/* ADAM */

	
		
		
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		
	
}

#stacks_in_3340 .display-image {
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
}

#stacks_in_3340 .collapse-button-section {
	padding: 40px;
	padding-top: 0;
}


#stacks_in_3340 .display-collapsable-content {
	
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	
}



#stacks_in_3340 .custom-expand {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3340 .custom-expand:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}


#stacks_in_3340 .custom-collapse {
	background-color: rgba(2, 116, 216, 1.00);
	color: rgba(255, 255, 255, 0.85);
}

#stacks_in_3340 .custom-collapse:hover {
	background-color: rgba(1, 92, 172, 1.00);
	color: rgba(255, 255, 255, 0.85);
}









#stacks_in_3340 .display-btn-one,
#stacks_in_3340 .display-btn-two {
	width: 100%;
	display: inline-block;
	text-decoration: none; 
	border-left: none;
	border-bottom: none;
	border-color: rgba(229, 229, 229, 1.00);
	border-top-style: solid;
	border-top-size: 1px;
}






#stacks_in_3340 {
	background-color: rgba(255, 255, 255, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin:  5px;
	padding:  6px;
}



/* Color picker style settings */







	
	#stacks_in_3342 p,
	#stacks_in_3342 {
		
	}
	

	
	
	
	
	



#stacks_in_3342 p,
#stacks_in_3342 {
	
}




	#stacks_in_4516 .the-images {
		display: none;
	}

	@media (max-width: 47.9375em) {
		/*Mobile*/
		

		

		


	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		
			#stacks_in_4516 .foundry-background {
				height: 400px !important;
			}
		

		
		
		

	}

	@media (min-width: 62em) {
		/*Desktop*/
		

		
			#stacks_in_4516 .foundry-background {
				height: 100vh !important;
			}
		
		
		

	}



#stacks_in_4516 .foundry-background {
	position: relative;
	overflow: hidden;
	width: 100%;
}


	#stacks_in_4516 .bkg_inner {
		display: table;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		z-index: 10;
		width: 100%;
	}

	#stacks_in_4516 .bkg_content {
		display: table-cell;
		vertical-align: middle;
	}




#stacks_in_4516 .vegas-timer-progress {
	background: rgba(255, 255, 255, 0.52);
	background: -moz-linear-gradient(left,  rgba(255, 255, 255, 0.52) 0%, rgba(0, 0, 0, 0.53) 100%);
	background: -webkit-linear-gradient(left,  rgba(255, 255, 255, 0.52) 0%,rgba(0, 0, 0, 0.53) 100%);
	background: linear-gradient(to right,  rgba(255, 255, 255, 0.52) 0%,rgba(0, 0, 0, 0.53) 100%);
}

#stacks_in_4516 .vegas-timer {
	height: 20px;
}




	
	

#stacks_in_4160 {
	background-color: rgba(255, 255, 255, 0.00);
	border: solid rgba(77, 77, 77, 0.00);
	border-width: 10px 0px 0px 0px;
}










	#stacks_in_4160_707 > .container {
		box-shadow: 0 0 53px rgba(0, 71, 137, 1.00);
	}




	#stacks_in_4160_707 > .container {
		border-radius: 20px;
	}

	
		#stacks_in_4160_707 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_4160_707 {
	background-color: rgba(255, 255, 255, 0.00);
}

#stacks_out_4160_707 {
	width: 90%;
}


#stacks_in_4160_238 .mm_site_title h1,
#stacks_in_4160_238 .mm_site_title h1 a,
#stacks_in_4160_238 .mobile_mm_site_title h1,
#stacks_in_4160_238 .mobile_mm_site_title h1 a {
	color: rgba(0, 51, 102, 1.00);
	font-size: 24px;
	
	font-weight: 700;
	font-style: italic;
}

/*#stacks_in_4160_238 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_4160_238 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_4160_238 .mobile-toggle-site-title a,
#stacks_in_4160_238 .mobile-toggle-site-title a:visited,
#stacks_in_4160_238 .mobile-toggle-site-title a:hover,
#stacks_in_4160_238 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_4160_238 .nav a.mm-plain-link,
#stacks_in_4160_238 a.link-group-item {
	text-decoration: none;
	font-weight: 600;
}

#stacks_in_4160_238 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_4160_238 .nav-sticky-container {
		transition-duration: 300ms;
		transition-property: background-color;
		/* Possible fix for FF & Chrome Bug in Win10 when using Drop Downs. */
		position: absolute;
		width: 100%;
		/* End Fix */
		background: rgba(0, 51, 102, 0.00);
		z-index: 100;
		
		
	}

	
	#stacks_in_4160_238 .nav-sticky-container {
		box-shadow: 0 18px 20px rgba(0, 71, 137, 1.00);
	}
	

	#stacks_in_4160_238 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_4160_238 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_4160_238 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_4160_238 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(0, 51, 102, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_4160_238 .nav > li:hover > a.mm-plain-link,
	#stacks_in_4160_238 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(0, 51, 102, 1.00);
		color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_238 .nav > li.selected > a.mm-plain-link,
	#stacks_in_4160_238 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_4160_238 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 400;
	}

	#stacks_in_4160_238 .nav > li > a.mm-button,
	#stacks_in_4160_238 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_4160_238 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_4160_238 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-left: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_4160_238 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 0px;
		
		z-index: 500;
	}

	#stacks_in_4160_238 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 395ms;
		animation-fill-mode: both;

	}

	#stacks_in_4160_238 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_4160_238 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_4160_238 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_4160_238 a,
	#stacks_in_4160_238 li {
		cursor: pointer;
	}

	#stacks_in_4160_238 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_4160_238 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_4160_238 .foundry-mega-menu-toggle {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(80, 80, 81, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_4160_238 .foundry-mega-menu-toggle:hover {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(80, 80, 81, 1.00);
	}

	#stacks_in_4160_238 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_4160_238 .mobile_mm_site_title h1.mobile-toggle-site-title a {
		color: rgba(118, 118, 118, 1.00);
	}

	@media (max-width: 47.9375em) {
		/*Mobile*/

		#stacks_in_4160_238 .mm_site_title h1,
		#stacks_in_4160_238 .mm_site_title h1 a,
		#stacks_in_4160_238 .mobile_mm_site_title h1,
		#stacks_in_4160_238 .mobile_mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_4160_238 .mobile_adjust {
			height: 0;
		}

		#stacks_in_4160_238 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_4160_238 .logo_container,
		#stacks_in_4160_238 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_4160_238 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_4160_238 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_4160_238 .nav {
			height: auto;
		}

		#stacks_in_4160_238 ul.foundry-mega-menu {
			background: rgba(255, 255, 255, 1.00);
		}

		#stacks_in_4160_238 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_4160_238 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_4160_238 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_4160_238 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_4160_238 .nav > li.top-level-item,
		#stacks_in_4160_238 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_4160_238 .nav > li > a.mm-plain-link {
			color: rgba(98, 98, 99, 1.00);
		}

		#stacks_in_4160_238 .nav > li:hover > a.mm-plain-link,
		#stacks_in_4160_238 .nav > li.selected > a.mm-plain-link {
			background: rgba(219, 219, 221, 1.00);
			color: rgba(98, 98, 99, 1.00)
		}

		#stacks_in_4160_238 .nav > li > .drop-down-container {
			position: relative;
			display: none;
			top: 0;
			box-shadow: none;
			width: 100%;
			max-width: 100%;
			/* background-color: ; */
			border-radius: 0px;
		}

		#stacks_in_4160_238 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_4160_238 .mm_site_title h1,
		#stacks_in_4160_238 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		} */

		#stacks_in_4160_238 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_4160_238 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_4160_238 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_4160_238 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_4160_238 .mm_site_title h1,
		#stacks_in_4160_238 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_4160_238 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_4160_238 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_4160_238 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
		from {
				margin-top: -50px;
		}

		to {
				margin-top: 0px;
		}
		}


	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_4160_238 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_4160_238 .mm_site_title h1,
		#stacks_in_4160_238 .mm_site_title h1 a {
			font-size: 24px;
			text-decoration: none;
		}

		#stacks_in_4160_238 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_4160_238 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_4160_238 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
			from {
				margin-top: -50px;
			}

			to {
				margin-top: 0px;
			}
		}

	}


	@media (max-width: 47.9375em) {
		/*Mobile*/
		#stacks_in_4160_238 .foundry-mega-menu-toggle,
		#stacks_in_4160_238 .nav_bar_placeholder {
			height: 44px;
			line-height: 44px;
		}

		#stacks_in_4160_238 .nav-sticky-container > .container,
		#stacks_in_4160_238 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_4160_238 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_4160_238 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_4160_238 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 42px;
		}

		#stacks_in_4160_238 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 42px;
			line-height: 42px;
		}
		

		#stacks_in_4160_238 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_4160_238 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_4160_238 .nav,
		#stacks_in_4160_238 .nav_bar_placeholder {
			height: 44px;
		}

		#stacks_in_4160_238 .button_height_adjust {
			line-height: 44px;
		}

		#stacks_in_4160_238 .logo_container {
			height: 44px;
		}

		
		#stacks_in_4160_238 .nav > li {
			line-height: 44px;
			height: 44px;
		}
		
		#stacks_in_4160_238 .nav > li > a.mm-plain-link {
			line-height: 42px;
			height: 42px;
		}
		

		#stacks_in_4160_238 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_4160_238 .foundry-mega-menu-toggle {
			height: 44px;
			line-height: 44px;
		}

		#stacks_in_4160_238 .nav > li > .drop-down-container {
			top: 44px;
		}

		#stacks_in_4160_238 .mm_site_title,
		#stacks_in_4160_238 .mm_site_title h1,
		#stacks_in_4160_238 .site_logo {
			height: 44px;
			line-height: 44px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_4160_238 > .nav,
		#stacks_in_4160_238 .nav_bar_placeholder {
			height: 44px;
		}

		#stacks_in_4160_238 .button_height_adjust {
			line-height: 44px;
		}


		#stacks_in_4160_238 .logo_container {
			height: 44px;
		}

		
		#stacks_in_4160_238 .nav > li  {
			line-height: 44px;
			height: 44px;
		}

		#stacks_in_4160_238 .nav > li > a.mm-plain-link {
			line-height: 42px;
			height: 42px;
		}
		

		#stacks_in_4160_238 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_4160_238 .foundry-mega-menu-toggle {
			height: 44px;
			line-height: 44px;
		}

		#stacks_in_4160_238 .nav > li > .drop-down-container {
			top: 44px;
		}

		#stacks_in_4160_238 .mm_site_title,
		#stacks_in_4160_238 .mm_site_title h1,
		#stacks_in_4160_238 .site_logo {
			height: 44px;
			line-height: 44px;
		}

	}

	#stacks_in_4160_238 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_4160_238 .mm_site_title {
		float: left;
		display: inline-block;
		color: #626263;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}




#stacks_in_4160_238 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}


	#stacks_in_4160_238 .nav-sticky-container > .container {
			max-width: 1140px;
	}



#stacks_in_4160_238 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_4160_238,
#stacks_in_4160_238,
#stacks_in_4160_238 .nav_bar_placeholder,
#stacks_in_4160_238 .nav-sticky-container {
	
	border-radius: 0px;
	
}

#stacks_in_4160_238 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_4160_238 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 3000;
}

#stacks_in_4160_238 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_4160_238 #sticky-wrapper,
#stacks_in_4160_238 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	

	





#stacks_in_4160_238 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_4160_238 .site_logo {
	width: auto;
}

#stacks_in_4160_238 .logo_container {
	float: left;
	display: block;
}

#stacks_in_4160_238 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-right: 12px;
	
	/*margin-top: -3px !important;*/
}


	#stacks_in_4160_238 .mm-button.btn {
		background-color: rgba(0, 71, 137, 1.00);
		color: rgba(255, 255, 255, 0.85);
	}
	
	#stacks_in_4160_238 .mm-button.btn:hover {
		background-color: rgba(0, 56, 109, 1.00);
		color: rgba(255, 255, 255, 0.85);
	}
	




.potion_slide_up {
  animation-name: potion_slide_up;
	transition-timing-function: ease-in-out;
}

.potion_slide_down {
  animation-name: potion_slide_down;
	transition-timing-function: ease-in-out;
}












@media (max-width: 47.9375em) {

	#stacks_in_4160_238 .foundry-mega-menu {
		
		box-shadow: 0 15px 15px rgba(0, 51, 102, 1.00);
		
	}

	#stacks_in_4160_238 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 44px;
		line-height: 44px;
		float: left;
	}

	#stacks_in_4160_238 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_4160_238 .mobile_logo_container,
	#stacks_in_4160_238 .mobile_mm_site_title {
		display: inline-block;
		height: 44px;
		line-height: 44px;
		margin: 0;
	}

	#stacks_in_4160_238 .mobile_logo_container img {
		height: 44px;
		line-height: 44px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	

}



	


#stacks_in_4160_238 {
	background-color: rgba(230, 230, 230, 0.00);
	border: solid rgba(250, 0, 0, 1.00);
	border-width:  3px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_4160_238 {
	width: 40%;
}



.stacks_in_4160_370-parent-id .drop-down-container {
	background: rgba(0, 71, 137, 1.00);
  right : 0;
}


.stacks_in_4160_370-parent-id > a.mm-plain-link > i {
  margin-right: 4px;
}

.stacks_in_4160_370-drop-down > .row {
  
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  
}

.stacks_in_4160_370-drop-down .drop_down_plain > li > a {
  display: block;
}

.stacks_in_4160_370-drop-down ul.drop_down_plain {
	padding: 0;
	margin: 0;
}


  .stacks_in_4160_370-drop-down {
    
  	border: 1px solid #FFFFFF;
    border-top: none;
    

    
    box-shadow: 0 5px 6px rgba(0, 51, 102, 1.00);
    
  }


@media (max-width: 47.9375em) {
  
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
  .stacks_in_4160_370-drop-down {
		min-width: 350px;
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	.stacks_in_4160_370-drop-down {
		min-width: 350px;
	}
}





  




@media (max-width: 47.9375em) {
  
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_4160_75 .foundry_column {
		margin-bottom: 0px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_4160_75 .foundry_column {
		margin-bottom: 0px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4160_75 .foundry_column {
		margin-bottom: 0px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_4160_75 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_4160_75 .row.no-gutters > [class^="col-"],
  #stacks_in_4160_75 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  




	@media screen and (min-width: 768px) {
	  #stacks_in_4160_75 .equal, #stacks_in_4160_75 .equal > div[class*='col-'] {
	      display: -webkit-box;
	      display: -moz-box;
	      display: -ms-flexbox;
	      display: -webkit-flex;
	      display: flex;
	      flex: 1 1 auto;
	  }

		
		#stacks_in_4160_75 .equal > div[class*='col-'] {
			align-items: center;
		}
		

		#stacks_in_4160_75 .equal > div[class*='col-'] > .inner_column_content {
				display: block;
				width: 100%;
		}

	}

	#stacks_in_4160_75 > .row > .foundry_column_one {
		background-color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_75 > .row > .foundry_column_two {
		background-color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_75 > .row > .foundry_column_three {
		background-color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_75 > .row > .foundry_column_four {
		background-color: rgba(255, 255, 255, 0.00);
	}










#stacks_in_4160_75 {
	background-color: rgba(255, 255, 255, 0.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_4160_77 .axyn_img_fit {
   box-sizing: border-box;
	overflow: visible !important;
	
	
	
		padding: 5px;
		
		padding-bottom: 8px;
 		
		padding-right: 8px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_4160_77 img.imageStyle {
    
    max-width: 100%;
    
}




#stacks_in_4160_77 img.imageStyle:hover {
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_4160_77 .axyn_img_fit, #stacks_in_4160_77 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}



#stacks_in_4160_77 {
	background-color: rgba(204, 204, 204, 0.00);
}
/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_4160_81 .axyn_img_fit {
   box-sizing: border-box;
	overflow: visible !important;
	
	
	
		padding: 5px;
		
		padding-bottom: 8px;
 		
		padding-right: 8px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_4160_81 img.imageStyle {
    
    max-width: 100%;
    
}




#stacks_in_4160_81 img.imageStyle:hover {
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_4160_81 .axyn_img_fit, #stacks_in_4160_81 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}



#stacks_out_4160_81 {
	width: 67%;
}
/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_4160_85 .axyn_img_fit {
   box-sizing: border-box;
	overflow: visible !important;
	
	
	
		padding: 5px;
		
		padding-bottom: 8px;
 		
		padding-right: 8px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_4160_85 img.imageStyle {
    
    max-width: 100%;
    
}




#stacks_in_4160_85 img.imageStyle:hover {
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_4160_85 .axyn_img_fit, #stacks_in_4160_85 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}



#stacks_out_4160_85 {
	width: 28%;
}
/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_4160_88 .axyn_img_fit {
   box-sizing: border-box;
	overflow: visible !important;
	
	
	
		padding: 5px;
		
		padding-bottom: 8px;
 		
		padding-right: 8px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_4160_88 img.imageStyle {
    
    max-width: 100%;
    
}




#stacks_in_4160_88 img.imageStyle:hover {
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_4160_88 .axyn_img_fit, #stacks_in_4160_88 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}


/* Image Fit - Copyright @2019 - RJ Ruggiero - All Rights Reserverd */
#stacks_in_4160_92 .axyn_img_fit {
   box-sizing: border-box;
	overflow: visible !important;
	
	
	
		padding: 5px;
		
		padding-bottom: 8px;
 		
		padding-right: 8px;
	
	position: relative;
   z-index: 0;
   
   margin: 0 auto 0 auto;
   height: auto;
}

#stacks_in_4160_92 img.imageStyle {
    
    max-width: 100%;
    
}




#stacks_in_4160_92 img.imageStyle:hover {
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1.00)) ;
  transform: translate3d(0,0,0);
}

#stacks_in_4160_92 .axyn_img_fit, #stacks_in_4160_92 img.imageStyle {
    display: block; margin-left: auto; margin-right:auto;
}


/* 2.0.1
- improves overall performance on retina devices
- fixes performance issue in safari when using the Frosted Glass effect
- fixes a loading bug with the parallax effect
 */
#stacks_in_4160_184.btr-bg-outer .btr-bg-inner {
  
  min-height: 150px;
  
}
#stacks_in_4160_184.btr-bg-gradient .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-animated .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-blur .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-mouse .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-pan .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-parallax .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-transition .btr-bg-inner ,
#stacks_in_4160_184.btr-bg-none .btr-bg-inner  {
  padding: 0px 0px 0px 0px;
}
#stacks_in_4160_184.btr-bg-none {

background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_4160_184.btr-bg-outer:after {
  background: rgba(0, 0, 0, 0.00);
}
#stacks_in_4160_184.btr-bg-outer {
  background-image : url(../index_files/backgroundImageBlur-184-955.png);
  
  background-position: bottom right;
  background-size: auto 100%;
  -webkit-transform:translateZ(0);
}
#stacks_in_4160_184.btr-bg-outer .btr-bg-inner .btr-bg-content {
  position: relative;
  background-color : rgba(255, 255, 255, 0.00);
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  
}
#stacks_in_4160_184.btr-bg-outer .btr-bg-inner .btr-bg-header,
#stacks_in_4160_184.btr-bg-outer .btr-bg-inner .btr-bg-footer {
  
  pointer-events: none;
  opacity: 0;
  
}








#stacks_in_4160_184.btr-bg-animated {
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat;
  
  background-color: rgba(255, 255, 255, 1.00);
  will-change: background-position;
}


#stacks_in_4160_184.btr-bg-animated {
  
  -webkit-animation: btr-r-lstacks_in_4160_184 1200s linear infinite;
  animation: btr-r-lstacks_in_4160_184 1200s linear infinite;
  
}
@-webkit-keyframes btr-r-lstacks_in_4160_184 {
  0%{ background-position: 0% center;}
  100%{ background-position: -10000px center; }
}
@keyframes btr-r-lstacks_in_4160_184 {
  0%{ background-position: 0% center;}
  100%{ background-position: -10000px center; }
}




#stacks_in_4160_184.btr-bg-animated.btr-bg-disabled:before,
#stacks_in_4160_184.btr-bg-animated.btr-bg-disabled {
  -webkit-animation: none;
  animation: none
}


.animdiv_stacks_in_4160_16 {
  position: relative;
  z-index: 100;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1.00;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
#mask_single_stacks_in_4160_16 rect {
    transform: translate(-960px,0);
}
.animdiv_stacks_in_4160_16.invertedTrue #mask_stacks_in_4160_16 rect {
  transform: scale(-1,1);
  transform-origin: center;
}
.animdiv_stacks_in_4160_16.invertedTrue #mask_single_stacks_in_4160_16 rect {
  transform: scale(-1,1) translate(-960px,0);;
  transform-origin: center;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap svg path.animdiv-opacity {
  stroke: none;
  stroke-width: 0;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs {
  height: 100%;
}
.animdiv_stacks_in_4160_16.anim-v-12 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
  shape-rendering: optimizeSpeed;
}
@media (min-resolution: 2ddpx) {
  .animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-defs svg {
    shape-rendering: optimizeSpeed;
  }
}

.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top {
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0.5px 0 0 0);
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-top .pattern-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap.animdiv-wrap-center {
  z-index: 2;
  height: 100%;
  clip-path: inset(139px 0 0 0);
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap > svg {
  width: 100%;
  overflow: visible;
}
.animdiv_stacks_in_4160_16 > .animdiv-wrap-outer > .animdiv-wrap:after {
  background: #FFFFFF;
}
.animdiv_stacks_in_4160_16 .animdiv-content-wrap {
  position: relative;
  z-index: 3;
  min-height: 140px;
  display: grid;
  align-items: center;
  
}
.animdiv_stacks_in_4160_16 .animdiv-content-wrap > div {
  
  
  
  padding: 140px 0px 70px 0px;
  
  
}
.animdiv_stacks_in_4160_16.anim-v-8  .animdiv-content-wrap> div,
.animdiv_stacks_in_4160_16.anim-v-15 .animdiv-content-wrap > div,
.animdiv_stacks_in_4160_16.anim-v-18 .animdiv-content-wrap > div,
.animdiv_stacks_in_4160_16.anim-v-19 .animdiv-content-wrap > div {
  
  
  padding: 105.000000px 0px 70px 0px;
  
  
}
.animdiv_stacks_in_4160_16 .animdiv-mask,
.animdiv_stacks_in_4160_16 image:not(.animdiv-pattern):not(.animdiv-off),
.animdiv_stacks_in_4160_16 image.animdiv-off {
  transform-origin: center;
}
.svg-animdiv:not([data-category="Animated"]) #pat_r_stacks_in_4160_16 path,
.svg-animdiv:not([data-category="Animated"]) .animdiv_stacks_in_4160_16 .animdiv-use-r {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.svg-animdiv[data-category="Animated"][data-variation="7"] #pat_r_stacks_in_4160_16 {
  transform: scale(-1,1);
  transform-origin: 960px 0;
}
.animdiv_stacks_in_4160_16.layerTrue .animdiv-content-wrap {
  height: calc(140px + 0px);
}
.animdiv_stacks_in_4160_16.layerTrue .animdiv-content-wrap > div {
  display: none;
}
/**/
.animdiv_stacks_in_4160_16.overlapTrue {
  margin: -140px 0 0 0;
}
.animdiv_stacks_in_4160_16.overlapTrue.layerTrue,
.animdiv_stacks_in_4160_16.overlapFalse.layerTrue {
  position: absolute;
  width: 100%;
  margin: -0px 0 0 0;
}
/**/
.animdiv_stacks_in_4160_16.anim-v-17.layer1False .patternSingle > path,
.animdiv_stacks_in_4160_16.anim-v-16.layer2False .patternSingle g:nth-child(3),
.animdiv_stacks_in_4160_16.anim-v-16.layer1False .patternSingle g:nth-child(4),
.animdiv_stacks_in_4160_16.anim-v-14.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_4160_16.anim-v-13.layer1False .patternSingle > path:nth-child(1),
.animdiv_stacks_in_4160_16.anim-v-20.layer2False .patternRepeat g:nth-child(1),
.animdiv_stacks_in_4160_16.anim-v-20.layer1False .patternSingle path,
.animdiv_stacks_in_4160_16.anim-v-15.layer3False .patternSingle path,
.animdiv_stacks_in_4160_16.anim-v-10.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-10.layer3False .patternSingle path,
.animdiv_stacks_in_4160_16.anim-v-9.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-9.layer3False .patternSingle path,
.animdiv_stacks_in_4160_16.anim-v-5.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_4160_16.anim-v-5.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-5.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_4160_16.anim-v-4.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-4.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_4160_16.anim-v-3.layer1False .patternRepeat path:nth-child(1),
.animdiv_stacks_in_4160_16.anim-v-3.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-3.layer3False .patternRepeat path:nth-child(3),
.animdiv_stacks_in_4160_16.anim-v-1.layer2False .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-1.layer3False .patternRepeat path:nth-child(3) {
  display: none;
}
.animdiv_stacks_in_4160_16.anim-v-3.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-3.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3),
.animdiv_stacks_in_4160_16.anim-v-5.layer1False.layer2True .patternRepeat path:nth-child(2),
.animdiv_stacks_in_4160_16.anim-v-5.layer1False.layer2False.layer3True .patternRepeat path:nth-child(3) {
  opacity: 1 !important;
}
/**/









	#stacks_in_4160_694 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}







	#stacks_in_4160_694 > .container {
		border-radius: 19px;
	}

	
		#stacks_in_4160_694 > .container {
			overflow: hidden !important;
		}
	


#stacks_in_4160_694 {
	background-color: rgba(0, 71, 137, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_4160_902 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_4160_902 .foundry_column {
		margin-bottom: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4160_902 .foundry_column {
		margin-bottom: 40px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_4160_902 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_4160_902 .row.no-gutters > [class^="col-"],
  #stacks_in_4160_902 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  










/*
1.0.0
*/
.hlh-margin_stacks_in_4160_911 {
  margin: 0px 50px 0px 50px;
}
.halo-hyperlink_stacks_in_4160_911 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_4160_911[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 200px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_4160_911 > a,
.halo-hyperlink_stacks_in_4160_911 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_4160_911 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 200px;
  width: 200px;
  
}
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg {
  position: absolute;
  left: calc(11px / 2 - 1px);
  right: calc(11px / 2 - 1px);
  bottom: calc(11px / 2 - 1px);
  top: calc(11px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}






.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 71, 137, 0.06);
}

.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../index_files/bgI-911-955.png);
  
  opacity: 1.000000;
  background-position: center;
  
  background-repeat: no-repeat;
  background-size: contain;
}
.halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_4160_911 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  
  grid-template-columns: minmax(100%,320px);
  justify-items: center;
  

}

.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-content-wrap > div {
  max-width: 320px;
}


.halo-hyperlink_stacks_in_4160_911 rect[fill^="url(#grad"] {
  opacity: 1.00;
}

.halo-hyperlink_stacks_in_4160_911 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
  width: 320px;
  max-width: calc(100% - 48px);
  
}

/*  ViewPoint-Pop Stack v1.1.0 by Stack-Its
*   last update: 2.2012
*/
.vppop_stacks_in_4160_913 {
	display:block;
	position:relative;
	width:100%;
	/* height:1em; */
	line-height: 1em;
	padding-top: .25em;
	padding-bottom: .4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	transition: width 0.3s, height 0.3s, transform 0.3s ease-out;
	-webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
	-moz-transition: width 0.3s, height 0.3s, -moz-transform 0.3s  ease-out;
	-o-transition: width 0.3s, height 0.3s, -o-transform 0.3s ease-out;
	-ms-transition: width 0.3s, height 0.3s, -ms-transform 0.3s ease-out;
	-webkit-transform: scale(1.0);
	z-index:1}

.vppopscale_stacks_in_4160_913 {
	display:block;
	position:relative;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center; /* ie9+ */
	transform-origin: center center;
	-webkit-transform: scale(1.28);
  	-moz-transform: scale(1.28);
  	-o-transform: scale(1.28);
	-ms-transform: scale(1.28);
	transform: scale(1.28);
	z-index:1}
	
.linkpop_stacks_in_4160_913 {
	display:block;
	position:absolute;
	top: .25em;
	left:0px;
	width:100%;
	height:100%;
	line-height:1em}
	
.linkpop_stacks_in_4160_913 a {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	cursor:pointer;
	height: 3em;
	z-index:100}	
	
.linkpop_stacks_in_4160_913 a:hover {	
	cursor:pointer}
	
.noLink_stacks_in_4160_913 {
	display:none}	

.linkpop_stacks_in_4160_913 a:link, .linkpop_stacks_in_4160_913 a:visited, .linkpop_stacks_in_4160_913 a:hover, .linkpop_stacks_in_4160_913 a:active {
	color: #FFFFFF;
	cursor:pointer;
	text-decoration:none}
	
.linkpop_stacks_in_4160_913 a {
	opacity: 0.0;
	filter: alpha(opacity=00);
	filter: "alpha(opacity=00)"}

.linkpop_stacks_in_4160_913 span.jQshadpop_stacks_in_4160_913 {
	display:block;
	position:relative;
	width:100%;
	background-color:transparent;
	text-align:center}
	
/*  End ViewPoint-Pop Stack  */



	
	.stacks_in_4160_903_slide_out_overlay {
	  width: 100%;
	  height: 100vh;
	  background: rgba(51, 51, 51, 0.49);
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  z-index: 1000;
	  display: none;
	}
	

	.slide_out_panel.stacks_in_4160_903-panel {
	  position: fixed;
	  top: 0;
	  right: 0;
	  width: 270px;
	  height: 100%;
	  overflow-y: auto !important;
	  overflow-x: hidden;
	  /* smooth scrolling on mobile phones and tablets */
	  -webkit-overflow-scrolling: touch;
	  z-index: 1;
	  /* this how we move the author bio section off the canvas */
	  -webkit-transform: translateX(270px);
	  -moz-transform: translateX(270px);
	  -ms-transform: translateX(270px);
	  -o-transform: translateX(270px);
	  transform: translateX(270px);
	  -webkit-transition-property: -webkit-transform;
	  -moz-transition-property: -moz-transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  z-index: 1001;
	  background: rgba(0, 71, 137, 1.00);
	  color: rgba(255, 255, 255, 1.00);
	}

	.slide_out_panel.stacks_in_4160_903-panel.slide-in {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -o-transform: translateX(0);
	  transform: translateX(0);
	}

	@media only screen and (min-width: 48em)  {
	  .slide_out_panel.stacks_in_4160_903-panel {
	    width: 600px;
	    -webkit-transform: translateX(600px);
	    -moz-transform: translateX(600px);
	    -ms-transform: translateX(600px);
	    -o-transform: translateX(600px);
	    transform: translateX(600px);
	  }
	}

	@media only screen and (min-width: 62em)  {
	  .slide_out_panel.stacks_in_4160_903-panel {
	    width: 800px;
	    -webkit-transform: translateX(800px);
	    -moz-transform: translateX(800px);
	    -ms-transform: translateX(800px);
	    -o-transform: translateX(800px);
	    transform: translateX(800px);
	  }
	}

	.stacks_in_4160_903-closer_button {
	  width: 32px;
	  height: 32px;
	  overflow: hidden;
	  position: fixed;
	  top: 10px;
	  right: 10px;
	  white-space: nowrap;
	  z-index: 1002;
	  color: rgba(255, 255, 255, 0.80);
	}

	.stacks_in_4160_903-closer_button.is-visible {
	  display: block;
	  -webkit-animation: cd-move-in 0.8s;
	  -moz-animation: cd-move-in 0.8s;
	  animation: cd-move-in 0.8s;
	}

	@-webkit-keyframes cd-fade-in {
	  0% {
	    opacity: 0;
	  }

	  100% {
	    opacity: 1;
	  }
	}
	@-moz-keyframes cd-fade-in {
	  0% {
	    opacity: 0;
	  }

	  100% {
	    opacity: 1;
	  }
	}
	@keyframes cd-fade-in {
	  0% {
	    opacity: 0;
	  }

	  100% {
	    opacity: 1;
	  }
	}
	@-webkit-keyframes cd-move-in {
	  0% {
	    -webkit-transform: translateX(100px);
	  }

	  100% {
	    -webkit-transform: translateX(0);
	  }
	}
	@-moz-keyframes cd-move-in {
	  0% {
	    -moz-transform: translateX(100px);
	  }

	  100% {
	    -moz-transform: translateX(0);
	  }
	}
	@keyframes cd-move-in {
	  0% {
	    -webkit-transform: translateX(100px);
	    -moz-transform: translateX(100px);
	    -ms-transform: translateX(100px);
	    -o-transform: translateX(100px);
	    transform: translateX(100px);
	  }

	  100% {
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	  }
	}


	@media (max-width: 47.9375em) {
		/* iPhone */
	  .slide_out_panel.stacks_in_4160_903-panel {
	    padding: 20px;
	  }
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/* iPad */
	  .slide_out_panel.stacks_in_4160_903-panel {
	    padding: 40px;
	  }
	}

	@media (min-width: 62em) {
		/* Desktop */
	  .slide_out_panel.stacks_in_4160_903-panel {
	    padding: 60px;
	  }
	}




.stacks_in_4160_903-closer_button {
  display: none;
}

.slide_out_panel.stacks_in_4160_903-panel {
  background: rgba(0, 71, 137, 1.00);
  color: rgba(255, 255, 255, 1.00);
  
}

.slide_out_panel.stacks_in_4160_903-panel a,
.slide_out_panel.stacks_in_4160_903-panel a:visited, {
  color: rgba(255, 255, 255, 1.00);
}

.slide_out_panel.stacks_in_4160_903-panel a:hover,
.slide_out_panel.stacks_in_4160_903-panel a:active, {
  color: rgba(204, 204, 204, 1.00);
}




	#stacks_in_4160_903 .slide_out_toggle.btn {
		background: rgba(0, 71, 137, 1.00);
		background: -moz-linear-gradient(top, rgba(0, 71, 137, 1.00) 1%, rgba(250, 0, 0, 1.00) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 71, 137, 1.00) 1%,rgba(250, 0, 0, 1.00) 100%);
		background: linear-gradient(to bottom, rgba(0, 71, 137, 1.00) 1%,rgba(250, 0, 0, 1.00) 100%);
		color: rgba(179, 179, 179, 1.00);
		border-top-color: rgba(0, 71, 137, 1.00);
		border-bottom-color: rgba(250, 0, 0, 1.00);
	}
	
	#stacks_in_4160_903 .slide_out_toggle.btn:hover {
		background: rgba(0, 71, 137, 1.00);
		background: -moz-linear-gradient(top, rgba(250, 0, 0, 1.00) 1%, rgba(0, 71, 137, 1.00) 100%);
		background: -webkit-linear-gradient(top, rgba(250, 0, 0, 1.00) 1%,rgba(0, 71, 137, 1.00) 100%);
		background: linear-gradient(to bottom, rgba(250, 0, 0, 1.00) 1%,rgba(0, 71, 137, 1.00) 100%);
		color: rgba(255, 255, 102, 1.00);
		border-top-color: rgba(250, 0, 0, 1.00);
		border-bottom-color: rgba(0, 71, 137, 1.00);
	}
	




#stacks_in_4160_905 .form-check {
	margin-left: 2px;
}

#stacks_in_4160_905 .form-control-label {
	padding-left: 0;
	padding-right: 0;
}






@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_4160_905 .fp-alert-offset {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_4160_905 .fp-alert-offset {
		margin-bottom: 20px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4160_905 .fp-alert-offset {
		margin-bottom: 20px;
	}
}







.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
#stickystacks_in_4160_920 {
	display: block;
	position: fixed;
	right: 0px;
	top: 100px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

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

@media print {
	#stickystacks_in_4160_920 {
		display: none !important;
	}
}
#stacks_in_4160_920 {
	background-color: rgba(204, 204, 204, 0.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_4160_920 {
	margin-right:0;
}


#stacks_in_4160_941 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#stickystacks_in_4160_936 {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 100px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

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

@media print {
	#stickystacks_in_4160_936 {
		display: none !important;
	}
}
#stacks_in_4160_936 {
	background-color: rgba(204, 204, 204, 0.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_out_4160_936 {
	margin-right:0;
}


#stacks_in_4160_939 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



	#stacks_in_4160_774 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_4160_774 .anchor {
	font-size: 24px;
	line-height: 24px;
}





@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_4160_748 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_4160_748 .foundry_column {
		margin-bottom: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_4160_748 .foundry_column {
		margin-bottom: 40px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_4160_748 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_4160_748 .row.no-gutters > [class^="col-"],
  #stacks_in_4160_748 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  




	@media screen and (min-width: 768px) {
	  #stacks_in_4160_748 .equal, #stacks_in_4160_748 .equal > div[class*='col-'] {
	      display: -webkit-box;
	      display: -moz-box;
	      display: -ms-flexbox;
	      display: -webkit-flex;
	      display: flex;
	      flex: 1 1 auto;
	  }

		
		#stacks_in_4160_748 .equal > div[class*='col-'] {
			align-items: center;
		}
		

		#stacks_in_4160_748 .equal > div[class*='col-'] > .inner_column_content {
				display: block;
				width: 100%;
		}

	}

	#stacks_in_4160_748 > .row > .foundry_column_one {
		background-color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_748 > .row > .foundry_column_two {
		background-color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_748 > .row > .foundry_column_three {
		background-color: rgba(255, 255, 255, 0.00);
	}

	#stacks_in_4160_748 > .row > .foundry_column_four {
		background-color: rgba(255, 255, 255, 0.00);
	}










#stacks_in_4160_748 {
	background-color: rgba(204, 204, 204, 0.00);
}



/* Color picker style settings */







	
	#stacks_in_4160_954 p,
	#stacks_in_4160_954 {
		
	}
	

	
	
	
	
	



#stacks_in_4160_954 p,
#stacks_in_4160_954 {
	
}




	#stacks_in_4160_956 .breadcrumb {
		margin-bottom: 0;
	}






#stacks_in_4160_956 .disabled_bc_link {
	cursor: not-allowed;
}

#stacks_in_4160_956 [class^="breadcrumb bg-"] a,
#stacks_in_4160_956 [class^="breadcrumb bg-"] a:visited {
	color: rgba(255,255,255,1) !important;
}

#stacks_in_4160_956 [class^="breadcrumb bg-"],
#stacks_in_4160_956 [class^="breadcrumb bg-"] a:hover,
#stacks_in_4160_956 [class^="breadcrumb bg-"] a:active {
	color: rgba(255,255,255,0.8) !important;
}

#stacks_in_4160_956 .breadcrumb > li {
	float: none;
	display: inline-block;
}


#stacks_in_4160_956 {
	background-color: rgba(204, 204, 204, 1.00);
}

#stacks_out_4160_956 {
	width: 55%;
}
/* RainbowThing by RapidWeaver Central  */  

#stacks_in_4160_700 .rainbowthing {
  color: #004789;
  -webkit-animation: colors 57s linear infinite;
  -moz-animation: colors 57s linear infinite;
  animation: colors 57s linear infinite;
}

@-webkit-keyframes colors {
  5.26316% {
    color: #004789;
  }

  10.52632% {
  color: #FA0000;
  }

  15.78947% {
  color: #004789;
  }

  21.05263% {
  color: #FA0000;
  }

  26.31579% {
  color: #004789;
  }

  31.57895% {
  color: #FA0000;
  }

  36.84211% {
  color: #004789;
  }

  42.10526% {
  color: #FA0000;
  }

  47.36842% {
  color: #004789;
  }

  52.63158% {
  color: #FA0000;
  }

  57.89474% {
  color: #004789;
  }

  63.15789% {
  color: #FA0000;
  }

  68.42105% {
  color: #004789;
  }

  73.68421% {
  color: #FA0000;
  }

  78.94737% {
  color: #004789;
  }

  84.21053% {
   color: #FA0000;
  }

  89.47368% {
  color: #004789;
  }

  94.73684% {
  color: #FA0000;
  }

  100% {
  color: #004789;
  }
}

@-moz-keyframes colors {
  5.26316% {
    color: #004789;
  }

  10.52632% {
  color: #FA0000;
  }

  15.78947% {
  color: #004789;
  }

  21.05263% {
  color: #FA0000;
  }

  26.31579% {
  color: #004789;
  }

  31.57895% {
  color: #FA0000;
  }

  36.84211% {
  color: #004789;
  }

  42.10526% {
  color: #FA0000;
  }

  47.36842% {
  color: #004789;
  }

  52.63158% {
  color: #FA0000;
  }

  57.89474% {
  color: #004789;
  }

  63.15789% {
  color: #FA0000;
  }

  68.42105% {
  color: #004789;
  }

  73.68421% {
  color: #FA0000;
  }

  78.94737% {
  color: #004789;
  }

  84.21053% {
   color: #FA0000;
  }

  89.47368% {
  color: #004789;
  }

  94.73684% {
  color: #FA0000;
  }

  100% {
  color: #004789;
  }


}
	

@keyframes colors {
  5.26316% {
    color: #004789;
  }

  10.52632% {
  color: #FA0000;
  }

  15.78947% {
  color: #004789;
  }

  21.05263% {
  color: #FA0000;
  }

  26.31579% {
  color: #004789;
  }

  31.57895% {
  color: #FA0000;
  }

  36.84211% {
  color: #004789;
  }

  42.10526% {
  color: #FA0000;
  }

  47.36842% {
  color: #004789;
  }

  52.63158% {
  color: #FA0000;
  }

  57.89474% {
  color: #004789;
  }

  63.15789% {
  color: #FA0000;
  }

  68.42105% {
  color: #004789;
  }

  73.68421% {
  color: #FA0000;
  }

  78.94737% {
  color: #004789;
  }

  84.21053% {
   color: #FA0000;
  }

  89.47368% {
  color: #004789;
  }

  94.73684% {
  color: #FA0000;
  }

  100% {
  color: #004789;
  }

}
	
/* Based on a snippet by Jackie Balzer, inspired by www.metafizzy.co */ 


	
	
#stacks_in_4160_701 {
	font-size: 101%;
}
.stacks_in_4160_958 .desk_board{background-image:url(../rw_common/plugins/stacks/today-images/p1.jpg)}.stacks_in_4160_958 .today_month{border-color:rgba(255, 111, 97, 1.00);border-bottom-color:rgba(119, 0, 0, 1.00);background-color:rgba(249, 96, 82, 1.00);background:linear-gradient(rgba(249, 96, 82, 1.00),rgba(149, 0, 0, 1.00));}.stacks_in_4160_958 .today_inner{box-shadow:1px 1px 5px rgba(0, 0, 0, 1.00)}.stacks_in_4160_958.xsmall .square,.stacks_in_4160_958.xsmall .rounded,.stacks_in_4160_958.xsmall .desk_board{box-shadow:1px 1px 3px rgba(0, 0, 0, 1.00)}.stacks_in_4160_958.small .square,.stacks_in_4160_958.small .rounded,.stacks_in_4160_958.small .desk_board{box-shadow:1px 1px 4px rgba(0, 0, 0, 1.00)}.stacks_in_4160_958.medium .square,.stacks_in_4160_958.medium .rounded,.stacks_in_4160_958.medium .desk_board{box-shadow:1px 1px 5px rgba(0, 0, 0, 1.00)}.stacks_in_4160_958.large .square,.stacks_in_4160_958.large .rounded,.stacks_in_4160_958.large .desk_board{box-shadow:2px 2px 8px rgba(0, 0, 0, 1.00)}.stacks_in_4160_958.xlarge .square,.stacks_in_4160_958.xlarge .rounded,.stacks_in_4160_958.xlarge .desk_board{box-shadow:2px 2px 10px rgba(0, 0, 0, 1.00)}

.attention_stacks_in_7221 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}











#stacks_out_7243 {
	width: 50%;
}



/* Color picker style settings */







	
	#stacks_in_7227 p,
	#stacks_in_7227 {
		
	}
	

	
	
	
	
	



#stacks_in_7227 p,
#stacks_in_7227 {
	
}


#stacks_out_7262 {
	width: 50%;
}



/* Color picker style settings */







	
	#stacks_in_7229 p,
	#stacks_in_7229 {
		
	}
	

	
	
	
	
	



#stacks_in_7229 p,
#stacks_in_7229 {
	
}


.attention_stacks_in_7231 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}













/* Color picker style settings */







	
	#stacks_in_7233 p,
	#stacks_in_7233 {
		
	}
	

	
	
	
	
	



#stacks_in_7233 p,
#stacks_in_7233 {
	
}


#stacks_out_7236 {
	width: 92%;
}

#stacks_out_7376 {
	width: 12%;
}

.attention_stacks_in_7254 {
  overflow: hidden !important;
  height: 0 !important;
  position: relative !important;
}













/* Color picker style settings */







	
	#stacks_in_7256 p,
	#stacks_in_7256 {
		
	}
	

	
	
	
	
	



#stacks_in_7256 p,
#stacks_in_7256 {
	
}


#stacks_out_7259 {
	width: 38%;
}
