  
/* Start dooBoom stack each CSS code */

.stacks_top{
overflow: visible;
}

.stacks_in:after {
content: "";
display: block;
height: 0;
clear: both;
}

.boomplayer {
	height:2.5em;
	position:relative;
	z-index:1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.boomplayer-mini {
	width:2.5em;
	margin:0 auto;
}

.boomplayer > div {
	position:absolute;
}

.boomplayer-playpause {
	width:2.5em;
	height:100%;
	text-align:left;
	text-indent:-9999px;
	cursor:pointer;
	z-index:2;
	top:0;
	left:0;
}


.boomplayer-mini .boomplayer-playpause {
	width:100%;
}

.boomplayer-mini .boomplayer-bar{
	display: none;
}

.boomplayer-mini .boomplayer-volume{
	display: none;
}

.boomplayer-mini .boomplayer-time-duration {
	border-right:none !important;
	right:0;
}

.boomplayer-mini .boomplayer-time-duration{
	display: none;
}

.boomplayer-mini .boomplayer-time{
	display: none;
}

.boomplayer-playpause:hover,.boomplayer-playpause:focus {
}

.boomplayer-playpause a {
	display:block;
}

.boomplayer:not(.boomplayer-playing) .boomplayer-playpause a {
	width:0;
	height:0;
	border:.5em solid transparent;
	border-right:none;
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-.5em 0 0 -.25em;
}

.boomplayer-playing .boomplayer-playpause a {
	width:.75em;
	height:.75em;
	position:absolute;
	top:50%;
	left:50%;
	margin:-.375em 0 0 -.375em;
}

.boomplayer-playing .boomplayer-playpause a:before,.boomplayer-playing .boomplayer-playpause a:after {
	width:40%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
}

.boomplayer-playing .boomplayer-playpause a:before {
	left:0;
}

.boomplayer-playing .boomplayer-playpause a:after {
	right:0;
}

.boomplayer-time {
	width:4.375em;
	height:100%;
	line-height:2.375em;
	text-align:center;
	z-index:2;
	top:0;
}

.boomplayer-time-current {
	/*border-left:1px solid #111;
	border-left-color:rgba(0,0,0,.25);*/
	left:2.5em;
}

.boomplayer-time-duration {
	right:2.5em;
}

.boomplayer-novolume .boomplayer-time-duration {
	border-right:0;
	right:0;
}

.boomplayer-bar {
	height:.875em;
	cursor:pointer;
	z-index:1;
	top:50%;
	right:6.875em;
	left:6.875em;
	margin-top:-.438em;
}

.boomplayer-novolume .boomplayer-bar {
	right:4.375em;
}

.boomplayer-bar div {
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.boomplayer-bar-loaded {
	z-index:1;
}

.boomplayer-bar-played {
	z-index:2;
}

.boomplayer-volume {
	width: 2.5em;
	height:100%;
	/*border-left:1px solid #111;
	border-left-color:rgba(0,0,0,.25);*/
	cursor:pointer;
	z-index:2;
	top:0;
	right:0;
	text-align:center;
}


.boomplayer-volume-button {
	position: relative;
	width:100%;
	height:100%;
}

.boomplayer-volume-button .fa-volume-off{
	display: none;
}

.boomplayer-volume-button .fa {
	line-height: 2.5em;
}


.boomplayer-mute .fa-volume-up{
	display: none;
}

.boomplayer-mute .fa-volume-off{
	display: inline-block;
	opacity: 0.7;
}

.boomplayer-volume-adjust {
	height:6.25em;
	cursor:default;
	position:absolute;
	left:0;
	right:-1px;
	top:-9999px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

.boomplayer-volume:not(:hover) .boomplayer-volume-adjust {
	opacity:0;
}

.boomplayer-volume:hover .boomplayer-volume-adjust {
	top:auto;
	bottom:100%;
}

.boomplayer-volume-adjust > div {
	width:40%;
	height:80%;
	cursor:pointer;
	position:relative;
	z-index:1;
	margin:30% auto 0;
}

.boomplayer-volume-adjust div div {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.boomplayer-novolume .boomplayer-volume {
	display:none;
}

.boomplayer-play,.boomplayer-pause,.boomplayer-volume a {

}

.boomplayer-bar,.boomplayer-bar div,.boomplayer-volume-adjust div {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.boomplayer-bar,.boomplayer-volume-adjust > div {
	-webkit-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
	box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);
}

.boomplayer-volume-adjust div div,.boomplayer-bar-played {
	-webkit-box-shadow:inset 0 0 5px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0 0 5px rgba(255,255,255,.5);
	box-shadow:inset 0 0 5px rgba(255,255,255,.5);
}


.boomplayer *,.boomplayer :before,.boomplayer :after {
	-webkit-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-moz-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-ms-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-o-transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	transition:color .25s ease,background-color .25s ease,opacity .5s ease;
	-webkit-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
}

.boom-tablet .boomplayer-bar{
	display: none;
}

.boom-mobile .boomplayer-volume{
	display: none;
}

.boom-mobile .boomplayer-time-duration {
	border-right:none !important;
	right:0;
}

.boom-micro .boomplayer-time-duration{
	display: none;
}


.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;-webkit-transform:translate(0,0);transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination>a{text-decoration:none}  .com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome"}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{-webkit-animation:impact-arrows linear 1.8s .4s;animation:impact-arrows linear 1.8s .4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container>img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@-webkit-keyframes impact-arrows{0%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1)}15%{-webkit-transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{-webkit-transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{-webkit-transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1)}}@keyframes impact-arrows{0%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1);transform:translate(0px,0px) rotate(135deg) scale(1)}15%{-webkit-transform:translate(0px,22px) rotate(135deg) scale(0.8);transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.9);transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{-webkit-transform:translate(0px,27px) rotate(135deg) scale(0.8);transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.8);transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{-webkit-transform:translate(0px,4px) rotate(135deg) scale(0.9);transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1);transform:translate(0px,0px) rotate(135deg) scale(1)}}
#stacks_in_69829_page6_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('http://dl.dropbox.com/u/64179093/RWtuts%20Resources/Background%20Patterns%20for%20Stacks/whitey.png') repeat;
}

#stacks_in_69829_page6_header {
	color: #626263;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_69829_page6_title {
	color: #626263;
	text-shadow: #fefefc 0 1px 0;
	text-align: left;
	margin-bottom: 16px;
	font: bold 13px/15px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_69829_page6_beta {
	color: #E65011;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}
    .theme-version{display:block}.theme-version.number-110,#stacks_in_3039_page6{display:none}.stacks_out{overflow:visible!important}.stacks_in{overflow:visible}::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:'Helvetica Neue', Helvetica, Arial, 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:'Helvetica Neue', Helvetica, Arial, sans-serif;    font-style:normal;font-weight:300;}
h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#000000;     }.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:#000000}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(255, 255, 255, 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(255, 255, 255, 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:.8;color:inherit!important}
h1{font-size:2.12rem}h2{font-size:2.12rem}h3{font-size:2.00rem}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:3.25rem}h2{font-size:3.25rem}h3{font-size:2.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(11, 93, 144, 0.80)}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(11, 93, 144, 0.80);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(11, 93, 144, 0.80)}.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:#000000}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:.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(11, 93, 144, 0.80);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title>a:hover{background-color:rgba(10, 88, 136, 0.80)}.tabs.swatch1 li.tab-title.active>a{color:rgba(248, 248, 248, 1.00);background-color:rgba(10, 88, 136, 0.80)}.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(255, 255, 255, 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(255, 255, 255, 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:.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:0;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0!important}}.reveal-modal.fullscreen{position:fixed;top:0!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:.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(255, 255, 255, 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(11, 93, 144, 0.80)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(11, 93, 144, 0.80)}.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(11, 93, 144, 0.80)}.fn-text-sw1c2 a:hover{color:rgba(10, 88, 136, 0.80)}.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(11, 93, 144, 0.80)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(11, 93, 144, 0.80)}.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(11, 93, 144, 0.80)}
.panel .fn-text-sw1c2 a:hover{color:rgba(10, 88, 136, 0.80)}.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(255, 255, 255, 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(11, 93, 144, 0.80)}.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(11, 93, 144, 0.80);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(11, 93, 144, 0.80)}.fn-scheme-swatch1.button:hover{background-color:rgba(10, 88, 136, 0.80)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(11, 93, 144, 0.80);color:rgba(11, 93, 144, 0.80)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(10, 88, 136, 0.80);background-color:rgba(10, 88, 136, 0.80)}.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(11, 93, 144, 0.80)}.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)} 
#stacks_in_69771_page6 .fp-inner.edit-collapse{height:0!important}
    @font-face{ font-family:"avenir"; font-weight:normal;font-style:normal;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff2")}        
/*// INLINE FONT  CSS 
// Headers and other selectors are done as a CSS file as SASS does not support selectors as variables.
// We add a dummy selector at the end
// bwd-header to ensure we are never left with a comma*/


 
	 h1, font-family-h1, h1.font-family-text, 
	 h2, font-family-h2, h2.font-family-text, 
	 h3, font-family-h3, h3.font-family-text, 
	 h4, font-family-h4, h4.font-family-text, 
	 h5, font-family-h5, h5.font-family-text, 
	 h6, font-family-h6, h6.font-family-text, 
	.bwd-header-stacks_in_69773_page6{
		
		font-family: "avenir",serif ;
		
	}	

	
	
	
	
	
	.bwd-element-stacks_in_69773_page6{
		
		font-family: "avenir",serif ;
		
			
	}

	


/*------------------
FONT VAULT STYLES
------------------*/
  

/*------------------
END FONT VAULT STYLES
------------------*/












  #stacks_in_3041_page6 .fg-content.fg-full-height{height:100%}#stacks_in_3041_page6 .slides-container{margin:0}#stacks_in_3041_page6 .slides-container>li{margin:0}#stacks_in_3041_page6 .slides-container>li::before,#stacks_in_3041_page6 .slides-container>li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;-webkit-transition:opacity 80ms ease;transition:opacity 80ms ease}#stacks_in_3041_page6 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_3041_page6 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_3041_page6 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_3041_page6 .impact-wrapper{z-index:0}#stacks_in_3041_page6 .impact-wrapper.fill-container{min-width:100%}#stacks_in_3041_page6 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}#stacks_in_3041_page6 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_3041_page6 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_3041_page6 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_3041_page6 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_3041_page6 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_3041_page6 .impact-wrapper>.pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;-webkit-transition:opacity 80ms ease,visibility 0 .2s;transition:opacity 80ms ease,visibility 0 .2s}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_3041_page6 .impact-wrapper>.pre-loader>.pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_3041_page6 .impact-wrapper>.pre-loader>.pl-spinner.hidden{display:none}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-overlay{z-index:1}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-overlay::before,#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_3041_page6 .impact-wrapper>.pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_3041_page6 .impact-container{z-index:5}#stacks_in_3041_page6 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;-webkit-transform:scale(0.70);transform:scale(0.70);-webkit-transform-origin:left center;transform-origin:left center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
@media screen and (max-width:640px){#stacks_in_3041_page6 .scrollDown{-webkit-transform:scale(0.70);transform:scale(0.70)}}#stacks_in_3041_page6 .scrollDown.button-bottom{bottom:30px}#stacks_in_3041_page6 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_3041_page6 .scrollDown.hide-on-mob{display:none}}#stacks_in_3041_page6 .impact-arrow-wrap{background:rgba(255, 255, 255, 0.25);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.80);-webkit-box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);-webkit-transition:all 90ms ease;transition:all 90ms ease}#stacks_in_3041_page6 .impact-arrow-wrap:hover{background:rgba(255, 255, 255, 0.80);-webkit-transition:all 90ms ease;transition:all 90ms ease}#stacks_in_3041_page6 .impact-arrow-wrap:hover .impact-hint{opacity:1!important}#stacks_in_3041_page6 .impact-arrow-wrap.animates .impact-arrow{-webkit-animation-delay:30000ms;animation-delay:30000ms;-webkit-animation-iteration-count:1;animation-iteration-count:1}#stacks_in_3041_page6 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:3px}#stacks_in_3041_page6 .impact-arrow:hover{border-top-color:rgba(126, 20, 14, 1.00);border-right-color:rgba(126, 20, 14, 1.00)}#stacks_in_3041_page6 .impact-hint{position:absolute;top:.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(21, 122, 164, 0.50);opacity:0}#stacks_in_3041_page6 .slides-pagination>a{-webkit-transition:all 1800ms ease;transition:all 1800ms ease}#stacks_in_3041_page6 .slides-pagination>a.current{-webkit-transition:all 1800ms ease;transition:all 1800ms ease} 
  #stacks_in_3044_page6 .impact-slide{background-image:url("../files/slideshowImage_3044.jpg")}  .slide-stacks_in_3044_page6 .impact-container.v-bottom{bottom:10%}.slide-stacks_in_3044_page6 .impact-container.h-right{right:8%}.slide-stacks_in_3044_page6 .impact-container.h-left{left:8%}.slide-stacks_in_3044_page6 .impact-container.v-top{top:10%}  .slide-stacks_in_3044_page6.kb-zoom-in-stacks_in_3044_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_3044_page6 50000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_3044_page6 50000ms ease 1 forwards;-webkit-transform-origin:100% 20%;transform-origin:100% 20%}.slide-stacks_in_3044_page6.kb-zoom-out-stacks_in_3044_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_3044_page6 50000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_3044_page6 50000ms ease 1 forwards;-webkit-transform-origin:100% 20%;transform-origin:100% 20%}@-webkit-keyframes kb-zoom-in-stacks_in_3044_page6{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_3044_page6{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_3044_page6{0%{-webkit-transform:scale(1.20)}100%{-webkit-transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_3044_page6{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}} 
  #stacks_in_69794_page6 .impact-slide{background-image:url("../files/slideshowImage_69794.jpg")}  .slide-stacks_in_69794_page6 .impact-container.v-bottom{bottom:15%}.slide-stacks_in_69794_page6 .impact-container.h-right{right:100px}.slide-stacks_in_69794_page6 .impact-container.h-left{left:100px}.slide-stacks_in_69794_page6 .impact-container.v-top{top:15%}  .slide-stacks_in_69794_page6.kb-zoom-in-stacks_in_69794_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_69794_page6 8000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_69794_page6 8000ms ease 1 forwards;-webkit-transform-origin:20% 20%;transform-origin:20% 20%}.slide-stacks_in_69794_page6.kb-zoom-out-stacks_in_69794_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_69794_page6 8000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_69794_page6 8000ms ease 1 forwards;-webkit-transform-origin:20% 20%;transform-origin:20% 20%}@-webkit-keyframes kb-zoom-in-stacks_in_69794_page6{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1.06)}}@keyframes kb-zoom-in-stacks_in_69794_page6{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.06);transform:scale(1.06)}}@-webkit-keyframes kb-zoom-out-stacks_in_69794_page6{0%{-webkit-transform:scale(1.06)}100%{-webkit-transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_69794_page6{0%{-webkit-transform:scale(1.06);transform:scale(1.06)}100%{-webkit-transform:scale(1);transform:scale(1)}} 
  #stacks_in_3048_page6 .impact-slide{background-image:url("../files/slideshowImage_3048.jpg")}  .slide-stacks_in_3048_page6 .impact-container.v-bottom{bottom:100px}.slide-stacks_in_3048_page6 .impact-container.h-right{right:7%}.slide-stacks_in_3048_page6 .impact-container.h-left{left:7%}.slide-stacks_in_3048_page6 .impact-container.v-top{top:100px}  .slide-stacks_in_3048_page6.kb-zoom-in-stacks_in_3048_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_3048_page6 25000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_3048_page6 25000ms ease 1 forwards;-webkit-transform-origin:100% 20%;transform-origin:100% 20%}.slide-stacks_in_3048_page6.kb-zoom-out-stacks_in_3048_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_3048_page6 25000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_3048_page6 25000ms ease 1 forwards;-webkit-transform-origin:100% 20%;transform-origin:100% 20%}@-webkit-keyframes kb-zoom-in-stacks_in_3048_page6{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1.40)}}@keyframes kb-zoom-in-stacks_in_3048_page6{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.40);transform:scale(1.40)}}@-webkit-keyframes kb-zoom-out-stacks_in_3048_page6{0%{-webkit-transform:scale(1.40)}100%{-webkit-transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_3048_page6{0%{-webkit-transform:scale(1.40);transform:scale(1.40)}100%{-webkit-transform:scale(1);transform:scale(1)}} 
  #stacks_in_69813_page6 .impact-slide{background-image:url("../files/slideshowImage_69813.jpg")}  .slide-stacks_in_69813_page6 .impact-container.v-bottom{bottom:100px}.slide-stacks_in_69813_page6 .impact-container.h-right{right:7%}.slide-stacks_in_69813_page6 .impact-container.h-left{left:7%}.slide-stacks_in_69813_page6 .impact-container.v-top{top:100px}  .slide-stacks_in_69813_page6.kb-zoom-in-stacks_in_69813_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_69813_page6 90000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_69813_page6 90000ms ease 1 forwards;-webkit-transform-origin:20% 80%;transform-origin:20% 80%}.slide-stacks_in_69813_page6.kb-zoom-out-stacks_in_69813_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_69813_page6 90000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_69813_page6 90000ms ease 1 forwards;-webkit-transform-origin:20% 80%;transform-origin:20% 80%}@-webkit-keyframes kb-zoom-in-stacks_in_69813_page6{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_69813_page6{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_69813_page6{0%{-webkit-transform:scale(1.20)}100%{-webkit-transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_69813_page6{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}} 
  #stacks_in_69819_page6 .impact-slide{background-image:url("../files/slideshowImage_69819.jpg")}  .slide-stacks_in_69819_page6 .impact-container.v-bottom{bottom:100px}.slide-stacks_in_69819_page6 .impact-container.h-right{right:7%}.slide-stacks_in_69819_page6 .impact-container.h-left{left:7%}.slide-stacks_in_69819_page6 .impact-container.v-top{top:100px}  .slide-stacks_in_69819_page6.kb-zoom-in-stacks_in_69819_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_69819_page6 70000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_69819_page6 70000ms ease 1 forwards;-webkit-transform-origin:20% 80%;transform-origin:20% 80%}.slide-stacks_in_69819_page6.kb-zoom-out-stacks_in_69819_page6.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_69819_page6 70000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_69819_page6 70000ms ease 1 forwards;-webkit-transform-origin:20% 80%;transform-origin:20% 80%}@-webkit-keyframes kb-zoom-in-stacks_in_69819_page6{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1.19)}}@keyframes kb-zoom-in-stacks_in_69819_page6{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.19);transform:scale(1.19)}}@-webkit-keyframes kb-zoom-out-stacks_in_69819_page6{0%{-webkit-transform:scale(1.19)}100%{-webkit-transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_69819_page6{0%{-webkit-transform:scale(1.19);transform:scale(1.19)}100%{-webkit-transform:scale(1);transform:scale(1)}} 
 #stacks_in_3041_page6 .slides-navigation{top:46%}#stacks_in_3041_page6 .slides-navigation a.prev{left:30.00px}#stacks_in_3041_page6 .slides-navigation a.next{right:30.00px}#stacks_in_3041_page6 .slides-navigation a.prev::before,#stacks_in_3041_page6 .slides-navigation a.next::before{font-size:1.80rem;color:rgba(126, 20, 14, 1.00)}#stacks_in_3041_page6 .slides-navigation a.prev::before{ content:"\f104";         }#stacks_in_3041_page6 .slides-navigation a.next::before{ content:"\f105";         }@media screen and (min-width:478px){#stacks_in_3041_page6 .slides-navigation a.prev::before,#stacks_in_3041_page6 .slides-navigation a.next::before{font-size:4.00rem}}  #stacks_in_3041_page6 .slides-navigation{opacity:0;-webkit-transition:opacity 180ms ease;transition:opacity 180ms ease}#stacks_in_3041_page6:hover .slides-navigation{opacity:1}    #stacks_in_3041_page6 .slides-pagination{ position:absolute; z-index:100;text-align:center;width:100%; bottom:15px;}#stacks_in_3041_page6 .slides-pagination a{border:2px solid rgba(255, 255, 255, 0.50);background:rgba(255, 255, 255, 0.00);border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;width:10px;height:10px;font-size:10px!important;line-height:10px;color:rgba(255, 255, 255, 0.00);display:-moz-inline-stack;display:inline-block;vertical-align:middle;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");margin:3px;overflow:hidden;text-decoration:none}#stacks_in_3041_page6 .slides-pagination a:hover{text-decoration:none;border:2px solid rgba(255, 255, 255, 0.25);background:rgba(255, 255, 255, 0.40)}#stacks_in_3041_page6 .slides-pagination a.current{color:rgba(0, 0, 0, 0.00);border:2px solid rgba(255, 255, 255, 0.00);background:rgba(255, 255, 255, 0.50)}#stacks_in_3041_page6 .slides-pagination a.current:hover{border:2px solid rgba(255, 255, 255, 0.25);background:rgba(255, 255, 255, 1.00)}    
#actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon {
  color: #000000;
  /*  */
  /*  */
  /*  */
  background-size: contain !important;
  background: url(../files/toggle_bg_image_choice_69824.png);
  /*  */ }

#stacks_in_3038_page6 {
  clear: both; }

#actionMenu_stacks_in_69824_page6_inline_wrap {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  height: 60px; }

#actionMenu_stacks_in_69824_page6 {
  cursor: pointer;
  font-family: "Roboto", sans-serif; }
  #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon {
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    font-size: 25px;
    border-radius: 82px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon::before {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 60px; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon.material-icons::before {
      content: attr(data-icon); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon.hidden::before {
      display: none; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon.rotate {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon.no-shadow {
      box-shadow: none !important; }
  #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px; }
  #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon i, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon i::before, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon i, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon i::before {
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 18px;
      line-height: 40px !important; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon i.hidden, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon i.hidden {
      display: none; }
  #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon.hide-box-shadow-hover:hover {
    box-shadow: none !important; }
  #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link {
    padding: 0; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link a {
      width: auto; }
  #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only {
    width: 60px; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only li {
      width: 60px; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only li a {
      padding: 0;
      display: inline-block;
      width: 40px;
      height: 40px; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only li a.inner-icon, #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only li span.inner-icon {
      display: none !important; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only li span.inner-link {
      opacity: 1 !important;
      visibility: visible !important;
      -webkit-transition-delay: 0.5s !important;
              transition-delay: 0.5s !important; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu.actionMenu_link_only li span.inner-link a {
        -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*  */
        padding: 0 12px !important;
        /*  */ }

/* " */
/*  */
#actionMenu_stacks_in_69824_page6 {
  /*  */
  position: fixed;
  z-index: 9999999999999999 !important;
  /* " */ }
  #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon::before {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 60px; }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon.material-icons::before {
      content: attr(data-icon); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_toggle_icon.rotate {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  #actionMenu_stacks_in_69824_page6 .actionMenu_menu {
    left: 50%;
    padding: 0;
    z-index: -1;
    margin: 0 auto;
    overflow: visible;
    max-height: 100px;
    position: absolute;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #actionMenu_stacks_in_69824_page6 .actionMenu_menu li {
      position: absolute;
      width: 40px;
      height: 40px;
      float: left;
      clear: none;
      opacity: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      touch-callout: none;
      pointer-events: none;
      list-style-type: none; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(1) {
        -webkit-transition-duration: %( 0.500000 * 0.0.80 )%s;
                transition-duration: %( 0.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(2) {
        -webkit-transition-duration: %( 1.000000 * 0.0.80 )%s;
                transition-duration: %( 1.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(3) {
        -webkit-transition-duration: %( 1.500000 * 0.0.80 )%s;
                transition-duration: %( 1.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(4) {
        -webkit-transition-duration: %( 2.000000 * 0.0.80 )%s;
                transition-duration: %( 2.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(5) {
        -webkit-transition-duration: %( 2.500000 * 0.0.80 )%s;
                transition-duration: %( 2.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(6) {
        -webkit-transition-duration: %( 3.000000 * 0.0.80 )%s;
                transition-duration: %( 3.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(7) {
        -webkit-transition-duration: %( 3.500000 * 0.0.80 )%s;
                transition-duration: %( 3.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(8) {
        -webkit-transition-duration: %( 4.000000 * 0.0.80 )%s;
                transition-duration: %( 4.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(9) {
        -webkit-transition-duration: %( 4.500000 * 0.0.80 )%s;
                transition-duration: %( 4.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(10) {
        -webkit-transition-duration: %( 5.000000 * 0.0.80 )%s;
                transition-duration: %( 5.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(11) {
        -webkit-transition-duration: %( 5.500000 * 0.0.80 )%s;
                transition-duration: %( 5.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(12) {
        -webkit-transition-duration: %( 6.000000 * 0.0.80 )%s;
                transition-duration: %( 6.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(13) {
        -webkit-transition-duration: %( 6.500000 * 0.0.80 )%s;
                transition-duration: %( 6.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(14) {
        -webkit-transition-duration: %( 7.000000 * 0.0.80 )%s;
                transition-duration: %( 7.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(15) {
        -webkit-transition-duration: %( 7.500000 * 0.0.80 )%s;
                transition-duration: %( 7.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(16) {
        -webkit-transition-duration: %( 8.000000 * 0.0.80 )%s;
                transition-duration: %( 8.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(17) {
        -webkit-transition-duration: %( 8.500000 * 0.0.80 )%s;
                transition-duration: %( 8.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(18) {
        -webkit-transition-duration: %( 9.000000 * 0.0.80 )%s;
                transition-duration: %( 9.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(19) {
        -webkit-transition-duration: %( 9.500000 * 0.0.80 )%s;
                transition-duration: %( 9.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(20) {
        -webkit-transition-duration: %( 10.000000 * 0.0.80 )%s;
                transition-duration: %( 10.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(21) {
        -webkit-transition-duration: %( 10.500000 * 0.0.80 )%s;
                transition-duration: %( 10.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(22) {
        -webkit-transition-duration: %( 11.000000 * 0.0.80 )%s;
                transition-duration: %( 11.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(23) {
        -webkit-transition-duration: %( 11.500000 * 0.0.80 )%s;
                transition-duration: %( 11.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li:nth-child(24) {
        -webkit-transition-duration: %( 12.000000 * 0.0.80 )%s;
                transition-duration: %( 12.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link a {
        display: block;
        color: inherit;
        text-decoration: none;
        line-height: 40px; }
        #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link a:hover {
          text-decoration: underline; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link {
        top: 0;
        opacity: 0;
        padding: 0;
        z-index: -1;
        width: auto;
        font-size: 14px;
        visibility: hidden;
        position: absolute;
        white-space: nowrap;
        height: 40px;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 40px;
        border-radius: 11px;
        color: #D7D7D7;
        /*  */
        background: #282828;
        /*  */
        /*  */ }
        #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link a:hover {
          text-decoration: none; }
        #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-link a {
          padding: 0px 20px;
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon.hide-box-shadow, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon.hide-box-shadow {
        box-shadow: none !important; }
      #actionMenu_stacks_in_69824_page6 .actionMenu_menu li a.inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_69824_page6 .actionMenu_menu li span.inner-icon.hide-box-shadow-hover:hover {
        box-shadow: none !important; }

#actionMenu_stacks_in_69824_page6.open {
  z-index: 999999999 !important; }
  #actionMenu_stacks_in_69824_page6.open.overlay::after {
    cursor: default;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    border: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.50;
    background: #000000; }
  #actionMenu_stacks_in_69824_page6.open .actionMenu_toggle_icon.material-icons::before {
    content: 'close' !important; }
  #actionMenu_stacks_in_69824_page6.open .actionMenu_toggle_icon.icon-ionic::before {
    content: "\f12a" !important; }
  #actionMenu_stacks_in_69824_page6.open .actionMenu_toggle_icon.fa::before {
    content: "\f00d" !important; }
  #actionMenu_stacks_in_69824_page6.open .actionMenu_toggle_icon.rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4); }
  #actionMenu_stacks_in_69824_page6.open .actionMenu_menu {
    max-height: 500px;
    z-index: auto; }
    #actionMenu_stacks_in_69824_page6.open .actionMenu_menu li {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      #actionMenu_stacks_in_69824_page6.open .actionMenu_menu li:hover span.inner-link {
        opacity: 1;
        visibility: visible; }

@media screen and (max-width: 1028px) {
  #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important; }
    #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.5s !important;
              transition-delay: 0.5s !important;
      padding-left: 55px !important; }
  #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li a.inner-icon.hide-box-shadow-hover, #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-icon.hide-box-shadow-hover {
    box-shadow: none !important; }
  #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on.actionMenu_link_only li span.inner-link a {
    /*  */
    padding-left: 12px !important;
    /*  */ }
  #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important; }
    #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.5s !important;
              transition-delay: 0.5s !important;
      padding-right: 55px !important; }
  #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li a.inner-icon.hide-box-shadow-hover, #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-icon.hide-box-shadow-hover {
    box-shadow: none !important; }
  #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on.actionMenu_link_only li span.inner-link a {
    /*  */
    padding-right: 12px !important;
    /*  */ } }

#actionMenu_stacks_in_69824_page6.ho-left {
  left: 30px; }
  #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu span.inner-link {
    left: 1px;
    text-align: left; }
  #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link, #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: none;
            transition-delay: none; }
    #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link a, #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      -webkit-transition-delay: none;
              transition-delay: none; }
  #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow, #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow {
    box-shadow: none !important; }
  #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_69824_page6.ho-left .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow-hover:hover {
    box-shadow: none !important; }

#actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu li:hover span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: none;
          transition-delay: none; }
  #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu li:hover span.inner-link a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 55px !important; }

#actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }
  #actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
    padding-left: 55px !important; }

#actionMenu_stacks_in_69824_page6.open.ho-left .actionMenu_menu.actionMenu_link_only li:hover span.inner-link a {
  text-decoration: underline;
  /*  */
  padding-left: 12px !important;
  /*  */ }

#actionMenu_stacks_in_69824_page6.ho-right {
  right: 30px; }
  #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu span.inner-link {
    right: 1px;
    text-align: right; }
  #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link, #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: none;
            transition-delay: none; }
    #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link a, #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      -webkit-transition-delay: none;
              transition-delay: none; }
  #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow, #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow {
    box-shadow: none !important; }
  #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_69824_page6.ho-right .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow-hover:hover {
    box-shadow: none !important; }

#actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu li:hover span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: none;
          transition-delay: none; }
  #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu li:hover span.inner-link a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 55px !important; }

#actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }
  #actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
    padding-right: 55px !important; }

#actionMenu_stacks_in_69824_page6.open.ho-right .actionMenu_menu.actionMenu_link_only li:hover span.inner-link a {
  text-decoration: underline;
  /*  */
  padding-right: 12px !important;
  /*  */ }

#actionMenu_stacks_in_69824_page6.vo-top {
  top: 50px; }
  #actionMenu_stacks_in_69824_page6.vo-top .actionMenu_menu {
    top: 50px; }
    #actionMenu_stacks_in_69824_page6.vo-top .actionMenu_menu li {
      top: -40px; }
  #actionMenu_stacks_in_69824_page6.vo-top.ho-left .actionMenu_menu li {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  #actionMenu_stacks_in_69824_page6.vo-top.ho-right .actionMenu_menu li {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

#actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu {
  top: 100%; }
  #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all ease, opacity 0.2s ease-in;
    transition: all ease, opacity 0.2s ease-in; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(1) {
      top: 12px;
      -webkit-transition-duration: 0.250000s;
              transition-duration: 0.250000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(2) {
      top: 64px;
      -webkit-transition-duration: 0.300000s;
              transition-duration: 0.300000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(3) {
      top: 116px;
      -webkit-transition-duration: 0.350000s;
              transition-duration: 0.350000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(4) {
      top: 168px;
      -webkit-transition-duration: 0.400000s;
              transition-duration: 0.400000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(5) {
      top: 220px;
      -webkit-transition-duration: 0.450000s;
              transition-duration: 0.450000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(6) {
      top: 272px;
      -webkit-transition-duration: 0.500000s;
              transition-duration: 0.500000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(7) {
      top: 324px;
      -webkit-transition-duration: 0.550000s;
              transition-duration: 0.550000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(8) {
      top: 376px;
      -webkit-transition-duration: 0.600000s;
              transition-duration: 0.600000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(9) {
      top: 428px;
      -webkit-transition-duration: 0.650000s;
              transition-duration: 0.650000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(10) {
      top: 480px;
      -webkit-transition-duration: 0.700000s;
              transition-duration: 0.700000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(11) {
      top: 532px;
      -webkit-transition-duration: 0.750000s;
              transition-duration: 0.750000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(12) {
      top: 584px;
      -webkit-transition-duration: 0.800000s;
              transition-duration: 0.800000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(13) {
      top: 636px;
      -webkit-transition-duration: 0.850000s;
              transition-duration: 0.850000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(14) {
      top: 688px;
      -webkit-transition-duration: 0.900000s;
              transition-duration: 0.900000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(15) {
      top: 740px;
      -webkit-transition-duration: 0.950000s;
              transition-duration: 0.950000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(16) {
      top: 792px;
      -webkit-transition-duration: 1.000000s;
              transition-duration: 1.000000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(17) {
      top: 844px;
      -webkit-transition-duration: 1.050000s;
              transition-duration: 1.050000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(18) {
      top: 896px;
      -webkit-transition-duration: 1.100000s;
              transition-duration: 1.100000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(19) {
      top: 948px;
      -webkit-transition-duration: 1.150000s;
              transition-duration: 1.150000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(20) {
      top: 1000px;
      -webkit-transition-duration: 1.200000s;
              transition-duration: 1.200000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(21) {
      top: 1052px;
      -webkit-transition-duration: 1.250000s;
              transition-duration: 1.250000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(22) {
      top: 1104px;
      -webkit-transition-duration: 1.300000s;
              transition-duration: 1.300000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(23) {
      top: 1156px;
      -webkit-transition-duration: 1.350000s;
              transition-duration: 1.350000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-top .actionMenu_menu li:nth-child(24) {
      top: 1208px;
      -webkit-transition-duration: 1.400000s;
              transition-duration: 1.400000s; }

#actionMenu_stacks_in_69824_page6.vo-bottom {
  bottom: 50px; }
  #actionMenu_stacks_in_69824_page6.vo-bottom .actionMenu_menu {
    bottom: 50px; }
    #actionMenu_stacks_in_69824_page6.vo-bottom .actionMenu_menu li {
      bottom: -40px; }
  #actionMenu_stacks_in_69824_page6.vo-bottom.ho-left .actionMenu_menu li {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  #actionMenu_stacks_in_69824_page6.vo-bottom.ho-right .actionMenu_menu li {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

#actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu {
  bottom: 100%; }
  #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all ease, opacity 0.2s ease-in;
    transition: all ease, opacity 0.2s ease-in; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(1) {
      bottom: 12px;
      -webkit-transition-duration: 0.250000s;
              transition-duration: 0.250000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(2) {
      bottom: 64px;
      -webkit-transition-duration: 0.300000s;
              transition-duration: 0.300000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(3) {
      bottom: 116px;
      -webkit-transition-duration: 0.350000s;
              transition-duration: 0.350000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(4) {
      bottom: 168px;
      -webkit-transition-duration: 0.400000s;
              transition-duration: 0.400000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(5) {
      bottom: 220px;
      -webkit-transition-duration: 0.450000s;
              transition-duration: 0.450000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(6) {
      bottom: 272px;
      -webkit-transition-duration: 0.500000s;
              transition-duration: 0.500000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(7) {
      bottom: 324px;
      -webkit-transition-duration: 0.550000s;
              transition-duration: 0.550000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(8) {
      bottom: 376px;
      -webkit-transition-duration: 0.600000s;
              transition-duration: 0.600000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(9) {
      bottom: 428px;
      -webkit-transition-duration: 0.650000s;
              transition-duration: 0.650000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(10) {
      bottom: 480px;
      -webkit-transition-duration: 0.700000s;
              transition-duration: 0.700000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(11) {
      bottom: 532px;
      -webkit-transition-duration: 0.750000s;
              transition-duration: 0.750000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(12) {
      bottom: 584px;
      -webkit-transition-duration: 0.800000s;
              transition-duration: 0.800000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(13) {
      bottom: 636px;
      -webkit-transition-duration: 0.850000s;
              transition-duration: 0.850000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(14) {
      bottom: 688px;
      -webkit-transition-duration: 0.900000s;
              transition-duration: 0.900000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(15) {
      bottom: 740px;
      -webkit-transition-duration: 0.950000s;
              transition-duration: 0.950000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(16) {
      bottom: 792px;
      -webkit-transition-duration: 1.000000s;
              transition-duration: 1.000000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(17) {
      bottom: 844px;
      -webkit-transition-duration: 1.050000s;
              transition-duration: 1.050000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(18) {
      bottom: 896px;
      -webkit-transition-duration: 1.100000s;
              transition-duration: 1.100000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(19) {
      bottom: 948px;
      -webkit-transition-duration: 1.150000s;
              transition-duration: 1.150000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(20) {
      bottom: 1000px;
      -webkit-transition-duration: 1.200000s;
              transition-duration: 1.200000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(21) {
      bottom: 1052px;
      -webkit-transition-duration: 1.250000s;
              transition-duration: 1.250000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(22) {
      bottom: 1104px;
      -webkit-transition-duration: 1.300000s;
              transition-duration: 1.300000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(23) {
      bottom: 1156px;
      -webkit-transition-duration: 1.350000s;
              transition-duration: 1.350000s; }
    #actionMenu_stacks_in_69824_page6.open.vo-bottom .actionMenu_menu li:nth-child(24) {
      bottom: 1208px;
      -webkit-transition-duration: 1.400000s;
              transition-duration: 1.400000s; }

/*  */
#item_stacks_in_69825_page6 a.inner-icon, #item_stacks_in_69825_page6 span.inner-icon {
  color: #000000;
  /*  */
  /*  */
  background: #243B55;
  background: -webkit-linear-gradient(top, #243B55, #141E30);
  background: linear-gradient(to bottom, #243B55, #141E30);
  /* " */
  /*  */ }

/*  */
/* Start dooBoom stack each CSS code */

#stacks_in_69828_page6{
z-index: 1000;
overflow: visible;
}


/* Boom Player 
#222222 1 click darker #222
#434343 1 click lighter #444
*/

/* Boom Player */
#stacks_in_69828_page6 .boomplayer {
	color:#FFFFFF;
	border-top:1px solid #2D2D2D;
	border-right:1px solid #2B2B2B;
	border-bottom:1px solid #282828;
	border-left:1px solid #2B2B2B;
	background:#333333;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 .1em 1.25em rgba(0,0,0,.0);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 .1em 1.25em rgba(0,0,0,.0);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 .1em 1.25em rgba(0,0,0,.0);
	font-size: 16px !important;
}

#stacks_in_69828_page6 .boomplayer:not(.boomplayer-mini) .boomplayer-playpause {
	border-right:1px solid #2B2B2B;
}


#stacks_in_69828_page6 .boomplayer-playpause:hover,#stacks_in_69828_page6 .boomplayer-playpause:focus {
	background-color:#222222;
}

#stacks_in_69828_page6 .boomplayer:not(.boomplayer-playing) .boomplayer-playpause a {
	border-left-color:#FFFFFF;
}

#stacks_in_69828_page6 .boomplayer-playing .boomplayer-playpause a:before,#stacks_in_69828_page6 .boomplayer-playing .boomplayer-playpause a:after {
	background-color:#FFFFFF;
}

#stacks_in_69828_page6 .boomplayer-time-duration {
	border-right:1px solid #2B2B2B;
}

#stacks_in_69828_page6 .boomplayer-bar {
	background-color:#222222;
}

#stacks_in_69828_page6 .boomplayer-bar-loaded {
	background-color:#434343;
}

#stacks_in_69828_page6 .boomplayer-bar-played {
	background:rgba(255, 171, 0, 1.00);
	background:-webkit-gradient(linear,left top,right top,from(rgba(255, 171, 0, 1.00)),to(rgba(254, 54, 0, 1.00)));
	background:-webkit-linear-gradient(left,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:-moz-linear-gradient(left,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:-ms-radial-gradient(left,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:-o-linear-gradient(left,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:linear-gradient(left,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
}

#stacks_in_69828_page6 .boomplayer-volume:hover,#stacks_in_69828_page6 .boomplayer-volume:focus {
	background-color:#222222;
}

#stacks_in_69828_page6 .boomplayer-volume-button .fa {
	color: #FFFFFF !important;
}

#stacks_in_69828_page6 .boomplayer-volume-adjust {
	background:#333333;
}

#stacks_in_69828_page6 .boomplayer-volume-adjust > div {
	background-color:#222222;
}

#stacks_in_69828_page6 .boomplayer-volume-adjust div div {
	background:rgba(255, 171, 0, 1.00);
	background:-webkit-gradient(linear,left bottom,left top,from(rgba(255, 171, 0, 1.00)),to(rgba(254, 54, 0, 1.00)));
	background:-webkit-linear-gradient(bottom,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:-moz-linear-gradient(bottom,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:-ms-radial-gradient(bottom,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:-o-linear-gradient(bottom,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
	background:linear-gradient(bottom,rgba(255, 171, 0, 1.00),rgba(254, 54, 0, 1.00));
}

#stacks_in_69828_page6 .boomplayer-volume-adjust {
	border-top:1px solid #2D2D2D;
	border-right:1px solid #2B2B2B;
	border-left:1px solid #2B2B2B;
}





	
#stacks_in_69828_page6{
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
}





		
/* End dooBoom stack each CSS code */
