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


.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_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}
.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.com_joeworkman_stacks_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}
.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}}
/* Corner Stack v.1.0.1 */


/* General styles for the modal */

.corner-modal {
	position: fixed;
	z-index: 9999;
  transform: translateZ(0px);
	right: 0px;
  bottom: 0px;
	max-width: 320px;
	/*max-height:100%;*/
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	margin:20px;
}

.corner-modal.corner-show{
	visibility: visible;
}

.corner-button {
	visibility: hidden;
	opacity: 0;
	z-index: 9998;
	transform: translateZ(0px);
	position: fixed;
	right:0px;
	bottom:0px;
	padding:10px 20px;
  margin: 20px;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
  cursor:pointer;
}

.corner-button.corner-tl,
.corner-button.corner-tr {
	margin-top: -60px;
}

.corner-button.corner-bl,
.corner-button.corner-br {
	margin-bottom: -60px;
}

.corner-button.corner-show {
	visibility: visible;
	opacity: 1;
}

.corner-button.corner-tl.corner-show,
.corner-button.corner-tr.corner-show {
	margin-top: 20px;
}

.corner-button.corner-bl.corner-show,
.corner-button.corner-br.corner-show {
	margin-bottom: 20px;
}

.corner-close {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

.corner-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-overlay.corner-show {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.corner-content {
	position: relative;
	margin: 0 auto;
  padding:30px 20px 20px 20px;
}

/*.corner-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}*/

.corner-tl
{
	left: 0px;
  top: 0px;
  bottom: auto !important;
  right:auto !important;
}

.corner-tr
{
	left: auto !important;
  top: 0px;
  bottom: auto !important;
  right:0px;
}

.corner-br
{
	left: auto !important;
  top: auto !important;
  bottom: 0px;
  right:0px;
}

.corner-bl
{
	left: 0px;
  top: auto !important;
  bottom: 0px;
  right:auto !important;
}


/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.corner-effect-1 .corner-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-1 .corner-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.corner-effect-2 .corner-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.corner-show.corner-effect-2 .corner-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.corner-effect-3 .corner-content {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-3 .corner-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.corner-effect-4 .corner-content {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.corner-show.corner-effect-4 ~ .corner-overlay,
.corner-effect-4 .corner-content {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.corner-show.corner-effect-4 .corner-content {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.corner-effect-5.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

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

.corner-show.corner-effect-5 .corner-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
}

/* Effect 6: side fall */
.corner-effect-6.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

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

.corner-show.corner-effect-6 .corner-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

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

.corner-effect-7 .corner-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.corner-show.corner-effect-7 .corner-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.corner-effect-8.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.corner-effect-8 .corner-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.corner-show.corner-effect-8 .corner-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.corner-effect-9.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.corner-effect-9 .corner-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.corner-show.corner-effect-9 .corner-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.corner-effect-10.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.corner-effect-10 .corner-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-10 .corner-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.corner-effect-11 .corner-content {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-11 .corner-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.corner-effect-12 .corner-content {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-12 ~ .corner-overlay {
	background: #e74c3c;
} 

.corner-effect-12 .corner-content h3,
.corner-effect-12 .corner-content {
	background: transparent;
}

.corner-show.corner-effect-12 .corner-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.corner-effect-13.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

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

.corner-show.corner-effect-13 .corner-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

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

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

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

/* Effect 14:  3D Rotate from bottom */
.corner-effect-14.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.corner-effect-14 .corner-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.corner-show.corner-effect-14 .corner-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.corner-effect-15.corner-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.corner-effect-15 .corner-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-15 .corner-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.corner-show.corner-effect-16 ~ .corner-overlay {
	background: rgba(180,46,32,0.5);
}

.corner-show.corner-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.corner-effect-16 .corner-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.corner-show.corner-effect-16 ~ .container,
.corner-effect-16 .corner-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.corner-show.corner-effect-16 .corner-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.corner-show.corner-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.corner-show.corner-effect-17 ~ .container,
.corner-show.corner-effect-17 ~ .corner-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.corner-effect-17 .corner-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.corner-show.corner-effect-17 .corner-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.corner-show.corner-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.corner-show.corner-effect-18 ~ .corner-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.corner-show.corner-effect-18 ~ .container,
.corner-show.corner-effect-18 ~ .corner-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.corner-effect-18 .corner-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.corner-show.corner-effect-18 .corner-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.corner-show.corner-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.corner-show.corner-effect-19 ~ .corner-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.corner-show.corner-effect-19 ~ .container,
.corner-show.corner-effect-19 ~ .corner-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.corner-effect-19 .corner-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.corner-show.corner-effect-19 .corner-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}



 .sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}
.---------Protection--------{}

.ug-gallery-wrapper,
.ug-gallery-wrapper *{
	transition: all !important;
	-o-transition: all !important;
	-webkit-transition: all;
	-moz-transition: all !important;
	-ms-transition: all !important;
	max-width:none;
}

.ug-gallery-wrapper{
	z-index:0;
}

.ug-item-wrapper img{
	width:auto;
	max-width:none;
	margin:0px;
	padding:0px;
}

.ug-videoplayer-wrapper video{
	height:100%;
	width:100%;
}

.---------General_Styles--------{}

.ug-rtl{
	direction:rtl;
}

.ug-gallery-wrapper{
	overflow:hidden;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.ug-error-message{
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:20px;
	color:#F30D0D;
}

.ug-error-message-wrapper{
	width:100%;
	height:100%;
	border:1px solid black;
}

.ug-gallery-wrapper .ug-canvas-pie{
	position:absolute;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar{
	position:absolute;
	overflow:hidden;
	z-index:4;
}

.ug-gallery-wrapper .ug-progress-bar-inner{
	xposition:absolute;
}

.ug-gallery-wrapper.ug-fullscreen{
	height: 100% !important;
	width: 100% !important;
	max-width:none !important;
	max-height:none !important;
}

.ug-gallery-wrapper.ug-fake-fullscreen{
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	max-width:none !important;
	max-height:none !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 0px !important;
	left: 0px !important;
	bottom: 0px !important;
	right: 0px !important;
	z-index: 999999 !important;
}

.ug-body-fullscreen{
	overflow: hidden !important;
	height: 100% !important;
	width: 100% !important;
	margin:0px !important;
	padding:0px !important;
}

.ug-gallery-wrapper .ug-preloader-trans{
	display:block;
	height:35px;
	width:32px;
	height:32px;
	background-image:url('../files/images/loader_skype_trans.gif');
	background-repeat:no-repeat;
}


.--------------SLIDER------------------{}

.ug-gallery-wrapper .ug-slider-wrapper{
	position:absolute;
	overflow:hidden;
	z-index:1;
	background-color:#000000;
}


.ug-slider-wrapper .ug-slide-wrapper{
	position:absolute;
}

.ug-slide-wrapper.ug-slide-clickable{
	cursor:pointer;
}

.ug-slider-wrapper .ug-slider-inner{
	position:absolute;
	z-index:0;
}

.ug-slider-wrapper .ug-item-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper,
.ug-item-wrapper img{

	-webkit-user-select: none;	/* make unselectable */
	-moz-user-select: none;
	-ms-user-select: none;
	max-width:none !important;
	box-sizing:border-box;
}

.ug-slider-wrapper .ug-slider-preloader{
	position:absolute;
	z-index:1;
	border:2px solid #ffffff;
	border-radius:6px;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
}

.ug-slider-preloader.ug-loader1{
	width:30px;
	height:30px;
	background-image:url('../files/images/loader-white1.gif');
}

.ug-slider-preloader.ug-loader1.ug-loader-black{
	background-image:url('../files/images/loader-black1.gif');
}

.ug-slider-preloader.ug-loader2{
	width:32px;
	height:32px;
	background-image:url('../files/images/loader-white2.gif');
}

.ug-slider-preloader.ug-loader2.ug-loader-black{
	background-image:url('../files/images/loader-black2.gif');
}

.ug-slider-preloader.ug-loader3{
	width:38px;
	height:38px;
	background-image:url('../files/images/loader-white3.gif');
}

.ug-slider-preloader.ug-loader3.ug-loader-black{
	background-image:url('../files/images/loader-black3.gif');
}

.ug-slider-preloader.ug-loader4{
	width:32px;
	height:32px;
	background-image:url('../files/images/loader-white4.gif');
	background-color:white;
}

.ug-slider-preloader.ug-loader4.ug-loader-black{
	background-image:url('../files/images/loader-black4.gif');
}

.ug-slider-preloader.ug-loader5{
	width:60px;
	height:8px;
	background-image:url('../files/images/loader-white5.gif');
	background-color:white;
	border:none;
	border-radius:0px;
}

.ug-slider-preloader.ug-loader5.ug-loader-black{
	background-image:url('../files/images/loader-black5.gif');
	border:2px solid #000000;
}

.ug-slider-preloader.ug-loader6{
	width:32px;
	height:32px;
	background-image:url('../files/images/loader-white6.gif');
}

.ug-slider-preloader.ug-loader6.ug-loader-black{
	background-image:url('../files/images/loader-black6.gif');
}

.ug-slider-preloader.ug-loader7{
	width:32px;
	height:10px;
	background-image:url('../files/images/loader-white7.gif');
	border-width:3px;
	border-radius:3px;
}

.ug-slider-preloader.ug-loader7.ug-loader-black{
	background-image:url('../files/images/loader-black7.gif');
}

.ug-slider-preloader.ug-loader-black{
	border-color:#000000;
	background-color:#000000;
}

.ug-slider-preloader.ug-loader-nobg{
	background-color:transparent;
}

.ug-slider-wrapper .ug-button-videoplay{
	position:absolute;
	z-index:2;
	cursor:pointer;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square{
	width:86px;
	height:66px;
	background-image:url('../files/images/play-button-square.png');
	background-position:0px -66px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover{
	background-position:0px 0px;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round{
	width:76px;
	height:76px;
	background-image:url('../files/images/play-button-round.png');
	opacity:0.9;
	filter: alpha(opacity = 90);
	transition: all 0.3s ease 0s !important;
}


.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover{
	opacity:1;
	filter: alpha(opacity = 100);
	transition: all 0.3s ease 0s !important;
}


.--------------VIDEO_PLAYER------------------{}

.ug-gallery-wrapper .ug-videoplayer{
	position:absolute;
	z-index:100;
	background-color:#000000;
	background-image:url('../files/images/loader-black1.gif');
	background-repeat:no-repeat;
	background-position:center center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.ug-videoplayer .ug-videoplayer-wrapper{
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url('../files/images/loader-black1.gif');
	background-repeat:no-repeat;
	background-position:center center;
}


.ug-videoplayer .ug-videoplayer-button-close{
	position:absolute;
	height:64px;
	width:64px;
	background-image:url('../files/images/button-close.png');
	cursor:pointer;
	z-index:1000;
}


.ug-videoplayer .ug-videoplayer-button-close:hover{
	background-position: 0px -64px;
}

.--------------THUMBS_STRIP------------------{}


.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid{
	position:absolute;
	overflow:hidden;

	-webkit-user-select: none;	/* make unselectable */
	-moz-user-select: none;
	-ms-user-select: none;

	xbackground-color:green;
	z-index:10;
}

.ug-thumbs-strip.ug-dragging{
	xcursor: -webkit-grab;
	xcursor: -moz-grab;
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner{
	position:absolute;
}

.ug-thumb-wrapper.ug-thumb-generated{
	position:absolute;
	overflow:hidden;

	-webkit-user-select: none;	/* make unselectable */
	-moz-user-select: none;
	-ms-user-select: none;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.ug-thumb-wrapper .ug-thumb-border-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-style:solid;
}

.ug-thumb-wrapper .ug-thumb-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark{
	background-image:url('../files/images/loader.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright{
	background-image:url('../files/images/loader_bright.gif');
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	background-image:url('../files/images/not_loaded.png');
}

.ug-thumb-wrapper.ug-thumb-generated img{
	position:absolute;
	z-index:1;
	max-width:none !important;
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay{
	position:absolute;
	z-index:2;
	max-width:none !important;
}


/* bw desaturate effect lightweight */
img.ug-bw-effect{
	filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

/* blur effect desaturate effect lightweight */
img.ug-blur-effect{

	filter: blur(0.8px);
	-webkit-filter: blur(0.8px);
	-moz-filter: blur(0.8px);
	-o-filter: blur(0.8px);
	-ms-filter: blur(0.8px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id='blur'><feGaussianBlur stdDeviation=\'0.8\' /></filter></svg>#blur"); /* Firefox 10+, Firefox on Android */
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.8');
}

img.ug-sepia-effect{
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%); -moz-filter: sepia(100%);
	-ms-filter: sepia(100%); -o-filter: sepia(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'sepia\'><feColorMatrix values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\' /></filter></svg>#sepia"); /* Firefox 10+, Firefox on Android */
	filter: sepia(100%);
	background-color: #5E2612;
	filter: alpha(opacity = 50);
	zoom:1;
}


.--------------BULLETS------------------{}


.ug-gallery-wrapper .ug-bullets{
	position: absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet{
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	z-index:2;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child{
	margin-left:0px;
}


.--------------TEXT_PANEL------------------{}

.ug-gallery-wrapper .ug-textpanel{
	position:absolute;
	overflow:hidden;
}

.ug-slider-wrapper .ug-textpanel{
	z-index:2;
}

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
}


.ug-gallery-wrapper .ug-textpanel-bg{
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity = 40);
	z-index:1;
}

.ug-textpanel-textwrapper{
	overflow:hidden;
}

.ug-gallery-wrapper .ug-textpanel-title{
	font-size:16px;
	font-weight:bold;
	color:white;
	text-align:left;
	z-index:2;
}

.ug-gallery-wrapper .ug-textpanel-description{
	font-size:14px;
	color:white;
	text-align:left;
	z-index:3;
}


.--------------ZOOM_PANEL------------------{}

.ug-slider-wrapper .ug-zoompanel{
	position:absolute;
	top:200px;
	left:100px;
}

.ug-zoompanel .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    display:block;
}


.--------------ZOOM_PANEL_BUTTONS------------------{}

.ug-gallery-wrapper .ug-arrow-left{
	position:absolute;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-arrow-right{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
}


.--------------GRID_PANEL_AND_ARROWS------------------{}


.ug-gallery-wrapper .ug-grid-panel{
	position:absolute;
    background-color: #000000;
    xbackground-color: blue;

    z-index:2;
}


.ug-gallery-wrapper .ug-grid-panel .grid-arrow{
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:11;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled{
	cursor:default;
}


/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip{
	position:absolute;
	z-index:13;
	cursor:pointer;
}

.ug-gallery-wrapper .ug-overlay-disabled{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity: 0.3;
    filter: alpha(opacity=30);
	background-image:url('../files/images/cover-grid.png');
}


.--------------STRIP_PANEL------------------{}

.ug-gallery-wrapper .ug-strip-panel{
	position:absolute;
	background-color:#000000;
	z-index:2;
}

.ug-strip-panel .ug-strip-arrow{
	position:absolute;
	cursor:pointer;
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled{
	cursor:default;
}


.ug-strip-panel .ug-strip-arrow-tip{
	position:absolute;
}

.--------------TILES------------------{}

.ug-thumb-wrapper.ug-tile{
	display:block;
	position:absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.ug-tile .ug-tile-cloneswrapper{
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	overflow:hidden;
	opacity:0;
	filter: alpha(opacity = 90);
}


/* transit something */
/* transit fixed size items */
/* transit image overlay */

.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled{
	transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}


.ug-thumb-wrapper.ug-tile.ug-tile-clickable{
	cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-image-container{
	position:absolute;
	overflow:hidden;
	z-index:1;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image{

	-webkit-user-select: none;	/* make unselectable */
	-moz-user-select: none;
	-ms-user-select: none;
	max-width:none !important;
	max-height:none !important;

	display:block;
	border:none;
	padding:0px !important;
	margin:0px !important;

	width:auto;
	height:auto;
	position:absolute;
}


.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay{
	position:absolute;
	overflow:hidden;
	z-index:2;
	top:0px;
	left:0px;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	width:100%;
	max-width:none !important;
}

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img{
	height:100%;
	max-width:none !important;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon{
	position:absolute;
	width:38px;
	height:38px;
	background-repeat:no-repeat;
	background-position:0 0;
	xbackground-color:green;
	z-index:6;
	top:1px;
	left:1px;
	cursor:pointer;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link{
	background-image:url('../files/images/icon-link32.png');
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom{
	background-image:url('../files/images/icon-zoom32.png');
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play{
	background-image:url('../files/images/icon-play32.png');
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover{
	background-position:0 -38px;
}


.ug-thumbs-grid .ug-tile-image-overlay img{
	width:auto;
	height:auto;
	position:absolute;
	max-width:none !important;
}

/* text panel on tiles*/

.ug-tile .ug-textpanel{
	z-index: 5;
	cursor:default;
}

.ug-tile.ug-tile-clickable .ug-textpanel{
	cursor:pointer;
}

.ug-tile .ug-textpanel-title{
	font-size:14px;
	font-weight:bold;
}

.--------------CAROUSEL------------------{}

.ug-gallery-wrapper .ug-carousel-wrapper{
	position:absolute;
	overflow:hidden;
}

.ug-gallery-wrapper .ug-carousel-inner{
	position:absolute;
}


.------------------LIGHTBOX---------------------{}

.ug-gallery-wrapper.ug-lightbox{
	display: none;
	position: fixed;
    border: none;
    padding:0px;
    margin:0px;
    outline: invert none medium;
    overflow: hidden;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	max-width:none !important;
	max-height:none !important;
    z-index: 999999;
}

.ug-lightbox .ug-lightbox-top-panel{
	position:absolute;
	z-index:2;
}

.ug-lightbox .ug-lightbox-top-panel-overlay{
	width:100%;
	height:100%;
	position:absolute;
	background-color:#000000;
	opacity:0.4;
	filter: alpha(opacity=40);
}


.ug-lightbox .ug-lightbox-overlay{
	z-index:1;
	width:100%;
	height:100%;
    background-color:#000000;
    opacity:1;
}

.ug-lightbox .ug-slider-wrapper{
	z-index:1;
	xbackground-color:green;
	background-color:transparent !important;
}

.ug-lightbox .ug-textpanel{
	z-index: 2;
}


.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right{
	position:absolute;
	width:50px;
	height:55px;
	background-repeat:no-repeat;
	background-image:url('../files/images/lightbox-arrow-left.png');
	background-position:0px 0px;
	z-index:3;
	cursor:pointer;
}

.ug-lightbox .ug-lightbox-arrow-right{
	background-image:url('../files/images/lightbox-arrow-right.png');
}

.ug-lightbox .ug-lightbox-button-close{
	position:absolute;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
	background-image:url('../files/images/lightbox-icon-close.png');
	background-position:0px 0px;
	z-index:4;
	cursor:pointer;
}


.ug-lightbox-compact .ug-lightbox-button-close{
	width:45px;
	height:41px;
	background-image:url('../files/images/lightbox-icon-close-compact2.png');
}


.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover{
	background-position:0px -55px;
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -35px;
}

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover{
	background-position:0px -40px;
}

.ug-lightbox .ug-lightbox-numbers{
	position:absolute;
	color:#e5e5e5;
	font-size:12px;
	top:14px;
	left:8px;
	z-index:3;
}

.ug-lightbox-compact .ug-lightbox-numbers{
	font-size: 14px;
	padding-right:5px;
	padding-top:7px;
}

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description{
	font-size: 14px;
	font-weight: normal;
	color: #e5e5e5;
}

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description{
	color:#F3F3F3;
	font-size: 16px;
}

.------------------CATEGORY_TABS---------------------{}

	.ug-tabs-wrapper{
		margin-top:0px;
		margin-bottom:20px;
		text-align:center;
	}

	.ug-tabs-wrapper a.ug-tab{
	    display: inline-block;
		cursor:pointer;
		text-decoration:none;
		color:#ffffff;
		padding-left:8px;
		padding-right:8px;
		padding-top:6px;
		padding-bottom:6px;
		margin-left:5px;
		background-color:#333333;
		border-radius:3px;
		font-size:12px;
		font-weight:normal;

		border: 1px solid #969696;
	}

	.ug-tabs-wrapper a.ug-tab:hover{
		background-color: #707070 !important;
	}

	.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
	.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover{
		background-color: #2077A2 !important;
		cursor:default !important;
	}

	.ug-tabs-wrapper a.ug-tab:first-child{
		margin-left:0px !important;
	}


.------------------DEFAULT_SKIN---------------------{}

/* --- arrows -- */

.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../files/skins/default/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-arrow-right.ug-skin-default{
	background-image:url('../files/skins/default/slider_arrow_right.png');
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover{
	background-position:0px -30px;
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled{
	background-position:0px -60px;
}

/* --- bullets -- */

.ug-bullets.ug-skin-default .ug-bullet{
	width:15px;
	height:15px;
	background-image:url('../files/skins/default/slider_bullets.png');
	background-position:top left;
	margin-left:5px;
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active{
	background-position:bottom left;
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_gray.png');
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_blue.png');
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_brown.png');
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_green.png');
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_red.png');
}

.ug-button-tile-navigation{
	width:36px;
	height:36px;
	background-position:top left;
	cursor:pointer;
	float:left;
}

.ug-button-tile-navigation.ug-button-tile-left{
	background-image:url('../files/skins/default/tile_button_left.png');
}

.ug-button-tile-navigation.ug-button-tile-right{
	background-image:url('../files/skins/default/tile_button_right.png');
}

.ug-button-tile-navigation:hover{
	background-position:bottom left;
}

.ug-button-tile-navigation.ug-button-disabled{
	opacity:0.6;
}

.ug-button-tile-navigation.ug-button-disabled:hover{
	background-position:top left;
}

.ug-button-tile-navigation.ug-button-tile-play{
	background-image:url('../files/skins/default/tile_button_play_pause.png');
	width:35px;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon{
	background-position:bottom left;
}

.ug-button-tile-navigation.ug-button-tile-play:hover{
	background-position:top left;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover{
	background-position:bottom left;
}


/* --- play button -- */

.ug-button-play.ug-skin-default{
	position:absolute;
	background-image:url('../files/skins/default/button_playpause.png');
    width:14px;
    height:17px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-play.ug-skin-default.ug-button-hover{
	background-position:0px -17px;
}

.ug-button-play.ug-skin-default.ug-stop-mode{
	background-position:0px -34px;
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover{
	background-position:0px -51px;
}

/* --- fullscreen button -- */

.ug-button-fullscreen.ug-skin-default{
	position:absolute;
	background-image:url('../files/skins/default/button_fullscreen.png');
    width:16px;
    height:16px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover{
	background-position:0px -16px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode{
	background-position:0px -32px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover{
	background-position:0px -48px;
}


/* --- zoom panel --- */

.ug-zoompanel.ug-skin-default .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    height: 23px;
    width: 23px;
    margin-top:5px;
    background-position: 0px 0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	margin-top:0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	background-image:url('../files/skins/default/icon_zoom_plus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus{
	background-image:url('../files/skins/default/icon_zoom_minus.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return{
	background-image:url('../files/skins/default/icon_zoom_back.png');
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover{
    background-position: 0px -23px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
    background-position: 0px -46px;
    cursor:default;
}


/* --- Grid Panel Arrows -- */

/*--- down arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;
	background-image:url('../files/skins/default/arrow_grid_down.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover{
	background-position:0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}


/*--- up arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default{
	width:30px;
	height:15px;
	background-position:0px 0px;
	background-image:url('../files/skins/default/arrow_grid_up.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover{
	background-position:0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled{
	background-position:0px -30px;
}

/*--- left arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;
	background-image:url('../files/skins/default/grid_arrow_left.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- right arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default{
	width:40px;
	height:40px;
	background-position:0px -40px;
	background-image:url('../files/skins/default/grid_arrow_right.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled{
	background-position:0px -80px;
}

/*--- left arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../files/skins/default/slider_arrow_left.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/*--- right arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default{
	width:15px;
	height:30px;
	background-image:url('../files/skins/default/slider_arrow_right.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled{
	background-position:0px -60px;
}


/* --- Strip Panel Arrows -- */

/* left and right arrows */

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default{
	width:25px;
	height:50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:4px;
	height:7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_left.png');
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_right.png');
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:0px -7px;
}


/* up and down arrows */

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default{
	height:25px;
	width:50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_up.png');
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_down.png');
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip{
	background-position:-7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip{
	background-position:0px 0px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}


/* --- Panel Handle Tip -- */

/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	width:22px;
	height:36px;
	background-image:url('../files/skins/default/grid_handle_black_left.png');
	background-repeat:no-repeat;
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	background-image:url('../files/skins/default/grid_handle_black_right.png');
	background-position:0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default{
	background-position:0px -0px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed{
	background-position:0px -108px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:0px -72px;
}


/* top and bottom handle */

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	width:36px;
	height:22px;
	background-image:url('../files/skins/default/grid_handle_black_top.png');
	background-repeat:no-repeat;
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	background-image:url('../files/skins/default/grid_handle_black_bottom.png');
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover{
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed{
	background-position:-108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover{
	background-position:-72px 0px;
}

.com_joeworkman_stacks_easycms_image_stack img,.com_joeworkman_stacks_totalcms_image_stack img{width:auto;height:auto;max-width:100%;display:block;margin:0 auto}.com_joeworkman_stacks_easycms_image_stack img.circle,.com_joeworkman_stacks_totalcms_image_stack img.circle{border-radius:50% !important}.com_joeworkman_stacks_easycms_image_stack img.unlimited,.com_joeworkman_stacks_totalcms_image_stack img.unlimited{width:100%;}.com_joeworkman_stacks_easycms_image_stack img.auto-lightbox,.com_joeworkman_stacks_totalcms_image_stack img.auto-lightbox{cursor:pointer}.com_joeworkman_stacks_easycms_image_stack img.align-left,.com_joeworkman_stacks_totalcms_image_stack img.align-left{margin-left:0 !important}.com_joeworkman_stacks_easycms_image_stack img.align-right,.com_joeworkman_stacks_totalcms_image_stack img.align-right{margin-right:0 !important}@media only screen and (max-width:40em){.com_joeworkman_stacks_easycms_image_stack img.align-mobile-center,.com_joeworkman_stacks_totalcms_image_stack img.align-mobile-center{margin-left:auto !important;margin-right:auto !important}}#total-image-reveal{position:fixed !important;top:10% !important;left:0;right:0;cursor:pointer;height:80vh;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none;border:none}#total-image-reveal img{display:block;margin:0 auto;height:auto;max-height:100%;max-width:100%;width:auto;border-radius:3px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4)}#total-image-reveal .close-reveal-modal{position:fixed}
/* Start dooCheck stack page CSS code */@font-face {	font-family: "checkmarks";	src: url("../files/checkAssets/checkmarks.eot");	src: url("../files/checkAssets/checkmarks.eot#iefix") format("embedded-opentype"),	url("../files/checkAssets/checkmarks.woff") format("woff"),	url("../files/checkAssets/checkmarks.ttf") format("truetype"),	url("../files/checkAssets/checkmarks.svg") format("svg");	font-weight: normal;	font-style: normal;}[class^="checkmarks-"]:before, [class*=" checkmarks-"]:before,[class^="checkmarks-"]:after, [class*=" checkmarks-"]:after {   font-family: checkmarks;font-style: normal;margin-left: 1px;}.checkmarks-1:before {	content: "\e000";}.checkmarks-2:before {	content: "\e001";}.checkmarks-3:before {	content: "\e002";}.checkmarks-4:before {	content: "\e003";}.checkmarks-5:before {	content: "\e004";}.checkmarks-6:before {	content: "\e005";}.checkmarks-7:before {	content: "\e006";}.checkmarks-8:before {	content: "\e007";}.checkmarks-9:before {	content: "\e008";}.checkmarks-10:before {	content: "\e009";}.checkmarks-11:before {	content: "\e00a";}.checkmarks-12:before {	content: "\e00b";}.checkmarks-13:before {	content: "\e00c";}.checkmarks-14:before {	content: "\e00d";}.checkmarks-15:before {	content: "\e00e";}.checkmarks-16:before {	content: "\e00f";}.checkmarks-17:before {	content: "\e010";}.checkmarks-18:before {	content: "\e011";}.checkmarks-19:before {	content: "\e012";}.checkmarks-20:before {	content: "\e013";}.checkmarks-21:before {	content: "\e014";}.checkmarks-22:before {	content: "\e015";}.checkmarks-23:before {	content: "\e016";}.checkmarks-24:before {	content: "\e017";}.checkmarks-25:before {	content: "\e018";}.checkmarks-26:before {	content: "\e019";}.checkmarks-27:before {	content: "\e01a";}.checkmarks-28:before {	content: "\e01b";}.checkmarks-29:before {	content: "\e01c";}.checkmarks-30:before {	content: "\e01d";}.checkmarks-31:before {	content: "\e01e";}.checkmarks-32:before {	content: "\e01f";}.checkmarks-33:before {	content: "\e020";}.checkmarks-34:before {	content: "\e021";}.checkmarks-35:before {	content: "\e022";}.checkmarks-36:before {	content: "\e023";}.checkmarks-37:before {	content: "\e024";}.checkmarks-38:before {	content: "\e025";}.checkmarks-39:before {	content: "\e026";}.checkmarks-40:before {	content: "\e027";}.checkmarks-41:before {	content: "\e028";}.checkmarks-42:before {	content: "\e029";}.checkmarks-43:before {	content: "\e02a";}/* End dooCheck stack page CSS code */
.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}

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::-webkit-input-placeholder,form.datastore-form::-webkit-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-moz-placeholder,form.datastore-form::-moz-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)}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)}
  .theme-version{display:block}.theme-version.number-110,#stacks_in_774_1{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}body,.font-family-text{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400;}h1,.font-family-h1{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:'Open Sans',sans-serif;font-style:normal;font-weight:600;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1000px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1000px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 102, 136, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(34, 34, 34, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(44, 44, 44, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 140, 186, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00);box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 1.00);color:rgba(0, 140, 186, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 140, 186, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 140, 186, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 140, 186, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00);box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(0, 140, 186, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(0, 140, 186, 1.00)}.panel p.alt a:hover{color:rgba(0, 102, 136, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(34, 34, 34, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(44, 44, 44, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 140, 186, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(0, 140, 186, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 140, 186, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 140, 186, 1.00)}.copyright a:hover{color:rgba(0, 102, 136, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(0, 140, 186, 1.00)}.fn-text-link a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 140, 186, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 133, 176, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}



     .bg-vault-1::before{position:absolute;z-index:-1;content:"";top:0;left:0;bottom:0;right:0}  .bg-vault-1:not(.bg-featured)::before{  background-image:linear-gradient(0deg,rgba(126, 167, 227, 1.00) 0%,rgba(25, 127, 200, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(126, 167, 227, 1.00)', endColorStr='rgba(25, 127, 200, 1.00)',GradientType=0)";    }    
  .bdr-vault-1::before{border-width: 0px ;border-style:solid;border-color:rgba(0, 0, 0, 1.00);-webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 1.00)  ;box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 1.00)  }.bdr-vault-1::before,.bdr-vault-1::after{border-radius: 0px }.bdr-vault-1>.sections-layer{border-radius: 0px }    
    #stacks_in_924_6.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_924_6.blu-wrap>.blueprint-col>.blucol-content .blu-spacer{float:left;width:30.00%;height:120.00px}@media screen and (min-width:640px){#stacks_in_924_6.blu-wrap>.blueprint-col>.blucol-content .blu-spacer{width:30.00%;height:120.00px}}@media screen and (min-width:1000px){#stacks_in_924_6.blu-wrap>.blueprint-col>.blucol-content .blu-spacer{width:30.00%;height:120.00px}} #stacks_in_924_6.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_924_6.blu-wrap>.blueprint-col{}#stacks_in_924_6.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_924_6.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_924_6.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_924_6.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_924_6.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(25, 127, 200, 1.00)} @media screen and (min-width:640px){#stacks_in_924_6.blu-wrap>.blueprint-col{ }#stacks_in_924_6.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_924_6.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_924_6.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_924_6.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_924_6.blu-wrap>.blueprint-col{ }
#stacks_in_924_6.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_924_6.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_924_6.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_924_6.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_924_6.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_924_6.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_924_6.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_924_6.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_924_6.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_924_7 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_924_7 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_924_7 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_924_7 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_924_7 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_924_7 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_924_7 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_924_7 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_924_7 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_924_7 > .chroma-scroll-pro.slide-fresh,#stacks_in_924_7 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_924_7 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_924_7 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_924_7 > .chroma-scroll-pro.pre-load,#stacks_in_924_7 > .chroma-scroll-pro.header-slide.pre-load{-webkit-transition:-webkit-transform 0s !important;transition:-webkit-transform 0s !important;transition:transform 0s !important;transition:transform 0s,-webkit-transform 0s !important;visibility:hidden;height:0 !important}#stacks_in_924_7 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_924_7 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:645px){#stacks_in_924_7 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_924_7 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_924_7 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_924_7 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_924_7.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_924_7.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_924_7[style]{height:0px !important}#stacks_in_924_7.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_924_7.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:645px){#stacks_in_924_7.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_924_7.large-static > .su-pad[style]{height:0px !important}}#stacks_in_924_7{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_924_7{width:100%;min-width:100%}.su-pad.spacer-stacks_in_924_7.posFixed.allow-overlay,.su-pad.spacer-stacks_in_924_7.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:645px){.su-pad.spacer-stacks_in_924_7.hide-below-bp{display:none}}@media screen and (min-width:645px){.su-pad.spacer-stacks_in_924_7.hide-above-bp{display:none}}#stacks_in_924_7.width-contain{width:auto;display:inline-block}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_924_7.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_924_7 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_924_7 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_924_7 > .chroma-scroll-pro.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_924_7 > .chroma-scroll-pro.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_924_7.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_924_7.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_924_7.width-contain > .chroma-scroll-pro.su-center > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_924_7 .style-defs{display:none}#stacks_in_924_7 > .chroma-scroll-pro{-webkit-transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,-webkit-transform 300ms;-webkit-transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,transform 300ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms}#stacks_in_924_7 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 430ms ease-in-out;transition:padding 430ms ease-in-out}#stacks_in_924_7 > .chroma-scroll-pro > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 430ms linear,opacity 430ms linear;transition:background 430ms linear,opacity 430ms linear}#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:10px;padding-bottom:40px;padding-left:100px;padding-right:100px}#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(51, 51, 51, 0.00)}@media screen and (max-width:645px){#stacks_in_924_7 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_924_7 > .chroma-scroll-pro li a,#stacks_in_924_7 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 430ms ease !important;transition:color 430ms ease !important}#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 430ms ease !important;transition:color 430ms ease !important}#stacks_in_924_7 > .chroma-scroll-pro .site-title,#stacks_in_924_7 > .chroma-scroll-pro .site-slogan,#stacks_in_924_7 > .chroma-scroll-pro .mag-title,#stacks_in_924_7 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 430ms ease !important;transition:color 430ms ease !important}#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title img{-webkit-transition:max-width 430ms ease !important;transition:max-width 430ms ease !important}#stacks_in_924_7 > .chroma-scroll-pro .top-bar .title-area > li.name img,#stacks_in_924_7 > .chroma-scroll-pro .mag-title-area img,#stacks_in_924_7 > .chroma-scroll-pro .branding_logo img{-webkit-transition:max-height 430ms ease !important;transition:max-height 430ms ease !important;vertical-align:middle}#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title img{max-width:100px !important}#stacks_in_924_7 > .chroma-scroll-pro .top-bar .title-area > li.name img,#stacks_in_924_7 > .chroma-scroll-pro .mag-title-area img,#stacks_in_924_7 > .chroma-scroll-pro .branding_logo img{max-height:100% !important}#stacks_in_924_7 > .chroma-scroll-pro .mag-title-area img{max-height:100px !important}#stacks_in_924_7 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_924_7 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_924_7 > .chroma-scroll-pro .mag-title-area,#stacks_in_924_7 > .chroma-scroll-pro .navigation_branding,#stacks_in_924_7 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 430ms !important;transition:opacity 430ms !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(51, 51, 51, 0.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_924_7 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed{z-index:1001;}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_924_7 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_924_7 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_924_7 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_924_7 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_924_7 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:645px){#stacks_in_924_7 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:645px){#stacks_in_924_7 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_924_7 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:645px){#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:645px){#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_924_7 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_924_7 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_924_7>.chroma-scroll-pro.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}#stacks_in_924_7.width-contain>.chroma-scroll-pro.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}


/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_924_8 ul.dropdown .parent-link.show-for-small {
	display:block!important;
}

ul.zone {
	float:left;
}


meta.foundation-mq-topbar {
  font-family:"/only screen and (min-width:0em)/"!important;
  width:0em!important;
}
@media only screen and (min-width:0em) {


	

	.contain-to-grid.matchPadding .top-bar {
		padding-left:0.9375rem;
		padding-right:0.9375rem;
	}

	.menu-align-right.zone-align-left ul.menu,
	.menu-align-left.zone-align-right ul.zone,
	.menu-align-centered.zone-align-right ul.zone,
	.menu-align-right.zone-align-right .top-bar-section {
		float:right;
	}

	.menu-align-centered.full-width .zone,
	.menu-align-centered.full-width .title-area .name {
		display:none!important;
	}
	.top-bar .title-area {
		margin-right:1.1rem;
	}
	.top-bar .title-area.title-area-hide {
		margin-right:0;
	}

	#stacks_in_924_8 ul.dropdown .parent-link.show-for-small {
		display:none!important;
	}

	.top-bar {overflow: visible; }
	  .top-bar:before, .top-bar:after {
	    content: " ";
	    display: table; }
	  .top-bar:after {
	    clear: both; }
	  .top-bar .toggle-topbar {
	    display: none; }
	  .top-bar .title-area {
	    float: left; }
	  .top-bar .name .site-title a {
	    width: auto; }
	  .top-bar input, .top-bar .button, .top-bar button {
	    font-size: 0.875rem;
	    position: relative;
	    top: 7px; }
	.top-bar-section {
	  transition: none 0 0;
	  left: 0 !important; }
/*
.top-bar-section.align-right {
	  position: absolute;
	  left:auto!important;
	  right:0 !important; }
*/
	.top-bar-section ul {
	    width: auto;
	    height: auto !important;
	    display: inline; }
	    .top-bar-section ul li {
	      float: left; }

	    *[dir="rtl"] .top-bar-section ul li {float:right}

	      .top-bar-section ul li .js-generated {
	        display: none; }
	  .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 108px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 108px;
	    color: white;}
	  .top-bar-section .has-dropdown > a {
	    padding-right: 35px !important; }
	  *[dir="rtl"] .top-bar-section .has-dropdown > a {
	    padding-right: 15px !important;
	    padding-left: 35px !important; }
	    .top-bar-section .has-dropdown > a:after {
	      content: "";
	      display: block;
	      width: 0;
	      height: 0;
	      border: solid 5px;
	      margin-top: -2.5px;
	      top: 22.5px; }
	  .top-bar-section .has-dropdown.moved {
	    position: relative; }
	    .top-bar-section .has-dropdown.moved > .dropdown {
	      display: block;
	      position: absolute !important;
	      height: 1px;
	      width: 1px;
	      overflow: hidden;
	      clip: rect(1px, 1px, 1px, 1px); }
	  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	    display: block;
	    position: static !important;
	    height: auto;
	    width: auto;
	    overflow: visible;
	    clip: auto;
	    position: absolute !important; }
	  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	    border: none;
	    content: "\00bb";
	    top: 1rem;
	    margin-top: -1px;
	    right: 5px;
	    line-height: 1.2; }
	  .top-bar-section .dropdown {
	    left: 0;
	    top: auto;
	    background: transparent;
	    min-width: 100%; }
	   *[dir="rtl"] .top-bar-section .dropdown {
	      left: auto;
	      right:0; }
	    .top-bar-section .dropdown li a {
	      color: white;
	      line-height: 45px;
	      white-space: nowrap;
	      padding: 12px 15px;}
	    .top-bar-section .dropdown li label {
	      white-space: nowrap;}
	    .top-bar-section .dropdown li .dropdown {
	      left: 100%;
	      top: 0; }
	   /* Updated below selector to support Magellan div */
	  .top-bar-section > div > ul > .divider, .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	    border-bottom: none;
	    border-top: none;
	    border-right: solid 1px #4e4e4e;
	    clear: none;
	    height: 108px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 108px; }
	  .top-bar-section .right li .dropdown {
	    left: auto;
	    right: 0; }
	    .top-bar-section .right li .dropdown li .dropdown {
	      right: 100%; }
	  .top-bar-section .left li .dropdown {
	    right: auto;
	    left: 0; }
	    .top-bar-section .left li .dropdown li .dropdown {
	      left: 100%; }
	.no-js .top-bar-section .has-dropdown:hover > .dropdown {
	  display: block;
	  position: static !important;
	  height: auto;
	  width: auto;
	  overflow: visible;
	  clip: auto;
	  position: absolute !important; }

	#stacks_in_924_8 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_924_8 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_924_8 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_924_8 .top-bar .name .site-title small{
		display:inline!important;
	}

 
	#stacks_in_924_8 .top-bar-section > ul > .divider,
	#stacks_in_924_8 .top-bar-section > ul > [role="separator"] {
		height: 108px;
	}

	#stacks_in_924_8 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 20px;
	    line-height: 108px;
	}

	#stacks_in_924_8 .top-bar-section .has-dropdown > a{
		padding-right: 40px !important;
	}
	#stacks_in_924_8 .top-bar-section .has-dropdown > a:after {
		top:50%;
	}
	#stacks_in_924_8 .top-bar-section .has-dropdown .dropdown li a{
    	line-height:45px !important;
		padding:0 15px !important;
	}
	#stacks_in_924_8 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
		top: 1rem;
	}
	#stacks_in_924_8 .top-bar-section .has-dropdown .dropdown label {
		padding: 8px 15px 2px;
	}
	#stacks_in_924_8 .top-bar-section .has-form {
		padding: 0 20px;
		height: 108px;
	}

}

*[dir="rtl"] .top-bar .toggle-topbar.menu-icon a{padding:0 .9375rem 0 2.5rem;text-indent:0}*[dir="rtl"] .top-bar-section ul li > a{padding:12px 0.9375rem}#stacks_in_924_8{overflow:visible}#stacks_in_924_8 [data-magellan-expedition],#stacks_in_924_8 [data-magellan-expedition-clone]{background:none;padding:0 !important}#stacks_in_924_8 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_924_8 .top-bar-wrapper{z-index:1999}#stacks_in_924_8 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_924_8 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_924_8 .top-bar .top-bar-section ul li{background:none !important}#stacks_in_924_8 .top-bar .top-bar-section ul li > a.button{padding-top:0.35rem;position:relative}#stacks_in_924_8 a:not(.button){text-decoration:none}#stacks_in_924_8 .top-bar-section .has-form{background:inherit}#stacks_in_924_8 .top-bar .fa{vertical-align:middle}#stacks_in_924_8 .top-bar ul.title-area,#stacks_in_924_8 .top-bar ul.zone{z-index:2000}#stacks_in_924_8 .top-bar ul.zone{position:relative}#stacks_in_924_8 .top-bar .name{display:block;position:relative;padding:0 0.9375rem}#stacks_in_924_8 .top-bar .name.collapse{padding:0}#stacks_in_924_8 .top-bar .name a{height:45px;display:inline-block}#stacks_in_924_8 .top-bar .name span{height:100%}#stacks_in_924_8 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_924_8 .top-bar .name .site-title{display:inline-block;color:rgba(255, 255, 255, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_924_8 .top-bar .name .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_924_8 .top-bar,#stacks_in_924_8 .title-area,#stacks_in_924_8 a:not(.button){background:transparent}#stacks_in_924_8 ul:not(.title-area) .dropdown label{color:rgba(255, 255, 255, 0.40)}#stacks_in_924_8 ul:not(.title-area) li:hover > a:not(.button),#stacks_in_924_8 ul:not(.title-area) li.has-dropdown > a.hovered:not(.button){background-color:rgba(228, 24, 26, 0.00);color:rgba(228, 24, 26, 1.00)}#stacks_in_924_8 .top-bar-section .divider,#stacks_in_924_8 .top-bar-section [role="separator"]{border-color:rgba(255, 255, 255, 0.40)}#stacks_in_924_8 .top-bar-section .has-dropdown > a:after{border-color:rgba(255, 255, 255, 0.40) transparent transparent transparent}#stacks_in_924_8 .top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:none;box-shadow:none}#stacks_in_924_8 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(255, 255, 255, 1.00)}#stacks_in_924_8 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_924_8 .top-bar-wrapper:not(.swatch) .back > h5,#stacks_in_924_8 .top-bar-wrapper:not(.swatch) .back > h5 > a,#stacks_in_924_8 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(255, 255, 255, 1.00)}#stacks_in_924_8 .top-bar-wrapper:not(.swatch) .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);height:1px;background-color:rgba(255, 255, 255, 1.00)}#stacks_in_924_8 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(25, 127, 200, 1.00)}#stacks_in_924_8 .top-bar-wrapper.fixed{top:0px}#stacks_in_924_8 .top-bar-wrapper.fixed.fixedShadow{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_924_8 .top-bar-wrapper.solid{background:rgba(25, 127, 200, 1.00)}#stacks_in_924_8 .top-bar-wrapper.twotone{background-color:rgba(135, 135, 135, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(+,%id=baseColor[1]),color-stop(+,%id=baseColor[1]),color-stop(+,%id=baseColor[1]),color-stop(50%,rgba(25, 127, 200, 1.00)),color-stop(-,%id=baseColor[0]));background-image:linear-gradient(to bottom,rgba(135, 135, 135, 1.00) 0%,rgba(125, 125, 125, 1.00) 45%,rgba(120, 120, 120, 1.00) 50%,rgba(25, 127, 200, 1.00) 50%,rgba(15, 117, 190, 1.00) 100%)}#stacks_in_924_8 .top-bar-wrapper.onecolor{background-color:rgba(65, 167, 240, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(+,%id=baseColor[0]),color-stop(85%,rgba(25, 127, 200, 1.00)));background-image:linear-gradient(to bottom,rgba(65, 167, 240, 1.00),rgba(25, 127, 200, 1.00) 85%)}#stacks_in_924_8 .top-bar-wrapper.twocolor{background-color:rgba(115, 115, 115, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(115, 115, 115, 1.00)),color-stop(85%,rgba(25, 127, 200, 1.00)));background-image:linear-gradient(to bottom,rgba(115, 115, 115, 1.00),rgba(25, 127, 200, 1.00) 85%)}#stacks_in_924_8 .top-bar-wrapper.styleActive li.active > a{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_924_8 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear 0.5s,opacity 0.5s linear;transition:visibility 0s linear 0.5s,opacity 0.5s linear}#stacks_in_924_8 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;-webkit-transition-delay:0s;transition-delay:0s}#stacks_in_924_8 .top-bar-wrapper.sticky.sticky-hide{opacity:0;-webkit-transition:opacity 0.1s ease;transition:opacity 0.1s ease}#stacks_in_924_8 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1;height:108px;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}#stacks_in_924_8 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_924_8 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a{padding-right:15px !important}#stacks_in_924_8 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a::after{display:none}.f-topbar-fixed{padding-top:108px !important}#stacks_in_924_8 .expanded:not(.top-bar) .top-bar-section{margin-top:108px}#stacks_in_924_8 .top-bar{height:108px;line-height:108px}#stacks_in_924_8 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_924_8 .top-bar .name{height:108px;padding:0 20px}#stacks_in_924_8 .top-bar .name .site-title,#stacks_in_924_8 .top-bar .name a,#stacks_in_924_8 .top-bar .name span{height:108px;line-height:108px;font-size:1.40rem}#stacks_in_924_8 .toggle-topbar a{font-size:1.15rem}#stacks_in_924_8 .toggle-topbar.menu-icon{right:20px}#stacks_in_924_8 .top-bar-section ul li > a{padding-left:20px;font-size:1.15rem}#stacks_in_924_8 .top-bar-section ul li > a.button{font-size:1.15rem;padding-right:20px;padding-left:20px}#stacks_in_924_8 .top-bar-section .has-form{padding:0 15px}#stacks_in_924_8 .top-bar-section .dropdown li{font-size:1.15rem}#stacks_in_924_8 .top-bar-section .dropdown li a{padding:8px 20px}#stacks_in_924_8 .top-bar-section .dropdown li.has-form{padding:8px 20px}#stacks_in_924_8 .top-bar-section .dropdown label{padding:8px 20px 2px;font-size:80%}
#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:40px;padding-right:40px}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content::after{background:rgba(111, 159, 201, 1.00)}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] .bb-site-title img{max-width:60px !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] .top-bar .title-area > li.name img,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] .branding_logo img{max-height:60% !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] .mag-title-area img{max-height:60px !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li:not(.active):not(.Selected) a:not(.button),#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .b-p:not(.custom):not(.active):not(.Selected) > .bp-text{color:rgba(25, 127, 200, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title h1,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title h2,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title h3,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title h4,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title h5,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title h6,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bb-site-title p{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .site-title,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .site-slogan,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .mag-title,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .navigation_branding a{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .duck-burger:not(.toggle-open) > .burg,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .duck-burger:not(.toggle-open) > .burg::before,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .duck-burger:not(.toggle-open) > .burg::after{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .duck-burger.toggle-open > .burg:not(.trans-duck-classic):not(.trans-stand){background:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .duck-burger.toggle-open > .burg::before,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .duck-burger.toggle-open > .burg::after{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .toggle-icon .toggle-fa{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .toggle-icon .toggle-burger.burger-wrapper > .burger > div{background:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .navigation_container .fa{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .toggle-topbar.menu-icon > a > span{color:rgba(255, 255, 255, 1.00)}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .toggle-topbar.menu-icon > a > span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00) !important;box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .mg-menu .menu-label{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .mg-menu .burg::before,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .mg-menu .burg::after{background-color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .mg-menu:not(.toggle-open) .burg{background-color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .toggle-text,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .bp-menu-text{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li.active a,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li.Selected a,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .b-p:not(.custom).active > .bp-text{color:rgba(0, 0, 0, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li.active:hover a,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li.Selected:hover a,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .b-p:not(.custom).active:hover > .bp-text{color:rgba(25, 127, 200, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li:not(.active):not(.Selected):hover a:not(.button),#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .b-p:not(.custom):not(.active):not(.Selected):hover > .bp-text{color:rgba(228, 24, 26, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content li:not(.active):not(.Selected):hover,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .b-p:not(.custom):not(.active):not(.Selected):hover{background-color:rgba(255, 255, 255, 0.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"] > .su-content .top-bar ul.dropdown{background:rgba(111, 159, 201, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fix_now"].tb-mob .top-bar ul.dropdown{background:none !important}
#stacks_in_924_7 > .chroma-scroll-pro[data-style="fade_out"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fade_out"] > .su-content::after{background:rgba(111, 159, 201, 1.00)}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fade_out"]{visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear 200ms,opacity 200ms;transition:visibility 0s linear 200ms,opacity 200ms}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fade_out"] > .su-content .top-bar ul.dropdown{background:rgba(111, 159, 201, 1.00) !important}#stacks_in_924_7 > .chroma-scroll-pro[data-style="fade_out"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_924_7 > .chroma-scroll-pro[data-style="fade_out"].tb-mob .top-bar ul.dropdown{background:none !important}
.chroma-mark{position:relative}#stacks_in_924_14.chroma-marker{position:absolute;top:-10.00px}

    #stacks_out_932_2::before,#stacks_out_932_2::after{content:" ";display:table}#stacks_out_932_2::after{clear:both}#stacks_in_932_2 .nav-dots[data-magellan-expedition]{display:none}#stacks_in_932_2 .mg-menu{position:relative}#stacks_in_932_2 .mg-menu:not(.mag-vertical){height:20px}#stacks_in_932_2 .mg-menu .f-dropdown{max-height:calc(100vh - 20px);z-index:1002;margin-top:3px!important}#stacks_in_932_2 .mg-menu .f-dropdown::before,#stacks_in_932_2 .mg-menu .f-dropdown::after{left:7px!important;z-index:1002!important}#stacks_in_932_2 .mg-menu.dd-no-pip .f-dropdown{overflow-y:scroll;margin-top:0!important}#stacks_in_932_2 .mg-menu.dd-no-pip .f-dropdown::before,#stacks_in_932_2 .mg-menu.dd-no-pip .f-dropdown::after{display:none!important}#stacks_in_932_2 .mg-menu.mag-toggle .f-dropdown.small.content.open.f-open-dropdown{left:2vw!important}#stacks_in_932_2 [data-magellan-expedition-clone]{display:none!important}#stacks_in_932_2 .mg-menu[data-magellan-expedition]{padding:0;background-color:transparent;min-width:10px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-preload{visibility:hidden;-webkit-transition:opacity 0ms linear;transition:opacity 0ms linear;filter:alpha(opacity=0)}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-hidden,#stacks_in_932_2 .mg-menu[data-magellan-expedition].hide-landing.mag-landing{opacity:0;-webkit-transition:opacity 100ms linear;transition:opacity 100ms linear;filter:alpha(opacity=0);pointer-events:none}#stacks_in_932_2 .mg-menu[data-magellan-expedition]:not(.mag-hidden),#stacks_in_932_2 .mg-menu[data-magellan-expedition].hide-landing:not(.mag-landing):not(.mag-hidden){-webkit-transition:opacity 100ms linear;transition:opacity 100ms linear;opacity:1;filter:alpha(opacity=100)}#stacks_in_932_2 .mg-menu[data-magellan-expedition].bg-none{background:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition] li a{text-align:center}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle){padding:6px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav{padding:6px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) li{margin-bottom:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-max{max-width:200px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-fixed{max-width:140px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-auto{width:auto}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal{min-width:100%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav{display:block;margin:0;padding:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav li{margin:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav{text-align:center}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a{font-size:1.00rem;color:rgba(204, 204, 204, 1.00)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(255, 255, 255, 0.20)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a,#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a:not(.button){padding:0 .875rem}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li.active a{color:rgba(239, 181, 10, 1.00);background-color:rgba(255, 255, 255, 0.10)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li.active a:hover{color:rgba(254, 205, 71, 1.00);background-color:rgba(239, 181, 10, 0.15)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .magic-icon{display:none}
#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-fixed{z-index:1001}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-fixed.fixed-shadow{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a{background:rgba(204, 204, 204, 0.00)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item.active a{background:rgba(255, 255, 255, 0.10)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area{list-style-type:none;margin-bottom:0;padding-left:10px}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.toggle-target{display:none}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name{display:block;position:relative;padding:0 .9375rem;text-align:center}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name.collapse{padding:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name a{ display:inline-block}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name span{height:100%;line-height:20px}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name img{display:inline-block;width:auto;padding:2px}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name .mag-title{display:inline-block;line-height:20px;padding:0 .875rem;margin:0;vertical-align:top;font-size:1.15rem;color:rgba(255, 255, 255, 1.00)}@media screen and (max-width:639px){#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name .mag-title{line-height:45px}}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name:not(.contained) img{max-height:85px}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name.contained img{height:20px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal .mag-title-area{float:left}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area{margin-bottom:1rem;margin-left:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area>.mag-name img{display:block;margin:0 auto;width:auto}@media only screen and (min-width:640px){#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.icons-full .magic-icon{display:inline-block}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-divider .side-nav li:not(:last-of-type){border-right:1px solid rgba(153, 153, 153, 0.60)}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav.magic-nav li{display:inline-block;vertical-align:middle}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav.magic-nav li a{line-height:20px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal .mag-title-area{float:left}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .mag-title-area{display:none}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(10),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(10) ~ li{width:10%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(9),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(9) ~ li{width:11.11111%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(8),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(8) ~ li{width:12.5%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(7),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(7) ~ li{width:14.28571%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(6),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(6) ~ li{width:16.66667%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(5),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(5) ~ li{width:20%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(4),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(4) ~ li{width:25%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(3),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(3) ~ li{width:33.33333%}
#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(2),#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(2) ~ li{width:50%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(1){width:100%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li a{white-space:nowrap;overflow:hidden}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav.magic-nav.custom-pad li a:not(.button){padding-left:14px;padding-right:14px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav.magic-nav.zone-hard-right .mag-item.zone-item{float:right}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).mag-divider .side-nav.magic-nav li:not(:first-of-type){border-top:1px solid rgba(153, 153, 153, 0.60)}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav.magic-nav li:not(:first-of-type){padding-top:0px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav.magic-nav li:not(:last-of-type){padding-bottom:0px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav.magic-nav.custom-pad li a:not(.button){padding-top:14px;padding-bottom:14px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area{margin-bottom:1rem;margin-left:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area>.mag-name img{display:block;margin:0 auto;width:auto} #stacks_in_932_2 .mg-menu[data-magellan-expedition]>.mag-title-area>.mag-name img{vertical-align:middle}#stacks_in_932_2>.mg-menu[data-magellan-expedition] .mag-title-area>.mag-name img{vertical-align:middle}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed{position:fixed}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed.mag-horizontal{left:0}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed.mag-vertical:not(.mag-toggle).vert-left{left:0px}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed.mag-vertical:not(.mag-toggle).vert-right{right:0px}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed.fixed-top{top:0}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed.fixed-bottom{bottom:0}#stacks_in_932_2>.mg-menu[data-magellan-expedition].mag-fixed.fixed-custom{top:0px}}   #stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).vert-left{float:left;margin-left:0px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).vert-right{float:right;margin-right:0px}#stacks_in_932_2 .mg-menu[data-magellan-expedition]::after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;z-index:-1}   #stacks_in_932_2 .mg-menu[data-magellan-expedition].onecolor::after{background-color:rgba(65, 167, 240, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,color-stop( + ,%id=gradColors[0]),color-stop(85%,rgba(25, 127, 200, 1.00)));background-image:linear-gradient(to bottom,rgba(65, 167, 240, 1.00),rgba(25, 127, 200, 1.00) 85%)}   @media only screen and (max-width:639px){#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-fixed.fixed-shadow .side-nav.magic-nav{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}
#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle{height:45px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle>.row{position:relative}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle>.row>.mag-title-area{position:relative}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle>.row>.mag-title-area>.mag-name{height:45px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area{padding:0;height:45px;float:none}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .toggle-target{display:block;padding:0 12px 0 12px;cursor:pointer}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-title.hide-for-mob{display:none!important}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .toggle-target{float:left}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .mag-name{float:right}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .mag-name img{float:right}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .toggle-target,#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .burgWrapper{float:right}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .menu-label{float:right;padding-right:12px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .mag-name{float:left}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .mag-name img{float:left}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-title{font-size:1.06rem}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .menu-label{display:inline-block;line-height:45px;vertical-align:middle;color:rgba(255, 255, 255, 1.00)}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name{text-align:left;display:inline-block}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name img{padding:2px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name:not(.contained) img{max-height:60px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name.contained img{height:45px}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name .mag-logo.hide-for-toggle{display:none}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-fixed{position:fixed;left:0;top:0;width:100%}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-fixed.fixed-custom{top:0px}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav{display:none;position:absolute;max-height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;line-height:1.6;top:100%;width:100%;z-index:-1}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a:not(.button){font-size:1.00rem;text-align:left;padding:12px .9735rem 12px .9735rem;background-color:transparent}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a:not(.button):hover{background-color:rgba(255, 255, 255, 0.20)}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.icons-mob .magic-icon{display:inline-block}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.zone-full-width .mag-item.zone-item a:not(.button)>.dot-tip{display:block}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .burgWrapper{padding-left:0;display:inline-block;width:40px;height:40px;vertical-align:middle}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .burg{position:absolute;top:50%;display:block;height:2px;width:20px;background:rgba(255, 255, 255, 1.00);-webkit-transition:.2s;transition:.2s}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .burg:before{content:'';position:absolute;top:-8px;width:20px;height:2px;background:rgba(255, 255, 255, 1.00);-webkit-transition:200ms;transition:200ms}#stacks_in_932_2 .mg-menu[data-magellan-expedition] .burg:after{content:'';position:absolute;top:8px;width:20px;height:2px;background:rgba(255, 255, 255, 1.00);-webkit-transition:200ms;transition:200ms}#stacks_in_932_2 .mg-menu[data-magellan-expedition].toggle-open .burg{background:transparent}#stacks_in_932_2 .mg-menu[data-magellan-expedition].toggle-open .burg:before{-webkit-transform:rotate(45deg);top:0}#stacks_in_932_2 .mg-menu[data-magellan-expedition].toggle-open .burg:after{-webkit-transform:rotate(-45deg);top:0} #stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle .side-nav.magic-nav{background-color:rgba(25, 127, 200, 1.00);border-top:1px solid rgba(204, 204, 204, 1.00)}#stacks_in_932_2 .mg-menu[data-magellan-expedition].mag-toggle.mag-divider .side-nav.magic-nav li:not(:first-of-type){border-top:1px solid rgba(153, 153, 153, 0.60)}} 
 #stacks_in_932_3 .magic-zone{width:0;height:0;visibility:hidden}  .mg-menu .mgicon-id-stacks_in_932_3{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}.mg-menu .mgicon-id-stacks_in_932_3.fa{display:inline!important}   
 #stacks_in_932_4 .magic-zone{width:0;height:0;visibility:hidden}  .mg-menu .mgicon-id-stacks_in_932_4{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}.mg-menu .mgicon-id-stacks_in_932_4.fa{display:inline!important}   
 #stacks_in_932_5 .magic-zone{width:0;height:0;visibility:hidden}  .mg-menu .mgicon-id-stacks_in_932_5{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}.mg-menu .mgicon-id-stacks_in_932_5.fa{display:inline!important}   
 #stacks_in_932_9 .magic-zone{width:0;height:0;visibility:hidden}  .mg-menu .mgicon-id-stacks_in_932_9{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}.mg-menu .mgicon-id-stacks_in_932_9.fa{display:inline!important}   
 #stacks_in_932_10 .magic-zone{width:0;height:0;visibility:hidden} .mg-menu .mag-item.mag-zone-id-stacks_in_932_10>.mag-link>.dot-tip{color:rgba(25, 127, 200, 1.00)}.mg-menu .mag-item.mag-zone-id-stacks_in_932_10:hover>.mag-link>.dot-tip{color:rgba(204, 204, 204, 1.00)}  .mag-item.mag-zone-id-stacks_in_932_10>.mag-link>.dot-tip{background:rgba(204, 204, 204, 0.85);padding:10px;border-radius:3px}.mag-item.mag-zone-id-stacks_in_932_10:hover>.mag-link>.dot-tip{background:rgba(26, 144, 245, 1.00)}.mag-item.mag-zone-id-stacks_in_932_10>.mag-link.mag-zone:hover{background:transparent!important} .mg-menu .mgicon-id-stacks_in_932_10{vertical-align:middle;font-size:1.60rem; padding-right:1.00rem;}.mg-menu .mgicon-id-stacks_in_932_10.fa{display:inline!important} .mg-menu .mgicon-id-stacks_in_932_10{color:rgba(25, 127, 200, 1.00)}.mg-menu .mag-item:hover .mgicon-id-stacks_in_932_10{color:rgba(204, 204, 204, 1.00)}   
#stacks_in_319 > .row{padding-top:1.00rem;padding-bottom:1.00rem}#stacks_in_319 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_319 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_319 > .row.padding-detailed.padding-medium-up,#stacks_in_319 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_319 > .row.padding-detailed.padding-y-medium-up,#stacks_in_319 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_319 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_319 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_320 h3,#stacks_in_320 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_320 h3 a,#stacks_in_320 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_320 h3 a:hover,#stacks_in_320 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_320 small,#stacks_in_320 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_320 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_323 p,#stacks_in_323 div,#stacks_in_323 ul,#stacks_in_323 ol,#stacks_in_323 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_323 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_323 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_323,#stacks_in_323 div,#stacks_in_323 p,#stacks_in_323 ol,#stacks_in_323 ul li,#stacks_in_323 ol li,#stacks_in_323 ol,#stacks_in_323 dl{font-size:1.30rem}@media all and (max-width:640px){#stacks_in_323,#stacks_in_323 div,#stacks_in_323 p,#stacks_in_323 ol,#stacks_in_323 ul li,#stacks_in_323 ol li,#stacks_in_323 ol,#stacks_in_323 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_323{}}


#stacks_in_323 {
	padding: 16px 0px 0px 0px;
}
/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_350 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;

   
	background: #D1A57B url(../files/icon-58.png) no-repeat right 5px;














}
#stacks_in_350 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
#stacks_in_352 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_352 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_352 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_352 > .row.padding-detailed.padding-medium-up,#stacks_in_352 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_352 > .row.padding-detailed.padding-y-medium-up,#stacks_in_352 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_352 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_352 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-preloader-trans{
	background-image:url('../files/images/loader_skype_trans.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader1{
	background-image:url('../files/images/loader-white1.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader1.ug-loader-black{
	background-image:url('../files/images/loader-black1.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader2{
	background-image:url('../files/images/loader-white2.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader2.ug-loader-black{
	background-image:url('../files/images/loader-black2.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader3{
	background-image:url('../files/images/loader-white3.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader3.ug-loader-black{
	background-image:url('../files/images/loader-black3.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader4{
	background-image:url('../files/images/loader-white4.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader4.ug-loader-black{
	background-image:url('../files/images/loader-black4.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader5{
	background-image:url('../files/images/loader-white5.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader5.ug-loader-black{
	background-image:url('../files/images/loader-black5.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader6{
	background-image:url('../files/images/loader-white6.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader6.ug-loader-black{
	background-image:url('../files/images/loader-black6.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader7{
	background-image:url('../files/images/loader-white7.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-preloader.ug-loader7.ug-loader-black{
	background-image:url('../files/images/loader-black7.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-wrapper .ug-button-videoplay.ug-type-square{
	background-image:url('../files/images/play-button-square.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-slider-wrapper .ug-button-videoplay.ug-type-round{
	background-image:url('../files/images/play-button-round.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-videoplayer{
	background-image:url('../files/images/loader-black1.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-videoplayer .ug-videoplayer-wrapper{
	background-image:url('../files/images/loader-black1.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-videoplayer .ug-videoplayer-button-close{
	background-image:url('../files/images/button-close.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark{
	background-image:url('../files/images/loader.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright{
	background-image:url('../files/images/loader_bright.gif');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error{
	background-image:url('../files/images/not_loaded.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-overlay-disabled{
	background-image:url('../files/images/cover-grid.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link{
	background-image:url('../files/images/icon-link32.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom{
	background-image:url('../files/images/icon-zoom32.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play{
	background-image:url('../files/images/icon-play32.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-lightbox .ug-lightbox-arrow-left,
#imageCarouselOuterContainer_stacks_in_353 .ug-lightbox .ug-lightbox-arrow-right{
	background-image:url('../files/images/lightbox-arrow-left.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-lightbox .ug-lightbox-arrow-right{
	background-image:url('../files/images/lightbox-arrow-right.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-lightbox .ug-lightbox-button-close{
	background-image:url('../files/images/lightbox-icon-close.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-lightbox-compact .ug-lightbox-button-close{
	background-image:url('../files/images/lightbox-icon-close-compact2.png');
}



.------------------DEFAULT_SKIN---------------------{}

/* --- arrows -- */

#imageCarouselOuterContainer_stacks_in_353 .ug-arrow-left.ug-skin-default,
#imageCarouselOuterContainer_stacks_in_353 .ug-arrow-right.ug-skin-default{
	background-image:url('../files/skins/default/slider_arrow_left.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-arrow-right.ug-skin-default{
	background-image:url('../files/skins/default/slider_arrow_right.png');
}

/* --- bullets -- */

#imageCarouselOuterContainer_stacks_in_353 .ug-bullets.ug-skin-default .ug-bullet{
	background-image:url('../files/skins/default/slider_bullets.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_gray.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_blue.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_brown.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_green.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet{
	background-image:url('../files/skins/default/tile_bullets_red.png');
}


#imageCarouselOuterContainer_stacks_in_353 .ug-button-tile-navigation.ug-button-tile-left{
	background-image:url('../files/skins/default/tile_button_left.png');
}



#imageCarouselOuterContainer_stacks_in_353 .ug-button-tile-navigation.ug-button-tile-right{
	background-image:url('../files/skins/default/tile_button_right.png');
}



#imageCarouselOuterContainer_stacks_in_353 .ug-button-tile-navigation.ug-button-tile-play{
	background-image:url('../files/skins/default/tile_button_play_pause.png');
}


/* --- play button -- */

#imageCarouselOuterContainer_stacks_in_353 .ug-button-play.ug-skin-default{
	background-image:url('../files/skins/default/button_playpause.png');
}

/* --- fullscreen button -- */

#imageCarouselOuterContainer_stacks_in_353 .ug-button-fullscreen.ug-skin-default{
	background-image:url('../files/skins/default/button_fullscreen.png');
}

/* --- zoom panel --- */

#imageCarouselOuterContainer_stacks_in_353 .ug-zoompanel.ug-skin-default .ug-zoompanel-plus{
	background-image:url('../files/skins/default/icon_zoom_plus.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-zoompanel.ug-skin-default .ug-zoompanel-minus{
	background-image:url('../files/skins/default/icon_zoom_minus.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-zoompanel.ug-skin-default .ug-zoompanel-return{
	background-image:url('../files/skins/default/icon_zoom_back.png');
}

/* --- Grid Panel Arrows -- */

/*--- down arrow ---*/

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default{
	background-image:url('../files/skins/default/arrow_grid_down.png');
}

/*--- up arrow ---*/

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default{
	background-image:url('../files/skins/default/arrow_grid_up.png');
}

/*--- left arrow ---*/

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default{
	background-image:url('../files/skins/default/grid_arrow_left.png');
}

/*--- right arrow ---*/

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default{
	background-image:url('../files/skins/default/grid_arrow_right.png');
}

/*--- left arrow - horizontal panel type ---*/

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default{
	background-image:url('../files/skins/default/slider_arrow_left.png');
}

/*--- right arrow - horizontal panel type ---*/

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default{
	background-image:url('../files/skins/default/slider_arrow_right.png');
}

/* --- Strip Panel Arrows -- */

/* left and right arrows */

#imageCarouselOuterContainer_stacks_in_353 .ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_left.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_right.png');
}

/* up and down arrows */

#imageCarouselOuterContainer_stacks_in_353 .ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_up.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip{
	background-image:url('../files/skins/default/arrows_strip_down.png');
}

/* --- Panel Handle Tip -- */

/* left and right handle */
#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	background-image:url('../files/skins/default/grid_handle_black_left.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default{
	background-image:url('../files/skins/default/grid_handle_black_right.png');
}

/* top and bottom handle */

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	background-image:url('../files/skins/default/grid_handle_black_top.png');
}

#imageCarouselOuterContainer_stacks_in_353 .ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default{
	background-image:url('../files/skins/default/grid_handle_black_bottom.png');
}




#imageCarouselOuterContainer_stacks_in_353 .ug-carousel-wrapper {
	width: 100% !important;
	left: 0px !important;
	padding-top: 20px;
	padding-bottom: 20px;
	
	top: 0px !important;
	

}

#imageCarouselOuterContainer_stacks_in_353 .ug-carousel-inner {
	/*width: 100% !important;*/
	top: 20px !important;
}

.imageCarouselOuterContainer {
	margin-bottom: 10px;
}

#imageCarouselOuterContainer_stacks_in_353 {
	margin-top: 10px;
	margin-bottom: 10px;
}



.chroma-mark{position:relative}#stacks_in_776_1.chroma-marker{position:absolute;top:-110.00px}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
    #stacks_in_798.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_798.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_798.blu-wrap>.blueprint-col{}#stacks_in_798.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_798.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_798.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_798.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_798.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_798.blu-wrap>.blueprint-col{ }#stacks_in_798.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_798.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_798.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_798.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_798.blu-wrap>.blueprint-col{ }
#stacks_in_798.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_798.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_798.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_798.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_798.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_798.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_798.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_798.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_798.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_686 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_686 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_686 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_686 > .row.padding-detailed.padding-medium-up,#stacks_in_686 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_686 > .row.padding-detailed.padding-y-medium-up,#stacks_in_686 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_686 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_686 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 #stacks_in_576.blu-svg{text-align:center}#stacks_in_576.blu-svg svg{width:200.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_576.blu-svg{text-align:center}#stacks_in_576.blu-svg svg{width:220.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_576.blu-svg{text-align:center}#stacks_in_576.blu-svg svg{width:240.00px}}@media screen and (min-width:1000px){#stacks_in_576.blu-svg{text-align:center}#stacks_in_576.blu-svg svg{width:256.00px}}  #stacks_in_576.blu-svg{float:none}#stacks_in_576 a,#stacks_in_576 svg{cursor:auto}
 .style-pro-stacks_in_798::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_798:not(.bdr-vault)::before{border-width: 0px 0px 0px 0px ;border-style:inset;border-color:rgba(0, 0, 0, 0.72);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_798:not(.bdr-vault)::before,.style-pro-stacks_in_798:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_798:not(.bdr-vault)>.sections-layer{border-radius: 0px }     
#stacks_in_1072 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1072 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1072 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1072 > .row.padding-detailed.padding-medium-up,#stacks_in_1072 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1072 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1072 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1072 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1072 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1068 h3,#stacks_in_1068 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_1068 h3,#stacks_in_1068 .hTxt:not(.segment) div{font-size:0.95rem}}

/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_1175 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;

   
	background: #197FC8 url(../files/icon-58.png) no-repeat right 5px;














}
#stacks_in_1175 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
#stacks_in_1154 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1154 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1154 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1154 > .row.padding-detailed.padding-medium-up,#stacks_in_1154 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1154 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1154 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1154 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1154 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

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

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

/* Hide until the page is loaded */
.showcaseUltra {
	opacity: 0;
}

/* Hide when the page is printed or saved as a PDF */
@media print {
	#showcaseUltrastacks_in_1145 {
		display: none;
	}
}


#showcaseUltrastacks_in_1145 {
	max-width: 1200px;
	position: relative;
	
    margin: 0 auto;
    
    overflow: hidden;
}

#showcaseUltraFramestacks_in_1145 {
	position: relative;
	z-index: 5;
}

#showcaseUltraFramestacks_in_1145 img.frameImage {
	max-width: 1200px;
}

#showcaseUltraBoundingstacks_in_1145 img {
	width: 100%;
}
































































#showcaseUltraBoundingstacks_in_1145 {
	position: absolute;
	z-index: 1;
	top: 6%;
	left: 30%;
	width: 38%;
	height: 54%;
	overflow: hidden;
}
















































#stacks_in_1145 {
	padding: 0px 0px 20px 0px;
}
    #stacks_in_1164.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1164.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1164.blu-wrap>.blueprint-col{}#stacks_in_1164.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1164.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1164.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1164.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1164.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1164.blu-wrap>.blueprint-col{ }#stacks_in_1164.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1164.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1164.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1164.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1164.blu-wrap>.blueprint-col{ }
#stacks_in_1164.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1164.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1164.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1164.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1164.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1164.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1164.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1164.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1164.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_1165 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1165 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1165 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1165 > .row.padding-detailed.padding-medium-up,#stacks_in_1165 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1165 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1165 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1165 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1165 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 #stacks_in_1166.blu-svg{text-align:center}#stacks_in_1166.blu-svg svg{width:200.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_1166.blu-svg{text-align:center}#stacks_in_1166.blu-svg svg{width:220.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_1166.blu-svg{text-align:center}#stacks_in_1166.blu-svg svg{width:240.00px}}@media screen and (min-width:1000px){#stacks_in_1166.blu-svg{text-align:center}#stacks_in_1166.blu-svg svg{width:256.00px}}  #stacks_in_1166.blu-svg{float:none}#stacks_in_1166 a,#stacks_in_1166 svg{cursor:auto}
 .style-pro-stacks_in_1164::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1164:not(.bdr-vault)::before{border-width: 0px 0px 0px 0px ;border-style:inset;border-color:rgba(0, 0, 0, 0.72);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_1164:not(.bdr-vault)::before,.style-pro-stacks_in_1164:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_1164:not(.bdr-vault)>.sections-layer{border-radius: 0px }     
#stacks_in_414 .panel{padding:1.25rem}#stacks_in_414 .panel{border-width:0}#stacks_in_414 .panel{background-color:rgba(255, 255, 255, 0.00);border-color:rgba(229, 229, 229, 0.00)}#stacks_in_414 .panel{margin-bottom:0}

#stacks_in_414 {
    background-image: url("897161AB-45FD-4B2E-A443-CFB7EDE31354.jpg");
	background-repeat: repeat;
	background-position: center;
}
#stacks_in_406 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_406 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_406 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_406 > .row.padding-detailed.padding-medium-up,#stacks_in_406 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_406 > .row.padding-detailed.padding-y-medium-up,#stacks_in_406 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_406 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_406 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_521 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_521 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_521 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_407 h2,#stacks_in_407 div{color:rgba(25, 127, 200, 1.00)}#stacks_in_407 h2 a,#stacks_in_407 div a{color:rgba(25, 127, 200, 1.00)}#stacks_in_407 h2 a:hover,#stacks_in_407 div a:hover{color:rgba(18, 95, 150, 1.00)}#stacks_in_407 small,#stacks_in_407 small div{color:rgba(111, 111, 111, 1.00)}

#columnOnestacks_in_530 {
	padding-top: 10.00px;
	padding-bottom: 0.00px;
	padding-left: 0.00px;
	padding-right: 0.00px;
}

@media screen and (min-width:568px) {
	#betterFloatstacks_in_530 {
		height: auto;
		overflow: auto;
	}

	#columnOnestacks_in_530 {
		width: 220.00px;
	}

	#columnTwostacks_in_530 {
		width: calc(100% - 220.00px);
	}

	

	
	#columnOnestacks_in_530 {
		float: right;
	}

	#columnTwostacks_in_530 {
		float: left;
	}
	
}


	
	#columnTwostacks_in_530 {
		float: none;
		width: auto;
	}
	

/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_528 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	 
	width: 100%;
	 
	 
}

#stacks_in_528 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_528 .rounded,
#stacks_in_528 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_528 .shadow-style0stacks_in_528 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_528 .shadow-style0stacks_in_528:before,
#stacks_in_528 .shadow-style0stacks_in_528:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_528 .shadow-style0stacks_in_528:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_528 .shadow-style1stacks_in_528 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_528 .shadow-style1stacks_in_528:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_528 .shadow-style2stacks_in_528 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_528 .shadow-style2stacks_in_528:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_528 .shadow-style3stacks_in_528 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_528 .shadow-style3stacks_in_528 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_528 .shadow-style4stacks_in_528 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_528 .shadow-style4stacks_in_528:before, 
#stacks_in_528 .shadow-style4stacks_in_528:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_528 .shadow-style5stacks_in_528 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 3px 15px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_528 .shadow-style5stacks_in_528:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_528 .shadow-style5stacks_in_528:before,
#stacks_in_528 .shadow-style5stacks_in_528:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_528 .shadow-style5stacks_in_528:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_528 .shadow-style6stacks_in_528 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 3px 3px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_528 .shadow-style6stacks_in_528:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_528 .shadow-style6stacks_in_528:before,
#stacks_in_528 .shadow-style6stacks_in_528:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_528 .shadow-style7stacks_in_528 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 3px 15px 3px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_528 .shadow-style7stacks_in_528:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_528 .shadow-style7stacks_in_528:before,
#stacks_in_528 .shadow-style7stacks_in_528:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_528 .shadow-style8stacks_in_528 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 0px solid #FFFFFF;
	margin: 15px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_528 .shadow-style8stacks_in_528:before,
#stacks_in_528 .shadow-style8stacks_in_528:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_528 .shadow-style8stacks_in_528:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line 1 */

#stacks_in_528 .shadow-style9stacks_in_528 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFFFFF;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_528 .shadow-style9stacks_in_528 span {
	text-align: center !important;
}

#stacks_in_528 .shadow-style9stacks_in_528:before,
#stacks_in_528 .shadow-style9stacks_in_528:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_528 .shadow-style9stacks_in_528:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Shadow Style 10 - Divider Line 2 */

#stacks_in_528 .shadow-style10stacks_in_528 {
  	height: 20px;
  	overflow: hidden;
   	position:relative;
	width: 80%;
  	border: none;
}



#stacks_in_528 .shadow-style10stacks_in_528:after {
  	border-radius: 100%;
  	box-shadow: 0 0 10px #333;
  	content: "";
  	display: block;
  	height: 100%;
  	position: relative;
  	top: +100%;
  	width: 80%;
}



#stacks_in_1174 img{border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_1174 img.maxwidth{max-width:500px}#stacks_in_1174 img.maxheight{width:auto;max-height:500px}
#stacks_in_410 p,#stacks_in_410 div,#stacks_in_410 ul,#stacks_in_410 ol,#stacks_in_410 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_410 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_410 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_410,#stacks_in_410 div,#stacks_in_410 p,#stacks_in_410 ol,#stacks_in_410 ul li,#stacks_in_410 ol li,#stacks_in_410 ol,#stacks_in_410 dl{font-size:1.30rem}@media all and (max-width:640px){#stacks_in_410,#stacks_in_410 div,#stacks_in_410 p,#stacks_in_410 ol,#stacks_in_410 ul li,#stacks_in_410 ol li,#stacks_in_410 ol,#stacks_in_410 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_410{}}


#stacks_in_410 {
	padding: 6px 0px 0px 0px;
}
#stacks_in_423 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_423 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_423 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_423 > .row.padding-detailed.padding-medium-up,#stacks_in_423 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_423 > .row.padding-detailed.padding-y-medium-up,#stacks_in_423 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_423 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_423 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_460 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_460 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_460 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
/* Start dooCheck stack each CSS code */#stacks_in_477 .doo-check-item{	position: relative;}#stacks_in_477 > .stacks_out{	margin-top: 20px;}#stacks_in_477 > .stacks_out:first-child{	margin-top: 0px;}#stacks_in_477 .doo-check-icon{	float: left;	color: #449E23 !important;	padding-right: 1px;}#stacks_in_477 .doo-check-icon:after { 	content: ''; 	clear: both; 	visibility: hidden; }#stacks_in_477 .doo-check-icon,#stacks_in_477 .doo-check-title{	font-size: 120% !important;	font-weight: 700 !important;	line-height:123.999985%;}/* head-size / (head-size/115) line height in percentage alogrithm */ #stacks_in_477 .doo-check-title{	line-height:125.000000%;}#stacks_in_477 .doo-check-title a,#stacks_in_477 .doo-check-title a:active,#stacks_in_477 .doo-check-title a:visited,#stacks_in_477 .doo-check-title a:hover{	text-decoration: none !important;}#stacks_in_477 .checkmarks-global:before{	content: "\e025";}#stacks_in_477 .doo-check-content{	overflow: hidden;}#stacks_in_477 .doo-check-text{	display: block;	margin-top: 2px;}@media all and (max-width: 0px) {    #stacks_in_477 .doo-check-content{	    overflow: visible;	}	#stacks_in_477 .doo-check-text{		text-align: left;	}}/* End dooCheck stack each CSS code *//* Start dooCheckChild stack each CSS code *//* End dooCheckChild stack each CSS code *//* Start dooCheckChild stack each CSS code *//* End dooCheckChild stack each CSS code *//* Start dooCheckChild stack each CSS code *//* End dooCheckChild stack each CSS code *//* Start dooCheck stack each CSS code */#stacks_in_494 .doo-check-item{	position: relative;}#stacks_in_494 > .stacks_out{	margin-top: 20px;}#stacks_in_494 > .stacks_out:first-child{	margin-top: 0px;}#stacks_in_494 .doo-check-icon{	float: left;	color: #449E23 !important;	padding-right: 1px;}#stacks_in_494 .doo-check-icon:after { 	content: ''; 	clear: both; 	visibility: hidden; }#stacks_in_494 .doo-check-icon,#stacks_in_494 .doo-check-title{	font-size: 120% !important;	font-weight: 700 !important;	line-height:123.999985%;}/* head-size / (head-size/115) line height in percentage alogrithm */ #stacks_in_494 .doo-check-title{	line-height:125.000000%;}#stacks_in_494 .doo-check-title a,#stacks_in_494 .doo-check-title a:active,#stacks_in_494 .doo-check-title a:visited,#stacks_in_494 .doo-check-title a:hover{	text-decoration: none !important;}#stacks_in_494 .checkmarks-global:before{	content: "\e025";}#stacks_in_494 .doo-check-content{	overflow: hidden;}#stacks_in_494 .doo-check-text{	display: block;	margin-top: 2px;}@media all and (max-width: 0px) {    #stacks_in_494 .doo-check-content{	    overflow: visible;	}	#stacks_in_494 .doo-check-text{		text-align: left;	}}/* End dooCheck stack each CSS code *//* Start dooCheckChild stack each CSS code *//* End dooCheckChild stack each CSS code *//* Start dooCheckChild stack each CSS code *//* End dooCheckChild stack each CSS code *//* Start dooCheckChild stack each CSS code *//* End dooCheckChild stack each CSS code */#stacks_in_1186 .panel{padding:1.25rem}#stacks_in_1186 .panel{border-width:0}#stacks_in_1186 .panel{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(229, 229, 229, 1.00)}#stacks_in_1186 .panel{margin-bottom:0}

#stacks_in_1186 {
    background-image: url("2092B694-E54E-4132-AC32-AF8A1CB0B3C7.jpg");
	background-repeat: repeat;
	background-position: center;
}
#stacks_in_1187 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1187 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1187 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1187 > .row.padding-detailed.padding-medium-up,#stacks_in_1187 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1187 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1187 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1187 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1187 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1189 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1189 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1189 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1192 h2,#stacks_in_1192 div{color:rgba(25, 127, 200, 1.00)}#stacks_in_1192 h2 a,#stacks_in_1192 div a{color:rgba(25, 127, 200, 1.00)}#stacks_in_1192 h2 a:hover,#stacks_in_1192 div a:hover{color:rgba(18, 95, 150, 1.00)}#stacks_in_1192 small,#stacks_in_1192 small div{color:rgba(111, 111, 111, 1.00)}

/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_1198 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	 
	width: 100%;
	 
	 
}

#stacks_in_1198 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_1198 .rounded,
#stacks_in_1198 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_1198 .shadow-style0stacks_in_1198 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_1198 .shadow-style0stacks_in_1198:before,
#stacks_in_1198 .shadow-style0stacks_in_1198:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_1198 .shadow-style0stacks_in_1198:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_1198 .shadow-style1stacks_in_1198 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_1198 .shadow-style1stacks_in_1198:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_1198 .shadow-style2stacks_in_1198 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_1198 .shadow-style2stacks_in_1198:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_1198 .shadow-style3stacks_in_1198 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_1198 .shadow-style3stacks_in_1198 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_1198 .shadow-style4stacks_in_1198 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_1198 .shadow-style4stacks_in_1198:before, 
#stacks_in_1198 .shadow-style4stacks_in_1198:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_1198 .shadow-style5stacks_in_1198 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 3px 15px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1198 .shadow-style5stacks_in_1198:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1198 .shadow-style5stacks_in_1198:before,
#stacks_in_1198 .shadow-style5stacks_in_1198:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1198 .shadow-style5stacks_in_1198:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_1198 .shadow-style6stacks_in_1198 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 3px 3px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1198 .shadow-style6stacks_in_1198:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1198 .shadow-style6stacks_in_1198:before,
#stacks_in_1198 .shadow-style6stacks_in_1198:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_1198 .shadow-style7stacks_in_1198 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 3px 15px 3px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1198 .shadow-style7stacks_in_1198:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_1198 .shadow-style7stacks_in_1198:before,
#stacks_in_1198 .shadow-style7stacks_in_1198:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_1198 .shadow-style8stacks_in_1198 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 15px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_1198 .shadow-style8stacks_in_1198:before,
#stacks_in_1198 .shadow-style8stacks_in_1198:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_1198 .shadow-style8stacks_in_1198:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line 1 */

#stacks_in_1198 .shadow-style9stacks_in_1198 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFFFFF;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_1198 .shadow-style9stacks_in_1198 span {
	text-align: center !important;
}

#stacks_in_1198 .shadow-style9stacks_in_1198:before,
#stacks_in_1198 .shadow-style9stacks_in_1198:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_1198 .shadow-style9stacks_in_1198:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Shadow Style 10 - Divider Line 2 */

#stacks_in_1198 .shadow-style10stacks_in_1198 {
  	height: 20px;
  	overflow: hidden;
   	position:relative;
	width: 80%;
  	border: none;
}



#stacks_in_1198 .shadow-style10stacks_in_1198:after {
  	border-radius: 100%;
  	box-shadow: 0 0 10px #333;
  	content: "";
  	display: block;
  	height: 100%;
  	position: relative;
  	top: +100%;
  	width: 80%;
}




#stacks_in_1198 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_1199 p,#stacks_in_1199 div,#stacks_in_1199 ul,#stacks_in_1199 ol,#stacks_in_1199 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_1199 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_1199 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_1199,#stacks_in_1199 div,#stacks_in_1199 p,#stacks_in_1199 ol,#stacks_in_1199 ul li,#stacks_in_1199 ol li,#stacks_in_1199 ol,#stacks_in_1199 dl{font-size:1.30rem}@media all and (max-width:640px){#stacks_in_1199,#stacks_in_1199 div,#stacks_in_1199 p,#stacks_in_1199 ol,#stacks_in_1199 ul li,#stacks_in_1199 ol li,#stacks_in_1199 ol,#stacks_in_1199 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_1199{}}


#stacks_in_1199 {
	padding: 20px 20px 20px 20px;
}
#stacks_in_1218 .panel{padding:1.25rem}#stacks_in_1218 .panel{border-width:0}#stacks_in_1218 .panel{background-color:rgba(255, 255, 255, 0.00);border-color:rgba(229, 229, 229, 0.00)}#stacks_in_1218 .panel{margin-bottom:0}

#stacks_in_1218 {
    background-image: url("897161AB-45FD-4B2E-A443-CFB7EDE31354.jpg");
	background-repeat: repeat;
	background-position: center;
}
#stacks_in_750 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_750 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_750 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_750 > .row.padding-detailed.padding-medium-up,#stacks_in_750 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_750 > .row.padding-detailed.padding-y-medium-up,#stacks_in_750 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_750 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_750 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_751 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_751 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_751 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_752 h2,#stacks_in_752 div{color:rgba(25, 127, 200, 1.00)}#stacks_in_752 h2 a,#stacks_in_752 div a{color:rgba(25, 127, 200, 1.00)}#stacks_in_752 h2 a:hover,#stacks_in_752 div a:hover{color:rgba(18, 95, 150, 1.00)}#stacks_in_752 small,#stacks_in_752 small div{color:rgba(111, 111, 111, 1.00)}

/* FiveShadowThing by RapidWeaver Central  */

#fiveshadowthingstacks_in_764 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	 
	width: 100%;
	 
	 
}

#stacks_in_764 .box {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

#stacks_in_764 .rounded,
#stacks_in_764 .rounded img {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}

/* Shadow Style 0 - Both Shadows */

#stacks_in_764 .shadow-style0stacks_in_764 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_764 .shadow-style0stacks_in_764:before,
#stacks_in_764 .shadow-style0stacks_in_764:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

#stacks_in_764 .shadow-style0stacks_in_764:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 1 - Left Shadow */

#stacks_in_764 .shadow-style1stacks_in_764 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_764 .shadow-style1stacks_in_764:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
			transform: rotate(-3deg);
}

/* Shadow Style 2 - Right Shadow */

#stacks_in_764 .shadow-style2stacks_in_764 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_764 .shadow-style2stacks_in_764:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #B3B3B3;
	-webkit-box-shadow: 0 15px 10px #A8A8A8;
	   -moz-box-shadow: 0 15px 10px #A8A8A8;
			box-shadow: 0 15px 10px #A8A8A8;
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
			transform: rotate(3deg);
}

/* Shadow Style 3 - Inset */

#stacks_in_764 .shadow-style3stacks_in_764 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_764 .shadow-style3stacks_in_764 {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
	
/* Shadow Style 4 - Curved */

#stacks_in_764 .shadow-style4stacks_in_764 {
	position: relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 0 3px 15px 3px;
	background: #FFFFFF;
}

#stacks_in_764 .shadow-style4stacks_in_764:before, 
#stacks_in_764 .shadow-style4stacks_in_764:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-webkit-border-radius: 100px / 32px;
	   -moz-border-radius: 100px / 32px;
			border-radius: 100px / 32px;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Shadow Style 5 - Side Curves */

#stacks_in_764 .shadow-style5stacks_in_764 {
    position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 3px 15px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_764 .shadow-style5stacks_in_764:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_764 .shadow-style5stacks_in_764:before,
#stacks_in_764 .shadow-style5stacks_in_764:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_764 .shadow-style5stacks_in_764:before {
    right:0;
}

/* Shadow Style 6 - Left Side Curve */

#stacks_in_764 .shadow-style6stacks_in_764 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 3px 3px 3px 15px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_764 .shadow-style6stacks_in_764:before {
   	top:10px;
    bottom:10px;
    left:0;
    right:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_764 .shadow-style6stacks_in_764:before,
#stacks_in_764 .shadow-style6stacks_in_764:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 7 - Right Side Curve */

#stacks_in_764 .shadow-style7stacks_in_764 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 3px 15px 3px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_764 .shadow-style7stacks_in_764:before {
   	top:10px;
    bottom:10px;
    right:0;
    left:50%;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    		box-shadow:0 0 15px rgba(0,0,0,0.6);
 	-webkit-border-radius:10px / 100px;
       -moz-border-radius:10px / 100px;
    		border-radius:10px / 100px;
}

#stacks_in_764 .shadow-style7stacks_in_764:before,
#stacks_in_764 .shadow-style7stacks_in_764:after {
    content:"";
    position:absolute;
    z-index:-2;
}

/* Shadow Style 8 - Top/Bottom Curves */

#stacks_in_764 .shadow-style8stacks_in_764 {
   position:relative;
	width: px;
	height: auto;
	padding: 0;
	border: 3px solid #FFFFFF;
	margin: 15px 3px;
	background: #FFFFFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	    	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#stacks_in_764 .shadow-style8stacks_in_764:before,
#stacks_in_764 .shadow-style8stacks_in_764:after {
    content:"";
    position:absolute;
    z-index:-2;
}

#stacks_in_764 .shadow-style8stacks_in_764:before {
   	top:0;
    bottom:0;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius: 100px / 10px;
	   -moz-border-radius: 100px / 10px;
			border-radius: 100px / 10px;
}

/* Shadow Style 9 - Divider Line 1 */

#stacks_in_764 .shadow-style9stacks_in_764 {
   	position:relative;
	width: 80%;
	top:20px;
	padding: 0;
	height: 40px;
  	border: none;
	background: #FFFFFF;
	margin:	60px auto;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0) inset;
}

#stacks_in_764 .shadow-style9stacks_in_764 span {
	text-align: center !important;
}

#stacks_in_764 .shadow-style9stacks_in_764:before,
#stacks_in_764 .shadow-style9stacks_in_764:after {
	content:"";
    position:absolute;
    z-index:-1;
    top:50%;
    bottom:0;
    left:40px;
    right:40px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
    		box-shadow:0 0 15px rgba(0,0,0,0.4);
   	-webkit-border-radius:100px / 10px;
       -moz-border-radius:100px / 10px;
    		border-radius:100px / 10px;
}

#stacks_in_764 .shadow-style9stacks_in_764:after {
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Shadow Style 10 - Divider Line 2 */

#stacks_in_764 .shadow-style10stacks_in_764 {
  	height: 20px;
  	overflow: hidden;
   	position:relative;
	width: 80%;
  	border: none;
}



#stacks_in_764 .shadow-style10stacks_in_764:after {
  	border-radius: 100%;
  	box-shadow: 0 0 10px #333;
  	content: "";
  	display: block;
  	height: 100%;
  	position: relative;
  	top: +100%;
  	width: 80%;
}




#stacks_in_764 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_757 p,#stacks_in_757 div,#stacks_in_757 ul,#stacks_in_757 ol,#stacks_in_757 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_757 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_757 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{font-size:1.30rem}@media all and (max-width:640px){#stacks_in_757,#stacks_in_757 div,#stacks_in_757 p,#stacks_in_757 ol,#stacks_in_757 ul li,#stacks_in_757 ol li,#stacks_in_757 ol,#stacks_in_757 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_757{}}


#stacks_in_757 {
	padding: 20px 20px 20px 20px;
}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
/* custom stuff */


#corner-stacks_in_947_1 .corner-modal
{
  z-index: 9999;
  max-width:400px;
  max-height:850px;
}



#corner-stacks_in_947_1 .corner-content {
	border:1px solid rgba(0, 0, 0, 0.40);
	border-radius:2px;
  background-color:rgba(255, 255, 255, 1.00);
  color: rgba(102, 102, 102, 1.00);
  overflow:auto;
}

#corner-stacks_in_947_1 .corner-button
{
	font-family: Helvetica;
	font-size: 14px;
  font-weight: 700;
	border:2px solid rgba(255, 255, 255, 0.40);
	border-radius:22px;
  background-color:rgba(25, 127, 200, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  z-index: 9998;
}


#corner-stacks_in_947_1 .corner-button.corner-tl,
#corner-stacks_in_947_1 .corner-button.corner-tr {
  margin-top: -60px;
}

#corner-stacks_in_947_1 .corner-button.corner-bl,
#corner-stacks_in_947_1 .corner-button.corner-br {
  margin-bottom: -60px;
}


#corner-stacks_in_947_1 .corner-content {
	padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#corner-stacks_in_947_1 .corner-button.corner-tl.corner-show,
#corner-stacks_in_947_1 .corner-button.corner-tr.corner-show {
  margin-top: 20px;
}

#corner-stacks_in_947_1 .corner-button.corner-bl.corner-show,
#corner-stacks_in_947_1 .corner-button.corner-br.corner-show {
  margin-bottom: 20px;
}


/* hide the text in button on smaller screens */
@media only screen and (max-width: 770px)  
{ 
  #corner-stacks_in_947_1 .corner-modal
  {
    width:100%;
    max-width:100%;
    max-height:100%;
    margin:0;
  }

  #corner-stacks_in_947_1 .corner-content
  {
    margin:4px;
  }

  #corner-stacks_in_947_1 span.corner-label { 
    display:none; 
  }
}





@media only screen and (min-width:0px){#stacks_in_947_10{}}


#stacks_in_947_48 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_947_48 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_947_48 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_947_53 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_947_53 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_947_53 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_947_53 > .row.padding-detailed.padding-medium-up,#stacks_in_947_53 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_947_53 > .row.padding-detailed.padding-y-medium-up,#stacks_in_947_53 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_947_53 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_947_53 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_out_947_2 {
	width: 250px;
}
/*Begin Align Stack by Pressure Designs*/
#stacks_in_947_55align{
	
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	
	
	
	
	
}
/*End Align Stack by Pressure Designs*//* WaveformThing by RapidWeaver Central */

#waveformthingstacks_in_947_25 {
}

#waveformthingstacks_in_947_25 span {
	display: inline-block;
	width: 10px;
	height: 40px;
	-webkit-animation-name: scale;
	   -moz-animation-name: scale;
		-ms-animation-name: scale;
			animation-name: scale;
	-webkit-animation-duration: 1.2s;
	   -moz-animation-duration: 1.2s;
		-ms-animation-duration: 1.2s;
		 	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

#stacks_in_947_25 span.wave1 {
	background: #2491C0;
}

#stacks_in_947_25 span.wave2 {
	background: #197FC8;
}

#stacks_in_947_25 span.wave3 {
	background: #4458E0;
}

#stacks_in_947_25 span.wave4 {
	background: #FCB150;
}

#stacks_in_947_25 span.wave5 {
	background: #CC324B;
}

#stacks_in_947_25 span.wave6 {
	background: #E64C65;
}

#stacks_in_947_25 span.wave7 {
	background: #E15879;
}

#stacks_in_947_25 .wave1 {
	-webkit-animation-delay: -1s;
	   -moz-animation-delay: -1s;
		-ms-animation-delay: -1s;
			animation-delay: -1s;
}

#stacks_in_947_25 .wave2 {
	-webkit-animation-delay: -0.9s;
	   -moz-animation-delay: -0.9s;
		-ms-animation-delay: -0.9s;
			animation-delay: -0.9s;
}

#stacks_in_947_25 .wave3 {
	-webkit-animation-delay: -0.8s;
	   -moz-animation-delay: -0.8s;
		-ms-animation-delay: -0.8s;
			animation-delay: -0.8s;
}

#stacks_in_947_25 .wave4 {
	-webkit-animation-delay: -0.7s;
	   -moz-animation-delay: -0.7s;
		-ms-animation-delay: -0.7s;
			animation-delay: -0.7s;
}

#stacks_in_947_25 .wave5 {
	-webkit-animation-delay: -0.6s;
	   -moz-animation-delay: -0.6s;
		-ms-animation-delay: -0.6s;
			animation-delay: -0.6s;
}

#stacks_in_947_25 .wave6 {
	-webkit-animation-delay: -0.5s;
	   -moz-animation-delay: -0.5s;
		-ms-animation-delay: -0.5s;
			animation-delay: -0.5s;
}

#stacks_in_947_25 .wave7 {
	-webkit-animation-delay: -0.4s;
	   -moz-animation-delay: -0.4s;
		-ms-animation-delay: -0.4s;
			animation-delay: -0.4s;
}

@-webkit-keyframes scale {
	0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
	   -moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
			transform: scaleY(0.2);
}

20%, 60% {
	-webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
			transform: scaleY(1);
}

}

@-moz-keyframes scale {
	0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
	   -moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
			transform: scaleY(0.2);
}

20%, 60% {
	-webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
			transform: scaleY(1);
}

}

@-ms-keyframes scale {
	0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
	   -moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
			transform: scaleY(0.2);
}

20%, 60% {
	-webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
			transform: scaleY(1);
}

}

@keyframes scale {
	0%, 40%, 100% {
    -webkit-transform: scaleY(0.2);
	   -moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
			transform: scaleY(0.2);
}

20%, 60% {
	-webkit-transform: scaleY(1);
	   -moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
			transform: scaleY(1);
}
}#stacks_in_947_28 .stacks_out,#stacks_in_947_28 .stacks_in{overflow:visible}#stacks_in_947_28 textarea{resize:vertical}#stacks_in_947_28 .in-progress,#stacks_in_947_28 .alert-box{display:none}
form #stacks_in_947_41 .button.inline{height:37px !important;margin-left:-1px;padding-top:0;padding-bottom:0}
/*
-------------------------------------------
Backpacker
-------------------------------------------
*/


 



#stacks_in_813 .backpackernote 
{
	padding: 5px;
	min-height: 60px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;

   
	background: #D1A57B url(../files/icon-58.png) no-repeat right 5px;














}
#stacks_in_813 .backpackernotedescription 
{
 
}



/*END BACKPACKER*/
/* custom stuff */


#corner-stacks_in_815 .corner-modal
{
  z-index: 9999;
  max-width:400px;
  max-height:800px;
}



#corner-stacks_in_815 .corner-content {
	border:1px solid rgba(0, 0, 0, 0.40);
	border-radius:2px;
  background-color:rgba(240, 249, 254, 1.00);
  color: rgba(102, 102, 102, 1.00);
  overflow:auto;
}

#corner-stacks_in_815 .corner-button
{
	font-family: Helvetica;
	font-size: 14px;
  font-weight: 700;
	border:2px solid rgba(255, 255, 255, 0.40);
	border-radius:22px;
  background-color:rgba(25, 127, 200, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  z-index: 9998;
}


#corner-stacks_in_815 .corner-button.corner-tl,
#corner-stacks_in_815 .corner-button.corner-tr {
  margin-top: -60px;
}

#corner-stacks_in_815 .corner-button.corner-bl,
#corner-stacks_in_815 .corner-button.corner-br {
  margin-bottom: -60px;
}


#corner-stacks_in_815 .corner-content {
	padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#corner-stacks_in_815 .corner-button.corner-tl.corner-show,
#corner-stacks_in_815 .corner-button.corner-tr.corner-show {
  margin-top: 20px;
}

#corner-stacks_in_815 .corner-button.corner-bl.corner-show,
#corner-stacks_in_815 .corner-button.corner-br.corner-show {
  margin-bottom: 20px;
}


/* hide the text in button on smaller screens */
@media only screen and (max-width: 770px)  
{ 
  #corner-stacks_in_815 .corner-modal
  {
    width:100%;
    max-width:100%;
    max-height:100%;
    margin:0;
  }

  #corner-stacks_in_815 .corner-content
  {
    margin:4px;
  }

  #corner-stacks_in_815 span.corner-label { 
    display:none; 
  }
}



#stacks_in_816 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_816 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_816 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_816 > .row.padding-detailed.padding-medium-up,#stacks_in_816 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_816 > .row.padding-detailed.padding-y-medium-up,#stacks_in_816 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_816 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_816 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 #stacks_in_831.blu-svg{text-align:left}#stacks_in_831.blu-svg svg{width:150.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_831.blu-svg{text-align:left}#stacks_in_831.blu-svg svg{width:100.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_831.blu-svg{text-align:left}#stacks_in_831.blu-svg svg{width:150.00px}}@media screen and (min-width:1000px){#stacks_in_831.blu-svg{text-align:left}#stacks_in_831.blu-svg svg{width:120.00px}}  #stacks_in_831.blu-svg{float:none}#stacks_in_831 a,#stacks_in_831 svg{cursor:auto}
/* Start Contact Form stack CSS code */.stacks_in_820formwrap{	margin: 0;}#stacks_in_820comment{display: none;height: 0px;padding: 0px;margin: 0px;}.stacks_in_820mail{padding: 0;}.stacks_in_820fieldset{	border: none;	outline: none;	float : none !important;	text-align: left !important;}.stacks_in_820formail{}.stacks_in_820fieldset{	padding: 0 20px 0 3px;}#stacks_in_820 label{display: block;margin: 10px 0 0 0;padding: 0 0 5px 0;line-height: 1.1em;}#stacks_in_820 label *{display: inline;}#stacks_in_820 .stacks_in_820input{padding: 3px 7px 3px 7px;width: 100%;font-size: 12px;background: #FFFFFF !important;color: #555555 !important;margin: 0;border: 1px solid #D8D8D8 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px !important;}#stacks_in_820 textarea{padding: 7px;width: 100%;font-size: 13px;border: 1px solid #D8D8D8 !important;background: #FFFFFF !important;color: #555555 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.stacks_in_820sendmail{margin-top: 20px !important;padding: 4px 7px 4px 7px !important;display: block;text-align: center !important;font-size: 12px;color: #444444 !important;border: 1px solid #D8D8D8 !important;background-color: #FFFFFF !important;-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px;cursor: pointer;}#sendmail:hover{cursor: pointer;}.stacks_in_820response{display: none;width: 80%;border: 1px solid #D6392B;background: #FEF4FA;padding: 10px;margin: 20px auto 0 0;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}.stacks_in_820loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_820autoreplay{visibility: hidden;height: 0px;display: none;}#stacks_in_820 textarea{	color: #555555 !important;}/* End Contact Form stack CSS code *//* Start Gradient stack CSS code */

#stacks_in_812_240{
	/* fix for other stacks tramping over us */
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}



	
		#stacks_in_812_240::before{
			content:"";
			top:0;
			left:0;
			bottom:0;
			right:0;
			position:absolute;
			
			opacity:0.75;
			
			/* Old browsers */
			background: rgba(207, 207, 207, 0.00);
			/* FF3.6+ */
			background: -moz-linear-gradient(top,  rgba(207, 207, 207, 0.00) 0%, rgba(255, 255, 255, 1.00) 27%,  rgba(240, 243, 137, 0.91) 100%);
			/* Chrome,Safari4+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207, 207, 207, 0.00)), color-stop(27%,rgba(255, 255, 255, 1.00)),  color-stop(100%,rgba(240, 243, 137, 0.91)));
			/* Chrome10+,Safari5.1+ */
			background: -webkit-linear-gradient(top,  rgba(207, 207, 207, 0.00) 0%,rgba(255, 255, 255, 1.00) 27%,rgba(240, 243, 137, 0.91) 100%);
			/* Opera 11.10+ */
			background: -o-linear-gradient(top,  rgba(207, 207, 207, 0.00) 0%,rgba(255, 255, 255, 1.00) 27%,rgba(240, 243, 137, 0.91) 100%);
			/* IE10+ */
			background: -ms-linear-gradient(top,  rgba(207, 207, 207, 0.00) 0%,rgba(255, 255, 255, 1.00) 27%,rgba(240, 243, 137, 0.91) 100%);
			/* W3C */
			background: linear-gradient(to bottom,  rgba(207, 207, 207, 0.00) 0%,rgba(255, 255, 255, 1.00) 27%,rgba(240, 243, 137, 0.91) 100%);
			/* IE6-9 */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(207, 207, 207, 0.00)', endColorstr='rgba(240, 243, 137, 0.91)',GradientType=0 );
		}
	
	
	
	
	
	
	
	
	
	
	






/* End Gradient stack CSS code */
#stacks_in_812_240 {
    background-image: url("C18F4A54-01C1-42F9-A4AC-9E995C1842F9.jpg");
	background-repeat: repeat;
	background-position: center;
	padding: 30px 0px 0px 0px;
}
    #stacks_in_812_241>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1} #stacks_in_812_241>.s-pro>.shear-wrapper>.shear-inner>.inner-content{z-index:1}  #stacks_in_812_241{z-index:1} #stacks_in_812_241>.s-pro>.sections-layer{display:none}      #stacks_in_812_241>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_812_241>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}  #stacks_in_812_241>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00%!important}@media screen and (min-width:640px){#stacks_in_812_241>.s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:-1.00%!important}}      
#stacks_in_812_252 > .chroma-scroll > .slide-head{display:none}#stacks_in_812_252 > .chroma-scroll > .slide-head.is-active{display:block}#stacks_in_812_252 > .chroma-scroll > .slide-head .top-bar{z-index:6000}#stacks_in_812_252 > .chroma-scroll > .su-content .top-bar-wrapper,#stacks_in_812_252 > .chroma-scroll > .su-content .oc-toggle.facet-mb,#stacks_in_812_252 > .chroma-scroll > .su-content [data-magellan-expedition],#stacks_in_812_252 > .chroma-scroll > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_812_252 > .chroma-scroll > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_812_252 > .chroma-scroll.slide-fresh{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_812_252 > .chroma-scroll.slide-fresh > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_812_252 > .chroma-scroll.pre-load{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_812_252 > .chroma-scroll.pre-load > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_812_252 > .chroma-scroll.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:640px){#stacks_in_812_252 > .chroma-scroll > .slide-head.is-active.small-head-hide{display:none}#stacks_in_812_252 > .chroma-scroll > .slide-head.is-active.small-head-show{display:block}#stacks_in_812_252 > .chroma-scroll.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_812_252 > .chroma-scroll.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_812_252.mob-static > .chroma-scroll.is-fixed{position:static}#stacks_in_812_252.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_812_252[style]{height:0px !important}}@media screen and (min-width:640px){#stacks_in_812_252.large-static > .chroma-scroll.is-fixed{position:static}#stacks_in_812_252.large-static > .su-pad[style]{height:0px !important}}#stacks_in_812_252{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_812_252{width:100%;min-width:100%}.su-pad.spacer-stacks_in_812_252.posFixed.allow-overlay,.su-pad.spacer-stacks_in_812_252.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:640px){.su-pad.spacer-stacks_in_812_252.hide-below-bp{display:none}}@media screen and (min-width:640px){.su-pad.spacer-stacks_in_812_252.hide-above-bp{display:none}}#stacks_in_812_252.width-contain{width:auto;display:inline-block}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed{border-radius:none}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed.su-right{right:0}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed.su-left{left:0}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_812_252.width-contain > .chroma-scroll.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_812_252 > .chroma-scroll{-webkit-overflow-scrolling:touch}#stacks_in_812_252 > .chroma-scroll > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_812_252 > .chroma-scroll.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_812_252 > .chroma-scroll.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_812_252 > .chroma-scroll.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_812_252 > .chroma-scroll.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_812_252.width-contain > .chroma-scroll.su-center{border-radius:none}#stacks_in_812_252.width-contain > .chroma-scroll.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_812_252.width-contain > .chroma-scroll.su-center > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_812_252 .style-defs{display:none}#stacks_in_812_252 > .chroma-scroll{-webkit-transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,-webkit-transform 300ms;-webkit-transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,transform 300ms;transition:padding 200ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 200ms ease,transform 300ms,-webkit-box-shadow 200ms ease,-webkit-transform 300ms}#stacks_in_812_252 > .chroma-scroll > .su-content{-webkit-transition:padding 200ms ease-in-out;transition:padding 200ms ease-in-out}#stacks_in_812_252 > .chroma-scroll > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 200ms linear,opacity 200ms linear;transition:background 200ms linear,opacity 200ms linear}#stacks_in_812_252 > .chroma-scroll > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_812_252 > .chroma-scroll > .su-content::after{background:rgba(51, 51, 51, 0.00)}@media screen and (max-width:640px){#stacks_in_812_252 > .chroma-scroll > .su-content{padding:0 !important}}.chroma-scroll-pro .top-bar .title-area .title-area li.name,.chroma-scroll-pro .toggle-contents .main-title,.chroma-scroll-pro .mag-title-area,.chroma-scroll-pro .navigation_branding,.chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 200ms !important;transition:opacity 200ms !important}#stacks_in_812_252 > .chroma-scroll.is-disabled > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_812_252 > .chroma-scroll.is-disabled > .su-content::after{background:rgba(71, 71, 71, 0.96)}#stacks_in_812_252 > .chroma-scroll.is-disabled{-webkit-transition:visibility 0s linear,opacity 80ms linear;transition:visibility 0s linear,opacity 80ms linear;visibility:visible;opacity:1}#stacks_in_812_252 > .chroma-scroll.is-fixed{z-index:1001;}#stacks_in_812_252 > .chroma-scroll.is-fixed.foc{z-index:3001}#stacks_in_812_252 > .chroma-scroll .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_812_252 > .chroma-scroll .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_812_252 > .chroma-scroll .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_812_252 > .chroma-scroll.is-static{position:relative;z-index:999}#stacks_in_812_252 > .chroma-scroll.is-fixed .oc-toggle{position:relative}#stacks_in_812_252 > .chroma-scroll.content-right{text-align:right}@media screen and (max-width:640px){#stacks_in_812_252 > .chroma-scroll.hide-below-bp{display:none}}@media screen and (min-width:640px){#stacks_in_812_252 > .chroma-scroll.hide-above-bp{display:none}}#stacks_in_812_252 > .chroma-scroll.is-fixed{position:fixed}#stacks_in_812_252 > .chroma-scroll.is-fixed.fix-top,#stacks_in_812_252 > .chroma-scroll.is-fixed:not(.fix-bot){top: 0px }#stacks_in_812_252 > .chroma-scroll.is-fixed.fix-bot{bottom: 0px }#stacks_in_812_252 > .chroma-scroll.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:640px){#stacks_in_812_252 > .chroma-scroll.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:640px){#stacks_in_812_252 > .chroma-scroll.is-fixed.fix-top,#stacks_in_812_252 > .chroma-scroll.is-fixed:not(.fix-bot){top:0px}#stacks_in_812_252 > .chroma-scroll.is-fixed.fix-bot{bottom:0px}}
#stacks_in_812_252>.chroma-scroll.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}#stacks_in_812_252.width-contain>.chroma-scroll.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}

#stacks_out_812_226 {
	width: 250px;
	margin-left:0;
}
/* -- Start Textalign Each css Template -- */
#stacks_in_812_242 {
	text-align: center !important;
}





@media only screen and (max-width: 768px) {
    #stacks_in_812_242 {
		text-align: center !important;
	}
	
	#stacks_in_812_242 img {
		margin: 0 auto !important;
	}
	
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_812_242 {
		text-align: center !important;
	}
	
	#stacks_in_812_242 img {
		margin: 0 auto !important;
	}
	
	
	
	
}
/* -- End Textalign Each css Template -- */#stacks_in_812_21 > .row{padding-top:0.20rem;padding-bottom:0.00rem}#stacks_in_812_21 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_812_21 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_812_21 > .row.padding-detailed.padding-medium-up,#stacks_in_812_21 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_812_21 > .row.padding-detailed.padding-y-medium-up,#stacks_in_812_21 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_812_21 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_812_21 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_812_21 {
	background-color: rgba(0, 0, 0, 1.00);
}
#stacks_in_812_19 h3,#stacks_in_812_19 .hTxt:not(.segment) div{font-size:0.80rem}@media all and (max-width:640px){#stacks_in_812_19 h3,#stacks_in_812_19 .hTxt:not(.segment) div{font-size:0.95rem}}#stacks_in_812_19 h3,#stacks_in_812_19 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_812_19 h3 a,#stacks_in_812_19 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_812_19 h3 a:hover,#stacks_in_812_19 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_812_19 small,#stacks_in_812_19 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_812_19 h3.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_812_19 {
	padding: 30px 0px 0px 0px;
}
#stacks_in_812_223 p,#stacks_in_812_223 div,#stacks_in_812_223 ul,#stacks_in_812_223 ol,#stacks_in_812_223 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_812_223 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_812_223 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_812_223,#stacks_in_812_223 div,#stacks_in_812_223 p,#stacks_in_812_223 ol,#stacks_in_812_223 ul li,#stacks_in_812_223 ol li,#stacks_in_812_223 ol,#stacks_in_812_223 dl{font-size:0.80rem}@media all and (max-width:640px){#stacks_in_812_223,#stacks_in_812_223 div,#stacks_in_812_223 p,#stacks_in_812_223 ol,#stacks_in_812_223 ul li,#stacks_in_812_223 ol li,#stacks_in_812_223 ol,#stacks_in_812_223 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_812_223{}}

/* -- Start Textalign Each css Template -- */
#stacks_in_812_346 {
	text-align: center !important;
}





@media only screen and (max-width: 768px) {
    #stacks_in_812_346 {
		text-align: center !important;
	}
	
	#stacks_in_812_346 img {
		margin: 0 auto !important;
	}
	
	
	
	
}

@media only screen and (max-width: 480px) {
    #stacks_in_812_346 {
		text-align: center !important;
	}
	
	#stacks_in_812_346 img {
		margin: 0 auto !important;
	}
	
	
	
	
}
/* -- End Textalign Each css Template -- */#stacks_in_812_344 .background{}#stacks_in_812_344 .fa-stack,#stacks_in_812_344 i.fa{color:rgba(204, 204, 204, 0.85);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_812_344 .fa-stack.custom,#stacks_in_812_344 i.fa.custom{font-size:18px}#stacks_in_812_344 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_812_344 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_812_344 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_812_344 a:hover i.fa{color:rgba(183, 183, 183, 0.85)}#stacks_in_812_344 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_812_344 a:hover .fa-border{}#stacks_in_812_344 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_812_344 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_812_344 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_812_344 .jw-wrapper{ font-size:16px;}#stacks_in_812_344 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_812_344 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_812_344 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_812_344 .jw-wrapper.match{color:rgba(204, 204, 204, 0.85)}#stacks_in_812_344 .jw-wrapper.match a{color:rgba(204, 204, 204, 0.85)}#stacks_in_812_344 .jw-wrapper.match a:hover{color:rgba(183, 183, 183, 0.85)}#stacks_in_812_344 .jw-wrapper.hover i.fa:hover,#stacks_in_812_344 .jw-wrapper.hover a:hover{color:rgba(153, 153, 153, 1.00)}
#stacks_in_812_22 .copyright{color:rgba(255, 255, 255, 1.00);font-size:0.80rem}#stacks_in_812_22 .copyright a{color:rgba(0, 140, 186, 1.00)}#stacks_in_812_22 .copyright a:hover{color:rgba(0, 102, 136, 1.00)}@media only screen and (max-width:40em){#stacks_in_812_22 p{text-align:center !important}}#stacks_in_812_22 .copyright{margin-bottom:0}

#stacks_in_812_22 {
	background-color: rgba(0, 0, 0, 1.00);
	padding: 0px 0px 10px 0px;
}
