/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height > .shear-wrapper{margin-top:0 !important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper > .content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box !important;box-sizing:border-box !important;pointer-events:none !important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.full-height,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner > .inner-content.v-center,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.fixed-height > .inner-content{overflow:visible !important}


[class*="hvr-"] {
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	white-space: normal !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	        transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */

/* 2D TRANSITIONS */

/* Grow */
.hvr-grow {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
	25% {
	    -webkit-transform: scale(1.1);
	            transform: scale(1.1);
	}
	75% {
		-webkit-transform: scale(0.9);
	            transform: scale(0.9);
	}
}
	
@keyframes hvr-pulse {
	25% {
	    -webkit-transform: scale(1.1);
	            transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
	            transform: scale(0.9);
		}
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	        animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
	to {
	    -webkit-transform: scale(1.1);
	            transform: scale(1.1);
	}
}

@keyframes hvr-pulse-grow {
	to {
	    -webkit-transform: scale(1.1);
	            transform: scale(1.1);
	}
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	        animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
	to {
	    -webkit-transform: scale(0.9);
	            transform: scale(0.9);
	}
}

@keyframes hvr-pulse-shrink {
	to {
	    -webkit-transform: scale(0.9);
	            transform: scale(0.9);
	}
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
	-webkit-animation-name: hvr-pulse-shrink;
	        animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
	50% {
	    -webkit-transform: scale(0.8);
	            transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
	            transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
	    -webkit-transform: scale(0.8);
	            transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
	            transform: scale(1);
	}
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
	-webkit-animation-name: hvr-push;
	        animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
	    -webkit-transform: scale(1.2);
	            transform: scale(1.2);
	}
}

@keyframes hvr-pop {
	50% {
	    -webkit-transform: scale(1.2);
	            transform: scale(1.2);
	}
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	        animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
	-webkit-transform: rotate(4deg);
	        transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
	-webkit-transform: scale(1.1) rotate(4deg);
	        transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
	0% {
	    -webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
	}
	50% {
		-webkit-transform: translateY(-4px);
	        transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
	    -webkit-transform: translateY(-8px);
	            transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
	            transform: translateY(-4px);
	}
	100% {
		-webkit-transform: translateY(-8px);
	            transform: translateY(-8px);
	}
}

/* Bob Float */
@-webkit-keyframes hvr-bob-float {
	100% {
	    -webkit-transform: translateY(-8px);
	            transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
	    -webkit-transform: translateY(-8px);
	            transform: translateY(-8px);
	}
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	        animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	        animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	        animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	        animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	        animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	        animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
	0% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
	50% {
		-webkit-transform: translateY(4px);
	            transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
}

@keyframes hvr-hang {
	0% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
	50% {
		-webkit-transform: translateY(4px);
	            transform: translateY(4px);
	}
	100% {
		-webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	        animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	        animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	        animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	        animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	        animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	        animation-direction: normal, alternate;
}

/* Hang Sink */
@-webkit-keyframes hvr-hang-sink {
	100% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
}

@keyframes hvr-hang-sink {
	100% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
}

/* Skew ????????????? */
.hvr-skew {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
	-webkit-transform: skew(-10deg);
	        transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
	transform: none; /* disabled to make it work with IE/Edge */
 	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
	-webkit-transform: skew(-10deg);
	        transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
	transform: none; /* disabled to make it work with IE/Edge */
 	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
	-webkit-transform: skew(10deg);
	        transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
	            transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
	            transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
	            transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
	            transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
	            transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
	            transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
	            transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
	            transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
	            transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
	            transform: translateY(0);
	}
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	        animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
	    -webkit-transform: translateX(8px);
	            transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
	            transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
	            transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
	            transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
	            transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
	            transform: translateX(0);
	}
}

@keyframes hvr-wobble-horizontal {
	16.65% {
	    -webkit-transform: translateX(8px);
	            transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
	            transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
	            transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
	            transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
	            transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
	            transform: translateX(0);
	}
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	        animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
	16.65% {
	    -webkit-transform: translate(8px, 8px);
	            transform: translate(8px, 8px);
	}
	33.3% {
		-webkit-transform: translate(-6px, -6px);
	            transform: translate(-6px, -6px);
	}
	49.95% {
		-webkit-transform: translate(4px, 4px);
	            transform: translate(4px, 4px);
	}
	66.6% {
		-webkit-transform: translate(-2px, -2px);
	            transform: translate(-2px, -2px);
	}
	83.25% {
		-webkit-transform: translate(1px, 1px);
	            transform: translate(1px, 1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}
}

@keyframes hvr-wobble-to-bottom-right {
	16.65% {
	    -webkit-transform: translate(8px, 8px);
	            transform: translate(8px, 8px);
	}
	33.3% {
		-webkit-transform: translate(-6px, -6px);
	            transform: translate(-6px, -6px);
	}
	49.95% {
		-webkit-transform: translate(4px, 4px);
	            transform: translate(4px, 4px);
	}
	66.6% {
		-webkit-transform: translate(-2px, -2px);
	            transform: translate(-2px, -2px);
	}
	83.25% {
		-webkit-transform: translate(1px, 1px);
	            transform: translate(1px, 1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}
}

/* Wobble To Bottom Right */
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
	-webkit-animation-name: hvr-wobble-to-bottom-right;
	        animation-name: hvr-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
	16.65% {
	    -webkit-transform: translate(8px, -8px);
	            transform: translate(8px, -8px);
	}
	33.3% {
		-webkit-transform: translate(-6px, 6px);
	            transform: translate(-6px, 6px);
	}
	49.95% {
		-webkit-transform: translate(4px, -4px);
	            transform: translate(4px, -4px);
	}
	66.6% {
		-webkit-transform: translate(-2px, 2px);
	            transform: translate(-2px, 2px);
	}
	83.25% {
		-webkit-transform: translate(1px, -1px);
	            transform: translate(1px, -1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}
}

@keyframes hvr-wobble-to-top-right {
	16.65% {
	    -webkit-transform: translate(8px, -8px);
	            transform: translate(8px, -8px);
	}
	33.3% {
		-webkit-transform: translate(-6px, 6px);
	            transform: translate(-6px, 6px);
	}
	49.95% {
		-webkit-transform: translate(4px, -4px);
	            transform: translate(4px, -4px);
	}
	66.6% {
		-webkit-transform: translate(-2px, 2px);
	            transform: translate(-2px, 2px);
	}
	83.25% {
		-webkit-transform: translate(1px, -1px);
	            transform: translate(1px, -1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
	-webkit-animation-name: hvr-wobble-to-top-right;
	        animation-name: hvr-wobble-to-top-right;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes hvr-wobble-top {
	16.65% {
    	-webkit-transform: skew(-12deg);
	            transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
	            transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
	            transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
	            transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
	            transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
	            transform: skew(0);
	}
}

@keyframes hvr-wobble-top {
	16.65 {
    	-webkit-transform: skew(-12deg);
	            transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
	            transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
	            transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
	            transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
	            transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
	            transform: skew(0);
	}
}

.hvr-wobble-top {
	transform: none; /* disabled to make it work with IE/Edge */
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
	-webkit-animation-name: hvr-wobble-top;
	        animation-name: hvr-wobble-top;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes hvr-wobble-bottom {
	16.65 {
    	-webkit-transform: skew(-12deg);
	            transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
	            transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
	            transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
	            transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
	            transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
	            transform: skew(0);
	}
}

@keyframes hvr-wobble-bottom {
	16.65 {
    	-webkit-transform: skew(-12deg);
	            transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
	            transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
	            transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
	            transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
	            transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
	            transform: skew(0);
	}
}

.hvr-wobble-bottom {
	transform: none; /* disabled to make it work with IE/Edge */
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
	-webkit-animation-name: hvr-wobble-bottom;
	        animation-name: hvr-wobble-bottom;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
	16.65 {
    	-webkit-transform: skew(-12deg);
	            transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
	            transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
	            transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
	            transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
	            transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
	            transform: skew(0);
	}
}

@keyframes hvr-wobble-skew {
	16.65 {
    	-webkit-transform: skew(-12deg);
	            transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
	            transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
	            transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
	            transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
	            transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
	            transform: skew(0);
	}
}

.hvr-wobble-skew {
	transform: none; /* disabled to make it work with IE/Edge */
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
	-webkit-animation-name: hvr-wobble-skew;
	        animation-name: hvr-wobble-skew;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
	50% {
    	-webkit-transform: translateX(3px) rotate(2deg);
	            transform: translateX(3px) rotate(2deg);
	}
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
	            transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-buzz {
	50% {
    	-webkit-transform: translateX(3px) rotate(2deg);
	            transform: translateX(3px) rotate(2deg);
	}
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
	            transform: translateX(-3px) rotate(-2deg);
	}
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
	-webkit-animation-name: hvr-buzz;
	        animation-name: hvr-buzz;
	-webkit-animation-duration: 0.15s;
	        animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

/* Buzz Out */

@-webkit-keyframes hvr-buzz-out {
	10% {
    	-webkit-transform: translateX(3px) rotate(2deg);
	            transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
	            transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
	            transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
	            transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
	            transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
	            transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
	            transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
	            transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
	            transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
	            transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
    	-webkit-transform: translateX(3px) rotate(2deg);
	            transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
	            transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
	            transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
	            transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
	            transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
	            transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
	            transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
	            transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
	            transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
	            transform: translateX(-1px) rotate(0);
	}
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	        animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	        animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
	-webkit-transform: translateX(8px);
	        transform: translateX(8px);
}

/* Backward */
.hvr-backward {
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
	-webkit-transform: translateX(-8px);
	        transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */

/* Fade */
.hvr-fade {
	overflow: hidden;
	-webkit-transition-property: color, background-color;
	        transition-property: color, background-color;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
	50% {
	    background-color: rgba(32, 152, 209, 0.75);
	}
}

@keyframes hvr-back-pulse {
	50% {
	    background-color: rgba(32, 152, 209, 0.75);
	}
}
.hvr-back-pulse {
	overflow: hidden;
	-webkit-transition-property: color, background-color;
	        transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
	-webkit-animation-name: hvr-back-pulse;
	        animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-sweep-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-bounce-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-bounce-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	        transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	-webkit-transform: scale(2);
	        transform: scale(2);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-rectangle-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
	
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
	position: relative;
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-shutter-out-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

/* BORDER TRANSITIONS */

/* Border Fade */
.hvr-border-fade {
	-webkit-transition-property: box-shadow;
	        transition-property: box-shadow;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
	box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
	-webkit-transition-property: background;
	        transition-property: background;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
	background: none;
}

/* Trim */
.hvr-trim {
	position: relative;
}

.hvr-trim:before {
	content: '';
	position: absolute;
	border: white solid 4px;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	opacity: 0;
	-webkit-transition-property: opacity;
	        transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
	opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
	100% {
	    top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
	    top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}
.hvr-ripple-out {
	position: relative;
}

.hvr-ripple-out:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	-webkit-animation-name: hvr-ripple-out;
	        animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
	100% {
	    top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

@keyframes hvr-ripple-in {
	100% {
	    top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

.hvr-ripple-in {
	position: relative;
}

.hvr-ripple-in:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
	-webkit-animation-name: hvr-ripple-in;
	        animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
	position: relative;
}

.hvr-outline-out:before {
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-property: top, right, bottom, left;
	        transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

/* Outline In */
.hvr-outline-in {
	position: relative;
}

.hvr-outline-in:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-property: top, right, bottom, left;
	        transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
	-webkit-transition-property: border-radius;
	        transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
	border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 4px;
	-webkit-transition-property: right;
	        transition-property: right;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	height: 4px;
	-webkit-transition-property: left, right;
	        transition-property: left, right;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	height: 4px;
	-webkit-transition-property: left;
	        transition-property: left;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
	left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	top: 0;
	height: 4px;
	-webkit-transition-property: right;
	        transition-property: right;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
	right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	top: 0;
	height: 4px;
	-webkit-transition-property: left, right;
	        transition-property: left, right;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	top: 0;
	height: 4px;
	-webkit-transition-property: left;
	        transition-property: left;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
	left: 0;
}

/* Reveal */
.hvr-reveal {
	position: relative;
	overflow: hidden;
}

.hvr-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #2098D1;
	border-style: solid;
	border-width: 0;
	-webkit-transition-property: border-width;
	        transition-property: border-width;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
	position: relative;
	overflow: hidden;
}

.hvr-underline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
	position: relative;
	overflow: hidden;
}

.hvr-overline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	-webkit-transform: translateY(-4px);
	        transform: translateY(-4px);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */

/* Glow */
.hvr-glow {
	-webkit-transition-property: box-shadow;
	        transition-property: box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
	-webkit-transition-property: box-shadow;
	        transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
	-webkit-transition-property: box-shadow, transform;
	        transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
	-webkit-transition-property: box-shadow;
	        transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
	-webkit-transition-property: box-shadow;
	        transition-property: box-shadow;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
	position: relative;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-property: transform, opacity;
	        transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

/* Shadow Radial */
.hvr-shadow-radial {
	position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
	pointer-events: none;
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	height: 5px;
	opacity: 0;
	-webkit-transition-property: opacity;
	        transition-property: opacity;
}

.hvr-shadow-radial:before {
	bottom: 100%;
	background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
	top: 100%;
	background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
	opacity: 1;
}

/* SPEECH BUBBLES */

/* Bubble Top */
.hvr-bubble-top {
	position: relative;
}

.hvr-bubble-top:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-property: transform;
	        transition-property: transform;
	left: calc(50% - 10px);
	top: 0;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
	position: relative;
}

.hvr-bubble-right:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-property: transform;
	        transition-property: transform;
	top: calc(50% - 10px);
	right: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
	position: relative;
}

.hvr-bubble-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-property: transform;
	        transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
	position: relative;
}

.hvr-bubble-left:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-property: transform;
	        transition-property: transform;
	top: calc(50% - 10px);
	left: 0;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
	position: relative;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-top:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	top: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
	position: relative;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-right:before {
	position: absolute;
	z-index: -1;
	top: calc(50% - 10px);
	right: 0;
	content: '';
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
	position: relative;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-bottom:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: calc(50% - 10px);
	bottom: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
	position: relative;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-left:before {
	position: absolute;
	z-index: -1;
	content: '';
	top: calc(50% - 10px);
	left: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
	-webkit-transition-property: transform;
	        transition-property: transform;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
	-webkit-transform: translateX(10px);
	        transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
}

/* ICONS */

/* Icon Back */
.hvr-icon-back .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
	-webkit-transform: translateX(-4px);
	        transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
	-webkit-transform: translateX(4px);
	        transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
	0%,
	50%,
	100% {
    	-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	25%, 75% {
		-webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
}

@keyframes hvr-icon-down {
	0%,
	50%,
	100% {
    	-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	25%, 75% {
		-webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
}


.hvr-icon-down .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
	-webkit-animation-name: hvr-icon-down;
	        animation-name: hvr-icon-down;
	-webkit-animation-duration: 0.75s;
	        animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
	0%, 50%, 100% {
    	-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	25%, 75% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

@keyframes hvr-icon-up {
	0%, 50%, 100% {
    	-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	25%, 75% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

.hvr-icon-up .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
	-webkit-animation-name: hvr-icon-up;
	        animation-name: hvr-icon-up;
	-webkit-animation-duration: 0.75s;
	        animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin .hvr-icon {
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
	0% {
	    opacity: 0;
		}
		50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	51%, 100% {
		opacity: 1;
	}
}

@keyframes hvr-icon-drop {
	0% {
	    opacity: 0;
		}
		50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
	51%, 100% {
		opacity: 1;
	}
}


/* Icon Drop */
.hvr-icon-drop .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
	opacity: 0;
	-webkit-animation-name: hvr-icon-drop;
	        animation-name: hvr-icon-drop;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	        animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: color;
	        transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
	color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
	0% {
	    opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		        transform: translateY(-1em);
	}
}

@keyframes hvr-icon-float-away {
	0% {
    	opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		        transform: translateY(-1em);
	}
}

/* Icon Float Away */
.hvr-icon-float-away .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
	-webkit-animation-name: hvr-icon-float-away;
	        animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
	0% {
 	   opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		        transform: translateY(1em);
	}
}

@keyframes hvr-icon-sink-away {
	0% {
   	 opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
	    	    transform: translateY(1em);
	}
}

/* Icon Sink Away */
.hvr-icon-sink-away .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
	-webkit-animation-name: hvr-icon-sink-away;
	        animation-name: hvr-icon-sink-away;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

/* Icon Grow */

.hvr-icon-grow .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
	-webkit-transform: scale(1.3) translateZ(0);
	        transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
	25% {
	    -webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(0.8);
	    	    transform: scale(0.8);
	}
}

@keyframes hvr-icon-pulse {
	25% {
	    -webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
	75% {
		-webkit-transform: scale(0.8);
	    	    transform: scale(0.8);
	}
}

.hvr-icon-pulse .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
	-webkit-animation-name: hvr-icon-pulse;
	        animation-name: hvr-icon-pulse;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
	to {
	    -webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
}

@keyframes hvr-icon-pulse-grow {
	to {
	    -webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
}

.hvr-icon-pulse-grow .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
	-webkit-animation-name: hvr-icon-pulse-grow;
	        animation-name: hvr-icon-pulse-grow;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
	to {
	    -webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}

@keyframes hvr-icon-pulse-shrink {
	to {
	    -webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}

.hvr-icon-pulse-shrink .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
	-webkit-animation-name: hvr-icon-pulse-shrink;
	        animation-name: hvr-icon-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
	50% {
	    -webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}

@keyframes hvr-icon-push {
	50% {
	    -webkit-transform: scale(0.5);
		        transform: scale(0.5);
	}
}

.hvr-icon-push .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
	-webkit-animation-name: hvr-icon-push;
	        animation-name: hvr-icon-push;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
	50% {
	    -webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}

@keyframes hvr-icon-pop {
	50% {
	    -webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}

.hvr-icon-pop .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
	-webkit-animation-name: hvr-icon-pop;
	        animation-name: hvr-icon-pop;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
	-webkit-transform: scale(1.5);
	        transform: scale(1.5);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
	-webkit-transform: rotate(20deg);
	        transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
	-webkit-transform: scale(1.5) rotate(12deg);
	        transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
	-webkit-transform: translateY(-4px);
	        transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
	-webkit-transform: translateY(4px);
	        transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
	0% {
	    -webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
	50% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob {
	0% {
	    -webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
	50% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

/* Icon Bob Float ??? */
@-webkit-keyframes hvr-icon-bob-float {
	100% {
	    -webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
	    -webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}

.hvr-icon-bob .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	        animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	        animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	        animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	        animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	        animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	        animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
	0% {
	    -webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
	50% {
		-webkit-transform: translateY(2px);
		        transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
}

@keyframes hvr-icon-hang {
	0% {
	    -webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
	50% {
		-webkit-transform: translateY(2px);
		        transform: translateY(2px);
	}
	100% {
		-webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
}

@-webkit-keyframes hvr-icon-hang-sink {
	100% {
	    -webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
}

@keyframes hvr-icon-hang-sink {
	100% {
	    -webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
}

.hvr-icon-hang .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
	-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	        animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	-webkit-animation-duration: .3s, 1.5s;
	        animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	        animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	        animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	        animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	        animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
	16.65% {
	    -webkit-transform: translateX(6px);
		        transform: translateX(6px);
	}
	33.3% {
		-webkit-transform: translateX(-5px);
		        transform: translateX(-5px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		        transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		        transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		        transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

@keyframes hvr-icon-wobble-horizontal {
	16.65% {
	    -webkit-transform: translateX(6px);
		        transform: translateX(6px);
	}
	33.3% {
		-webkit-transform: translateX(-5px);
		        transform: translateX(-5px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		        transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		        transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		        transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

.hvr-icon-wobble-horizontal .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	        animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
	16.65% {
	    -webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
	33.3% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		        transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		        transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes hvr-icon-wobble-vertical {
	16.65% {
	    -webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
	33.3% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		        transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		        transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.hvr-icon-wobble-vertical .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
	-webkit-animation-name: hvr-icon-wobble-vertical;
	        animation-name: hvr-icon-wobble-vertical;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
	50% {
	    -webkit-transform: translateX(3px) rotate(2deg);
		        transform: translateX(3px) rotate(2deg);
	}
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		        transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-icon-buzz {
	50% {
	    -webkit-transform: translateX(3px) rotate(2deg);
		        transform: translateX(3px) rotate(2deg);
	}
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		        transform: translateX(-3px) rotate(-2deg);
	}
}

.hvr-icon-buzz .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
	-webkit-animation-name: hvr-icon-buzz;
	        animation-name: hvr-icon-buzz;
	-webkit-animation-duration: 0.15s;
	        animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
	10% {
	    -webkit-transform: translateX(3px) rotate(2deg);
		        transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		        transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		        transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		        transform: translateX(-3px) rotate(-2deg);
		}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		        transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		        transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		        transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		        transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		        transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		        transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-icon-buzz-out {
	10% {
	    -webkit-transform: translateX(3px) rotate(2deg);
		        transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		        transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		        transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		        transform: translateX(-3px) rotate(-2deg);
		}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		        transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		        transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		        transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		        transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		        transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		        transform: translateX(-1px) rotate(0);
	}
}

.hvr-icon-buzz-out .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
	-webkit-animation-name: hvr-icon-buzz-out;
	        animation-name: hvr-icon-buzz-out;
	-webkit-animation-duration: 0.75s;
	        animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* CURLS */

/* Curl Top Left */
.hvr-curl-top-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: white; /* IE9 */
	background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); /*For IE7-8-9*/
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-property: width, height;
	        transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
	position: relative;
}

.hvr-curl-top-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: white;/* IE9 */
	background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-property: width, height;
	        transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
	position: relative;
}

.hvr-curl-bottom-right:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	background: white;/* IE9 */
	background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-property: width, height;
	        transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
	position: relative;
}

.hvr-curl-bottom-left:before {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	left: 0;
	background: white; /* IE9 */
	background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-property: width, height;
	        transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
	width: 25px;
	height: 25px;
}

/* @group extra (not in hover.css) */

/* Rotate ccw */
.hvr-rotate-ccw {
	-webkit-transition-property: transform; /*?*/
	        transition-property: transform; /*?*/
}

.hvr-rotate-ccw:hover, .hvr-rotate-ccw:focus, .hvr-rotate-ccw:active {
	-webkit-transform: rotate(-4deg);
	        transform: rotate(-4deg);
}

.hvr-grow-rotate-ccw {
	-webkit-transition-property: transform; /*?*/
	        transition-property: transform /*?*/
}

.hvr-grow-rotate-ccw:hover, .hvr-grow-rotate-ccw:focus, .hvr-grow-rotate-ccw:active {
	-webkit-transform: scale(1.1) rotate(-4deg);
	        transform: scale(1.1) rotate(-4deg);
}

/* Skew [right] */
.hvr-skew-right {
	-webkit-transition-property: transform; /*?*/
	        transition-property: transform /*?*/
}

.hvr-skew-right:hover, .hvr-skew-right:focus, .hvr-skew-right:active {
	-webkit-transform: skew(-10deg);
	        transform: skew(-10deg);
}

/* Skew [left] */
.hvr-skew-left {
	-webkit-transition-property: transform; /*?*/
	        transition-property: transform; /*?*/
}

.hvr-skew-left:hover, .hvr-skew-left:focus, .hvr-skew-left:active {
	-webkit-transform: skew(10deg);
	        transform: skew(10deg);
}

/* Wobble To Top Left */
@-webkit-keyframes hvr-wobble-to-top-left {
	16.65% {
		-webkit-transform: translate(-8px, -8px);
		        transform: translate(-8px, -8px);
	}
	33.3% {
		-webkit-transform: translate(6px, 6px);
		        transform: translate(6px, 6px);
	}
	49.95% {
		-webkit-transform: translate(-4px, -4px);
		        transform: translate(-4px, -4px);
	}
	66.6% {
		-webkit-transform: translate(2px, 2px);
		        transform: translate(2px, 2px);
	}
	83.25% {
		-webkit-transform: translate(-1px, -1px);
		        transform: translate(-1px, -1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes hvr-wobble-to-top-left {
	16.65% {
		-webkit-transform: translate(-8px, -8px);
		        transform: translate(-8px, -8px);
	}
	33.3% {
		-webkit-transform: translate(6px, 6px);
		        transform: translate(6px, 6px);
	}
	49.95% {
		-webkit-transform: translate(-4px, -4px);
		        transform: translate(-4px, -4px);
	}
	66.6% {
		-webkit-transform: translate(2px, 2px);
		        transform: translate(2px, 2px);
	}
	83.25% {
		-webkit-transform: translate(-1px, -1px);
		        transform: translate(-1px, -1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.hvr-wobble-to-top-left:hover, .hvr-wobble-to-top-left:focus, .hvr-wobble-to-top-left:active {
	-webkit-animation-name: hvr-wobble-to-top-left;
	        animation-name: hvr-wobble-to-top-left;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Wobble To Bottom Left */
@-webkit-keyframes hvr-wobble-to-bottom-left {
	16.65% {
		-webkit-transform: translate(-8px, 8px);
		        transform: translate(-8px, 8px);
	}
	33.3% {
		-webkit-transform: translate(6px, -6px);
		        transform: translate(6px, -6px);
	}
	49.95% {
		-webkit-transform: translate(-4px, 4px);
		        transform: translate(-4px, 4px);
	}
	66.6% {
		-webkit-transform: translate(2px, -2px);
		        transform: translate(2px, -2px);
	}
	83.25% {
		-webkit-transform: translate(-1px, 1px);
		        transform: translate(-1px, 1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes hvr-wobble-to-bottom-left {
	16.65% {
		-webkit-transform: translate(-8px, 8px);
		        transform: translate(-8px, 8px);
	}
	33.3% {
		-webkit-transform: translate(6px, -6px);
		        transform: translate(6px, -6px);
	}
	49.95% {
		-webkit-transform: translate(-4px, 4px);
		        transform: translate(-4px, 4px);
	}
	66.6% {
		-webkit-transform: translate(2px, -2px);
		        transform: translate(2px, -2px);
	}
	83.25% {
		-webkit-transform: translate(-1px, 1px);
		        transform: translate(-1px, 1px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.hvr-wobble-to-bottom-left:hover, .hvr-wobble-to-bottom-left:focus, .hvr-wobble-to-bottom-left:active {
	-webkit-animation-name: hvr-wobble-to-bottom-left;
	        animation-name: hvr-wobble-to-bottom-left;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
}

/* Icon Spin ccw */
.hvr-icon-spin-ccw {
	-webkit-transform: perspective(1px) translateZ(0);
	        transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-spin-ccw .hvr-icon {
	-webkit-transition-duration: 1s;
	        transition-duration: 1s;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.hvr-icon-spin-ccw:hover .hvr-icon, .hvr-icon-spin-ccw:focus .hvr-icon, .hvr-icon-spin-ccw:active .hvr-icon {
	-webkit-transform: rotate(-360deg);
	        transform: rotate(-360deg);
}


/* Icon Rotate ccw */
.hvr-icon-rotate-ccw {
	-webkit-transform: perspective(1px) translateZ(0);
	        transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}

.hvr-icon-rotate-ccw .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-rotate-ccw:hover .hvr-icon, .hvr-icon-rotate-ccw:focus .hvr-icon, .hvr-icon-rotate-ccw:active .hvr-icon {
	-webkit-transform: rotate(-20deg);
	        transform: rotate(-20deg);
}

/* Icon Grow Rotate ccw */
.hvr-icon-grow-rotate-ccw {
	-webkit-transform: perspective(1px) translateZ(0);
	        transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}

.hvr-icon-grow-rotate-ccw .hvr-icon {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: transform;
	        transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate-ccw:hover .hvr-icon, .hvr-icon-grow-rotate-ccw:focus .hvr-icon, .hvr-icon-grow-rotate-ccw:active .hvr-icon {
	-webkit-transform: scale(1.5) rotate(-12deg);
	        transform: scale(1.5) rotate(-12deg);
}

/* @end */

/* @group not so fierce please! */

@-webkit-keyframes hvr-pop {
	50% {
    	-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@keyframes hvr-pop {
	50% {
    	-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@-webkit-keyframes hvr-push {
	50% {
    	-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
    	-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

/* @end *//*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
/*   animation-duration: 1s; */
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

/* 
.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
 */

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes hingeIn {
  0% {
  transform: translate3d(0, 700px, 0);
    opacity: 0;
  }

  20%, 60% {
  transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 0.50;
  }

  40%, 80% {
  transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
}

.hingeIn {
  animation-name: hingeIn;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .fa.thin-arrow:before{content:"\f107"}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .fa.thick-arrow:before{content:"\f078"}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .fa.triangle:before{content:"\f0d7"}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping.aligned-left .is-expanded>a>.fa:not(.plus-times):not(.plus-minus),.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping.aligned-center .is-expanded>a>.fa:not(.plus-times):not(.plus-minus){transform:rotate(90deg)}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping.aligned-right .is-expanded>a>.fa:not(.plus-times):not(.plus-minus){transform:rotate(-90deg)}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .fa.plus-times:before{content:"\f067"}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .is-expanded>a>.fa.plus-times{transform:rotate(45deg)}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .fa.plus-minus:before{content:"\f067"}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .is-expanded>a>.fa.plus-minus:before{content:"\f068"}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .collapse{display:none}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .collapse.is-open{display:block}.com_bigwhiteduck_stacks_sidenavpro_stack .duck-dropping .collapsing{position:relative;height:0;overflow:hidden}
/* Action Host v1.1.1 by Tsooj Media */
.atm_ah_disabled_link, .atm_ah_disabled_link a { cursor: default !important; -webkit-user-select: none !important; -webkit-touch-callout: none !important; -webkit-tap-highlight-color: transparent !important }
.atm_ah_disabled_link:focus { outline:0 !important; }


.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}
.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}}
*{min-height:0;min-width:0}.blu-sidebar,.blu-sidebar .flex-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blu-sidebar .flex-col>.stacks_out{width:100%}.blu-sidebar,.blu-sidebar>.blu-side,.blu-sidebar>.blu-side>.blu-side__wrap,.blu-sidebar>.blu-content,.blu-sidebar>.blu-gutter{position:relative}.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col>.blucol-content,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col>.blucol-content{position:static!important}.blu-sidebar>.blu-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"].has-z{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

#stacks_in_29878_2 { display: none; }
#stacks_in_29878_3 { display: none; }
form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
/*  */
body {
	/*  */
	background-image: url(../files/dropped_image-1-CCC.jpg) !important;
	/*  */
	
	/*  */
	
	background-color: rgba(255, 255, 255, 0.00) !important;
	background-attachment: fixed !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	
	/*  */
	/*  */
	/*  */
	background-size: cover !important;
	/*  */
	/*  */
	/*  */
	/*  */
}
/*  */

/*  */#usefulStackWrapperstacks_in_29813_3 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

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








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












 #stacks_in_29813_4.blu-svg{text-align:left}#stacks_in_29813_4.blu-svg svg{width:130.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_29813_4.blu-svg{text-align:left}#stacks_in_29813_4.blu-svg svg{width:130.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_29813_4.blu-svg{text-align:left}#stacks_in_29813_4.blu-svg svg{width:130.00px}}@media screen and (min-width:1000px){#stacks_in_29813_4.blu-svg{text-align:left}#stacks_in_29813_4.blu-svg svg{width:140.00px}}  #stacks_in_29813_4.blu-svg{float:none}#stacks_in_29813_4 a,#stacks_in_29813_4 svg{cursor:auto}
#usefulStackWrapperstacks_in_29813_9 {
	margin: 0 0 0 auto;
	min-width: 0px;
	max-width: 145px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

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








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









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





#stacks_in_29813_9 {
	padding: 0px 6px 0px 0px;
}
/* @group Reset */

/**/
#rapidSearchHelperFormstacks_in_29813_10,
#rapidSearchHelperFieldsetstacks_in_29813_10,
#rapidSearchHelperInputstacks_in_29813_10,
#rapidSearchHelperSearchButtonstacks_in_29813_10 {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 1.2;
}
/**/

/* @end */

/**/

/**/

/**/

/**/

/**/
#rapidSearchHelperFieldsetstacks_in_29813_10 {
	position: relative;
}

#rapidSearchHelperInputstacks_in_29813_10 {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(179, 180, 180, 1.00);
	font-size: 15px;
	padding: 4px 0px;
	transition: all 300ms ease-in-out;
	box-shadow: none;
	background: transparent;
	color: rgba(192, 193, 193, 1.00);
}

#rapidSearchHelperInputstacks_in_29813_10:focus {
	border-bottom: 1px solid rgba(162, 198, 28, 1.00);
	box-shadow: none;
	background: transparent;
}

#rapidSearchHelperSearchButtonstacks_in_29813_10 {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 0;
	background: none;
	border: none;
	font-size: 15px;
	padding: 4px 0px;
	border-radius: 1px;
	background: transparent;
	color: rgba(192, 193, 193, 1.00);
	transition: all 300ms ease-in-out;
}

#rapidSearchHelperSearchButtonstacks_in_29813_10:hover {
	background: transparent;
	color: rgba(164, 196, 11, 1.00);
}

#rapidSearchHelperSearchButtonstacks_in_29813_10:active {
	background: transparent;
	color: rgba(192, 193, 193, 1.00);
}

#rapidSearchHelperLabelstacks_in_29813_10 {
	display: none;
}
/**/

/**/

/**/


/**/

/**/

/* @group Reveals */

/**/

	/**/

	/**/

	/**/

/**/

/* @end */

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

/* @end */
/**/
 #stacks_in_29813_16.blu-svg{text-align:center}#stacks_in_29813_16.blu-svg svg{width:260.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_29813_16.blu-svg{text-align:center}#stacks_in_29813_16.blu-svg svg{width:260.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_29813_16.blu-svg{text-align:left}#stacks_in_29813_16.blu-svg svg{width:260.00px}}@media screen and (min-width:1000px){#stacks_in_29813_16.blu-svg{text-align:left}#stacks_in_29813_16.blu-svg svg{width:260.00px}}  #stacks_in_29813_16.blu-svg{float:none}#stacks_in_29813_16 a,#stacks_in_29813_16 svg{cursor:auto}


@font-face{font-family:Titillium Web;font-style:normal;font-weight:normal;src:url("https://www.urinowa.com/webfonts/titilliumweb-regular-webfont.eot");src:url("https://www.urinowa.com/webfonts/titilliumweb-regular-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/titilliumweb-regular-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/titilliumweb-regular-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/titilliumweb-regular-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/titilliumweb-regular-webfont.woff") format("woff");}@font-face{font-family:Titillium Web;font-style:normal;font-weight:bold;src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.eot");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.woff") format("woff");}
 .font-vault-1 > a, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-vault-1,.font-vault-1 > li, .fontpro-stacks_in_29814_3{font-family:"Titillium Web",sans-serif }

@font-face{font-family:Roboto;font-style:normal;font-weight:normal;src:url("https://www.urinowa.com/webfonts/roboto-regular-webfont.eot");src:url("https://www.urinowa.com/webfonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/roboto-regular-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/roboto-regular-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/roboto-regular-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/roboto-regular-webfont.woff") format("woff");}@font-face{font-family:Roboto;font-style:normal;font-weight:bold;src:url("https://www.urinowa.com/webfonts/roboto-bold-webfont.eot");src:url("https://www.urinowa.com/webfonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/roboto-bold-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/roboto-bold-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/roboto-bold-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/roboto-bold-webfont.woff") format("woff");}@font-face{font-family:Roboto;font-style:italic;font-weight:normal;src:url("https://www.urinowa.com/webfonts/roboto-italic-webfont.eot");src:url("https://www.urinowa.com/webfonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/roboto-italic-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/roboto-italic-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/roboto-italic-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/roboto-italic-webfont.woff") format("woff");}@font-face{font-family:Roboto;font-style:italic;font-weight:bold;src:url("https://www.urinowa.com/webfonts/roboto-bolditalic-webfont.eot");src:url("https://www.urinowa.com/webfonts/roboto-bolditalic-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/roboto-bolditalic-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/roboto-bolditalic-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/roboto-bolditalic-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/roboto-bolditalic-webfont.woff") format("woff");}
 .font-vault-2 > a, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_29814_4{font-family:"Roboto",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"Roboto",sans-serif }

@font-face{font-family:Titillium Web Headlines;font-style:normal;font-weight:normal;src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.eot");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibold-webfont.woff") format("woff");}
 .font-vault-3 > a, .font-vault-3,.font-vault-3 > li,.font-vault-3 > *, .fontpro-stacks_in_29814_16{font-family:"Titillium Web Headlines",sans-serif }

@font-face{font-family:Titillium Web Zitate;font-style:normal;font-weight:normal;src:url("https://www.urinowa.com/webfonts/titilliumweb-semibolditalic-webfont.eot");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibolditalic-webfont.eot?#iefix") format("embedded-opentype");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibolditalic-webfont.svg#font-pro") format("svg");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibolditalic-webfont.ttf") format("truetype");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibolditalic-webfont.woff2") format("woff2");src:url("https://www.urinowa.com/webfonts/titilliumweb-semibolditalic-webfont.woff") format("woff");}
 .font-vault-4 > a, .font-vault-4,.font-vault-4 > li, .fontpro-stacks_in_29814_17{font-family:"Titillium Web Zitate",sans-serif }


 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_29814_7{line-height:1.20 ;letter-spacing:0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.30rem ; color:rgba(162, 198, 28, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, h2>br,.font-family-h2>br,h2 a>br,.font-family-h2 a>br, .font-style-1>br,.font-style-1>br > li,.font-style-1 > *>br, .fontpro-stacks_in_29814_7 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_29814_7{font-size:1.40rem }} 
  @media only screen and (min-width:48.000000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_29814_7{font-size:1.50rem }} 
  @media only screen and (min-width:62.500000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_29814_7{font-size:1.60rem }} 

 p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_29814_8{line-height:1.60 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; color:rgba(64, 64, 64, 1.00) ;text-decoration-color:rgba(148, 187, 13, 1.00) ;}p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){line-height:1.60 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; color:rgba(64, 64, 64, 1.00) ;text-decoration-color:rgba(148, 187, 13, 1.00) ;}
    p:not(.custom-font)>br,.font-family-text>br,.text_stack:not(.custom-font)>br,    .font-style-2>br,.font-style-2>br > li,.font-style-2 > *>br, .fontpro-stacks_in_29814_8 > br{display:block;content:' ';padding-bottom:0.50em }
  
  @media only screen and (min-width:25.875000em){ p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_29814_8{font-size:0.90rem }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_29814_8{font-size:1.00rem }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){ p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_29814_8{font-size:1.00rem }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-size:1.00rem }} 

 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_29814_12{line-height:1.20 ;letter-spacing:0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.30rem ; color:rgba(156, 157, 159, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, h2>br,.font-family-h2>br,h2 a>br,.font-family-h2 a>br, .font-style-3>br,.font-style-3>br > li,.font-style-3 > *>br, .fontpro-stacks_in_29814_12 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_29814_12{font-size:1.40rem }} 
  @media only screen and (min-width:48.000000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_29814_12{font-size:1.50rem }} 
  @media only screen and (min-width:62.500000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_29814_12{font-size:1.60rem }} 

 .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_29814_13{line-height:1.20 !important;letter-spacing:0.01em !important;word-spacing:0.00em !important;text-indent:0.00em !important;margin-left:0.00em !important;margin-right:0.00em !important; font-size:0.90rem !important; color:rgba(156, 157, 159, 1.00) !important;text-decoration-color:rgba(0, 0, 0, 1.00) !important;}
       .font-style-4>br,.font-style-4>br > li,.font-style-4 > *>br, .fontpro-stacks_in_29814_13 > br{display:block;content:' ';padding-bottom:0.00em !important}
  
  @media only screen and (min-width:25.875000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_29814_13{font-size:0.90rem !important}} 
  @media only screen and (min-width:48.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_29814_13{font-size:1.00rem !important}} 
  @media only screen and (min-width:62.500000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_29814_13{font-size:1.00rem !important}} 

 .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_29814_14{line-height:1.40 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.00rem ; color:rgba(64, 64, 64, 1.00) ;text-decoration-color:rgba(52, 58, 64, 1.00) ;}
     .font-style-5>br,.font-style-5>br > li,.font-style-5 > *>br, .fontpro-stacks_in_29814_14 > br{display:block;content:' ';padding-bottom:0.50em }
  
  @media only screen and (min-width:25.875000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_29814_14{font-size:1.00rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_29814_14{font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_29814_14{font-size:1.00rem }} 

 .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_29814_15{line-height:1.50 !important;letter-spacing:0.00em !important;word-spacing:0.00em !important;text-indent:0.00em !important;margin-left:0.00em !important;margin-right:0.00em !important; font-size:0.80rem !important; color:rgba(64, 64, 64, 1.00) !important;text-decoration-color:rgba(148, 187, 13, 1.00) !important;}
     .font-style-6>br,.font-style-6>br > li,.font-style-6 > *>br, .fontpro-stacks_in_29814_15 > br{display:block;content:' ';padding-bottom:0.50em !important}
  
  @media only screen and (min-width:25.875000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_29814_15{font-size:0.80rem !important}} 
  @media only screen and (min-width:48.000000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_29814_15{font-size:0.90rem !important}} 
  @media only screen and (min-width:62.500000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_29814_15{font-size:0.90rem !important}} 

 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_29814_18{line-height:1.10 ;letter-spacing:0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.10rem ; color:rgba(162, 198, 28, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, h2>br,.font-family-h2>br,h2 a>br,.font-family-h2 a>br, .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br, .fontpro-stacks_in_29814_18 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_29814_18{font-size:1.10rem }} 
  @media only screen and (min-width:48.000000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_29814_18{font-size:1.20rem }} 
  @media only screen and (min-width:62.500000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_29814_18{font-size:1.20rem }} 
#layerzstacks_in_29815_354 {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#layerzstacks_in_29815_354 img {
	width: 100%;
	height: auto;
}#stacks_in_29815_355 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_29815_355 > .s-pro > .sections-layer{display:none}#stacks_in_29815_355 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_29815_355 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_29815_355 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:0.00px;padding-bottom:10.00px}@media screen and (min-width:780px){#stacks_in_29815_355 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:10.00px;padding-bottom:4.00px}}

#paddyWidthstacks_in_29815_424 {
	max-width: 1110px!important; 
	margin: 0 auto!important;
 } 

	
@media only screen and (min-width: 10px) {
#paddyWidthstacks_in_29815_424 {
	max-width: 1110px!important; 
	margin: 0 auto!important;
     } 
	}
/* Smart2columns2 stack v2.4.2 */#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw, #stacks_in_29815_425 .s2c_stacks_in_29815_425_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw [class^="s2c_stacks_in_29815_425_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_29815_425 .s2c_stacks_in_29815_425_col1 {			vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_29815_425 .s2c_stacks_in_29815_425_col2 {		vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw .s2c_stacks_in_29815_425_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw {		display: block;		table-layout: auto;	}		#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw [class^="s2c_stacks_in_29815_425_col"] {		display: block;		width: 100%;	}	 	#stacks_in_29815_425 .s2c_stacks_in_29815_425_cw .s2c_stacks_in_29815_425_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack */    #stacks_in_29815_426.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_29815_426.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_29815_426.blu-wrap>.blueprint-col{}#stacks_in_29815_426.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_29815_426.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_29815_426.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_29815_426.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:25.00px 0.00px 0.00px 0.00px }#stacks_in_29815_426.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_29815_426.blu-wrap>.blueprint-col{ }#stacks_in_29815_426.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_29815_426.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_29815_426.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_29815_426.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:768px){#stacks_in_29815_426.blu-wrap>.blueprint-col{ }
#stacks_in_29815_426.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_29815_426.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_29815_426.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_29815_426.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_29815_426.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_29815_426.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_29815_426.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_29815_426.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_29815_426.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_29815_426.blu-wrap>.blueprint-col>.blucol-content{padding: 55.00px 0.00px 0.00px 0.00px }}  @media screen and (min-width:768px){#stacks_in_29815_426.blu-wrap>.blueprint-col>.blucol-content{padding: 70.00px 0.00px 0.00px 0.00px }} 

/* Preview and publish styling */

	/* Start hidden */
	#animateItWrapperstacks_in_29815_427 {
		opacity: 0;
	}

	


#animateItWrapperstacks_in_29815_427.animated {
	animation-duration: 2000ms;
	animation-delay: 500ms;
}





#graphicStackstacks_in_29815_428 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_29815_428 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_29815_428 {
	text-align: left;
}

#graphicStackstacks_in_29815_428 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_29815_428 img {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 163px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */#graphicStackstacks_in_29815_430 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_29815_430 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_29815_430 {
	text-align: center;
}

#graphicStackstacks_in_29815_430 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_29815_430 img {
	width: 100%;
	height: auto;
	max-width: 280px;
	max-height: 114px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */    #stacks_in_29815_436.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_29815_436.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_29815_436.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:380px;}#stacks_in_29815_436.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_29815_436.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_29815_436.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_29815_436.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 15.00px 0.00px 0.00px }#stacks_in_29815_436.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_29815_436.blu-wrap>.blueprint-col{ }#stacks_in_29815_436.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_29815_436.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_29815_436.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_29815_436.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:768px){#stacks_in_29815_436.blu-wrap>.blueprint-col{ }
#stacks_in_29815_436.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_29815_436.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_29815_436.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_29815_436.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_29815_436.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_29815_436.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_29815_436.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_29815_436.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_29815_436.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_29815_436.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00px 15.00px 35.00px 0.00px }}  @media screen and (min-width:768px){#stacks_in_29815_436.blu-wrap>.blueprint-col>.blucol-content{padding: 65.00px 8.00px 0.00px 0.00px }} 

/* Preview and publish styling */

	/* Start hidden */
	#animateItWrapperstacks_in_29815_437 {
		opacity: 0;
	}

	


#animateItWrapperstacks_in_29815_437.animated {
	animation-duration: 1500ms;
	animation-delay: 500ms;
}





#stacks_in_29815_438 div,#stacks_in_29815_438 div{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_438 div a,#stacks_in_29815_438 div a{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_438 div a:hover,#stacks_in_29815_438 div a:hover{color:rgba(117, 117, 119, 1.00)}#stacks_in_29815_438 small,#stacks_in_29815_438 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_29815_438 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_29815_438 .primary,#stacks_in_29815_438 .segment{display:inline-block}#stacks_in_29815_438 .primary.sub-title,#stacks_in_29815_438 .segment.sub-title{display:block}#stacks_in_29815_438 [data-seg="segment2"].last-title{display:block}#stacks_in_29815_438 .segment.no-shadow{text-shadow:none !important}#stacks_in_29815_438 .segment *{}#stacks_in_29815_438 .hTxt.primary{vertical-align:baseline}#stacks_in_29815_438 .segment[data-seg="segment1"]{font-size:100%;color:rgba(162, 198, 28, 1.00);padding:0px 0px 0px 8px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29815_438 .segment[data-seg="segment1"] div{color:rgba(162, 198, 28, 1.00)}#stacks_in_29815_438 .segment[data-seg="segment1"] div.mez{font-size:100%}#stacks_in_29815_438 .segment[data-seg="segment2"]{font-size:100%;color:rgba(100, 101, 103, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29815_438 .segment[data-seg="segment2"] div{color:rgba(100, 101, 103, 1.00)}#stacks_in_29815_438 .segment[data-seg="segment2"] div.mez{font-size:100%}
@media only screen and (max-width:480.00px){#stacks_in_29815_438 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_29815_438 div{font-size:1.60rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_29815_438 div{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_29815_438 div{font-size:1.80rem!important}}

/* Preview and publish styling */

	/* Start hidden */
	#animateItWrapperstacks_in_29815_445 {
		opacity: 0;
	}

	


#animateItWrapperstacks_in_29815_445.animated {
	animation-duration: 1500ms;
	animation-delay: 500ms;
}





#stacks_in_29815_446 div,#stacks_in_29815_446 div{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_446 div a,#stacks_in_29815_446 div a{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_446 div a:hover,#stacks_in_29815_446 div a:hover{color:rgba(117, 117, 119, 1.00)}#stacks_in_29815_446 small,#stacks_in_29815_446 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_29815_446 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_29815_446 .primary,#stacks_in_29815_446 .segment{display:inline-block}#stacks_in_29815_446 .primary.sub-title,#stacks_in_29815_446 .segment.sub-title{display:block}#stacks_in_29815_446 [data-seg="segment2"].last-title{display:block}#stacks_in_29815_446 .segment.no-shadow{text-shadow:none !important}#stacks_in_29815_446 .segment *{}#stacks_in_29815_446 .hTxt.primary{vertical-align:baseline}#stacks_in_29815_446 .segment[data-seg="segment1"]{font-size:100%;color:rgba(162, 198, 28, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29815_446 .segment[data-seg="segment1"] div{color:rgba(162, 198, 28, 1.00)}#stacks_in_29815_446 .segment[data-seg="segment1"] div.mez{font-size:100%}#stacks_in_29815_446 .segment[data-seg="segment2"]{font-size:100%;color:rgba(100, 101, 103, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29815_446 .segment[data-seg="segment2"] div{color:rgba(100, 101, 103, 1.00)}#stacks_in_29815_446 .segment[data-seg="segment2"] div.mez{font-size:100%}
@media only screen and (max-width:480.00px){#stacks_in_29815_446 div{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_29815_446 div{font-size:1.60rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_29815_446 div{font-size:1.80rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_29815_446 div{font-size:1.80rem!important}}
/* Smart3columns2 stack v2.4.2 */#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw, #stacks_in_29815_454 .s3c_stacks_in_29815_454_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw div[class^="s3c_stacks_in_29815_454_col"] {*/#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw [class^="s3c_stacks_in_29815_454_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_29815_454 .s3c_stacks_in_29815_454_col1 {							vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_29815_454 .s3c_stacks_in_29815_454_col2 {						vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_29815_454 .s3c_stacks_in_29815_454_col3 {				vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw .s3c_stacks_in_29815_454_spacer {	display: table-cell;	width: 2%;}/*@media only screen and (max-width: 42px) {*/@media only screen and (max-width: 42px) {			#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw div[class^="s3c_stacks_in_29815_454_col"] {*/	#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw [class^="s3c_stacks_in_29815_454_col"] {		display: block;		width: 100%;	}			#stacks_in_29815_454 .s3c_stacks_in_29815_454_cw .s3c_stacks_in_29815_454_spacer {		display: block;		height: 12px;		width: 100%;	}			#stacks_in_29815_454 .s3c_stacks_in_29815_454_col1 {		order: 1;	}		#stacks_in_29815_454 .s3c_stacks_in_29815_454_col2 {		order: 3;	}		#stacks_in_29815_454 .s3c_stacks_in_29815_454_col3 {		order: 5;	}		#stacks_in_29815_454 .s3c_stacks_in_29815_454_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_29815_454 .s3c_stacks_in_29815_454_spacer:nth-of-type(3n-1) {		order: 4;	}								}/* End of Smart3columns2 stack */
#stacks_in_29815_454 {
	margin: 10px 2px 15px 2px;
}

/* Preview and publish styling */

	/* Start hidden */
	#animateItWrapperstacks_in_29815_455 {
		opacity: 0;
	}

	


#animateItWrapperstacks_in_29815_455.animated {
	animation-duration: 1000ms;
	animation-delay: 1000ms;
}





    #stacks_in_29815_456.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_29815_456.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_29815_456.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_29815_456.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_29815_456.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_29815_456.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_29815_456.blu-wrap>.blueprint-col>.blucol-content{margin:0.00px 0.00px 7.00px 0.00px ;padding: 0px }#stacks_in_29815_456.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_29815_456.blu-wrap>.blueprint-col{ }#stacks_in_29815_456.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_29815_456.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_29815_456.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_29815_456.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_29815_456.blu-wrap>.blueprint-col{ }
#stacks_in_29815_456.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_29815_456.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_29815_456.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_29815_456.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_29815_456.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_29815_456.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_29815_456.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_29815_456.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_29815_456.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_29815_457 p,#stacks_in_29815_457 div{margin-bottom:0}#stacks_in_29815_457 p,#stacks_in_29815_457 div,#stacks_in_29815_457 ul,#stacks_in_29815_457 ol,#stacks_in_29815_457 dl{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_457 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_29815_457 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_29815_457{}}
@media only screen and (max-width:480.00px){#stacks_in_29815_457,#stacks_in_29815_457 div,#stacks_in_29815_457 p,#stacks_in_29815_457 ol,#stacks_in_29815_457 ul li,#stacks_in_29815_457 ol li,#stacks_in_29815_457 ol,#stacks_in_29815_457 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_29815_457,#stacks_in_29815_457 div,#stacks_in_29815_457 p,#stacks_in_29815_457 ol,#stacks_in_29815_457 ul li,#stacks_in_29815_457 ol li,#stacks_in_29815_457 ol,#stacks_in_29815_457 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_29815_457,#stacks_in_29815_457 div,#stacks_in_29815_457 p,#stacks_in_29815_457 ol,#stacks_in_29815_457 ul li,#stacks_in_29815_457 ol li,#stacks_in_29815_457 ol,#stacks_in_29815_457 dl{font-size:1.10rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_29815_457,#stacks_in_29815_457 div,#stacks_in_29815_457 p,#stacks_in_29815_457 ol,#stacks_in_29815_457 ul li,#stacks_in_29815_457 ol li,#stacks_in_29815_457 ol,#stacks_in_29815_457 dl{font-size:1.10rem!important}}

#stacks_in_29815_457 {
	margin: 8px 0px 0px 0px;
}
.style-pro-stacks_in_29815_456::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_29815_456:not(.bdr-vault)::before{border-width: 7px 0px 0px 0px ;border-style:solid;border-color:rgba(162, 198, 28, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_29815_456:not(.bdr-vault)::before,.style-pro-stacks_in_29815_456:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_29815_456:not(.bdr-vault) > .sections-layer{border-radius: 0px }

/* Preview and publish styling */

	/* Start hidden */
	#animateItWrapperstacks_in_29815_465 {
		opacity: 0;
	}

	


#animateItWrapperstacks_in_29815_465.animated {
	animation-duration: 1000ms;
	animation-delay: 1350ms;
}





    #stacks_in_29815_466.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_29815_466.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_29815_466.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_29815_466.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_29815_466.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_29815_466.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_29815_466.blu-wrap>.blueprint-col>.blucol-content{margin:0.00px 0.00px 7.00px 0.00px ;padding: 0px }#stacks_in_29815_466.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_29815_466.blu-wrap>.blueprint-col{ }#stacks_in_29815_466.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_29815_466.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_29815_466.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_29815_466.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_29815_466.blu-wrap>.blueprint-col{ }
#stacks_in_29815_466.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_29815_466.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_29815_466.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_29815_466.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_29815_466.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_29815_466.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_29815_466.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_29815_466.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_29815_466.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_29815_467 p,#stacks_in_29815_467 div{margin-bottom:0}#stacks_in_29815_467 p,#stacks_in_29815_467 div,#stacks_in_29815_467 ul,#stacks_in_29815_467 ol,#stacks_in_29815_467 dl{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_467 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_29815_467 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_29815_467{}}
@media only screen and (max-width:480.00px){#stacks_in_29815_467,#stacks_in_29815_467 div,#stacks_in_29815_467 p,#stacks_in_29815_467 ol,#stacks_in_29815_467 ul li,#stacks_in_29815_467 ol li,#stacks_in_29815_467 ol,#stacks_in_29815_467 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_29815_467,#stacks_in_29815_467 div,#stacks_in_29815_467 p,#stacks_in_29815_467 ol,#stacks_in_29815_467 ul li,#stacks_in_29815_467 ol li,#stacks_in_29815_467 ol,#stacks_in_29815_467 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_29815_467,#stacks_in_29815_467 div,#stacks_in_29815_467 p,#stacks_in_29815_467 ol,#stacks_in_29815_467 ul li,#stacks_in_29815_467 ol li,#stacks_in_29815_467 ol,#stacks_in_29815_467 dl{font-size:1.10rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_29815_467,#stacks_in_29815_467 div,#stacks_in_29815_467 p,#stacks_in_29815_467 ol,#stacks_in_29815_467 ul li,#stacks_in_29815_467 ol li,#stacks_in_29815_467 ol,#stacks_in_29815_467 dl{font-size:1.10rem!important}}

#stacks_in_29815_467 {
	margin: 8px 0px 0px 0px;
}
.style-pro-stacks_in_29815_466::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_29815_466:not(.bdr-vault)::before{border-width: 7px 0px 0px 0px ;border-style:solid;border-color:rgba(156, 157, 159, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_29815_466:not(.bdr-vault)::before,.style-pro-stacks_in_29815_466:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_29815_466:not(.bdr-vault) > .sections-layer{border-radius: 0px }

/* Preview and publish styling */

	/* Start hidden */
	#animateItWrapperstacks_in_29815_475 {
		opacity: 0;
	}

	


#animateItWrapperstacks_in_29815_475.animated {
	animation-duration: 1000ms;
	animation-delay: 1700ms;
}





    #stacks_in_29815_476.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_29815_476.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_29815_476.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_29815_476.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_29815_476.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_29815_476.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_29815_476.blu-wrap>.blueprint-col>.blucol-content{margin:0.00px 0.00px 7.00px 0.00px ;padding: 0px }#stacks_in_29815_476.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_29815_476.blu-wrap>.blueprint-col{ }#stacks_in_29815_476.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_29815_476.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_29815_476.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_29815_476.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_29815_476.blu-wrap>.blueprint-col{ }
#stacks_in_29815_476.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_29815_476.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_29815_476.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_29815_476.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_29815_476.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_29815_476.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_29815_476.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_29815_476.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_29815_476.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* @group Stealth Link Edit Mode */

/*  */

/* @end */
#stacks_in_29815_477 p,#stacks_in_29815_477 div{margin-bottom:0}#stacks_in_29815_477 p,#stacks_in_29815_477 div,#stacks_in_29815_477 ul,#stacks_in_29815_477 ol,#stacks_in_29815_477 dl{color:rgba(156, 157, 159, 1.00)}#stacks_in_29815_477 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_29815_477 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_29815_477{}}
@media only screen and (max-width:480.00px){#stacks_in_29815_477,#stacks_in_29815_477 div,#stacks_in_29815_477 p,#stacks_in_29815_477 ol,#stacks_in_29815_477 ul li,#stacks_in_29815_477 ol li,#stacks_in_29815_477 ol,#stacks_in_29815_477 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_29815_477,#stacks_in_29815_477 div,#stacks_in_29815_477 p,#stacks_in_29815_477 ol,#stacks_in_29815_477 ul li,#stacks_in_29815_477 ol li,#stacks_in_29815_477 ol,#stacks_in_29815_477 dl{font-size:1.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_29815_477,#stacks_in_29815_477 div,#stacks_in_29815_477 p,#stacks_in_29815_477 ol,#stacks_in_29815_477 ul li,#stacks_in_29815_477 ol li,#stacks_in_29815_477 ol,#stacks_in_29815_477 dl{font-size:1.10rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_29815_477,#stacks_in_29815_477 div,#stacks_in_29815_477 p,#stacks_in_29815_477 ol,#stacks_in_29815_477 ul li,#stacks_in_29815_477 ol li,#stacks_in_29815_477 ol,#stacks_in_29815_477 dl{font-size:1.10rem!important}}

#stacks_in_29815_477 {
	margin: 8px 0px 0px 0px;
}
.style-pro-stacks_in_29815_476::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_29815_476:not(.bdr-vault)::before{border-width: 7px 0px 0px 0px ;border-style:solid;border-color:rgba(100, 101, 103, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_29815_476:not(.bdr-vault)::before,.style-pro-stacks_in_29815_476:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_29815_476:not(.bdr-vault) > .sections-layer{border-radius: 0px }
#stacks_in_29815_355 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_29815_355 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_29815_355 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_29815_355 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_29815_355 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_29815_419{opacity:0 !important}#stacks_in_29815_355 > .s-pro > .sections-layer > #vid-stacks_in_29815_419.not-started.hide-when-played{display:none !important}#stacks_in_29815_355 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_29815_419.hide-when-played{display:none !important}#vid-stacks_in_29815_419{opacity:0.10}#vid-stacks_in_29815_419.pre-load{opacity:0}#play-stacks_in_29815_419{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_29815_419.pl-rect{height:80px}#play-stacks_in_29815_419.pl-square,#play-stacks_in_29815_419.pl-circ{height:100px}#play-stacks_in_29815_419.pl-circ{border-radius:50%}#play-stacks_in_29815_419::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_29815_419::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_29815_419:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_29815_419:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_29815_419.not-started{display:block}#play-stacks_in_29815_419.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_29815_355 .vb-stacks_in_29815_419.bg-none{background:transparent}#stacks_in_29815_355 .vb-stacks_in_29815_419.bg-color{background-color:rgba(105, 157, 255, 1.00)}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_29816_1 ul#shareStackArraystacks_in_29816_1 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: right;
}

#shareStackWrapperstacks_in_29816_1 [class^="fa fa-"] {
	line-height: 38px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

#shareStackWrapperstacks_in_29816_1 {
	position: fixed;
	top: 46%;
	right: 0%;
	width: 45px;
	z-index: 9999;
}

/*  */

/* @end */

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_29816_1 ul#shareStackArraystacks_in_29816_1 li.shareStackItem {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 2px;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.65;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_29816_1 ul#shareStackArraystacks_in_29816_1 li.shareStackItem:hover {
	opacity: 0.99;
}

#shareStackWrapperstacks_in_29816_1 ul#shareStackArraystacks_in_29816_1 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_29816_1 ul#shareStackArraystacks_in_29816_1 {
	display: none;
}

@media screen and (min-width: 380px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_29816_1 ul#shareStackArraystacks_in_29816_1 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_29816_1 #shareStackItem-baidustacks_in_29816_1 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-bloggerstacks_in_29816_1 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-deliciousstacks_in_29816_1 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-diggstacks_in_29816_1 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-facebookstacks_in_29816_1 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-googleplusstacks_in_29816_1 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-linkedinstacks_in_29816_1 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-livejournalstacks_in_29816_1 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-myspacestacks_in_29816_1 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-odnoklassnikistacks_in_29816_1 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-pocketstacks_in_29816_1 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-redditstacks_in_29816_1 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-renrenstacks_in_29816_1 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-stumbleuponstacks_in_29816_1 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-telegramstacks_in_29816_1 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-tumblrstacks_in_29816_1 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-twitterstacks_in_29816_1 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-viadeostacks_in_29816_1 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-vkontaktestacks_in_29816_1 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-weibostacks_in_29816_1 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-xingstacks_in_29816_1 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_29816_1 #shareStackItem-emailstacks_in_29816_1 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-printstacks_in_29816_1 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_29816_1 #shareStackItem-customonestacks_in_29816_1 {
	background: #92BE17;
	color: #FFFFFF;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-customtwostacks_in_29816_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-customthreestacks_in_29816_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-customfourstacks_in_29816_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_29816_1 #shareStackItem-customfivestacks_in_29816_1 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_29816_1 {
		display: none !important;
	}
}

/* @group Edit Mode Styling */

/*  */

/* @end */
#usefulStackWrapperstacks_in_29817_2 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 1020px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

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








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









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




/* Smart2columns2 stack v2.4.2 */#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw, #stacks_in_29817_3 .s2c_stacks_in_29817_3_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw [class^="s2c_stacks_in_29817_3_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_29817_3 .s2c_stacks_in_29817_3_col1 {			vertical-align: top;  	  	border-radius: 0px;		}#stacks_in_29817_3 .s2c_stacks_in_29817_3_col2 {		vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw .s2c_stacks_in_29817_3_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 768px) {		#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw {		display: block;		table-layout: auto;	}		#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw [class^="s2c_stacks_in_29817_3_col"] {		display: block;		width: 100%;	}	 	#stacks_in_29817_3 .s2c_stacks_in_29817_3_cw .s2c_stacks_in_29817_3_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack */@media only screen and (max-width:414px){#stacks_in_29817_5 p,#stacks_in_29817_5 div{text-align:center !important}}#stacks_in_29817_5 p,#stacks_in_29817_5 div{margin-bottom:0}#stacks_in_29817_5 a{color:rgba(189, 190, 190, 1.00)}#stacks_in_29817_5 a:hover{color:rgba(162, 198, 28, 1.00)}#stacks_in_29817_5,#stacks_in_29817_5 div,#stacks_in_29817_5 p,#stacks_in_29817_5 ol,#stacks_in_29817_5 ul li,#stacks_in_29817_5 ol li,#stacks_in_29817_5 ol,#stacks_in_29817_5 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_29817_5,#stacks_in_29817_5 div,#stacks_in_29817_5 p,#stacks_in_29817_5 ol,#stacks_in_29817_5 ul li,#stacks_in_29817_5 ol li,#stacks_in_29817_5 ol,#stacks_in_29817_5 dl{font-size:0.80rem}}@media only screen and (min-width:0px){#stacks_in_29817_5{}}


#stacks_in_29817_5 {
	padding: 6px 0px 0px 0px;
}
@media only screen and (max-width:414px){#stacks_in_29817_9 p,#stacks_in_29817_9 div{text-align:center !important}}#stacks_in_29817_9 p,#stacks_in_29817_9 div{margin-bottom:0}#stacks_in_29817_9 p,#stacks_in_29817_9 div,#stacks_in_29817_9 ul,#stacks_in_29817_9 ol,#stacks_in_29817_9 dl{color:rgba(189, 190, 190, 1.00)}#stacks_in_29817_9 a{color:rgba(189, 190, 190, 1.00)}#stacks_in_29817_9 a:hover{color:rgba(162, 198, 28, 1.00)}#stacks_in_29817_9,#stacks_in_29817_9 div,#stacks_in_29817_9 p,#stacks_in_29817_9 ol,#stacks_in_29817_9 ul li,#stacks_in_29817_9 ol li,#stacks_in_29817_9 ol,#stacks_in_29817_9 dl{font-size:0.95rem}@media all and (max-width:640px){#stacks_in_29817_9,#stacks_in_29817_9 div,#stacks_in_29817_9 p,#stacks_in_29817_9 ol,#stacks_in_29817_9 ul li,#stacks_in_29817_9 ol li,#stacks_in_29817_9 ol,#stacks_in_29817_9 dl{font-size:0.80rem}}@media only screen and (min-width:0px){#stacks_in_29817_9{}}


#stacks_in_29817_9 {
	padding: 6px 0px 0px 0px;
}
#stacks_in_29817_12 .pab-wrapper{box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00) inset;padding:0px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer}#stacks_in_29817_12{overflow:hidden;max-height:0px;transition:max-height 700ms ease 0ms}#stacks_in_29817_12.open{max-height:500px}@media screen and (max-width:400px){#stacks_in_29817_12.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_29817_12.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_29817_12.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_29817_12.responsive.open{max-height:500px}}#stacks_in_29817_12_container{height:500px}@media screen and (max-width:400px){#stacks_in_29817_12_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_29817_12_container.responsive{height:500px}}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_29817_13 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_29817_13 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_29817_13:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_29817_13 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_29817_13 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_29817_13 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_29817_13 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column1 {
		width: 25.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column2 {
		width: 25.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column3 {
		width: 25.00%;
	}
}



/* If column 4 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column4 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column4 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column4 {
		width: 25.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column5 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column5 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column5 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column5 {
		width: 25.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column6 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column6 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column6 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column6 {
		width: 25.00%;
	}
}



/* If column 7 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column7 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column7 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column7 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column7 {
		width: 25.00%;
	}
}



/* If column 8 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .column8 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .column8 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .column8 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .column8 {
		width: 25.00%;
	}
}










/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_29817_13 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_29817_13 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_29817_13 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_29817_13 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_29817_13 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_29817_13 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_29817_13 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_29817_13 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_29817_13 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_29817_13 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_29817_13 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_29817_13 .column1,
	#adaptiveGridstacks_in_29817_13 .column2,
	#adaptiveGridstacks_in_29817_13 .column3,
	#adaptiveGridstacks_in_29817_13 .column4,
	#adaptiveGridstacks_in_29817_13 .column5,
	#adaptiveGridstacks_in_29817_13 .column6,
	#adaptiveGridstacks_in_29817_13 .column7,
	#adaptiveGridstacks_in_29817_13 .column8,
	#adaptiveGridstacks_in_29817_13 .column9,
	#adaptiveGridstacks_in_29817_13 .column10,
	#adaptiveGridstacks_in_29817_13 .column11,
	#adaptiveGridstacks_in_29817_13 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_29817_13 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  */
#stacks_in_29817_13 {
	padding: 10px 0px 0px 0px;
}
   #stacks_in_29817_14 .page-list-nav.show-for-never{display:none}#stacks_in_29817_14 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_14 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_14 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_14 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_14 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_14 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_14 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_14 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_14 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_14 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_14 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_14 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_14 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_14 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_14 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_14 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_14 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_14 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_14 .page-list-nav>ul{margin-left:0}#stacks_in_29817_14 .page-list-nav .left,#stacks_in_29817_14 .page-list-nav .right{width:100%}#stacks_in_29817_14 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_14 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_14 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_14 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_14 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_14 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_14 .page-list-nav.head-style .head,#stacks_in_29817_14 .page-list-nav.head-style header{ }#stacks_in_29817_14 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:30px}#stacks_in_29817_14 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:30px}
#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:30px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:60px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:90px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:120px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:150px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:30px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:60px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:90px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:120px}#stacks_in_29817_14 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:150px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:30px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:60px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:90px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:120px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:30px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:60px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:90px}#stacks_in_29817_14 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:120px}@media screen and (max-width:640px){#stacks_in_29817_14 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_14 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_14 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_14 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_14 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_14 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_14 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_14 .page-list ul{margin-left:0}#stacks_in_29817_14 .page-list ul li ul{margin-left:0}#stacks_in_29817_14 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_14 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_14 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_14 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_14 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_14 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_14 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_14 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_14 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_14 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_14 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_14 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_14 .page-list.menu a{display:block}#stacks_in_29817_14 .page-list .heading{}#stacks_in_29817_14 .page-list .heading,#stacks_in_29817_14 .page-list .head{}
#stacks_in_29817_14 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_14 .page-list ul{list-style:none} #stacks_in_29817_14{z-index:1}#stacks_in_29817_14 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_14 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_16 .page-list-nav.show-for-never{display:none}#stacks_in_29817_16 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_16 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_16 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_16 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_16 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_16 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_16 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_16 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_16 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_16 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_16 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_16 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_16 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_16 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_16 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_16 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_16 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_16 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_16 .page-list-nav>ul{margin-left:0}#stacks_in_29817_16 .page-list-nav .left,#stacks_in_29817_16 .page-list-nav .right{width:100%}#stacks_in_29817_16 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_16 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_16 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_16 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_16 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_16 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_16 .page-list-nav.head-style .head,#stacks_in_29817_16 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_16 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_16 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_16 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_16 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_16 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_16 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_16 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_16 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_16 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_16 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_16 .page-list ul{margin-left:0}#stacks_in_29817_16 .page-list ul li ul{margin-left:0}#stacks_in_29817_16 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_16 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_16 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_16 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_16 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_16 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_16 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_16 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_16 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_16 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_16 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_16 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_16 .page-list.menu a{display:block}#stacks_in_29817_16 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_16 .page-list .heading,#stacks_in_29817_16 .page-list .head{}
#stacks_in_29817_16 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_16 .page-list ul{list-style:none} #stacks_in_29817_16{z-index:1}#stacks_in_29817_16 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_16 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_18 .page-list-nav.show-for-never{display:none}#stacks_in_29817_18 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_18 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_18 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_18 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_18 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_18 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_18 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_18 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_18 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_18 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_18 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_18 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_18 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_18 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_18 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_18 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_18 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_18 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_18 .page-list-nav>ul{margin-left:0}#stacks_in_29817_18 .page-list-nav .left,#stacks_in_29817_18 .page-list-nav .right{width:100%}#stacks_in_29817_18 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_18 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_18 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_18 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_18 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_18 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_18 .page-list-nav.head-style .head,#stacks_in_29817_18 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_18 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_18 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_18 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_18 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_18 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_18 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_18 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_18 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_18 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_18 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_18 .page-list ul{margin-left:0}#stacks_in_29817_18 .page-list ul li ul{margin-left:0}#stacks_in_29817_18 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_18 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_18 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_18 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_18 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_18 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_18 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_18 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_18 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_18 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_18 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_18 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_18 .page-list.menu a{display:block}#stacks_in_29817_18 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_18 .page-list .heading,#stacks_in_29817_18 .page-list .head{}
#stacks_in_29817_18 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_18 .page-list ul{list-style:none} #stacks_in_29817_18{z-index:1}#stacks_in_29817_18 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_18 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_20 .page-list-nav.show-for-never{display:none}#stacks_in_29817_20 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_20 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_20 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_20 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_20 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_20 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_20 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_20 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_20 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_20 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_20 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_20 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_20 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_20 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_20 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_20 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_20 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_20 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_20 .page-list-nav>ul{margin-left:0}#stacks_in_29817_20 .page-list-nav .left,#stacks_in_29817_20 .page-list-nav .right{width:100%}#stacks_in_29817_20 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_20 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_20 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_20 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_20 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_20 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_20 .page-list-nav.head-style .head,#stacks_in_29817_20 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_20 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_20 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_20 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_20 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_20 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_20 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_20 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_20 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_20 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_20 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_20 .page-list ul{margin-left:0}#stacks_in_29817_20 .page-list ul li ul{margin-left:0}#stacks_in_29817_20 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_20 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_20 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_20 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_20 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_20 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_20 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_20 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_20 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_20 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_20 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_20 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_20 .page-list.menu a{display:block}#stacks_in_29817_20 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_20 .page-list .heading,#stacks_in_29817_20 .page-list .head{}
#stacks_in_29817_20 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_20 .page-list ul{list-style:none} #stacks_in_29817_20{z-index:1}#stacks_in_29817_20 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_20 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_22 .page-list-nav.show-for-never{display:none}#stacks_in_29817_22 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_22 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_22 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_22 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_22 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_22 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_22 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_22 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_22 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_22 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_22 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_22 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_22 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_22 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_22 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_22 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_22 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_22 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_22 .page-list-nav>ul{margin-left:0}#stacks_in_29817_22 .page-list-nav .left,#stacks_in_29817_22 .page-list-nav .right{width:100%}#stacks_in_29817_22 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_22 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_22 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_22 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_22 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_22 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_22 .page-list-nav.head-style .head,#stacks_in_29817_22 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_22 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_22 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_22 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_22 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_22 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_22 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_22 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_22 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_22 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_22 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_22 .page-list ul{margin-left:0}#stacks_in_29817_22 .page-list ul li ul{margin-left:0}#stacks_in_29817_22 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_22 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_22 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_22 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_22 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_22 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_22 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_22 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_22 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_22 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_22 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_22 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_22 .page-list.menu a{display:block}#stacks_in_29817_22 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_22 .page-list .heading,#stacks_in_29817_22 .page-list .head{}
#stacks_in_29817_22 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_22 .page-list ul{list-style:none} #stacks_in_29817_22{z-index:1}#stacks_in_29817_22 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_22 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_24 .page-list-nav.show-for-never{display:none}#stacks_in_29817_24 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_24 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_24 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_24 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_24 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_24 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_24 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_24 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_24 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_24 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_24 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_24 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_24 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_24 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_24 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_24 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_24 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_24 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_24 .page-list-nav>ul{margin-left:0}#stacks_in_29817_24 .page-list-nav .left,#stacks_in_29817_24 .page-list-nav .right{width:100%}#stacks_in_29817_24 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_24 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_24 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_24 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_24 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_24 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_24 .page-list-nav.head-style .head,#stacks_in_29817_24 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_24 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_24 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_24 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_24 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_24 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_24 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_24 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_24 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_24 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_24 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_24 .page-list ul{margin-left:0}#stacks_in_29817_24 .page-list ul li ul{margin-left:0}#stacks_in_29817_24 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_24 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_24 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_24 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_24 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_24 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_24 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_24 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_24 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_24 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_24 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_24 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_24 .page-list.menu a{display:block}#stacks_in_29817_24 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_24 .page-list .heading,#stacks_in_29817_24 .page-list .head{}
#stacks_in_29817_24 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_24 .page-list ul{list-style:none} #stacks_in_29817_24{z-index:1}#stacks_in_29817_24 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_24 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_26 .page-list-nav.show-for-never{display:none}#stacks_in_29817_26 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_26 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_26 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_26 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_26 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_26 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_26 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_26 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_26 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_26 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_26 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_26 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_26 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_26 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_26 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_26 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_26 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_26 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_26 .page-list-nav>ul{margin-left:0}#stacks_in_29817_26 .page-list-nav .left,#stacks_in_29817_26 .page-list-nav .right{width:100%}#stacks_in_29817_26 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_26 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_26 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_26 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_26 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_26 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_26 .page-list-nav.head-style .head,#stacks_in_29817_26 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_26 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_26 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_26 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_26 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_26 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_26 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_26 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_26 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_26 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_26 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_26 .page-list ul{margin-left:0}#stacks_in_29817_26 .page-list ul li ul{margin-left:0}#stacks_in_29817_26 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_26 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_26 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_26 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_26 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_26 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_26 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_26 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_26 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_26 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_26 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_26 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_26 .page-list.menu a{display:block}#stacks_in_29817_26 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_26 .page-list .heading,#stacks_in_29817_26 .page-list .head{}
#stacks_in_29817_26 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_26 .page-list ul{list-style:none} #stacks_in_29817_26{z-index:1}#stacks_in_29817_26 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_26 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
   #stacks_in_29817_28 .page-list-nav.show-for-never{display:none}#stacks_in_29817_28 .page-list-nav.all-caps a{text-transform:uppercase!important}#stacks_in_29817_28 .page-list-nav.framed>.page-list{border:0.60px solid rgba(204, 204, 204, 1.00);border-radius:0.00px}#stacks_in_29817_28 .page-list-nav.framed>.page-list>li:first-child a{border-top-left-radius:0.00px;border-top-right-radius:0.00px}#stacks_in_29817_28 .page-list-nav.framed>.page-list>li:last-child:not(.is-expanded) a{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_28 .page-list-nav.framed>.page-list>li:last-child.is-expanded>ul li:last-child a,#stacks_in_29817_28 .page-list-nav.framed>.page-list li:last-child.is-expanded>ul{border-bottom-left-radius:0.00px;border-bottom-right-radius:0.00px}#stacks_in_29817_28 .page-list-nav:not(.collapse-v-pad) a{padding-top:5px;padding-bottom:5px}#stacks_in_29817_28 .page-list-nav:not(.menu-mode) .duck-dropping .dd-icon{display:none}#stacks_in_29817_28 .page-list-nav:not(.menu-mode) .page-list li.has-dropdown>a{display:block}#stacks_in_29817_28 .page-list-nav.menu-mode a{display:block}#stacks_in_29817_28 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_28 .page-list-nav.menu-mode.icon-none .duck-dropping .dd-icon{display:none!important}#stacks_in_29817_28 .page-list-nav.menu-mode .duck-dropping .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_28 .page-list-nav.menu-mode .duck-dropping .is-expanded .dd-icon{-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;transition:all 350ms ease}#stacks_in_29817_28 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem;color:rgba(0, 191, 186, 0.90)}@media screen and (min-width:640px){#stacks_in_29817_28 .page-list-nav.menu-mode .duck-dropping .has-dropdown>a>.dd-icon{line-height:1.00rem}}#stacks_in_29817_28 .page-list-nav.menu-mode .duck-dropping .has-dropdown.is-expanded>a>.dd-icon{color:rgba(108, 251, 230, 0.90)}#stacks_in_29817_28 .page-list-nav.menu-mode .duck-dropping .collapsing{-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:350ms;-moz-transition-duration:350ms;transition-duration:350ms;-webkit-transition-property:height,visibility,color;-moz-transition-property:height,visibility,color;transition-property:height,visibility,color}#stacks_in_29817_28 .page-list-nav>ul{margin-left:0}#stacks_in_29817_28 .page-list-nav .left,#stacks_in_29817_28 .page-list-nav .right{width:100%}#stacks_in_29817_28 .page-list-nav ul{margin-bottom:0}#stacks_in_29817_28 .page-list-nav li.divider{margin:0.00em 0.00em;border-width:0.00px 0 0 0;border-style:solid}#stacks_in_29817_28 .page-list-nav.head-style.head-caps .head,#stacks_in_29817_28 .page-list-nav.head-style.head-caps header{text-transform:uppercase}#stacks_in_29817_28 .page-list-nav.head-style.head-bold .head,#stacks_in_29817_28 .page-list-nav.head-style.head-bold header{font-weight:bold}#stacks_in_29817_28 .page-list-nav.head-style .head,#stacks_in_29817_28 .page-list-nav.head-style header{ padding-left:0px; }#stacks_in_29817_28 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-left li>a{padding-left:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level:not(.indent-subs) .page-list.aligned-right li>a{padding-right:0px}
#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>a{padding-left:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>a{padding-right:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_28 .page-list-nav.indent-top-level.indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>a{padding-left:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-left>li>ul>li>ul>li>ul>li>ul>li a{padding-left:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>a{padding-right:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li a{padding-right:0px}#stacks_in_29817_28 .page-list-nav:not(.indent-top-level).indent-subs .page-list.aligned-right>li>ul>li>ul>li>ul>li>ul>li a{padding-right:0px}@media screen and (max-width:640px){#stacks_in_29817_28 .page-list-nav.mob-center .page-list.text-custom{text-align:center}}#stacks_in_29817_28 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{position:absolute;right:0;margin-right:16px}#stacks_in_29817_28 .page-list-nav.menu-mode.aligned-left.icon-float .duck-dropping .dd-icon,#stacks_in_29817_28 .page-list-nav.menu-mode.aligned-center.icon-float .duck-dropping .dd-icon{float:right;margin-right:16px}#stacks_in_29817_28 .page-list-nav.menu-mode.aligned-right.icon-float .duck-dropping .dd-icon{float:left;margin-left:16px}#stacks_in_29817_28 .page-list-nav.menu-mode.icon-inline .duck-dropping .dd-icon{margin-left:16px;float:none}#stacks_in_29817_28 .page-list{list-style-type:none;padding: 0px ;text-align:left;max-width:100%;margin-left:0}#stacks_in_29817_28 .page-list ul{margin-left:0}#stacks_in_29817_28 .page-list ul li ul{margin-left:0}#stacks_in_29817_28 .page-list.text-custom>li a{font-size:0.70rem}#stacks_in_29817_28 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_28 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_28 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_28 .page-list.text-custom ul.dropdown li a{font-size:0.75rem}#stacks_in_29817_28 .page-list.text-custom li{line-height:1.00rem}@media screen and (min-width:640px){#stacks_in_29817_28 .page-list.text-custom>li a{font-size:0.80rem}#stacks_in_29817_28 .page-list.text-custom ul.dropdown li label,#stacks_in_29817_28 .page-list.text-custom ul.dropdown li span.heading,#stacks_in_29817_28 .page-list.text-custom ul.dropdown li .head{font-size:-0.10rem}#stacks_in_29817_28 .page-list.text-custom ul.dropdown li a{font-size:0.80rem}#stacks_in_29817_28 .page-list.text-custom li{line-height:1.00rem}}#stacks_in_29817_28 .page-list.menu a{display:block}#stacks_in_29817_28 .page-list .heading{  padding-left:0px;  }#stacks_in_29817_28 .page-list .heading,#stacks_in_29817_28 .page-list .head{}
#stacks_in_29817_28 .page-list li.active:not(.has-dropdown)>a{}#stacks_in_29817_28 .page-list ul{list-style:none} #stacks_in_29817_28{z-index:1}#stacks_in_29817_28 .page-list-nav.framed::after{border-radius:0.00px}#stacks_in_29817_28 .page-list-nav.bg-color::after{position:absolute;content:"";top:0;left:0;min-width:100%;width:100%;height:100%;z-index:-1;background-color:rgba(105, 157, 255, 1.00)}  
    #stacks_in_29709.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_29709.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_29709.blu-wrap>.blueprint-col{}#stacks_in_29709.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_29709.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_29709.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_29709.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:3.00% 4.00% 2.00% 4.00% }#stacks_in_29709.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_29709.blu-wrap>.blueprint-col{ }#stacks_in_29709.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_29709.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_29709.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_29709.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_29709.blu-wrap>.blueprint-col{ }
#stacks_in_29709.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_29709.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_29709.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_29709.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_29709.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_29709.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_29709.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_29709.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_29709.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_29711 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_29711 .primary,#stacks_in_29711 .segment{display:inline-block}#stacks_in_29711 .primary.sub-title,#stacks_in_29711 .segment.sub-title{display:block}#stacks_in_29711 [data-seg="segment2"].last-title{display:block}#stacks_in_29711 .segment.no-shadow{text-shadow:none !important}#stacks_in_29711 .segment *{}#stacks_in_29711 .hTxt.primary{vertical-align:baseline}#stacks_in_29711 .segment[data-seg="segment1"]{font-size:100%;color:rgba(156, 157, 159, 1.00);padding:0px 0px 0px 30px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29711 .segment[data-seg="segment1"] div{color:rgba(156, 157, 159, 1.00)}#stacks_in_29711 .segment[data-seg="segment1"] div.mez{font-size:100%}#stacks_in_29711 .segment[data-seg="segment2"]{font-size:100%;color:rgba(100, 101, 103, 1.00);padding:0px 0px 0px 5px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29711 .segment[data-seg="segment2"] div{color:rgba(100, 101, 103, 1.00)}#stacks_in_29711 .segment[data-seg="segment2"] div.mez{font-size:100%}


#stacks_in_29711 {
	border: solid rgba(162, 198, 28, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 2px 30px;
}
#stacks_in_29716 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_29716 .primary,#stacks_in_29716 .segment{display:inline-block}#stacks_in_29716 .primary.sub-title,#stacks_in_29716 .segment.sub-title{display:block}#stacks_in_29716 [data-seg="segment2"].last-title{display:block}#stacks_in_29716 .segment.no-shadow{text-shadow:none !important}#stacks_in_29716 .segment *{}#stacks_in_29716 .hTxt.primary{vertical-align:baseline}#stacks_in_29716 .segment[data-seg="segment1"]{font-size:100%;color:rgba(100, 101, 103, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29716 .segment[data-seg="segment1"] div{color:rgba(100, 101, 103, 1.00)}#stacks_in_29716 .segment[data-seg="segment1"] div.mez{font-size:100%}#stacks_in_29716 .segment[data-seg="segment2"]{font-size:100%;color:rgba(162, 198, 28, 1.00);padding:0px 0px 0px 7px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_29716 .segment[data-seg="segment2"] div{color:rgba(162, 198, 28, 1.00)}#stacks_in_29716 .segment[data-seg="segment2"] div.mez{font-size:100%}


#stacks_in_29716 {
	margin: 0px 0px 0px 86px;
}
 @media(hover:hover){#stacks_in_29722.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_29722.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_29722.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_29722.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_29722.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_29722.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_29722.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:900px){#stacks_in_29722.blu-sidebar.full-height{height:100vh}#stacks_in_29722.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_29722.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_29722.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_29722.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_29722.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_29722.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_29722.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_29722.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:25.00px;margin-right:25.00px}#stacks_in_29722.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_29722.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_29722.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_29722.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:900px){#stacks_in_29722.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_29722.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_29722.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_29722.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_29722.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:5.00px}#stacks_in_29722.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:5.00px}}@media all and (min-width:900px){#stacks_in_29722.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_29722.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_29722.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_29722.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:900px){#stacks_in_29722.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_29722.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_29722.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_29722.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(400px - 0px);flex-basis:calc(400px - 0px);max-width:800px;min-width:400px}
#stacks_in_29722.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}} @media all and (min-width:900px){#stacks_in_29722.blu-sidebar>.blu-side{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:800px;min-width:200px}}  @media all and (min-width:1000px){#stacks_in_29722.blu-sidebar>.blu-side{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(38% - 0px);flex-basis:calc(38% - 0px);max-width:850px;min-width:200px}} #stacks_in_29722.blu-sidebar>.blu-content{padding:30.00px 0.00px 0.00px 0.00px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_29722.blu-sidebar>.blu-content::before,#stacks_in_29722.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_29722.blu-sidebar>.blu-side{padding:35.00px 0.00px 30.00px 0.00px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_29722.blu-sidebar>.blu-side::before,#stacks_in_29722.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
 #stacks_in_29797{ height:auto;overflow:hidden;min-height:480px;max-height:1500px; } 

#tabsstacks_in_29734 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
}

#tabsstacks_in_29734 li {
  display: block;
  margin: 0;
  flex-grow: 1;
  text-align: center;
}

#tabsstacks_in_29734 li .tabtastic-button {
  padding: 8px 10px 8px 10px;
  margin: 5px 0px 5px 0px;
  cursor: pointer;
  background: rgba(156, 157, 159, 1.00);
  font-size: 17px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 1.00);
  border-radius: 5px 5px 5px 5px;
  transition: all 250ms ease-in-out;
  
	
  
  
  
  text-align: center;
  
  
}

@media screen and (min-width: 640px) {
  #tabsstacks_in_29734 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  #tabsstacks_in_29734 li {
      display: inline-block;
      flex-grow: 1;
  }

  #tabsstacks_in_29734 li .tabtastic-button {
    padding: 8px 5px 8px 5px;
    margin: 0px 5px 0px 5px;
  }

  #tabsstacks_in_29734 li:first-child .tabtastic-button {
    margin-left: 0;
  }

  #tabsstacks_in_29734 li:last-child .tabtastic-button {
    margin-right: 0;
  }
}

#tabsstacks_in_29734 li .tabtastic-button:hover {
  background: rgba(162, 198, 28, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#tabsstacks_in_29734 li.current .tabtastic-button {
  background: rgba(162, 198, 28, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

.tabtastic-content{
  display: none;
  padding: 25px 2px 60px 2px;
  margin: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.00);
}

.tabtastic-content.current{
  display: inherit;
}
@media only screen and (max-width:640px){#stacks_in_29750 p,#stacks_in_29750 div{text-align:left !important}}@media only screen and (min-width:0px){#stacks_in_29750{}}

@media only screen and (max-width:640px){#stacks_in_29753 p,#stacks_in_29753 div{text-align:left !important}}@media only screen and (min-width:0px){#stacks_in_29753{}}


#stacks_in_29753 {
	margin: 0px 0px 5px 0px;
}
/* Smart3columns2 stack v2.4.2 */#stacks_in_29861 .s3c_stacks_in_29861_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_29861 .s3c_stacks_in_29861_cw, #stacks_in_29861 .s3c_stacks_in_29861_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}/*#stacks_in_29861 .s3c_stacks_in_29861_cw div[class^="s3c_stacks_in_29861_col"] {*/#stacks_in_29861 .s3c_stacks_in_29861_cw [class^="s3c_stacks_in_29861_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_29861 .s3c_stacks_in_29861_col1 {			width: 40%;				vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_29861 .s3c_stacks_in_29861_col2 {			width: 260px;			vertical-align: middle;   	  	border-radius: 0px;		}#stacks_in_29861 .s3c_stacks_in_29861_col3 {				vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_29861 .s3c_stacks_in_29861_cw .s3c_stacks_in_29861_spacer {	display: table-cell;	width: 0%;}/*@media only screen and (max-width: 920px) {*/@media only screen and (max-width: 920px) {			#stacks_in_29861 .s3c_stacks_in_29861_cw {		/*display: block;*/		table-layout: auto;		display: flex;		flex-direction: column;	}		/*#stacks_in_29861 .s3c_stacks_in_29861_cw div[class^="s3c_stacks_in_29861_col"] {*/	#stacks_in_29861 .s3c_stacks_in_29861_cw [class^="s3c_stacks_in_29861_col"] {		display: block;		width: 100%;	}			#stacks_in_29861 .s3c_stacks_in_29861_cw .s3c_stacks_in_29861_spacer {		display: block;		height: 0px;		width: 100%;	}			#stacks_in_29861 .s3c_stacks_in_29861_col1 {		order: 1;	}		#stacks_in_29861 .s3c_stacks_in_29861_col2 {		order: 3;	}		#stacks_in_29861 .s3c_stacks_in_29861_col3 {		order: 5;	}		#stacks_in_29861 .s3c_stacks_in_29861_spacer:nth-of-type(3n-2) {		order: 2;	}		#stacks_in_29861 .s3c_stacks_in_29861_spacer:nth-of-type(3n-1) {		order: 4;	}		 /* 2F */	#stacks_in_29861 .s3c_stacks_in_29861_cw .s3c_stacks_in_29861_col2 {							}							}/* End of Smart3columns2 stack */#graphicStackstacks_in_29849 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_29849 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_29849 {
	text-align: center;
}

#graphicStackstacks_in_29849 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_29849 img {
	width: 100%;
	height: auto;
	max-width: 350px;
	max-height: 472px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */@media only screen and (max-width:1000px){#stacks_in_29851 p,#stacks_in_29851 div{text-align:center !important}}#stacks_in_29851 p,#stacks_in_29851 div{margin-bottom:0}#stacks_in_29851 p,#stacks_in_29851 div,#stacks_in_29851 ul,#stacks_in_29851 ol,#stacks_in_29851 dl{color:rgba(162, 198, 28, 1.00)}#stacks_in_29851 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_29851 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_29851{}}


#stacks_in_29851 {
	margin: 0px 0px 5px 0px;
}
/* Start of EasyButtons stack v1.0.7 *//* grid settings */#stacks_in_29854 .stacks_out {	margin-left: 0;	margin-right: 0;}#stacks_in_29854 .easyButtonWrapper {	margin: -0px -0px !important;	display: -webkit-box;	display: -ms-flexbox;	display: flex;		-ms-flex-wrap: wrap;	flex-wrap: wrap;			-webkit-box-pack: center;	-ms-flex-pack: center;	justify-content: center; /* center */		-webkit-box-align: center;	-ms-flex-align: center;	-ms-grid-row-align: center;	align-items: center; /* center */}#stacks_in_29854>div>div>div {	padding: 0px 0px !important;} /* auto */@media screen and (max-width: 399px) {	#stacks_in_29854 > div > div, #stacks_in_29854 > div > div a {		width: 100% !important;	}}/* End of EasyButtons stack*/
#stacks_in_29854 {
	margin: 0px 0px 30px 0px;
}
/* EasyButton stack v1.0.5 [each] */

#stacks_in_29855,
#stacks_in_29855 * {
	box-sizing: border-box;
}

/* basic styles for the button */

#stacks_in_29855 #stacks_in_29855-btn a {
	font-size: 13px;
	margin: 0;

	padding: 0.40em 1.00em 0.40em 1.00em !important;

/* ??? */
	
	-webkit-transition: all 300ms, border-width 0s;
	transition: all 300ms, border-width 0s;
	text-decoration: none;
	color: rgba(47, 47, 48, 1.00) !important;
	border: 1px solid rgba(156, 157, 159, 0.10);
 
	border-radius: 6px 6px 6px 6px !important;

	background-color: rgba(156, 157, 159, 0.30);
	
}



#stacks_in_29855 #stacks_in_29855-btn a:hover, #stacks_in_29855 #stacks_in_29855-btn a:focus, #stacks_in_29855 #stacks_in_29855-btn a:active {
	background-color: rgba(156, 157, 159, 0.50);
	border-color: rgba(156, 157, 159, 0.30);
 
	border-radius: 6px 0px 6px 0px !important;

}





#stacks_in_29855 #stacks_in_29855-btn a:before {	
 
	border-radius:  5px 0 5px 0

}



#stacks_in_29855 #stacks_in_29855-btn a.hvr-rectangle-in:before,
#stacks_in_29855 #stacks_in_29855-btn [class*="hvr-shutter-in-"]:before {	
 
	border-radius:  5px 5px 5px 5px

}

#stacks_in_29855 [class*="hvr-radial-"]:before {	
	border-radius: 100% !important;
}

#stacks_in_29855 #stacks_in_29855-btn .hvr-radial-in:before,
#stacks_in_29855 #stacks_in_29855-btn:hover .hvr-radial-in:before,
#stacks_in_29855 #stacks_in_29855-btn .hvr-radial-out {	
	background-color: rgba(156, 157, 159, 0.30) !important;
}

#stacks_in_29855 #stacks_in_29855-btn .hvr-radial-in,
#stacks_in_29855 #stacks_in_29855-btn .hvr-radial-out:before,
#stacks_in_29855 #stacks_in_29855-btn:hover .hvr-radial-out:before {	
	background-color: rgba(156, 157, 159, 0.50) !important;
}

#stacks_in_29855 #stacks_in_29855-btn a {
}

#stacks_in_29855 a .hvr-icon {
	padding-left: .1em;
	padding-right: 0;
}

/*#stacks_in_29855 #stacks_in_29855-btn:hover a {*/
#stacks_in_29855 #stacks_in_29855-btn a:hover, #stacks_in_29855 #stacks_in_29855-btn a:focus {
	color: rgba(47, 47, 49, 1.00) !important;
	-webkit-transition: all 300ms, border-width 0s;
	transition: all 300ms, border-width 0s;
}

#stacks_in_29855 #stacks_in_29855-btn:hover .hvr-bounce-in,
#stacks_in_29855 #stacks_in_29855-btn:hover .hvr-bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#stacks_in_29855 a.hvr-transDur,
#stacks_in_29855 a.hvr-transDurBefore:before,
#stacks_in_29855 a.hvr-transDurAfter:after,
#stacks_in_29855 a.hvr-transDurHover:hover, #stacks_in_29855 a.hvr-transDurHover:focus, #stacks_in_29855 a.hvr-transDurHover:active,
#stacks_in_29855 a.hvr-transDurHover:hover .hvr-icon, #stacks_in_29855 a.hvr-transDurHover:focus .hvr-icon, #stacks_in_29855 a.hvr-transDurHover:active .hvr-icon {
	-webkit-transition-duration: 300ms !important;
	transition-duration: 300ms !important;
}

#stacks_in_29855 a.hvr-animDurHover,
#stacks_in_29855 a.hvr-animDurHover .hvr-icon,
#stacks_in_29855 a.hvr-animDurBefore:before {
	-webkit-animation-duration: 300ms !important;
	animation-duration: 300ms !important;
}

#stacks_in_29855 a.hvr-animDurHover2:hover, #stacks_in_29855 a.hvr-animDurHover2:focus, #stacks_in_29855 a.hvr-animDurHover2:active {
	-webkit-animation-duration: 300ms, 1500ms !important;
	animation-duration: 300ms, 1500ms !important;
}

#stacks_in_29855 a.hvr-animDelHover2:hover, #stacks_in_29855 a.hvr-animDelHover2:focus, #stacks_in_29855 a.hvr-animDelHover2:active {
	-webkit-animation-delay: 0s, 300ms !important;
	animation-delay: 0s, 300ms !important;
}

/* (1) scale + */
#stacks_in_29855 .hvr-transScalePos:hover {
	-webkit-transform: scale(1.200000);
	transform: scale(1.200000);
}

/* (1) scale - */
#stacks_in_29855 .hvr-transScaleNeg:hover {
	-webkit-transform: scale(0.800000);
	transform: scale(0.800000);
}

/* (2) rotate + */
#stacks_in_29855 .hvr-transRotatePos:hover {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

/* (2) rotate - */
#stacks_in_29855 .hvr-transRotateNeg:hover {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

/* (3) move X + */
#stacks_in_29855 .hvr-transMoveXPos:hover {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

/* (3) move X - */
#stacks_in_29855 .hvr-transMoveXNeg:hover {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

/* (3) move Y + */
#stacks_in_29855 .hvr-transMoveYPos:hover {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

/* (3) move Y - */
#stacks_in_29855 .hvr-transMoveYNeg:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

/* (4) transform + */
#stacks_in_29855 .hvr-transTransformPos:hover {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}

/* (4) transform - */
#stacks_in_29855 .hvr-transTransformNeg:hover {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

/* (1+2) scale + & rotate + */
#stacks_in_29855 .hvr-transScalePos.hvr-transRotatePos:hover {
	-webkit-transform: scale(1.200000) rotate(5deg);
	transform: scale(1.200000) rotate(5deg);
}

/* (1+2) scale + & rotate - */
#stacks_in_29855 .hvr-transScalePos.hvr-transRotateNeg:hover {
	-webkit-transform: scale(1.200000) rotate(-5deg);
	transform: scale(1.200000) rotate(-5deg);
}

/* (1+2) scale - & rotate + */
#stacks_in_29855 .hvr-transScaleNeg.hvr-transRotatePos:hover {
	-webkit-transform: scale(0.800000) rotate(5deg);
	transform: scale(0.800000) rotate(5deg);
}

/* (1+2) scale - & rotate - */
#stacks_in_29855 .hvr-transScaleNeg.hvr-transRotateNeg:hover {
	-webkit-transform: scale(0.800000) rotate(-5deg);
	transform: scale(0.800000) rotate(-5deg);
}

#stacks_in_29855 .hvr-icon:before,
#stacks_in_29855 .hvr-icon:after {
	color: rgba(241, 196, 15, 1.00);
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#stacks_in_29855 #stacks_in_29855-btn:hover .hvr-icon:before,
#stacks_in_29855 #stacks_in_29855-btn:hover .hvr-icon:after,
#stacks_in_29855 #stacks_in_29855-btn a:focus .hvr-icon:before,
#stacks_in_29855 #stacks_in_29855-btn a:focus .hvr-icon:after {
	color: rgba(236, 240, 241, 1.00);
}

#stacks_in_29855 .hvr-back-pulse:hover, #stacks_in_29855 .hvr-back-pulse:focus, #stacks_in_29855 .hvr-back-pulse:active {
	-webkit-animation-name: stacks_in_29855-hvr-back-pulse;
	animation-name: stacks_in_29855-hvr-back-pulse;
}

@-webkit-keyframes stacks_in_29855-hvr-back-pulse {
	0% {
		background-color: rgba(156, 157, 159, 0.30);
	}
	50% {
		background-color: rgba(156, 157, 159, 0.50);
	}
	100% {
		background-color: rgba(156, 157, 159, 0.30);
	}
}

@keyframes stacks_in_29855-hvr-back-pulse {
	0% {
		background-color: rgba(156, 157, 159, 0.30);
	}
	50% {
		background-color: rgba(156, 157, 159, 0.50);
	}
	100% {
		background-color: rgba(156, 157, 159, 0.30);
	}
}

#stacks_in_29855 [class*="hvr-radial-"]:before,
#stacks_in_29855 [class*="hvr-bounce-to-"]:hover, #stacks_in_29855 [class*="hvr-bounce-to-"]:focus, #stacks_in_29855 [class*="hvr-bounce-to-"]:active,
#stacks_in_29855 [class*="hvr-sweep-to"]:hover,
#stacks_in_29855 [class*="hvr-rectangle-out"]:hover,#stacks_in_29855 [class*="hvr-shutter-in"]:before,
#stacks_in_29855 [class*="hvr-shutter-out-"],
#stacks_in_29855 [class*="hvr-shutter-out-"]:hover,
#stacks_in_29855 [class*="hvr-rectangle-in"]:before,
#stacks_in_29855 [class*="hvr-rectangle-in"]:hover:before {
	background-color: rgba(156, 157, 159, 0.30) !important;
}

#stacks_in_29855 [class*="hvr-sweep-to"]:before,
#stacks_in_29855 [class*="hvr-bounce-to-"]:before,
#stacks_in_29855 [class*="hvr-rectangle-out"]:before,
#stacks_in_29855 [class*="hvr-shutter-in-"],
#stacks_in_29855 [class*="hvr-shutter-out"]:before,
#stacks_in_29855 [class*="hvr-shutter-in-"],
#stacks_in_29855 [class*="hvr-shutter-in-"]:hover,
#stacks_in_29855 [class*="hvr-rectangle-in"] {
	background-color: rgba(156, 157, 159, 0.50) !important;
}

#stacks_in_29855 .hvr-trim {
	border: none !important;
}
#stacks_in_29855 .hvr-trim:before {
	border: 1px solid rgba(156, 157, 159, 0.30);
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

#stacks_in_29855 .hvr-trim:hover:before, #stacks_in_29855 .hvr-trim:focus:before, #stacks_in_29855 .hvr-trim:active:before {
	border: 1px solid rgba(156, 157, 159, 0.30);
}

#stacks_in_29855 [class*="hvr-ripple-"],
#stacks_in_29855 [class*="hvr-outline-"],
#stacks_in_29855 [class*="hvr-underline-from-"],
#stacks_in_29855 .hvr-reveal,
#stacks_in_29855 .hvr-underline-reveal,
#stacks_in_29855 .hvr-overline-reveal,
#stacks_in_29855 .hvr-overline-from-left,
#stacks_in_29855 .hvr-overline-from-center,
#stacks_in_29855 .hvr-overline-from-right {
	border: none !important;
}

#stacks_in_29855 [class*="hvr-outline-out"]:before,
#stacks_in_29855 [class*="hvr-ripple-out"]:before {
	border: 1px solid rgba(156, 157, 159, 0.10);
}

#stacks_in_29855 [class*="hvr-ripple-in"]:before,
#stacks_in_29855 [class*="hvr-outline-in"]:before {
	border: 1px solid rgba(156, 157, 159, 0.30);
}

#stacks_in_29855 .hvr-outline-out:hover:before, #stacks_in_29855 .hvr-outline-out:focus:before, #stacks_in_29855 .hvr-outline-out:active:before {
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}

#stacks_in_29855 [class*="hvr-underline-from-"]:before {	
	background-color: rgba(156, 157, 159, 0.30);
	height: 1px;
}

#stacks_in_29855 .hvr-reveal:before {
	border-color: rgba(156, 157, 159, 0.30);
}

#stacks_in_29855 .hvr-underline-reveal:before,
#stacks_in_29855 .hvr-overline-reveal:before,
#stacks_in_29855 .hvr-overline-from-left:before,
#stacks_in_29855 .hvr-overline-from-center:before,
#stacks_in_29855 .hvr-overline-from-right:before {
	background-color: rgba(156, 157, 159, 0.30);
	height: 1px;
}

#stacks_in_29855 .hvr-shadow-radial:before {
	bottom: calc(100% + 1px);
}

#stacks_in_29855 .hvr-shadow-radial:after {
	top: calc(100% + 1px);
}

#stacks_in_29855 .hvr-glow:hover, #stacks_in_29855 .hvr-glow:focus, #stacks_in_29855 .hvr-glow:active {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.60);
}

#stacks_in_29855 .hvr-shadow:hover, #stacks_in_29855 .hvr-shadow:focus, #stacks_in_29855 .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.60);
}

#stacks_in_29855 .hvr-grow-shadow:hover, #stacks_in_29855 .hvr-grow-shadow:focus, #stacks_in_29855 .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.60);
}
   
#stacks_in_29855 .hvr-box-shadow-outset:hover, #stacks_in_29855 .hvr-box-shadow-outset:focus, #stacks_in_29855 .hvr-box-shadow-outset:active {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.60);
}

#stacks_in_29855 .hvr-box-shadow-inset:hover, #stacks_in_29855 .hvr-box-shadow-inset:focus, #stacks_in_29855 .hvr-box-shadow-inset:active {
	box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.60), 0 0 1px rgba(0, 0, 0, 0);
	/* Hack to improve aliasing on mobile/tablet devices */
}

#stacks_in_29855 .hvr-float-shadow:before {
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 80%);
}

#stacks_in_29855 .hvr-shadow-radial:before {
	background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 80%);
}
#stacks_in_29855 .hvr-shadow-radial:after {
	background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 80%);
}

#stacks_in_29855 [class*="hvr-bubble-"]:hover, #stacks_in_29855 [class*="hvr-bubble-"]:focus, #stacks_in_29855 [class*="hvr-bubble-"]:active {
	background-color: rgba(156, 157, 159, 0.30);
}

#stacks_in_29855 .hvr-bubble-top:before {
	border-color: transparent transparent rgba(156, 157, 159, 0.30) transparent;
}

#stacks_in_29855 .hvr-bubble-right:before {
	border-color: transparent transparent transparent rgba(156, 157, 159, 0.30);
}

#stacks_in_29855 .hvr-bubble-bottom:before {
	border-color: rgba(156, 157, 159, 0.30) transparent transparent transparent;
}

#stacks_in_29855 .hvr-bubble-left:before {
	border-color: transparent rgba(156, 157, 159, 0.30) transparent transparent;
}

#stacks_in_29855 .hvr-bubble-float-top:before {
	border-color: transparent transparent rgba(156, 157, 159, 0.30) transparent;
}

#stacks_in_29855 .hvr-bubble-float-right:before {
	border-color: transparent transparent transparent rgba(156, 157, 159, 0.30);
}

#stacks_in_29855 .hvr-bubble-float-bottom:before {
	border-color: rgba(156, 157, 159, 0.30) transparent transparent transparent;
}

#stacks_in_29855 .hvr-bubble-float-left:before {
	border-color: transparent rgba(156, 157, 159, 0.30) transparent transparent;
}
  
#stacks_in_29855 .hvr-curl-top-left:before {
	background-color: rgba(255, 255, 255, 1.00); /* IE9 */
	background: linear-gradient(135deg, rgba(255, 255, 255, 1.00) 45%, #aaa 50%, #ccc 56%, rgba(255, 255, 255, 1.00) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='rgba(255, 255, 255, 1.00)', endColorstr='#000000'); /*For IE7-8-9*/
}

#stacks_in_29855 .hvr-curl-top-right:before {
	background-color: rgba(255, 255, 255, 1.00); /* IE9 */
	background: linear-gradient(225deg, rgba(255, 255, 255, 1.00) 45%, #aaa 50%, #ccc 56%, rgba(255, 255, 255, 1.00) 80%);
}

#stacks_in_29855 .hvr-curl-bottom-right:before {
	background-color: rgba(255, 255, 255, 1.00); /* IE9 */
	background: linear-gradient(315deg, rgba(255, 255, 255, 1.00) 45%, #aaa 50%, #ccc 56%, rgba(255, 255, 255, 1.00) 80%);
}

#stacks_in_29855 .hvr-curl-bottom-left:before {
	background-color: rgba(255, 255, 255, 1.00); /* IE9 */
	background: linear-gradient(45deg, rgba(255, 255, 255, 1.00) 45%, #aaa 50%, #ccc 56%, rgba(255, 255, 255, 1.00) 80%);
}

#stacks_in_29855 [class*="hvr-curl-"]:hover:before, #stacks_in_29855 [class*="hvr-curl-"]:focus:before, #stacks_in_29855 [class*="hvr-curl-"]:active:before {
	width: 25px;
	height: 25px;
}
@media only screen and (max-width:640px){#stacks_in_29756 p,#stacks_in_29756 div{text-align:left !important}}@media only screen and (min-width:0px){#stacks_in_29756{}}

#stacks_in_29808 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_29808 > .s-pro > .sections-layer{display:none}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:400px;max-width:100%}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:400px;max-width:100%}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:15.00px;padding-bottom:15.00px}@media screen and (min-width:640px){#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPad{padding-top:15.00px;padding-bottom:15.00px}}#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPadSide{padding-left:0.00%;padding-right:0.00%}@media screen and (min-width:640px){#stacks_in_29808 > .s-pro > .shear-wrapper > .shear-inner > .inner-content.manPadSide{padding-left:10.00%;padding-right:0.00%}}
#stacks_in_29768 h4,#stacks_in_29768 .hTxt:not(.segment) div{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_29768 h4,#stacks_in_29768 .hTxt:not(.segment) div{font-size:1.05rem}}#stacks_in_29768 h4,#stacks_in_29768 div{color:rgba(61, 59, 62, 1.00)}#stacks_in_29768 h4 a,#stacks_in_29768 div a{color:rgba(61, 59, 62, 1.00)}#stacks_in_29768 h4 a:hover,#stacks_in_29768 div a:hover{color:rgba(45, 44, 46, 1.00)}#stacks_in_29768 small,#stacks_in_29768 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_29768 h4.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_29768 .primary,#stacks_in_29768 .hp-img{display:inline-block}#stacks_in_29768 .hp-img.leader{vertical-align:middle;margin-top:-4px;margin-right:9px;height:30px}@media screen and (min-width:640px){#stacks_in_29768 .hp-img.leader{height:45px}}#stacks_in_29768 .hp-img.leader.toggle-off,#stacks_in_29768 .hp-img.leader.toggle-Off,#stacks_in_29768 .hp-img.leader.toggle-OFF,#stacks_in_29768 .hp-img.leader.toggle-NO,#stacks_in_29768 .hp-img.leader.toggle-No,#stacks_in_29768 .hp-img.leader.toggle-no,#stacks_in_29768 .hp-img.leader.toggle-false{display:none}

/* -- Start Skyward Each css Template -- */

.stacks_in_29789skyward, .stacks_in_29789skywardInner, .stacks_in_29789wrapper {
	position: relative;
	z-index: 1;
	overflow: visible;
}


.stacks_in_29789skywardInner {
	top: -11px;
	margin-bottom: -11px;
}
	
		@media (max-width: 768px) {
			.stacks_in_29789skywardInner {
				top: -9px;
				margin-bottom: -9px;
			}
		}
		
		@media (max-width: 640px) {
			.stacks_in_29789skywardInner {
				top: -4px;
				margin-bottom: -4px;
			}
		}
	





.skywardClearing:after{
	content: "";
    display: table;
    clear: both;
}


/* -- End Skyward Each css Template -- */#stacks_in_29785 h4,#stacks_in_29785 .hTxt:not(.segment) div{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_29785 h4,#stacks_in_29785 .hTxt:not(.segment) div{font-size:1.05rem}}#stacks_in_29785 h4,#stacks_in_29785 div{color:rgba(61, 59, 62, 1.00)}#stacks_in_29785 h4 a,#stacks_in_29785 div a{color:rgba(61, 59, 62, 1.00)}#stacks_in_29785 h4 a:hover,#stacks_in_29785 div a:hover{color:rgba(45, 44, 46, 1.00)}#stacks_in_29785 small,#stacks_in_29785 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_29785 h4.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_29785 {
	margin: 0px 75px 0px 0px;
	padding: 0px 10px 0px 0px;
}
/* -- Start Skyward Each css Template -- */

.stacks_in_29771skyward, .stacks_in_29771skywardInner, .stacks_in_29771wrapper {
	position: relative;
	z-index: 1;
	overflow: visible;
}


.stacks_in_29771skywardInner {
	top: -6px;
	margin-bottom: -6px;
}
	
		@media (max-width: 768px) {
			.stacks_in_29771skywardInner {
				top: -5px;
				margin-bottom: -5px;
			}
		}
		
		@media (max-width: 640px) {
			.stacks_in_29771skywardInner {
				top: -1px;
				margin-bottom: -1px;
			}
		}
	





.skywardClearing:after{
	content: "";
    display: table;
    clear: both;
}


/* -- End Skyward Each css Template -- */#stacks_in_29772 h4,#stacks_in_29772 .hTxt:not(.segment) div{font-size:1.15rem}@media all and (max-width:640px){#stacks_in_29772 h4,#stacks_in_29772 .hTxt:not(.segment) div{font-size:1.05rem}}#stacks_in_29772 h4,#stacks_in_29772 div{color:rgba(61, 59, 62, 1.00)}#stacks_in_29772 h4 a,#stacks_in_29772 div a{color:rgba(61, 59, 62, 1.00)}#stacks_in_29772 h4 a:hover,#stacks_in_29772 div a:hover{color:rgba(45, 44, 46, 1.00)}#stacks_in_29772 small,#stacks_in_29772 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_29772 h4.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_29772 .primary,#stacks_in_29772 .hp-img{display:inline-block}#stacks_in_29772 .hp-img.trailer{vertical-align:middle;margin-top:-3px;margin-left:12px;height:30px}@media screen and (min-width:640px){#stacks_in_29772 .hp-img.trailer{height:45px}}#stacks_in_29772 .hp-img.trailer.toggle-off,#stacks_in_29772 .hp-img.trailer.toggle-Off,#stacks_in_29772 .hp-img.trailer.toggle-OFF,#stacks_in_29772 .hp-img.trailer.toggle-NO,#stacks_in_29772 .hp-img.trailer.toggle-No,#stacks_in_29772 .hp-img.trailer.toggle-no,#stacks_in_29772 .hp-img.trailer.toggle-false{display:none}

/* Start Responsive Shim stack CSS code */.stacks_in_29799shim{	padding-top: 1px;}@media all and (max-width: 900px) {.stacks_in_29799shim{	padding-top: 70px;}}@media all and (max-width: 480px) {.stacks_in_29799shim{	padding-top: 30px;}}/* End Responsive Shim stack CSS code */.style-pro-stacks_in_29709::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_29709:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 4px 4px 30px 1px rgba(25, 25, 25, 0.12)  ;box-shadow: 4px 4px 30px 1px rgba(25, 25, 25, 0.12)  }.style-pro-stacks_in_29709:not(.bdr-vault)::before,.style-pro-stacks_in_29709:not(.bdr-vault)::after{border-radius: 6px }.style-pro-stacks_in_29709:not(.bdr-vault) > .sections-layer{border-radius: 6px }
.style-pro-stacks_in_29709::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_29709:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center bottom;background-size:contain;}.style-pro-stacks_in_29709:not(.bg-vault):not(.bg-featured)::before{background-image:url(../files/obgImage-29759.png);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_29709:not(.bg-vault)::before{background-attachment:scroll !important}}

.style-pro-stacks_in_29709::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_29709:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(251, 251, 251, 1.00)}


:root{--pc-border-radius-style-sm:8px;--pc-border-radius-style:8px;--pc-box-shadow-style-sm:0px 0px 10px rgba(0, 0, 0, 1.00);--pc-box-shadow-style:0px 0px 10px rgba(0, 0, 0, 1.00);--pc-title-font:inherit; --pc-body-font:inherit; --pc-button-font:inherit; --pc-border-width:0;--pc-border-style-sm:solid;--pc-border-style:solid;}:root{--pc-header-color:rgba(255, 255, 255, 1.00);--pc-footer-color:rgba(255, 255, 255, 1.00);--pc-body-color:rgba(255, 255, 255, 1.00);--pc-title-color:rgba(66, 66, 66, 1.00);--pc-text-color:rgba(66, 66, 66, 1.00);--pc-link-color:rgba(0, 128, 255, 1.00);--pc-link-color-hover:rgba(0, 128, 255, 0.80);--pc-lang-button-color:rgba(255, 255, 255, 1.00);--pc-lang-button-color-hover:rgba(255, 255, 255, 0.80);--pc-button-disable:rgba(143, 156, 156, 0.80);--pc-button-disable-hover:rgba(143, 156, 156, 0.60);--pc-button-disable-text:rgba(255, 255, 255, 1.00);--pc-button-disable-text-hover:rgba(255, 255, 255, 1.00);--pc-button-disable-border:rgba(255, 255, 255, 1.00);--pc-button-disable-border-hover:rgba(255, 255, 255, 1.00);--pc-button-enable:rgba(162, 198, 28, 1.00);--pc-button-enable-hover:rgba(162, 198, 28, 0.80);--pc-button-enable-text:rgba(255, 255, 255, 1.00);--pc-button-enable-text-hover:rgba(255, 255, 255, 1.00);--pc-button-enable-border:rgba(255, 255, 255, 1.00);--pc-button-enable-border-hover:rgba(255, 255, 255, 1.00);--pc-border-color:rgba(165, 165, 165, 1.00);--pc-badge-border-color:rgba(165, 165, 165, 1.00);--pc-badge-border-color-hover:rgba(165, 165, 165, 0.80);--pc-badge-color:rgba(66, 66, 66, 1.00);--pc-badge-color-hover:rgba(66, 66, 66, 0.80);--pc-badge-icon-color:rgba(192, 192, 192, 1.00);--pc-badge-icon-color-hover:rgba(192, 192, 192, 0.80);}button{margin:0}#privacy-center{display:none}.pcblocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:99;box-sizing:border-box;background:rgba(0, 0, 0, 0.75)}.pcblocker:before{content:"";display:inline-block;height:100vh;vertical-align:middle}.pcblocker.behind{background-color:transparent;}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}@media only screen and (max-width: 640px) {#pc_privacy-badge {position:relative;}.pc_privacy-badge_inner {position:absolute;bottom:8px;left:8px;}.pc_privacy-badge {width: 50px;height: 50px;}}@media only screen and (min-width: 640px) {#pc_privacy-badge {position:relative;}.pc_privacy-badge_inner {position:absolute;bottom:12px;left:12px;}.pc_privacy-badge {width: 50px;height: 50px;}}@media only screen and (min-width: 1024px) {#pc_privacy-badge {position:relative;}.pc_privacy-badge_inner {position:absolute;bottom:16px;left:16px;}.pc_privacy-badge {width: 50px;height: 50px;}}#pc_privacy-badge {}.pc_privacy-badge {position: relative;background:var(--pc-badge-color);border-radius: 50%;border-width: 0px;border-style: solid;border-color:var(--pc-badge-border-color);filter:drop-shadow(0px 0px 0px rgba(0, 0, 0, 1.00));cursor: pointer;z-index:1;}.pc_privacy-badge:hover{background:var(--pc-badge-color-hover);border-color:var(--pc-badge-border-color-hover);}.pc_badge_icon {position: relative;width:70%;height:70%;top:50%;left:50%;transform: translate(-50%,-50%);color:var(--pc-badge-icon-color);}.pc_badge_icon:hover {color:var(--pc-badge-icon-color-hover);}
.pcblocker{text-align:right;}#pc_cc.pcmodal{display:none;}#pc_cc.pcmodal{box-sizing:border-box;vertical-align:top;position:relative;z-index:9999;width:100%;max-width:800px;overflow:hidden;}@media only screen and (max-width:640px){.pcblocker{padding:0 0px 0 0px}#pc_cc.pcmodal{border-width:0px;border-style:none;border-radius:0;box-shadow:var(--pc-box-shadow-style-sm);top:0px;}.pc_cc_titlebar{padding:10px 16px 0px 16px}.pc_cc_title{font-size:1.00rem}.pc_cc_lang_button_icon{height:32px}.pc_cc_lang_dropdown{font-size:1.00rem}.pc_cc_body{padding:4px 16px 8px 16px}.pc_cc_text{font-size:0.90rem}.pc_cc_textlink{font-size:1.00rem;margin-top:8px}.pc_cc_footer{padding:8px 8px 8px 8px}.pc_cc_buttons{justify-content:space-around}.pc_cc_button{font-size:0.90rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00);flex:1 1 auto; }.pc_cc_reject{margin-right:calc(16px / 2)}.pc_cc_allow{margin-left:calc(16px / 2)}}@media only screen and (min-width:640px){.pcblocker{padding:0 8px 0 8px}#pc_cc.pcmodal{border-width:0px;border-style:solid;border-radius:5px;box-shadow:var(--pc-box-shadow-style);top:8px;}.pc_cc_titlebar{padding:10px 16px 0px 16px}.pc_cc_title{font-size:1.10rem}.pc_cc_lang_button_icon{height:32px}.pc_cc_lang_dropdown{font-size:1.00rem}.pc_cc_body{padding:4px 16px 12px 16px}.pc_cc_text{font-size:1.00rem}.pc_cc_textlink{font-size:1.00rem;margin-top:8px}.pc_cc_footer{padding:8px 12px 12px 8px}.pc_cc_buttons{justify-content:center}.pc_cc_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00);white-space:nowrap;}.pc_cc_reject{margin-right:calc(18px / 2)}.pc_cc_allow{margin-left:calc(18px / 2)}}@media only screen and (min-width:1111px){.pcblocker{padding:0 12px 0 12px}#pc_cc.pcmodal{top:12px;}.pc_cc_titlebar{padding:10px 16px 0px 16px}.pc_cc_title{font-size:1.10rem}.pc_cc_lang_button_icon{height:32px}.pc_cc_lang_dropdown{font-size:1.00rem}.pc_cc_body{padding:4px 16px 12px 16px}.pc_cc_text{font-size:1.00rem}.pc_cc_textlink{font-size:1.00rem;margin-top:15px}.pc_cc_footer{padding:8px 16px 16px 8px}.pc_cc_button{font-size:1.00rem;padding:8px 16px}.pc_cc_reject{margin-right:calc(20px / 2)}.pc_cc_allow{margin-left:calc(20px / 2)}}.pc_cc_titlebar{display:flex;flex-wrap:nowrap;align-items:center;line-height:1.3;}.pc_cc_title{flex:1 1 auto;font-weight:bold;text-align:center;font-family:var(--pc-title-font);}.pc_cc_text{text-align:center;font-family:var(--pc-body-font);}.pc_cc_textlink{text-align:center;font-family:var(--pc-body-font);}.pc_cc_textlink a{text-decoration:none;}.pc_cc_buttons{display:flex;flex-wrap:nowrap;line-height:1.3;}.pc_cc_button{text-align:center;font-weight:bold;border-radius:5px;cursor:pointer;font-family:var(--pc-button-font);}.pc_cc_lang_menu{flex:0 1 auto;position:relative;padding:0 0 0 8px;line-height:initial; display:none}.pc_cc_lang_button{border:0;background:none;padding:0;cursor:pointer;}.pc_cc_lang_button_label{display:none;}.pc_cc_lang_button_icon{margin:-3px auto -6px auto;}.pc_cc_lang_dropdown{display:none;position:absolute;margin-top:4px;right:0;width:auto;font-family:var(--pc-body-font);padding:4px;border-width:0px;border-style:solid;box-shadow:2px 2px 8px rgba(0, 0, 0, 0.60);border-radius:4px;z-index:calc(9999 + 1);}.pc_cc_lang_dropdown ul{list-style:none;margin:0;padding:0;}.pc_cc_dd_item{padding:8px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(200, 200, 200, 1.00);cursor:pointer;}.pc_cc_dd_item:last-of-type{border-bottom:0}.pc_cc_lang_dd_show{display:block;}#pc_cc.pcmodal{background:var(--pc-body-color);border-color:rgba(165, 165, 165, 1.00);}.pc_cc_titlebar{background:var(--pc-header-color);}.pc_cc_lang_button_icon{fill:var(--pc-lang-button-color);}.pc_cc_lang_button_icon:hover{fill:var(--pc-lang-button-color-hover);}.pc_cc_lang_dropdown{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);border-color:rgba(66, 66, 66, 1.00);}.pc_cc_dd_item{border-bottom-color:rgba(200, 200, 200, 1.00);}.pc_cc_dd_item:focus{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_cc_dd_item:hover{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_cc_title{color:var(--pc-title-color);}.pc_cc_text{color:var(--pc-text-color);}.pc_cc_textlink a{color:rgba(149, 182, 26, 1.00);}.pc_cc_textlink a:hover{color:rgba(66, 66, 66, 1.00);}.pc_cc_footer{background:var(--pc-footer-color);}.pc_cc_reject{background:var(--pc-button-disable);color:var(--pc-button-disable-text);border-color:var(--pc-button-disable-border);}.pc_cc_reject:hover{background:var(--pc-button-disable-hover);color:var(--pc-button-disable-text-hover);border-color:var(--pc-button-disable-border-hover);}.pc_cc_allow{background:var(--pc-button-enable);color:var(--pc-button-enable-text);border-color:var(--pc-button-enable-border);}.pc_cc_allow:hover{background:var(--pc-button-enable-hover);color:var(--pc-button-enable-text-hover);border-color:var(--pc-button-enable-border-hover);}
#privacySettings.pcmodal{display:none;width:95%;max-height:90vh;vertical-align:middle;z-index:99;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}#privacySettings.pcmodal{box-sizing:border-box;max-width:650px;overflow:hidden;text-align:left;}@media only screen and (max-width:640px){#privacySettings.pcmodal{border-width:0px;border-style:solid;border-radius:6px;box-shadow:var(--pc-box-shadow-style-sm)}.pc_ps_titlebar{padding:8px 8px 4px 8px}.pc_ps_title{font-size:1.00rem}.pc_ps_lang_button_icon{height:32px}.pc_ps_lang_dropdown{font-size:1.00rem}.pc_ps_body{padding:0px 8px 0px 8px}.pc_ps_text{font-size:0.90rem}.pc_ps_buttons{margin:16px auto}.pc_ps_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00)}.pc_ps_button.pc_ps_reject{margin-right:calc(16px / 2)}.pc_ps_button.pc_ps_allow{margin-left:calc(16px / 2)}.pc_ps_manage{font-size:1.00rem;padding:0px 0px 0px 0px}.pc_ps_ccdelete .pc_ps_icon-trash-alt{width:24px;height:24px}.pc_ps_locked .pc_ps_icon-lock-alt{width:24px;height:24px}.pc_ps_swtitle{font-size:1.00rem}.pc_ps_category_text{font-size:0.90rem;padding:8px 8px 8px 8px}.pc_ps_category_subtitle{font-size:0.90rem}.pc_ps_tblcookies th{font-size:0.90rem}.pc_ps_tblcookies td{font-size:0.90rem}.pc_ps_footer{padding:8px 8px 8px 8px}.pc_ps_footer_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00)}.pc_ps_footer_button.pc_ps_cancel{margin-right:calc(16px / 2)}.pc_ps_footer_button.pc_ps_save{margin-left:calc(16px / 2)}}@media only screen and (min-width:640px){#privacySettings.pcmodal{border-width:0px;border-style:solid;border-radius:6px;box-shadow:var(--pc-box-shadow-style)}.pc_ps_titlebar{padding:10px 16px 4px 16px}.pc_ps_title{font-size:1.00rem}.pc_ps_lang_button_icon{height:32px}.pc_ps_lang_dropdown{font-size:1.00rem}.pc_ps_body{padding:0px 16px 0px 16px}.pc_ps_text{font-size:0.90rem}.pc_ps_buttons{margin:20px auto}.pc_ps_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00);white-space:nowrap}.pc_ps_button.pc_ps_reject{margin-right:calc(16px / 2)}.pc_ps_button.pc_ps_allow{margin-left:calc(16px / 2)}.pc_ps_manage{font-size:1.10rem;padding:0px 0px 0px 0px}.pc_ps_ccdelete .pc_ps_icon-trash-alt{width:24px;height:24px}.pc_ps_locked .pc_ps_icon-lock-alt{width:24px;height:24px}.pc_ps_swtitle{font-size:1.00rem}.pc_ps_category_text{font-size:0.90rem;padding:8px 16px 8px 16px}.pc_ps_category_subtitle{font-size:0.90rem}.pc_ps_tblcookies th{font-size:0.90rem}.pc_ps_tblcookies td{font-size:0.90rem}.pc_ps_footer{padding:8px 16px 8px 16px}.pc_ps_footer_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00)}.pc_ps_footer_button.pc_ps_cancel{margin-right:calc(16px / 2)}.pc_ps_footer_button.pc_ps_save{margin-left:calc(16px / 2)}}@media only screen and (min-width:1024px){.pc_ps_titlebar{padding:12px 16px 4px 16px}.pc_ps_title{font-size:1.00rem}.pc_ps_lang_button_icon{height:32px}.pc_ps_lang_dropdown{font-size:1.00rem}.pc_ps_body{padding:0px 16px 0px 16px}.pc_ps_text{font-size:0.90rem}.pc_ps_buttons{margin:24px auto}.pc_ps_button{font-size:1.00rem;padding:8px 16px}.pc_ps_button.pc_ps_reject{margin-right:calc(16px / 2)}.pc_ps_button.pc_ps_allow{margin-left:calc(16px / 2)}.pc_ps_manage{font-size:1.10rem;padding:0px 0px 0px 0px}.pc_ps_ccdelete .pc_ps_icon-trash-alt{width:24px;height:24px}.pc_ps_locked .pc_ps_icon-lock-alt{width:24px;height:24px}.pc_ps_swtitle{font-size:1.00rem}.pc_ps_category_text{font-size:0.90rem;padding:8px 16px 8px 16px}.pc_ps_category_subtitle{font-size:0.90rem}.pc_ps_tblcookies th{font-size:0.90rem}.pc_ps_tblcookies td{font-size:0.90rem}.pc_ps_footer{padding:12px 16px 12px 16px}.pc_ps_footer_button{font-size:1.00rem;padding:8px 16px}.pc_ps_footer_button.pc_ps_cancel{margin-right:calc(16px / 2)}.pc_ps_footer_button.pc_ps_save{margin-left:calc(16px / 2)}}.pc_ps_titlebar{display:flex;flex-wrap:nowrap;align-items:center;line-height:1.3;}.pc_ps_title{flex:1 1 auto;text-align:left;font-weight:bold;font-family:var(--pc-title-font);}.pc_ps_lang_menu{flex:0 1 auto;position:relative;padding:0 0 0 8px;line-height:initial; display:none}.pc_ps_lang_button{border:0;background:none;padding:0;cursor:pointer;}.pc_ps_lang_button:focus{outline:3px solid rgba(104,154,238,1.00);outline-offset:0;}.pc_ps_lang_button_label{display:none;}.pc_ps_lang_button_icon{margin:-3px auto -6px auto;}.pc_ps_lang_dropdown{display:none;position:absolute;margin-top:4px;right:0;width:auto;font-family:var(--pc-body-font);padding:4px;border-width:0px;border-style:solid;box-shadow:2px 2px 8px rgba(0, 0, 0, 0.60);border-radius:4px;z-index:calc(99 + 1);}.pc_ps_lang_dropdown ul{list-style:none;margin:0;padding:0;}.pc_ps_dd_item{padding:8px;border-bottom-width:1px;border-bottom-style:solid;cursor:pointer;}.pc_ps_dd_item:last-of-type{border-bottom:0}.pc_ps_lang_dd_show{display:block;}.pc_ps_body{max-height:70vh;overflow-y:auto;}.pc_ps_body p{margin-block-start:.5em;margin-block-end:.5em;}.pc_ps_text{text-align:left;line-height:1.4;font-family:var(--pc-body-font);}.pc_ps_buttons{display:flex;flex-wrap:nowrap;justify-content:space-evenly;line-height:1.3}.pc_ps_button{text-align:center; font-weight:bold;border-radius:6px;white-space:nowrap; cursor:pointer;font-family:var(--pc-button-font);}.pc_ps_manage{font-weight:bold;text-align:left;font-family:var(--pc-title-font);}.pc_ps_cookiecontrols{margin:16px auto}.pc_ps_switch{position:relative;display:inline-block;}.pc_ps_switch{width:3rem;height:1.5rem;}.pc_ps_switch input{opacity:0;width:0;height:0;}.pc_ps_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;}.pc_ps_slider:before{position:absolute;content:"";transition:.4s;}.pc_ps_slider:before{height:1rem;width:1rem;left:.25rem;bottom:.25rem;}.pc_ps_slider.pc_ps_sw_style{border-radius:2.5rem;}.pc_ps_slider.pc_ps_sw_style:before{border-radius:50%;}input:checked + .pc_ps_slider:before{transform:translateX(1.5rem);}input:checked + .pc_ps_slider:after{content:"";transform:translate(-125%,-50%);}input:focus + .pc_ps_slider:before{opacity:.5;}input:disabled + .pc_ps_slider{cursor:not-allowed;}input:focus + .pc_ps_slider.pc_ps_sw_style{outline:3px solid rgba(104,154,238,1.00);outline-offset:1px;transition:0s;}.pc_ps_ccdelete{cursor:pointer;}.pc_ps_ccdelete:active{transform:translateY(4px);}.pc_ps_ccdelete.disabled{cursor:not-allowed;}.pc_ps_ccdelete.disabled .pc_ps_icon-trash-alt{cursor:not-allowed;}.pc_ps_locked .pc_ps_icon-lock-alt{cursor:not-allowed;}.pc_js-accordion-header{padding:8px;cursor:pointer;transition:all .3s;line-height:1;font-weight:bold;font-family:var(--pc-title-font);}.pc_js-accordion-body{display:none; font-family:var(--pc-body-font);}.pc_js-accordion-item>.pc_js-accordion-header:before{content:"\002B";margin-right:8px;font-size:1.2em;transition:.3s all;transform:rotate(0deg);}.pc_js-accordion-item.active>.pc_js-accordion-header:before{content:"\00D7";transform:rotate(-180deg);margin-top:4px;}.pc_js-subaccordion{display:none;padding:0;}.pc_ps_category{border-width:1px;border-style:solid;border-top-style:none;}.pc_ps_category.active{padding-bottom:0;}#pc_ps_cat1{border-top-width:1px;border-top-style:solid;}.pc_ps_wrapper{display:flex;flex-wrap:nowrap;align-items:center;padding:12px 8px;}.pc_js-subaccordion .pc_ps_wrapper{padding:8px}.pc_ps_swtitle{flex:1 1 auto;text-align:left;}.pc_ps_category_text{text-align:left;line-height:1.4;}.pc_ps_category_subtitle{flex:1 1 auto;text-align:left;font-weight:bold;font-family:var(--pc-title-font);}.pc_ps_swswitch{flex:0 1 auto;margin-left:8px}.pc_ps_cat1_cb .pc_ps_slider{cursor:not-allowed!important}#pc_ps_cat3{display:none;}#pc_ps_cat4{display:none;}#pc_ps_cat6{display:none;}.pc_js-accordion-body__contents.pc_ps_subcontents{padding:8px}.pc_ps_tblcookies{padding:8px;width:100%;border-spacing:0 2px;border-width:1px;border-style:solid;}table.pc_ps_tblcookies{border-collapse:collapse;}.pc_ps_tblcookies td,.pc_ps_tblcookies th{padding:8px;border-width:1px;border-style:solid;}.pc_ps_tblcookies th{text-align:left;font-weight:bold;font-family:var(--pc-title-font);}.pc_ps_tblcookies td{text-align:left;font-family:var(--pc-body-font);vertical-align:top;}.pc_ps_tblcookies tr td:last-child{width:24px;}.pc_ps_footer_buttons{display:flex;flex-wrap:nowrap;justify-content:flex-end;line-height:1.3}.pc_ps_footer_button{ font-weight:bold;text-align:center;border-radius:8px;cursor:pointer;font-family:var(--pc-button-font);}.poweredby{flex:1 0 auto;line-height:1.3}#privacySettings.pcmodal{background:var(--pc-body-color);border-color:rgba(165, 165, 165, 1.00);}.pc_ps_titlebar{background:var(--pc-header-color);}.pc_ps_title{color:var(--pc-title-color);}.pc_ps_lang_button_icon{fill:var(--pc-lang-button-color);}.pc_ps_lang_button_icon:hover{fill:var(--pc-lang-button-color-hover);}.pc_ps_lang_dropdown{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);border-color:rgba(66, 66, 66, 1.00);}.pc_ps_dd_item{border-color:rgba(200, 200, 200, 1.00);}.pc_ps_dd_item:focus{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_ps_dd_item:hover{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_ps_text{color:var(--pc-text-color);}.pc_ps_reject{background:var(--pc-button-disable);color:var(--pc-button-disable-text);border-color:var(--pc-button-disable-border);}.pc_ps_reject:hover{background:var(--pc-button-disable-hover);color:var(--pc-button-disable-text-hover);border-color:var(--pc-button-disable-border-hover);}.pc_ps_allow{background:var(--pc-button-enable);color:var(--pc-button-enable-text);border-color:var(--pc-button-enable-border);}.pc_ps_allow:hover{background:var(--pc-button-enable-hover);color:var(--pc-button-enable-text-hover);border-color:var(--pc-button-enable-border-hover);}.pc_ps_manage{color:var(--pc-title-color);}.pc_ps_slider{background:rgba(181, 181, 181, 1.00);}.pc_ps_slider:hover{background:rgba(181, 181, 181, 1.00);}.pc_ps_slider:before{background:#FFFFFF;}input:checked + .pc_ps_slider{background:rgba(162, 198, 28, 1.00);}input:checked + .pc_ps_slider:hover{background:rgba(162, 198, 28, 0.80);}input:focus + .pc_ps_slider:before{background:rgba(162, 198, 28, 1.00);}input:focus:checked + .pc_ps_slider:before{background:#FFFFFF;}input:disabled + .pc_ps_slider{background:rgba(162, 198, 28, 1.00);}input:disabled + .pc_ps_slider:hover{background:rgba(162, 198, 28, 1.00);}input:focus + .pc_ps_slider.pc_ps_sw_style{outline:3px solid rgba(104,154,238,1.00);outline-offset:1px;transition:0s;}.pc_ps_locked .pc_ps_icon-lock-alt{fill:rgba(128, 128, 128, 1.00);}.pc_ps_ccdelete .pc_ps_icon-trash-alt{fill:rgba(128, 0, 0, 1.00);}.pc_ps_ccdelete .pc_ps_icon-trash-alt:hover{fill:rgba(128, 0, 0, 0.80);}.pc_ps_ccdelete.disabled .pc_ps_icon-trash-alt{fill:rgba(128, 128, 128, 1.00);}.pc_js-accordion-body{background:rgba(255, 255, 255, 1.00);}.pc_ps_category{border-color:rgba(192, 192, 192, 1.00);}#pc_ps_cat1{border-top-color:rgba(192, 192, 192, 1.00);}.pc_js-accordion-header{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_js-accordion-header:hover{background:rgba(229, 229, 229, 1.00);color:rgba(66, 66, 66, 0.80);}.pc_js-subaccordion .pc_js-accordion-header{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_js-subaccordion .pc_js-accordion-header:hover{background:rgba(229, 229, 229, 1.00);color:rgba(66, 66, 66, 0.80);}.pc_ps_category.active .pc_js-accordion-header{background:rgba(229, 229, 229, 1.00);color:rgba(66, 66, 66, 0.80);}.pc_ps_category_text{color:rgba(66, 66, 66, 1.00);}.pc_ps_tblcookies{border-color:rgba(192, 192, 192, 1.00);}.pc_ps_tblcookies td,.pc_ps_tblcookies th{border-color:rgba(192, 192, 192, 1.00);}.pc_ps_tblcookies th{background:rgba(228, 228, 228, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_ps_tblcookies tr:nth-child(odd){background:rgba(238, 238, 238, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_ps_tblcookies tr:nth-child(even){background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_ps_footer{background:var(--pc-footer-color);}.pc_ps_cancel{background:var(--pc-button-disable);color:var(--pc-button-disable-text);border-color:var(--pc-button-disable-border);}.pc_ps_cancel:hover{background:var(--pc-button-disable-hover);color:var(--pc-button-disable-text-hover);border-color:var(--pc-button-disable-border-hover);}.pc_ps_save{background:var(--pc-button-enable);color:var(--pc-button-enable-text);border-color:var(--pc-button-enable-border);}.pc_ps_save:hover{background:var(--pc-button-enable-hover);color:var(--pc-button-enable-text-hover);border-color:var(--pc-button-enable-border-hover);}
